HCIP实验(pap、chap、HDLC、MGRE、RIP)

题目:

 1、IP分配

 2、HDLC封装

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

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

 3、R2--R3ppp封装------pap认证,R2主认证方

主认证方:
[isp]aaa
[isp-aaa]local-user huang password cipher 2002
[isp-aaa]local-user huang service-type ppp 
[isp-aaa]int s4/0/1
[isp-Serial4/0/1]ppp authentication-mode pap
//注:如果认证时时启动状态,则最后要关闭,在启动才起作用

被认证方:
[r3]int s4/0/1

//Aug  2 2023 19:34:24-08:00 r3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol PPP
 on the interface Serial4/0/1 has entered the UP state. 
[r3-Serial4/0/1]ppp pap local-user huang 
Aug  2 2023 19:34:24-08:00 r3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol PPP
 on the interface Serial4/0/1 has entered the DOWN state. 只认证一边的提示

[r3-Serial4/0/1]ppp pap local-user huang password cipher 2002

 4、R2和R4chap认证,R2主认证方

主认证方:
[isp]aaa
[isp-aaa]local-user meng password cipher 2002
[isp-aaa]local-user meng service-type ppp 
[isp-aaa]int s3/0/0
[isp-Serial3/0/0]ppp authentication-mode chap 

被认证方:
[r4]int s4/0/0
[r4-Serial4/0/0]ppp chap user meng
[r4-Serial4/0/0]ppp chap password cipher 2002

 5、构建MGRE环境,R1地址固定

       5.1先将公网ping通----缺省路由
[r1]ip route-static 0.0.0.0 0 1.1.1.2
[r3]ip route-static 0.0.0.0 0 3.3.3.4
[r4]ip route-static 0.0.0.0 0 4.4.4.5

       真IP互相可通

        5.2虚拟IP规划图:
中心站点:
[r1]int Tunnel 0/0/0
[r1-Tunnel0/0/0]ip add 192.168.4.1 24
[r1-Tunnel0/0/0]tunnel-protocol gre p2mp 
[r1-Tunnel0/0/0]source 1.1.1.1
[r1-Tunnel0/0/0]nhrp network-id 66

分支站点:
[r3]int Tunnel 0/0/0
[r3-Tunnel0/0/0]ip add 192.168.4.3 24
[r3-Tunnel0/0/0]tunnel-protocol gre p2mp 
[r3-Tunnel0/0/0]source Serial 4/0/1
[r3-Tunnel0/0/0]nhrp entry 192.168.4.1 1.1.1.1 register 
[r3-Tunnel0/0/0]nhrp network-id 66

[r4]int Tunnel 0/0/0
[r4-Tunnel0/0/0]ip add 192.168.4.4 24
[r4-Tunnel0/0/0]tunnel-protocol gre p2mp 
[r4-Tunnel0/0/0]source Serial 4/0/0
[r4-Tunnel0/0/0]nhrp entry 192.168.4.1 1.1.1.1 register 
[r4-Tunnel0/0/0]nhrp network-id 66

R1生成表 R3、R4生成表

 虚拟IP也可以互相ping通

 6、rip获取路由,pc互通可以访问R2的环回

       6.1添加rip协议
[R1]rip 1
[R1-rip-1]vers 2
[R1-rip-1]network 192.168.4.0
[R1-rip-1]network 192.168.1.0
[r1-rip-1]int tu0/0/0 //rip是在虚拟接口实现的
[r1-Tunnel0/0/0]undo rip split-horizon

[r3]rip
[r3-rip-1]vers 2	
[r3-rip-1]network 192.168.4.0
[r3-rip-1]network 192.168.2.0

[r4]rip
[r4-rip-1]vers 2
[r4-rip-1]network 192.168.4.0
[r4-rip-1]network 192.168.3.0

        6.2添加nat
[r1]acl 2000
[r1-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255
[r1-acl-basic-2000]int s4/0/0
[r1-Serial4/0/0]nat outbound 2000

[r3]acl 2000
[r3-acl-basic-2000]rule permit source 192.168.2.0 0.0.0.255
[r3-acl-basic-2000]int s4/0/1
[r3-Serial4/0/1]nat outbound 2000

[r4]acl 2000
[r4-acl-basic-2000]rule permit source 192.168.3.0 0.0.0.255
[r4-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255
[r4-acl-basic-2000]int s4/0/0
[r4-Serial4/0/0]nat outbound 2000

效果:

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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值