cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
711
Views
0
Helpful
2
Replies

DHCP Snooping without DHCP Relay configured

oguarisco
Level 3
Level 3

Hi,

we've are using with success DHCP Snooping with DHCP relay configured...but I was wondering if the DHCP Snooping feature is working also on a L2 network (composed by different switches) where the DHCP Server is on the same VLAN as the client?

I know that Server have to be in a dedicated VLAN but VLAN segmentation DHCP Server - client is planned in a second step...

Thanks for your suggestions!

1 Accepted Solution

Accepted Solutions

Istvan_Rabai
Level 7
Level 7

Hi Omar,

The DHCP server can be on the same VLAN as the clients, no problem with this.

You need to configure the DHCP server's port as trusted with the following commands:

conf t

ip dhcp snooping

ip dhcp snooping vlan x

interface fastethernet x/y

ip dhcp snooping trust

fastethernet x/y will be the port where the DHCP server should be located.

Cheers:

Istvan

View solution in original post

2 Replies 2

Istvan_Rabai
Level 7
Level 7

Hi Omar,

The DHCP server can be on the same VLAN as the clients, no problem with this.

You need to configure the DHCP server's port as trusted with the following commands:

conf t

ip dhcp snooping

ip dhcp snooping vlan x

interface fastethernet x/y

ip dhcp snooping trust

fastethernet x/y will be the port where the DHCP server should be located.

Cheers:

Istvan

Mr. Istvan,

I want to ask what if for examplre, there is this layer 3 4506-e switch acting as a dhcp server for two vlans. vlan 5 and 6. and it configured to have two different default router for this two vlans respectively. how can i configure it?