01-05-2016 10:33 AM - edited 03-12-2019 12:06 AM
Hello,
on the ASA is there anyway to change the name of an object network instead of deleting it and re-creating it with the desired name?
Replies rated.
Thanks
Solved! Go to Solution.
01-05-2016 11:55 AM
asa(config)# object network TEST1234
asa(config-network-object)# host 1.2.3.4
asa(config-network-object)# exit
asa(config)# object network TEST1234 rename ?
configure mode commands/options:
WORD < 129 char Specifies new object ID
asa(config)# object network TEST1234 rename NEW-TEST
asa(config)# sh run object id NEW-TEST
object network NEW-TEST
host 1.2.3.4
asa(config)#
01-05-2016 11:55 AM
asa(config)# object network TEST1234
asa(config-network-object)# host 1.2.3.4
asa(config-network-object)# exit
asa(config)# object network TEST1234 rename ?
configure mode commands/options:
WORD < 129 char Specifies new object ID
asa(config)# object network TEST1234 rename NEW-TEST
asa(config)# sh run object id NEW-TEST
object network NEW-TEST
host 1.2.3.4
asa(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