cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2382
Views
0
Helpful
2
Replies

Can't enable routing on 2960S

tucdual
Level 1
Level 1

Hello,

I try to enable routing :

SW(config)#ip routing
                         ^
% Invalid input detected at '^' marker.

 

I use a stack:

Switch Ports Model              SW Version            SW Image
------ ----- -----              ----------            ----------
*    1 52    WS-C2960S-48FPS-L  15.0(2)SE5            C2960S-UNIVERSALK9-M
     2 52    WS-C2960S-48TS-L   15.0(2)SE5            C2960S-UNIVERSALK9-M

Thanks for your help.

Best regards

 

2 Accepted Solutions

Accepted Solutions

Leo Laohoo
Hall of Fame
Hall of Fame
I try to enable routing :

Did you enable SDM Template to LAN routing?  

 

If not, read THIS.

View solution in original post

InayathUlla Sharieff
Cisco Employee
Cisco Employee

Hi,

2900-1(config)#ip routing
                            ^
% Invalid input detected at '^' marker.

2900#show sdm pre
 The current template is "default" template.>>>>>>>>. Its in Default template hence change it to LAn Routing as mentioned below
 The selected template optimizes the resources in
 the switch to support this level of features for
 0 routed interfaces and 255 VLANs.

  number of unicast mac addresses:                  8K
  number of IPv4 IGMP groups:                       0.25K
  number of IPv6 multicast groups:                  0.25K
  number of IPv4/MAC qos aces:                      0.375k
  number of IPv4/MAC security aces:                 0.375k
  number of IPv6 policy based routing aces:         0
  number of IPv6 qos aces:                          0
  number of IPv6 security aces:                     0.125k

2900(config)#sdm prefer ?
  default          Default bias
  lanbase-routing  Lanbase routing

2900(config)#sdm prefer lanbase-routing
Changes to the running SDM preferences have been stored, but cannot take effect
until the next reload.
Use 'show sdm prefer' to see what SDM preference is currently active.

2900-1(config)#do reload
Proceed with reload? [confirm]


2-
After reload I am able to enable the ip routing.,

2900-1(config)#ip routing
2900-1(config)#>>> It works now.
 

HTH

Regards

Inayath

*Please do not forget to rate all usefull posts.

View solution in original post

2 Replies 2

Leo Laohoo
Hall of Fame
Hall of Fame
I try to enable routing :

Did you enable SDM Template to LAN routing?  

 

If not, read THIS.

InayathUlla Sharieff
Cisco Employee
Cisco Employee

Hi,

2900-1(config)#ip routing
                            ^
% Invalid input detected at '^' marker.

2900#show sdm pre
 The current template is "default" template.>>>>>>>>. Its in Default template hence change it to LAn Routing as mentioned below
 The selected template optimizes the resources in
 the switch to support this level of features for
 0 routed interfaces and 255 VLANs.

  number of unicast mac addresses:                  8K
  number of IPv4 IGMP groups:                       0.25K
  number of IPv6 multicast groups:                  0.25K
  number of IPv4/MAC qos aces:                      0.375k
  number of IPv4/MAC security aces:                 0.375k
  number of IPv6 policy based routing aces:         0
  number of IPv6 qos aces:                          0
  number of IPv6 security aces:                     0.125k

2900(config)#sdm prefer ?
  default          Default bias
  lanbase-routing  Lanbase routing

2900(config)#sdm prefer lanbase-routing
Changes to the running SDM preferences have been stored, but cannot take effect
until the next reload.
Use 'show sdm prefer' to see what SDM preference is currently active.

2900-1(config)#do reload
Proceed with reload? [confirm]


2-
After reload I am able to enable the ip routing.,

2900-1(config)#ip routing
2900-1(config)#>>> It works now.
 

HTH

Regards

Inayath

*Please do not forget to rate all usefull posts.