NAT网络地址转换——Easy IP
NAT网络地址转换
Tip:Easy IP允许将多个内网地址映射到网关出口地址上的不同端口。
本次实验模拟nat协议配置
AR1配置如下:
<Huawei>sy
[Huawei]sys AR1
[AR1]int g0/0/0
[AR1-GigabitEthernet0/0/0]ip add 192.168.1.1 24 //配置端口IP地址,作为网关ip
[AR1-GigabitEthernet0/0/0]int g0/0/1
[AR1-GigabitEthernet0/0/1]ip add 110.249.130.1 24//配置端口ip,作为网关ip
[AR1]acl number 2000//创建基本acl
[AR1-acl-basic-2000]rule 10 permit source 192.168.1.0 0.0.0.255//允许192.168.1.0网段
[AR1-acl-basic-2000]q
[AR1]int g0/0/1
[AR1-GigabitEthernet0/0/1]nat outbound 2000//将acl2000关联到出接口
原文地址:https://blog.csdn.net/L_O_V_E8023/article/details/143891280
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!