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

[Question] Policy-based NAT with VRF

Translator
Community Manager
Community Manager

The following command is configured for policy-based NAT (source nat) with VRF under the following conditions.
Since it doesn't work properly, appreciate it if anyone could tell me how to fix.

L3SW
VRF name = VRF1000, Route-map name = NAT-MAP-1
Source = 192.168.1.1 (after NAT translation = 10.10.1.1), Destination = 192.168.1.2

[nat Configuration]
ip nat inside source static 192.168.1.1 10.10.1.1 vrf VRF1000 route-map NAT-MAP-1

[ACL Settings]
ip access-list extended 110
10 permit ip host 192.168.1.1 host 192.168.1.2

[route-map Settings]

route-map NAT-MAP-1 permit 10
match ip address 110

 

 

1 Reply 1

Translator
Community Manager
Community Manager

Hello.

Although it is said that it does not work as intended, I think that it will be easier to get answers from experts if you attach the following detailed information as supplementary information.

· Detailed model number of the equipment used, IOS version number

·Configuration diagram

·Output results of various related show commands such as show run and show ip nat

·Results when using debug command

·Communication flows occurring

· Does NAT work if VRF is not used?

Review Cisco Networking for a $25 gift card