We had a Consultant come into to implement VoIP at our office and on the side he configured Vlans for our wireless network as I have no Cisco experience as i am currently learning.
Anyway i wondered if someone could explain this piece of code. I created a new VLAN on my Layer 3 switch. First i just assigned the IP address and the DHCP server, but i couldnt ping anything *until* i added the standby lines that the consultant did for the other VLAN's. As soon as i did add the standby lines it worked?
Why would i need to add a standby IP for the routing to work, i thought standby was a rundant setting, not essistenial.
??
----------
interface Vlan60
ip address 192.90.12.196 255.255.255.192
ip helper-address 192.90.10.32
standby 50 ip 192.90.12.193
standby 50 priority 110
standby 50 preempt
-----------