cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
523
Views
0
Helpful
2
Replies

changing names on ios7.2

tsabsuavyaj
Level 1
Level 1

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

!

1 Accepted Solution

Accepted Solutions

Julio Carvajal
VIP Alumni
VIP Alumni

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

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

View solution in original post

2 Replies 2

Julio Carvajal
VIP Alumni
VIP Alumni

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

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

Success! 

Thanks

Review Cisco Networking products for a $25 gift card