8410
Views
15
Helpful
1
Replies
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Labels:
- Labels:
-
NGFW Firewalls
1 Accepted Solution
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)#
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)#
