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

NAT with route-map on Nexus 93180YC

vivarock12
Level 1
Level 1

I want to traduce this to a Nexus 93180YC.

!
ip access-list stand Servidor2_Produccion
permit ip 206.60.106.0 255.255.255.0
!
route-map RM_Servidor2_Produccion permit 10
 match ip address Servidor2_Produccion
!
ip nat inside source 206.60.106.7 172.31.5.25 route-map RM_Servidor2_Produccion
!

Does any one have an idea how can i do this?

Thanks by the way

 

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

I dont't see any option using a route map but one option to use the access list

 

ip access-list stand Servidor2_Produccion
permit ip 206.60.106.0 255.255.255.0

ip nat inside source list Servidor2_Produccion

 

HTH

 

Thanks for the reply but the thing is it can only nat to a pool o a specific interface.

And a need a static nat and filter the networks that will be able to use that Static nat.

i dont know if you have any other idea?

Review Cisco Networking for a $25 gift card