鸥鹏ip中级学习

第二次作业1,R5为ISP,只能进行IP地址配置;其所有地址均配为公有IP地址2,R1和R5间使用PPP的PAP认证,R5为主认证方;R2于R5之间使用PPP的chap认证,R5为主认证方;R3于R5之间使用HDLC封装。3, R1/R2/R3构建一个MGRE环境, R1为中心站点; R1、 R4间为点到点的GRE。4,整个私有网络基于RIP全网可达5,所有PC设置私有IP为源IP,可以访问R5环回。

分析
上图的说明来看第一点就是告诉我们R5为ISP设备只能配置公有IP地址,不能对他进行任何其他操作。第二点要求我们在R1-R5之间配置ppp的pap认证,且R5为主认证方;R2-R5之间配置ppp的chap认证,且R5为主认证方;R3-R5之间更改为以HDLC方式封装。第三点要求我们以R1为中心R2,R3为成员的基础上搭建一个MGRE环境且还要以R1,R4为基础搭建一个点到点的GRE环境。第四点要求配置rip实现pc间的通讯。最后要求所有的pc可以与R5的环回通讯,这就要求配置nat来完成。

一号路由器:

[V200R003C00]

#

 sysname R1

#

 board add 0/2 2SA

#

 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.255.255

#

aaa

 authentication-scheme default

 authorization-scheme default

 accounting-scheme default

 domain default

 domain default_admin

 local-user admin password cipher %$%$.:'wY:<ok9Jd0^8uivhV,&`c%$%$

 local-user admin service-type ppp

#

firewall zone Local

 priority 15

#

interface Ethernet0/0/0

#

interface Ethernet0/0/1

#

interface Ethernet0/0/2

#

interface Ethernet0/0/3

#

interface Ethernet0/0/4

#

interface Ethernet0/0/5

#

interface Ethernet0/0/6

#

interface Ethernet0/0/7

#

interface Serial2/0/0

 link-protocol ppp

 ppp authentication-mode pap

 remote address 5.5.5.34

 ip address 5.5.5.34 255.255.255.224

 nat outbound 2000

#

interface Serial2/0/1

 link-protocol ppp

#

interface GigabitEthernet0/0/0

 ip address 192.168.1.10 255.255.255.0

#

interface GigabitEthernet0/0/1

#

interface NULL0

#

interface Tunnel0/0/0

 ip address 192.168.5.1 255.255.255.0

 tunnel-protocol gre

 source 5.5.5.34

 destination 5.5.5.98

#

interface Tunnel0/0/1

 ip address 192.168.6.1 255.255.255.0

 undo rip split-horizon

 tunnel-protocol gre p2mp

 source 5.5.5.34

 nhrp entry multicast dynamic

 nhrp network-id 100

#

rip 1

 version 2

 network 192.168.1.0

 network 192.168.5.0

 network 192.168.6.0

#

ip route-static 0.0.0.0 0.0.0.0 5.5.5.33

#

user-interface con 0

 authentication-mode password

user-interface vty 0 4

user-interface vty 16 20

#

wlan ac

#

Return

二号路由器:

[V200R003C00]

#

 sysname R2

#

 board add 0/2 2SA

