08-28-2017 12:04 PM - edited 03-08-2019 11:51 AM
So, we have a 3750. In the running config it doesn't show the "ip routing" command anywhere, but it does have have a routing table (mostly statics). Is routing only enabled with the "ip routing" command in the running config?
08-28-2017 12:28 PM
With the 3750 you usually do have to enable it.
Does it route between clients in different vlans or not ?
Jon
08-28-2017 12:31 PM - edited 08-28-2017 12:37 PM
Hi
In order to use Layer 3 capabilities you need to execute: Ip routing, globally. Now if your devices is working like Layer 2 you will not able to execute this command: show ip route, and you will receive a message like:
% Invalid input detected at '^' marker.
Also on Layer 2 mode, you will not able to convert a port to layer 3, you will receive the following message:
no switchport
Command rejected: not allowed on this interface.
Now if you want to verify it on the configuration, you can execute:
show run | begin ip routing
Hope it is useful.
:-)
03-12-2020 07:55 AM
your CLI command should be
show run all | begin ip routing
show run does not return default settings and you need that to get the ip routing status.
05-17-2024 07:36 AM
old thread, but this works on the 9000 series with V17.9.5
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