Cisco configurations of NAT

Network 2023. 11. 23. 19:13

interface <INTERFACE> 

ip nat inside 

 

interface <INTERFACE> 

ip nat outside 

 

-dynamic- 

ip nat pool <POOL NICKNAME> <OUTSIDE GLOBAL START IP> <OUTSIDE END IP> netmask <SUBNETMASK> 

 

access-list <1-99 NUMBER> permit <INSIDE LOCAL IP> <WILDCARD MASK> 

 

ip nat inside source list <ACCESS-LIST NUMBER> pool <POOL NICKNAME> [overload] 

 

- static - 

ip nat inside source static <INSIDE LOCAL IP> <OUTSIDE GLOBAL IP> 

'Network' 카테고리의 다른 글

Cisco configurations of ASDM  (0) 2023.11.23
Cisco configurations of DHCP  (0) 2023.11.23
Cisco configurations of SNMP  (0) 2023.11.23
Cisco configurations of HSRP (Hot Standby Routing Protocol)  (0) 2015.05.06
Cisco configurations of Frame Relay  (0) 2015.05.01
Posted by Aiders
,