cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
8410
Views
15
Helpful
1
Replies

Object Network Name Change

Scott Hanson
Level 3
Level 3

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)#

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)#
Review Cisco Networking for a $25 gift card