02-27-2008 02:43 PM - edited 03-05-2019 09:25 PM
Since we have enable layer 3 switching on our two 4506 switches, we have not been able to ping them. Any ideas that may help us resolve this issue.
Solved! Go to Solution.
02-27-2008 03:48 PM
If all you did was type 'ip routing' on the switches, you probably lost your default gateway.
With ip routing disabled, the switch relies on the 'ip default-gateway' command to see how to communicate with other networks.
Once you enable ip routing, we no longer use the 'ip default-gateway' command, but instead look in your routing table to see where to send packets.
To fix this, log into the switch and look for a command looking like this:
ip default-gateway 10.1.1.1
and convert it to this:
ip route 0.0.0.0 0.0.0.0 10.1.1.1
02-27-2008 03:01 PM
Hi,
You mean L3 routing, If you have Inter vlan routing enabled between Vlans, then make sure you gave them a layer-3 IP address.
you should also enable routing globally, with the (Ip routing) command.
HTH
Mohamed
02-27-2008 03:48 PM
If all you did was type 'ip routing' on the switches, you probably lost your default gateway.
With ip routing disabled, the switch relies on the 'ip default-gateway' command to see how to communicate with other networks.
Once you enable ip routing, we no longer use the 'ip default-gateway' command, but instead look in your routing table to see where to send packets.
To fix this, log into the switch and look for a command looking like this:
ip default-gateway 10.1.1.1
and convert it to this:
ip route 0.0.0.0 0.0.0.0 10.1.1.1
03-06-2008 01:06 PM
Thank you, this worked for us
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