#

 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.255.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

 local-user liming password cipher %$%$[hh`~H/G`E,DxIBLrP"Q,6^F%$%$

 local-user liming service-type ppp

#

firewall zone Local

 priority 15

#

interface Ethernet0/0/0

#

interface Ethernet0/0/1

#

interface Ethernet0/0/2

#

interface Ethernet0/0/3

#

interface Ethernet0/0/4

#

interface Ethernet0/0/5

#

interface Ethernet0/0/6

#

interface Ethernet0/0/7

#

interface Serial2/0/0

 link-protocol ppp

#

interface Serial2/0/1

 link-protocol ppp

 ppp authentication-mode chap

 remote address 5.5.5.2

 ip address 5.5.5.2 255.255.255.224

 nat outbound 2000

#

interface GigabitEthernet0/0/0

 ip address 192.168.2.10 255.255.255.0

#

interface GigabitEthernet0/0/1

#

interface NULL0

#

interface Tunnel0/0/1

 ip address 192.168.6.2 255.255.255.0

 tunnel-protocol gre p2mp

 source Serial2/0/1

 nhrp network-id 100

 nhrp entry 192.168.6.1 5.5.5.34 register

#

rip 1

 version 2

 network 192.168.6.0

 network 192.168.2.0

#

ip route-static 0.0.0.0 0.0.0.0 5.5.5.1

#

user-interface con 0

 authentication-mode password

user-interface vty 0 4

user-interface vty 16 20

#

wlan ac

#

Return

三号路由器:

[V200R003C00]

#

 sysname R3

#

 board add 0/4 2SA

#

 snmp-agent local-engineid 800007DB03000000000000

 snmp-agent

#

 clock timezone China-Standard-Time minus 08:00:00

#

portal local-server load portalpage.zip

#

 drop illegal-mac alarm

#

 set cpu-usage threshold 80 restore 75

#

acl number 2000  

 rule 5 permit source 192.168.0.0 0.0.255.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 Serial4/0/0

 link-protocol ppp

#

interface Serial4/0/1

 link-protocol ppp

 ip address 5.5.5.66 255.255.255.224

 nat outbound 2000

#

interface GigabitEthernet0/0/0

 ip address 192.168.3.10 255.255.255.0

#

interface GigabitEthernet0/0/1

#

interface GigabitEthernet0/0/2

#

interface NULL0

#

interface Tunnel0/0/1

 ip address 192.168.6.3 255.255.255.0

 tunnel-protocol gre p2mp

 source Serial4/0/1

 nhrp network-id 100

 nhrp entry 192.168.6.1 5.5.5.34 register

#

rip 1

 version 2

 network 192.168.6.0

 network 192.168.3.0

#

ip route-static 0.0.0.0 0.0.0.0 5.5.5.65

#

user-interface con 0

 authentication-mode password

user-interface vty 0 4

user-interface vty 16 20

#

wlan ac

#

Return

四号路由器:

[V200R003C00]

#

 sysname R4

#

 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

#

vlan batch 22

#

 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.255.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 Ethernet0/0/0

#

interface Ethernet0/0/1

#

interface Ethernet0/0/2

#

interface Ethernet0/0/3

#

interface Ethernet0/0/4

#

interface Ethernet0/0/5

#

interface Ethernet0/0/6

#

interface Ethernet0/0/7

#

interface GigabitEthernet0/0/0

 ip address 5.5.5.98 255.255.255.224

 nat outbound 2000

#

interface GigabitEthernet0/0/1

 ip address 192.168.4.10 255.255.255.0

#

interface NULL0

#

interface Tunnel0/0/0

 ip address 192.168.5.2 255.255.255.0

 tunnel-protocol gre

 source 5.5.5.98

 destination 5.5.5.34

#

rip 1

 version 2

 network 192.168.1.0

 network 192.168.5.0

 network 192.168.4.0

#

ip route-static 0.0.0.0 0.0.0.0 5.5.5.97

#

user-interface con 0

 authentication-mode password

user-interface vty 0 4

user-interface vty 16 20

#

wlan ac

#

Return

五号路由器:

[V200R003C00]

#

 sysname ISP

#

 board add 0/1 2SA

 board add 0/2 2SA

#

 snmp-agent local-engineid 800007DB03000000000000

 snmp-agent

#

 clock timezone China-Standard-Time minus 08:00:00

#

portal local-server load portalpage.zip

#

 drop illegal-mac alarm

#

 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 Ethernet0/0/0

#

interface Ethernet0/0/1

#

interface Ethernet0/0/2

#

interface Ethernet0/0/3

#

interface Ethernet0/0/4

#

interface Ethernet0/0/5

#

interface Ethernet0/0/6

#

interface Ethernet0/0/7

#

interface Serial1/0/0

 link-protocol ppp

 ppp chap user liming

 ppp chap password cipher %$%$l,_d;\B0P$,2W8G!;^TS,%K5%$%$

 ip address 5.5.5.1 255.255.255.224

#

interface Serial1/0/1

 link-protocol ppp

 ppp pap local-user admin password cipher %$%$|AjJ'}o:H+zd0{X8'cW*,#T@%$%$

 ip address 5.5.5.33 255.255.255.224

#

interface Serial2/0/0

 link-protocol ppp

#

interface Serial2/0/1

 link-protocol ppp

 ip address 5.5.5.65 255.255.255.224

#

interface GigabitEthernet0/0/0

 ip address 5.5.5.97 255.255.255.224

#

interface GigabitEthernet0/0/1

#

interface NULL0

#

interface LoopBack0

 ip address 5.5.5.129 255.255.255.224

#

user-interface con 0

 authentication-mode password

user-interface vty 0 4

user-interface vty 16 20

#

wlan ac

#

Return

PAP认证

CHAP认证

HDLC封装

DRE环境

MDRE环境

基于RIP实现pc互联

所有的pc端可以访问R5环回

所有的pc端可以访问R5环回 

PC1

2

3

4

由于本人有ICT的赛事临时换了Oracle VM VirtualBox版本导致ENSP设备无法启动,暂且学习了本作业

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值