IP 2024.8.7

[r1]int g0/0/1

[r1-GigabitEthernet0/0/1]ip add 192.168.1.1 24

[r1]int s4/0/0

[r1-Serial4/0/0]ip add 14.1.1.1 24

[r4]int l0

[r4-LoopBack0]ip add 4.4.4.4 24

[r4]int s3/0/0

[r4-Serial3/0/0]ip add 14.1.1.2 24

[r4-Serial3/0/0]link-protocol hdlc

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

:y

[r4]int s3/0/1

[r4-Serial3/0/1]ip add 24.1.1.2 24

[r4-Serial3/0/1]ppp authentication-mode pap

[r4]aaa

[r4-aaa]local-user a password cipher 123456

[r4-aaa]local-user a service-type ppp

[r4-aaa]local-user b password cipher 654321

[r4-aaa]local-user b service-type ppp

[r4]int s3/0/0

[r4-Serial3/0/0]shutdown

[r4-Serial3/0/0]undo shutdown

[r4]int s4/0/0

[r4-Serial4/0/0]ip add 34.1.1.2 24

[r4-Serial4/0/0]ppp

[r4-Serial4/0/0]ppp authentication-mode chap

[r4-Serial4/0/0]shutdown

[r4-Serial4/0/0]undo shutdown

[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

[r2]int g0/0/1

[r2-GigabitEthernet0/0/1]ip add 192.168.2.1 24

[r2]int s4/0/0

[r2-Serial4/0/0]ip add 24.1.1.1 24

[r2-Serial4/0/0]ppp pap local-user a password cipher 123456

[r3]int g0/0/1

[r3-GigabitEthernet0/0/1]ip add 192.168.3.1 24

[r3]int s4/0/0

[r3-Serial4/0/0]ip add 34.1.1.1 24

[r3-Serial4/0/0]ppp chap user b

[r3-Serial4/0/0]ppp chap password cipher 654321

要求1-4搞定了

[r1]ip route-static 0.0.0.0 0 14.1.1.2

[r2]ip route-static 0.0.0.0 0 24.1.1.2

[r3]ip route-static 0.0.0.0 0 34.1.1.2

[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 14.1.1.1

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

[r1-Tunnel0/0/0]nhrp network-id 100

[r2]int Tunnel 0/0/0

[r2-Tunnel0/0/0]ip add 192.168.4.2 24

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

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

[r2-Tunnel0/0/0]nhrp entry 192.168.4.1 14.1.1.1 register

[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 s4/0/0

[r3-Tunnel0/0/0]nhrp entry 192.168.4.1 14.1.1.1 register

[r1]rip 1

[r1-rip-1]ver 2

[r1-rip-1]network 192.168.1.0

[r1-rip-1]network 192.168.4.0

[r2]rip 1

[r2-rip-1]version 2

[r2-rip-1]network 192.168.4.0

[r2-rip-1]network 192.168.2.0

[r3]rip 1

[r3-rip-1]version 2

[r3-rip-1]network 192.168.4.0

[r3-rip-1]network 192.168.3.0

[r1]int Tunnel 0/0/0

[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

[r1]int s4/0/0

[r1-Serial4/0/0]nat outbound 2000

相关推荐
木谷羊宫切割37 分钟前
玩机日记 12 群晖部署AList并配置SSL,安装opkg,使用rclone挂载到本地
服务器·网络协议·ssl
ZachOn1y1 小时前
计算机网络:应用层 —— 域名系统 DNS
网络·计算机网络·应用层·408考研·知识积累·域名系统dns
TT-Kun2 小时前
Linux | 进程控制(进程终止与进程等待)
linux·运维·服务器
...:...:...2 小时前
Linux 第三次脚本作业
linux·运维·服务器
给生活加糖!2 小时前
智能交通系统(Intelligent Transportation Systems):智慧城市中的交通革新
网络·人工智能·智慧城市
菜菜小蒙3 小时前
【Linux】基于UDP/TCP服务器与客户端的实现
linux·服务器·udp
人间打气筒(Ada)3 小时前
ubuntu网络及软件包管理
网络·ubuntu·php
web2u3 小时前
Docker入门及基本概念
java·运维·服务器·spring·docker·容器
明达技术3 小时前
工控自动化领域:数字量信号与模拟量信号的差异解析
网络
网安Ruler3 小时前
靶场之路-Kioptix Level-1 mod_ssl 缓冲区溢出漏洞
网络·网络协议·网络安全·ssl