文章目录
一, 要求
1,R1代表运营商R1远程登陆R2实际登陆R9
2,R3访问R7的环回地址走R5
3,全网可达
二,搭建拓扑图
三,配置接口IP和环回IP
四,进行RIP版本的配置并且宣告网段
五,实现不同版本的连通,在交界处配置对端的版本号
六,R3访问R7的环回地址走R5,改变R4的度量值
七,配置缺省路由所有机器均可以上外网,下方缺省
[r2]ip route-static 0.0.0.0 0 12.1.1.1
[r2-rip-1]default-route originate
八,抓取所有流量,在出接口通过
[r2-acl-basic-2000]rule permit source any
[r2-GigabitEthernet0/0/0]nat outbound 2000
九,在R9开启虚拟接口
[r9-ui-vty0-4]user-interface vty 0 4
[r9-ui-vty0-4]auth
[r9-ui-vty0-4]authentication-mode pa
[r9-ui-vty0-4]authentication-mode password
Please configure the login password (maximum length 16):123
十,在R2配置在ISP远程登陆
[r2-GigabitEthernet0/0/0]nat server protocol tcp global 12.1.1.3 23 inside 28.1.1.1 23
<isp>telnet 12.1.1.3
Press CTRL_] to quit telnet mode
Trying 12.1.1.3 ...
Connected to 12.1.1.3 ...
Login authentication
Password:
<r9>