cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1133
Views
0
Helpful
1
Replies

NAT Public Addresses to diffrent VRFs

csco
Level 1
Level 1

Hi,

We have a /28 on the outside and want to assign seperate IP addresses with NAT to seperate VRFS, for example:

130.140.131.78 -> NAT -> vrf A -> 192.168.1.1

130.140.131.79 -> NAT -> vrf B -> 192.168.1.1

on so on and so forth....

Is this possible ? I have tried several option but no luck/wisdom so far.

Gr. Gilles.

P.S. Platform are routers 29xx and 39xx

1 Reply 1

m.detochkin
Level 1
Level 1

Hi,

what options have you tried already ?

I think that vrf-aware static nat will do the job, something like:

ip nat inside source static 192.168.1.1 130.140.131.78 vrf A

Cheers,

Mikhail.