HCIP:RIP下的MGRE练习

 题目及要求:

R1

[Huawei]sys R1

[R1]int g 0/0/0
[R1-GigabitEthernet0/0/0]ip ad 192.168.1.1 24

[R1-GigabitEthernet0/0/0]int s 4/0/0
[R1-Serial4/0/0]ip ad 15.0.0.1 8

[R1-Serial4/0/0]ppp pap local-user aaa password cipher 123456

[R1-Serial4/0/0]shutdown 

[R1-Serial4/0/0]undo shutdown 

[R1]ip route-static 0.0.0.0 0 15.0.0.2

[R1]int Tunnel 0/0/0
[R1-Tunnel0/0/0]ip ad 192.168.5.1 24

[R1-Tunnel0/0/0]tunnel-protocol gre p2mp 

[R1-Tunnel0/0/0]source 15.0.0.1

[R1-Tunnel0/0/0]nhrp network-id ?
  INTEGER<1-4294967295>  Nhrp network id 

[R1-Tunnel0/0/0]nhrp network-id 50

<R1>display nhrp peer all    #查注册表

[R1]int Tunnel 0/0/1

[R1-Tunnel0/0/1]ip address 192.168.6.1 24

[R1-Tunnel0/0/1]tunnel-protocol gre 

[R1-Tunnel0/0/1]source 15.0.0.1

[R1-Tunnel0/0/1]destination 45.0.0.1

#宣告网段

[R1]rip 1

[R1-rip-1]version 2

[R1-rip-1]network 192.168.1.0

[R1-rip-1]network 192.168.5.0
[R1-rip-1]network 192.168.6.0

#开启多播

[R1]int Tunnel 0/0/0

[R1-Tunnel0/0/0]nhrp entry ?
  IP_ADDR<X.X.X.X>  IP address
  holdtime          NHRP entry holdtime 
  multicast         IP multicast

[R1-Tunnel0/0/0]nhrp entry multicast dynamic

#关闭tunnel水平分割

[R1-Tunnel0/0/0]undo rip split-horizon 

#

[R1]acl 2000

[R1-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255

 

R2

[Huawei]sys R2
[R2]int g 0/0/0
[R2-GigabitEthernet0/0/0]ip ad 192.168.2.1 24

[R2-GigabitEthernet0/0/0]int s 4/0/0
[R2-Serial4/0/0]ip ad 25.0.0.1 8

[R2-Serial4/0/0]ppp chap user aaa

[R2-Serial4/0/0]ppp chap password cipher 123456

[R2-Serial4/0/0]shutdown 

[R2-Serial4/0/0]undo shutdown 

[R2]ip route-static 0.0.0.0 0 25.0.0.2

[R2]int Tunnel 0/0/0
[R2-Tunnel0/0/0]ip ad 192.168.5.2 24

[R2-Tunnel0/0/0]tunnel-protocol gre p2mp 

[R2-Tunnel0/0/0]source Serial 4/0/0

[R2-Tunnel0/0/0]nhrp network-id 50                           #全网要保持一致

[R2-Tunnel0/0/0]nhrp entry 192.168.5.1 15.0.0.1 register    #找中心注册

#宣告网段

[R2]rip 1 

[R2-rip-1]version 2

[R2-rip-1]network 192.168.2.0
[R2-rip-1]network 192.168.5.0

R3

[Huawei]sys R3

[R3]int  g 0/0/0

[R3-GigabitEthernet0/0/0]ip ad 192.168.3.1 24

[R3-GigabitEthernet0/0/0]int s 4/0/0
[R3-Serial4/0/0]ip ad 35.0.0.1 8

[R3-Serial4/0/0]link-protocol hdlc 

Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]
:y

[R3]ip route-static 0.0.0.0 0 35.0.0.2

[R3]int Tunnel 0/0/0

[R3-Tunnel0/0/0]ip ad 192.168.5.3 24

[R3-Tunnel0/0/0]tunnel-protocol gre p2mp 

[R3-Tunnel0/0/0]source Serial 4/0/0

[R3-Tunnel0/0/0]nhrp network-id 50

[R3-Tunnel0/0/0]nhrp entry 192.168.5.1 15.0.0.1 register

#宣告网段

[R3]rip 1 

[R3-rip-1]version 2

[R3-rip-1]network 192.168.3.0
[R3-rip-1]network 192.168.5.0

R4

[Huawei]sys R4

[R4]int g 0/0/0
[R4-GigabitEthernet0/0/0]ip ad 192.168.4.1 24

[R4-GigabitEthernet0/0/0]int g 0/0/1 
[R4-GigabitEthernet0/0/1]ip ad 45.0.0.1 8

[R4]ip route-static 0.0.0.0 0 45.0.0.2

[R4]int Tunnel 0/0/0

[R4-Tunnel0/0/0]ip address 192.168.6.2 24

[R4-Tunnel0/0/0]tunnel-protocol gre

[R4-Tunnel0/0/0]source 45.0.0.1

[R4-Tunnel0/0/0]destination 15.0.0.1

#宣告网段

[R4]rip 1

[R4-rip-1]version 2

[R4-rip-1]network 192.168.4.0
[R4-rip-1]network 192.168.6.0

R5

[Huawei]sys ISP

[ISP]int s 3/0/0
[ISP-Serial3/0/0]ip ad 15.0.0.2 8

[ISP-Serial3/0/0]int s 3/0/1
[ISP-Serial3/0/1]ip ad 25.0.0.2 8

[ISP-Serial3/0/1]int s 4/0/0
[ISP-Serial4/0/0]ip ad 35.0.0.2 8

[ISP-Serial4/0/0]int g 0/0/0
[ISP-GigabitEthernet0/0/0]ip ad 45.0.0.2 8

#创建用户aaa

[ISP-aaa]local-user aaa password cipher 123456

[ISP-aaa]local-user aaa service-type ppp

#配置ppp协议类型为pap认证

[ISP]int s 3/0/0

[ISP-Serial3/0/0]ppp authentication-mode pap 
[ISP-Serial3/0/0]shutdown 

[ISP-Serial3/0/0]undo shutdown 

#配置ppp协议类型为chap认证

[ISP]int s 3/0/1

[ISP-Serial3/0/1]ppp authentication-mode chap 

[ISP-Serial3/0/1]shutdown 

[ISP-Serial3/0/1]undo shutdown 

#更改ppp协议为hdlc

[ISP-Serial4/0/0]link-protocol hdlc
Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]
:y

#创建回环

[ISP]interface LoopBack 0

[ISP-LoopBack0]ip address 111.111.111.111 24

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

会划水的企鹅plus

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值