HCIP静态路由实验

拓扑图

在这里插入图片描述
规划地址
在这里插入图片描述

<R1>dis cu
[V200R003C00]
#
 sysname R1
#
 snmp-agent local-engineid 800007DB03000000000000
 snmp-agent 
#
 clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load flash:/portalpage.zip
#
 drop illegal-mac alarm
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 192.168.0.1 255.255.255.252 
#
interface GigabitEthernet0/0/1
 ip address 192.168.0.5 255.255.255.252 
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
interface LoopBack1
 ip address 192.168.0.129 255.255.255.252 
#
interface LoopBack2
 ip address 192.168.0.133 255.255.255.252 
#
interface LoopBack3
 ip address 192.168.0.137 255.255.255.252 
#
ip route-static 0.0.0.0 0.0.0.0 192.168.0.2
ip route-static 0.0.0.0 0.0.0.0 192.168.0.6
ip route-static 192.168.0.8 255.255.255.252 192.168.0.2
ip route-static 192.168.0.8 255.255.255.252 192.168.0.6 preference 100
ip route-static 192.168.0.12 255.255.255.252 192.168.0.2 preference 100
ip route-static 192.168.0.12 255.255.255.252 192.168.0.6
ip route-static 192.168.0.64 255.255.255.192 192.168.0.2
ip route-static 192.168.0.64 255.255.255.192 192.168.0.6
ip route-static 192.168.0.128 255.255.255.192 NULL0
ip route-static 192.168.0.192 255.255.255.192 192.168.0.2 preference 100
ip route-static 192.168.0.192 255.255.255.192 192.168.0.6
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<R2>dis cu
[V200R003C00]
#
 sysname R2
#
 snmp-agent local-engineid 800007DB03000000000000
 snmp-agent 
#
 clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load flash:/portalpage.zip
#
 drop illegal-mac alarm
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 192.168.0.2 255.255.255.252 
#
interface GigabitEthernet0/0/1
 ip address 192.168.0.9 255.255.255.252 
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 192.168.0.10
ip route-static 192.168.0.4 255.255.255.252 192.168.0.1
ip route-static 192.168.0.4 255.255.255.252 192.168.0.10 preference 100
ip route-static 192.168.0.12 255.255.255.252 192.168.0.1 preference 100
ip route-static 192.168.0.12 255.255.255.252 192.168.0.10
ip route-static 192.168.0.64 255.255.255.192 192.168.0.1 preference 100
ip route-static 192.168.0.64 255.255.255.192 192.168.0.10
ip route-static 192.168.0.128 255.255.255.192 192.168.0.1
ip route-static 192.168.0.128 255.255.255.192 192.168.0.10 preference 100
ip route-static 192.168.0.192 255.255.255.192 192.168.0.1
ip route-static 192.168.0.192 255.255.255.192 192.168.0.10
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<R3>dis cu
[V200R003C00]
#
 sysname R3
#
 snmp-agent local-engineid 800007DB03000000000000
 snmp-agent 
#
 clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load flash:/portalpage.zip
#
 drop illegal-mac alarm
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
dhcp enable
#
ip pool a
 gateway-list 192.168.0.193 
 network 192.168.0.192 mask 255.255.255.252 
 dns-list 8.8.8.8 
#
ip pool b
 gateway-list 192.168.0.197 
 network 192.168.0.196 mask 255.255.255.252 
 dns-list 8.8.8.8 
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 192.168.0.6 255.255.255.252 
#
interface GigabitEthernet0/0/0.2
#
interface GigabitEthernet0/0/1
 ip address 192.168.0.13 255.255.255.252 
#
interface GigabitEthernet0/0/2
#
interface GigabitEthernet0/0/2.1
 dot1q termination vid 2
 ip address 192.168.0.193 255.255.255.252 
 arp broadcast enable
 dhcp select global
#
interface GigabitEthernet0/0/2.2
 dot1q termination vid 3
 ip address 192.168.0.197 255.255.255.252 
 arp broadcast enable
 dhcp select global
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 192.168.0.14
ip route-static 192.168.0.0 255.255.255.252 192.168.0.5
ip route-static 192.168.0.0 255.255.255.252 192.168.0.14 preference 100
ip route-static 192.168.0.8 255.255.255.252 192.168.0.5 preference 100
ip route-static 192.168.0.8 255.255.255.252 192.168.0.14
ip route-static 192.168.0.64 255.255.255.192 192.168.0.5 preference 100
ip route-static 192.168.0.64 255.255.255.192 192.168.0.14
ip route-static 192.168.0.128 255.255.255.192 192.168.0.5
ip route-static 192.168.0.128 255.255.255.192 192.168.0.14 preference 100
ip route-static 192.168.0.192 255.255.255.192 NULL0
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~·

<R4>dis cu
[V200R003C00]
#
 sysname R4
#
 board add 0/4 4GET 
#
 snmp-agent local-engineid 800007DB03000000000000
 snmp-agent 
#
 clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load flash:/portalpage.zip
#
 drop illegal-mac alarm
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 192.168.0.10 255.255.255.252 
#
interface GigabitEthernet0/0/1
 ip address 192.168.0.14 255.255.255.252 
#
interface GigabitEthernet0/0/2
 ip address 192.168.0.69 255.255.255.252 
#
interface GigabitEthernet4/0/0
 ip address 192.168.0.65 255.255.255.252 
#
interface GigabitEthernet4/0/1
#
interface GigabitEthernet4/0/2
#
interface GigabitEthernet4/0/3
#
interface NULL0
#
ip route-static 0.0.0.0 0.0.0.0 192.168.0.70
ip route-static 0.0.0.0 0.0.0.0 192.168.0.66 preference 100
ip route-static 192.168.0.0 255.255.255.252 192.168.0.9
ip route-static 192.168.0.0 255.255.255.252 192.168.0.13 preference 100
ip route-static 192.168.0.4 255.255.255.252 192.168.0.9 preference 100
ip route-static 192.168.0.64 255.255.255.192 NULL0
ip route-static 192.168.0.128 255.255.255.192 192.168.0.9
ip route-static 192.168.0.128 255.255.255.192 192.168.0.13
ip route-static 192.168.0.192 255.255.255.192 192.168.0.9 preference 100
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

<R5>dis cu
[V200R003C00]
#
 sysname R5
#
 snmp-agent local-engineid 800007DB03000000000000
 snmp-agent 
#
 clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load flash:/portalpage.zip
#
 drop illegal-mac alarm
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
acl number 2000  
 rule 5 permit source 192.168.0.0 0.0.0.255 
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 192.168.0.70 255.255.255.252 
#
interface GigabitEthernet0/0/1
 ip address 100.1.1.1 255.255.255.0 
 nat outbound 2000
#
interface GigabitEthernet0/0/2
 ip address 192.168.0.66 255.255.255.252 
#
interface NULL0
#
ip route-static 192.168.0.0 255.255.255.252 192.168.0.65 preference 100
ip route-static 192.168.0.0 255.255.255.252 192.168.0.69
ip route-static 192.168.0.4 255.255.255.252 192.168.0.65 preference 100
ip route-static 192.168.0.4 255.255.255.252 192.168.0.69
ip route-static 192.168.0.8 255.255.255.252 192.168.0.65 preference 100
ip route-static 192.168.0.8 255.255.255.252 192.168.0.69
ip route-static 192.168.0.12 255.255.255.252 192.168.0.65 preference 100
ip route-static 192.168.0.12 255.255.255.252 192.168.0.69
ip route-static 192.168.0.128 255.255.255.192 192.168.0.65 preference 100
ip route-static 192.168.0.128 255.255.255.192 192.168.0.69
ip route-static 192.168.0.192 255.255.255.192 192.168.0.65 preference 100
ip route-static 192.168.0.192 255.255.255.192 192.168.0.69
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~·

<R6>dis cu
[V200R003C00]
#
 sysname R6
#
 snmp-agent local-engineid 800007DB03000000000000
 snmp-agent 
#
 clock timezone China-Standard-Time minus 08:00:00
#
portal local-server load flash:/portalpage.zip
#
 drop illegal-mac alarm
#
 wlan ac-global carrier id other ac id 0
#
 set cpu-usage threshold 80 restore 75
#
aaa 
 authentication-scheme default
 authorization-scheme default
 accounting-scheme default
 domain default 
 domain default_admin 
 local-user admin password cipher %$%$K8m.Nt84DZ}e#<0`8bmE3Uw}%$%$
 local-user admin service-type http
#
firewall zone Local
 priority 15
#
interface GigabitEthernet0/0/0
 ip address 100.1.1.2 255.255.255.0 
#
interface GigabitEthernet0/0/1
#
interface GigabitEthernet0/0/2
#
interface NULL0
#
user-interface con 0
 authentication-mode password
user-interface vty 0 4
user-interface vty 16 20
#
wlan ac
#
return

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值