cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7295
Views
0
Helpful
4
Replies

Enable ip routing on a running switch

mogulsurf323
Level 1
Level 1

Hi  i have a layer 3 switch ( 2960) that ip routing has not been enable 

my question  is can i enable ip routing while the switch is running. will i cause any network issues?

there are 2 vlans on the switch 1 SVI with an ip address

thanks

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

no it will not cause any issues you can enable IP routing.

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

are you have already 
ip default-gateway 
if Yes 
then add default route toward same IP before run ip routing 

NOTE:- some service will effect and it can host use NOW SVI instead of old GW.

Joseph W. Doherty
Hall of Fame
Hall of Fame

"my question  is can i enable ip routing while the switch is running. will i cause any network issues?"

Maybe none, or in the blink-of-an-eye (i.e. impact [drops, delays] to inflight traffic), or long term (e.g. moving from default-gate to default-route).

Anytime you even "manage" access the box, adds some additional risk of something "bad" happening.

Worst (or best) example:  Years ago I was working in a shop that had four L3 switch cores (non-Cisco, but equivalent to 6509s).  All four cores, same exact models, same exact cards, same exact IOS, same exact power, same exact everything.  However, one of the four cores was "hands-off" except during scheduled maintenance because just logging onto that particular device, or doing the simplest "show anything" might (and often would) cause that core device to hard crash.  When left alone, it operated flawlessly.  Other 3 core devices, you could logon, show this, show that, make some simple changes, no problems at all.

The original post asks 2 questions:

"can i enable ip routing while the switch is running" the answer is yes you can enable ip routing while the switch is running. In fact it is quite challenging to enable ip routing when the switch is not running.

"will i cause any network issues" likely it will not cause network issues but we do not know enough about your environment to be sure. Does your switch have ip default-gateway configured? This would be for management traffic from the vlan interface with an IP address to be able to access remote addresses. When you enable ip routing it disables the default-gateway command and so could impact management traffic from the switch (until you configure a default route for the switch). Would that qualify as a network issue?

HTH

Rick