cisco设备NAT-适合初学者

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cisco设备NAT-适合初学者相关的知识,希望对你有一定的参考价值。

技术分享图片
PC1
ip 192.168.1.2/24 192.168.1.1
PC2
ip 192.168.2.3/24 192.168.2.1
PC3
ip 202.106.1.2/24 202.106.1.1
R3
conf t
int e1/0
ip add 192.168.1.2 255.255.255.0
ip nat inside
no shutdown
exit
int e1/1
ip add 192.168.2.1 255.255.255.0
ip nat inside
no shutdown
exit
int f0/0
ip add 202.106.0.1 255.255.255.0
ip nat outside
no shutdown
exit
ip route 202.106.1.0 255.255.255.0 202.106.0.2
exit
ip nat inside source static 192.168.1.2 202.106.0.3 //外网口外没有占用的主机地址都可以
ip nat inside source static 192.168.2.3 202.106.0.4
exit
exit
write
R1
conf t
int f0/0
ip add 202.106.0.2 255.255.255.0
no shutdown
exit
int f0/1
ip add 202.106.1.1 255.255.255.0
no shutdown
exit
ip route 202.106.0.0 255.255.255.0 202.106.0.1
exit
exit
write
验证:
技术分享图片
技术分享图片

以上是关于cisco设备NAT-适合初学者的主要内容,如果未能解决你的问题,请参考以下文章

cisco静态路由-适合初学者

应用程序屏幕不适合设备

Cisco路由交换-NAT详解二

Cisco(61)——双出口策略路由PBR+NAT

Cisco(61)——双出口策略路由PBR+NAT

什么是CISCO 设备oid?如何获取cisco设备各种OID