11-17-2004 08:16 AM - edited 03-02-2019 08:01 PM
6513 with 12.1 ver, On Vlan interfaces can I add a secondary DHCP server IP address for redundency. If so what is the command to execute.
"ip helper-address a.b.c.d" on vlan interface.
Solved! Go to Solution.
11-17-2004 08:46 AM
Yes you can . Here it goes . For example , if you have a Vlan 10 , just configure as follows where a.b.c.d will be primary and w.x.y.z as secondary. Make sure that DHCP scope is available in secondary DHCP server also for same Vlan .
interface Vlan10
description Vlan for ADMIN Bldg Users
ip address x.x.x.x 255.255.254.0
ip helper-address a.b.c.d
ip helper-address w.x.y.z
Regards,
Raju
11-17-2004 08:46 AM
Yes you can . Here it goes . For example , if you have a Vlan 10 , just configure as follows where a.b.c.d will be primary and w.x.y.z as secondary. Make sure that DHCP scope is available in secondary DHCP server also for same Vlan .
interface Vlan10
description Vlan for ADMIN Bldg Users
ip address x.x.x.x 255.255.254.0
ip helper-address a.b.c.d
ip helper-address w.x.y.z
Regards,
Raju
11-19-2004 01:14 PM
This may have answered a question I had looming out there. I have two VLANS (1 = Data, 20 = Voice) but want to throw my data onto say VLAN 10. I have a router w/ two FE's plugged into two separate switches that all connect together. One of the FE is configured as 192.168.10.1 (data) and the other FE is configured as 192.168.20.1. My phones would never get a DHCP address even though on the router I told that interface of 192.168.20.1 (ip helper address) to point to our DHCP. My question is: Do I HAVE to assign VLAN 20 an IP Address? along w/ VLAN 10?
Thanks
11-19-2004 10:36 PM
Hi Raju,
Thanks for the reply, you are exactly right, I can go up to 16 IP helper command on one vlanXX interface. By the time I got this reply I did my little research and implemented and test with 2 dhcp servers and it was working great. Once again thanks for the reply.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide