网络通信基础7——华为路由器整合实操



使用SecureCRTPortable进行连接后

[AR1]int e0/0/0

[AR1-Ethernet0/0/0]undo portswitch --关闭交换功能

[AR1-Ethernet0/0/0]ip address 192.168.100.1 24 ——绑定端口ip

[AR1]ip pool 100  ——创建地址池

[AR1-ip-pool-100]network 192.168.100.0 mask 24 

[AR1-ip-pool-100]gateway-list 192.168.100.1 ——此处为默认网关

[AR1-ip-pool-100]dns-list 114.114.114.114

[AR1-ip-pool-100]lease day 0 hour 1 minute 0 --租期,设置地址的使用时间

[AR1-ip-pool-100]excluded-ip-address 192.168.100.1 192.168.100.10 --将地址从地址池排除

[AR1]int e0/0/0

[AR1-Ethernet0/0/0]dhcp select global ——调用全局DHCP

【NAT】 

[AR1]acl 2000  --启用ACL进行私有IP的匹配

[AR1-acl-basic-2000]rule permit source 192.168.100.0 0.0.0.255 -指定匹配的私有网段

[AR1]int e0/0/8  --进入外部端口

[AR1-Ethernet0/0/8]ip address 200.100.1.2 24  

IAR1-Ethernet0/0/8]nat outbound 2000 --调用ACL进行转换

[AR1]ip route-static 0.0.0.0 0.0.0.0 200.100.1.1 --匹配所有目标的路径

注意:此处假定ISP地址为 200.100.1.1。

评论

热门博文