cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
478
Views
0
Helpful
2
Replies

Access-list and route-maps/NAT

wgranada1
Level 1
Level 1

Good day;

Need some advice if I may ask I'm trying to do a static nat using route maps so I can just add subnets in the future does this look like it will work. I have a BGP connection and I have to NAT my address to his as follows:

ip nat inside source static 192.168.11.19 170.132.237.49 route-map vnet-nat extendable

ip nat inside source static 192.168.11.37 170.132.237.50 route-map vnet-nat extendable

ip nat inside source static 192.168.11.22 170.132.237.51 route-map vnet-nat extendable

ip nat inside source static 192.168.11.40 170.132.237.52 route-map vnet-nat extendable

ip nat inside source static 192.168.11.42 170.132.237.53 route-map vnet-nat extendable

ip nat inside source static 192.168.11.24 170.132.237.54 route-map vnet-nat extendable

ip nat inside source static 192.168.11.20 170.132.237.55 route-map vnet-nat extendable

ip nat inside source static 192.168.10.62 170.132.237.56 route-map vnet-nat extendable

ip access-list extended VNet-in

permit tcp 10.254.26.0 0.0.0.255 192.168.10.0 0.0.0.255

permit tcp 10.254.27.0 0.0.0.255 192.168.11.0 0.0.0.255

p access-list extended VNet-out

permit tcp 192.168.10.0 0.0.0.255 10.254.26.0 0.0.0.255

permit tcp 192.168.11.0 0.0.0.255 10.254.27.0 0.0.0.255

ip access-list extended vnet-nat

permit ip any 170.132.237.48 0.0.0.15

route-map vnet-nat permit 10

match ip address vnet-nat

Thank you in advance

2 Replies 2

Thank you for the information but I was able to figure it out....I appreciate the info!!!!