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

Sup7e console connection - cant ping other subnets

cchughes
Level 1
Level 1

Hello all,

I just migrated so,me 3560e switchports to a 4507R+E with a SUP7e running IOS-XE.  Everything works except pinging other subnets from the console connection.  This switch is trunked to a 6513 and is not doing any layer3.  There is one vlan used for mgmt of the switch which is a member of the trunked uplinks to the 6513.

When i try to ping the vlan address of my one vlan interface from the console it works.  When I try to ping any address that is part of the subnet defined for my one vlan interface it works.  If I try to ping any of the address space outside of my mgmt vlan it fails.  I have ip default gateway defined.  It points to 6513 address that is on my mgmt vlan.  Pretty standard in any other implementation but it doesnt work on this 4507 running IOS-XE.

Am I missing something here?

3 Replies 3

Eugene Lau
Cisco Employee
Cisco Employee

Hi,

It sounds like IP routing is enabled (default)

#sh ip route

If IP routing is enabled, the configured default gateway is not used and you would need to set a default route

#ip route 0.0.0.0 0.0.0.0

Or

If IP routing is not desired - it can be disabled

#conf t

#no ip routing

It will disable any L3 routing features.

HTH

Eugene

That was it. I'm used to IP routing being off by default. Thanks

glen.grant
VIP Alumni
VIP Alumni

  My guess is that the 4500 has routing on  thus the default gateway command would not work and you would have to use a default static  route pointing to the gateway of the 4500 management vlan . Try using 0.0.0.0 0.0.0.0  x.x.x.x  where "x" is the gateway of the 4500 management address. Or you can try turning off routing and the default gateway command should work.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card