cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
468
Views
0
Helpful
3
Replies

Layer 3 Switching

jkuehl
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

wochanda
Level 4
Level 4

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

View solution in original post

3 Replies 3

Mohamed Sobair
Level 7
Level 7

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

wochanda
Level 4
Level 4

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

Thank you, this worked for us

Review Cisco Networking products for a $25 gift card