nat-reversible

From: Chee Chew Leong (cleong3@csc.com)
Date: Sat Oct 07 2006 - 03:50:22 ART


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



This archive was generated by hypermail 2.1.4 : Wed Nov 01 2006 - 07:29:04 ART