cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8916
Views
15
Helpful
1
Replies

Object Network Name Change

Scott Hanson
Level 5
Level 5

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

1 Accepted Solution

Accepted Solutions

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)#
--
If you found this post helpful, please give it Kudos. If my answer solves your problem, please click Accept as Solution so others can benefit from it.

View solution in original post

1 Reply 1

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)#
--
If you found this post helpful, please give it Kudos. If my answer solves your problem, please click Accept as Solution so others can benefit from it.
Review Cisco Networking for a $25 gift card