cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5430
Views
5
Helpful
5
Replies

IP routie not dislayed in show running-config

linux_debian
Level 1
Level 1

Hello,

Please i'm trying to do this lab  LAB with GNS3 but when i try to verify that ip routing is enabled i don't see ip routing in show running-config:

Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#ip routi
Router(config)#ip routing
Router(config)#^Z
Router#sho
*Mar  1 01:01:40.031: %SYS-5-CONFIG_I: Configured from console by console
Router#show runni
Router#show running-config | include ip
ip cef
 no ip address
 no ip address
 no ip address
 no ip address
 no ip address
 no ip address
 no ip address
 no ip address
 no ip address
 no ip address
ip forward-protocol nd
ip http server
no ip http secure-server
Router#

But i can see the routes with ip route command and the routing between vlans doesn't work.

Can someone help me please.

Regards.

2 Accepted Solutions

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni

use sh run all try that or sh run ? and see what the options are

As your on a router its prob enabled by default and hidden in running-config , you can see all commands deployed with sh run all

View solution in original post

Amit Goyal
Level 1
Level 1

Hi

I believe you are using a router image. IP routing is enabled by default on a router. If you want to check this, try configuring "no ip routing" and then use command "show run | i routing" you will see below.

R1(config)#no ip routing

R1(config)#do sh run | i routing
no ip routing

Please rate if it helps.

HTH

-Amit

View solution in original post

5 Replies 5

Mark Malone
VIP Alumni
VIP Alumni

use sh run all try that or sh run ? and see what the options are

As your on a router its prob enabled by default and hidden in running-config , you can see all commands deployed with sh run all

Hi Guys,

Thank you very much for your responses, yes i'm using an image switchrouter and the ip routing is enabled by default:

ESW1#show running-config | include ip
no ip routing

Regards.

Hi

Your on the switching module there and its disabled just so your aware

You would need to type below to enable it , currently that does not support routing only switching   

(conft) ip routing

Yes  exactly i have to do ip routing command in global config.

Thank you.

Amit Goyal
Level 1
Level 1

Hi

I believe you are using a router image. IP routing is enabled by default on a router. If you want to check this, try configuring "no ip routing" and then use command "show run | i routing" you will see below.

R1(config)#no ip routing

R1(config)#do sh run | i routing
no ip routing

Please rate if it helps.

HTH

-Amit