当前位置:网站首页>路由器loopback口实验
路由器loopback口实验
2022-07-17 05:06:00 【dafeng2773】

1.配置IP
2.实现三台设备间互通,通过启用动态路由RIP
以R2为例:
Router(config)#router rip //启用RIP协议
Router(config-router)#network 192.168.12.0 //宣告192.168.12.0网段
Router(config-router)#network 192.168.23.0 //宣告192.168.23.0网段
3.在三台设备上加上回环口
以R1为例:
Router(config)#interface loopback 0
Router(config-if)#ip add 1.1.1.1 255.255.255.0
4.通过静态路由的方式将通向回环口的路由加到路由表中
以R1为例:
ip route 2.2.2.0 255.255.255.0 192.168.12.1
以R2为例:
Router(config)#ip route 1.1.1.0 255.255.255.0 192.168.12.1
Router(config)#ip route 3.3.3.0 255.255.255.0 192.168.23.2
即可实现各个回环口间的全网互通
边栏推荐
猜你喜欢

Wechat applet obtains the week, morning, noon and evening of month, year and day

Feature extraction of machine learning (digitization and discretization of category features and digitization of text features)

小程序云开发 上传图片到云存储

微信小程序云开发使用方法-1

NVIDIA GeForce Experience登录报错:验证程序加载失败,请检查您的浏览器设置,例如广告拦截程序(解决办法)

Applet cloud development form submission and data acquisition in the page

使用Echars实现水滴状、环形图、分割图、堆叠、组织架构图、地图轮廓等图表
![Database training 7 [index and creation of data integrity constraints]](/img/7d/2855d945c0d7ffb970634451b600a1.png)
Database training 7 [index and creation of data integrity constraints]

es6新增-运算符的扩展

mysql数据库实验实训5,数据查询yggl数据库查询(详细)
随机推荐
微信小程序 学习笔记
运维安全要了解的二三事
es6新增-let和const (var的缺点&let及const)
02_电影推荐(ContentBased)_用户画像
B域,M域,O域具体是指什么
Submit the uniapp form (input, radio, picker) to get the parameter value
02 Bar _ Recommandation de film (basée sur le contenu) Portrait de l'utilisateur
vscode终端无法使用解决的办法
Mongo DB aggregate operations and indexes
C语言练习2
小程序editor富文本编辑使用及rich-text解析富文本
Pat class B 1017: a divided by B
微信小程序5-基础加强(没写完)
【Es6】快速实现用户信息打印至页面中
02_電影推薦(ContentBased)_用戶畫像
【Es6】详细解说Set ,Array的常用对象及其他方法(完整版)
学习C语言的第四天
【C语言—零基础_学习_复习_第四课】数据类型及其运算
(精讲)Es6 剩余参数,ES6内置对象,模板字符串内容(详例宝典)及灵活运用项目的实战案例
多功能(实现)封装函数