cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
1129
Views
0
Helpful
3
Replies

Enabling routing Cisco 4507 switch

We have a 4507 and going through the steps to enable routing, doesn't seem to make any change in the switch. Am I missing something here? Correct me if I'm wrong but should I not see "ip routing" under ip subnet-zero?

 

4507(config)#ip routing 
4507(config)#do sh run
Building configuration...

Current configuration : 6549 bytes
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service compress-config
!
hostname DUR-4507
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$i6GY$ik/W1flFchFCYejHaFgOz/
!
!
no aaa new-model
ip subnet-zero
!
!
ip vrf mgmtVrf
!
vtp domain null
vtp mode transparent

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Harold

It differs per switch model as to what is the default.

So if you typed "no ip routing" that should show in your configuration.

But if "ip routing" is on by default it won't necessarily be there.

Jon

View solution in original post

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Harold

It differs per switch model as to what is the default.

So if you typed "no ip routing" that should show in your configuration.

But if "ip routing" is on by default it won't necessarily be there.

Jon

Thanks Jon, tested and you're correct.

 

Regards

Harold

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

You might also try a "show run all".