1755720 Members
3168 Online
108837 Solutions
New Discussion

MSR 1003 8S NAT

 
Mike-Ruiz
Occasional Visitor

MSR 1003 8S NAT

HI Guys,

I have a MSR 1003 8S and I'm trying to do a full nat.

Let me explain i have an edge network, I use it to connect a ASA, the ASA have the IP 172.168.100.2

and i traying to nat into IP 167.250.193.185 but it is not working.

I am using this configuration

interface GigabitEthernet0/0
ip address 167.250.193.184 255.255.255.0
nat outbound 3000

acl advanced 3000
 rule 0 permit ip source 172.168.19.0 0.0.0.3

interface Vlan-interface100
ip address 172.168.19.1 255.255.255.252

nat static inbound 167.250.193.185 10.10.0.100

nat static outbound 10.10.0.100 167.250.193.185