摘要: 一、基础配置 1 1、配置ip地址,保证直连连通 2 ip add 12.1.1.1 3 4 2、部署ospf多区域,实现全网连通 5 router ospf 1 6 router-id 1.1.1.1 7 network 192.168.1.0 0.0.0.255 area 0 8 9 3、查看 阅读全文
posted @ 2020-09-10 23:16 山鬼不识字 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 1、路由认证背景 2、路由认证配置 1 第一步:配置IP,保证直连连通 2 int f0/1 3 ip add 192.168.10.1 255.255.255.0 4 no shutdown 5 ... 6 7 第二步:配置rip2,保证全网连通 8 router rip 9 no auto-su 阅读全文
posted @ 2020-09-10 00:08 山鬼不识字 阅读(360) 评论(0) 推荐(0) 编辑