12-06-2016 08:36 AM - edited 03-05-2019 07:37 AM
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.
Solved! Go to Solution.
12-06-2016 08:45 AM
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
12-08-2016 12:48 AM
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
12-06-2016 08:45 AM
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
12-08-2016 08:25 AM
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.
12-08-2016 08:27 AM
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
12-08-2016 08:35 AM
Yes exactly i have to do ip routing command in global config.
Thank you.
12-08-2016 12:48 AM
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
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