cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
397
Views
0
Helpful
1
Replies

Are these VLAN setting correct to allow ip helper-address

gerryobrien
Level 1
Level 1

Attached is the output of a show vlan command. Will these settings allow DHCP requests to pass out of VLAN 5 to VLAN 1 using ip helper address?

1 Reply 1

jamey
Level 4
Level 4

You would put the ip helper address command under the Vlan interface (SVI). For example say you have hosts on Vlan5 you want to get IPs from a DHCP server on Vlan1 that is has IP 192.168.1.10:

interface vlan 1

ip address 192.168.1.1 255.255.255.0

interface vlan 5

ip address 192.168.20.1 255.255.255.0

ip helper-address 192.168.1.10

-HTH

Review Cisco Networking for a $25 gift card