09-08-2008 07:01 PM
Hi There,
Can i rename a switch whilst it's in Production?We have Cisco MDS 9513 director with SANOS 3.02(b)..If we can then what are the steps to be followed.
Solved! Go to Solution.
09-08-2008 07:05 PM
Hello,
Yes you may rename a switch non-disruptively.
Example:
rtp9513-1-23A-01# conf t
Enter configuration commands, one per line. End with CNTL/Z.
rtp9513-1-23A-01(config)# switchname Test-Name
Test-Name(config)# switchname rtp9513-1-23A-01
rtp9513-1-23A-01(config)# exit
rtp9513-1-23A-01# copy run start
[########################################] 100%
rtp9513-1-23A-01#
Thanks,
Nikhil
09-08-2008 07:05 PM
Hello,
Yes you may rename a switch non-disruptively.
Example:
rtp9513-1-23A-01# conf t
Enter configuration commands, one per line. End with CNTL/Z.
rtp9513-1-23A-01(config)# switchname Test-Name
Test-Name(config)# switchname rtp9513-1-23A-01
rtp9513-1-23A-01(config)# exit
rtp9513-1-23A-01# copy run start
[########################################] 100%
rtp9513-1-23A-01#
Thanks,
Nikhil
09-10-2008 12:03 PM
Be advised that renaming a switch does generate an RSCN, unless the switch is configured to not do so. By design, the RSCN being generated should cause no impact.
05-08-2024 12:50 AM
Hello Dear All
I have recently done changes ( which is called hostname) there will be no effect while the switches are in production. I would recommend just backup first the switches, then keep record of precious names to be on safe side, if any program is using the name of the switch:
the command is easy for example previous switch name is SWITCH and new name you want Accoutns-2ndFL-SW
the command will be as below
SWITCH# config terminal
SWITCH# hostname Accoutns-2ndFL-SW
Accounts-2ndFL-SW# wr
wr will write means save the configuration if you are on privilege mode command is "wr" and if you are in configuration mode command is "do wr"
this way your name is changed
and if you want to save this in flash file if switch restart your configuration will not go then do below command
Accounts-2ndFL-SW # copy running-config startup-config
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