IP NAT Outside Command on CISCO Router/Switch

Command

IP NAT Outside

Use

This command is used to set an outside interface for NAT translation.

Syntax

Router(config-if)#ip nat outside

Example

IP NAT Outside Command on CISCO Router/Switch 1In this example, we will set R2’s Fa1/0 to be an outside NAT interface.

R2(config)#access-list 10 permit 10.1.1.0 0.0.0.255
R2(config)#ip nat pool REACH 10.2.2.5 10.2.2.10 netmask 255.255.255.0
R2(config)#ip nat inside source list 10 pool REACH
R2(config)#int fa0/0
R2(config-if)#ip nat inside
R2(config-if)#int fa1/0
R2(config-if)#ip nat outside

R1(config)#do ping 10.2.2.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.2.2.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/39/116 ms

R2(config)#do sh ip nat trans
Pro Inside global Inside local Outside local Outside global
icmp 10.2.2.6:21 10.1.1.1:21 10.2.2.3:21 10.2.2.3:21
— 10.2.2.6 10.1.1.1 — —
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x