- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2012 01:06 PM - edited 03-11-2019 05:19 PM
Hi,
This may be a lame question, but under what command can I change the name statement "name 175.129.14.16 mail-ext"? Also, can the name statement be changed without removing the NAT statement and access-list?
ASA Version 7.2(2)
!
hostname asa5510
domain-name mycompany.local
names
name 175.129.14.16 mail-ext
!
access-list outside_access_in extended permit tcp any host mail-ext eq smtp
!
static (inside,outside) mail-ext smtp-server netmask 255.255.255.255
!
Solved! Go to Solution.
- Labels:
-
NGFW Firewalls
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2012 01:28 PM
Hello,.
ciscoasa(config)# name 4.2.2.2 test
ciscoasa(config)# name 8.8.8.8 test
ERROR: 'test' is already mapped to 4.2.2.2!
So do a no names
and then change the name definition:
no name 4.2.2.2 test
name 8.8.8.8 test
Regards,
Julio
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2012 01:28 PM
Hello,.
ciscoasa(config)# name 4.2.2.2 test
ciscoasa(config)# name 8.8.8.8 test
ERROR: 'test' is already mapped to 4.2.2.2!
So do a no names
and then change the name definition:
no name 4.2.2.2 test
name 8.8.8.8 test
Regards,
Julio
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2012 04:52 PM
Success!
Thanks
