Anyone kind enough to guide me what is NAT with reversible keyword for.
If we take a look on from the configuration guide, what is the example
trying to tell us and its functionality.
ip nat pool POOL-A 30.1.10.1 30.1.10.126 netmask 255.255.255.128
ip nat pool POOL-B 30.1.20.1 30.1.20.126 netmask 255.255.255.128
ip nat inside source route-map MAP-A pool POOL-A reversible
ip nat inside source route-map MAP-B pool POOL-B reversible
!
ip access-list extended ACL-A
permit ip any 30.1.10.128 0.0.0.127
ip access-list extended ACL-B
permit ip any 30.1.20.128 0.0.0.127
!
route-map MAP-A permit 10
match ip address ACL-A
!
route-map MAP-B permit 10
match ip address ACL-B
_______________________________________________________________________
Subscription information may be found at:
http://www.groupstudy.com/list/CCIELab.html