10-21-2018 10:03 AM - edited 03-05-2019 10:59 AM
Hi,
Having problems with NAT on 2 x C6816-X-LE switches running VSS. IOS = 15.2(2)SY3
Not seeing any NAT translations between private users on Vlan172 network to Vlan182.
Config below is fairly basic. Only difference is it's using in a VRF. And I've noticed that the 'match-in VRF' command is not available in this IOS.
Any help much appreciated.
interface Vlan172
vrf forwarding prod
ip address 172.16.0.1 255.255.255.0
ip nat inside
interface Vlan182
vrf forwarding prod
ip address 10.1.1.1 255.255.255.0
ip nat outside
ip nat pool POOL1 10.1.1.40 10.1.1.249 prefix-length 24
ip nat inside source list 10 pool POOL1 vrf prod
access-list 10 permit 172.16.0.0
10-21-2018 10:08 AM
Hello,
typically within a vrf you would need the 'match-in-vrf' at the end of the NAT statement:
ip nat inside source list 10 pool POOL1 vrf prod match-in-vrf
Not sure if this is available on the 6816...
10-21-2018 10:40 AM
Hi Georg,
Many thanks for the reply. Unfortunately, that command isn't there in this IOS.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide