Link to home
Start Free TrialLog in
Avatar of monkeymac
monkeymacFlag for Canada

asked on

Cisco Router - Using route-map or list in NAT/PAT

In Cisco IOS, I'm wondering what the applicable differences are between using a route-map (that matches an ACL) or using a source ACL directly.

Both examples below. In the case of the route-map, the route-map definition matches the same ACL as the other option.

Just looking to understand if there's any difference in how the ACL is applied to a route-map vs. how it's applied directly called in the NAT statement.

Regards,

Luis
ip nat inside source route-map ROUTEMAPNAME interaface FastEthernet 0 overload


ip nat inside source list 1 interface FastEthernet 0 overload

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Vito_Corleone
Vito_Corleone
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial