I did this last night, and while it took the config without complaining, the second one overwrote the first one in running-config.
What I am really looking for is this functionality in NVI.. ip nat source static 10.1.1.9 205.141.232.13 vrf SUB001-VRF match-in-vrf ip nat source static 10.1.1.4 205.141.232.13 vrf SUB002-VRF match-in-vrf That would be outstanding. ________________________________ From: Arie Vayner (avayner) <[email protected]> To: Derick Winkworth <[email protected]>; [email protected] Sent: Fri, April 2, 2010 1:44:08 AM Subject: RE: [c-nsp] match-in-vrf with NVI Derick, >From what I can see, since 12.2(33)XND you can configure duplicate outside NAT >mapping with different VRFs without the need for the "match-in-vrf" keyword. >It would just use the VRF names in the NAT statements: So this config should work: router(config)#ip nat outside source static network 172.1.1.0 16.1.1.0 /24 vrf Cust_A router(config)#ip nat outside source static network 172.1.1.0 16.1.1.0 /24 vrf Cust_B Arie -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Derick Winkworth Sent: Thursday, April 01, 2010 22:33 To: [email protected] Subject: [c-nsp] match-in-vrf with NVI All: Anyone know when the "match-in-vrf" keyword will be supported with NAT NVI? I really would like to see this! Derick _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/ _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
