cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
12409
Views
2
Helpful
4
Replies

3750 - Verify if IP routing is on/off?

Eric Snijders
Level 1
Level 1

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?

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

With the 3750 you usually do have to enable it. 

 

Does it route between clients in different vlans or not ?

 

Jon

 

Julio E. Moisa
VIP Alumni
VIP Alumni

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. 

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

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.

roger
Level 1
Level 1

old thread, but this works on the 9000 series with V17.9.5