当前位置:网站首页>OSPF小实验
OSPF小实验
2022-08-08 23:43:00 【仲夏夜之梦~*ω*】
R1-R6配置IP地址,启动OSPF
[r2]int s4/0/0
[r2-Serial4/0/0]ip add 12.1.1.2 24
[r2-Serial4/0/0]int s4/0/1
[r2-Serial4/0/1]ip add 23.1.1.1 24
[r2]ospf 1 router-id 2.2.2.2
[r2-ospf-1]area 0
[r2-ospf-1-area-0.0.0.0]netw
[r2-ospf-1-area-0.0.0.0]network 12.1.1.2 0.0.0.0
[r2-ospf-1-area-0.0.0.0]network 23.1.1.1 0.0.0.0
[r2-ospf-1-area-0.0.0.0]
R3 R5 R6分别做缺省
[r3]ip route-static 0.0.0.0 0 34.1.1.2
[r5]ip route-static 0.0.0.0 0 45.1.1.1
[r6]ip route-static 0.0.0.0 0 46.1.1.1
R1-R2 pap认证
R2-R3chap认证(华为中双向认证密码可以不一致)
R3 R5 R6分别配置环回地址并在OSPF 中宣告
在R3 R5 R6上做MGRE,R3是中心站点
全网可达
边栏推荐
- 并发编程第9篇,Condition
- php convert timestamp to just, minutes ago, hours ago, days ago format
- 根據百度地图返回的地址,截取省,市,区
- stm32 uses serial port to receive idle interrupt + dma to achieve variable length dma reception
- 【深度学习】TensorFlow学习之路一:TensorFlow简介及线性回归、逻辑回归实现
- win10:如何修改以太网名字
- (2022杭电多校六)1010-Planar graph(最小生成树)
- 牛客多校2 G League of Legends
- 跨域请求浏览器无法显示set-cookie,坑了我一晚上
- Get the start time of the week
猜你喜欢
C语言中指针的介绍
Use Mongoose populate to implement multi-table associative storage and query, with complete code included
RecyclerView的多选模式
关于vm虚拟机虚拟网络已禁用
STM8L LCD digital tube driver, thermometer LCD display
SAP ABAP debug的七种方法及错误消息定位
关于notepad++的js,xml插件安装
牛客多校2 G League of Legends
Introduction to basic grammar and the foundation of freemarker
有了国产 DevOps 工具 ,还怕数字化转型成本高?
随机推荐
13 Spark on RDD 全局累加器
51nod1798 打怪兽
Binary tree level traversal and examples
51nod 1830
SAP ABAP debug的七种方法及错误消息定位
牛客多校2 G League of Legends
并发编程第4篇,锁的分类
RecyclerView的多选模式
(2022牛客多校四)K-NIO‘s Sword(思维)
WeChat applet develops some function usage methods
(2022杭电多校四)1011-Link is as bear(思维+线性基)
Formatting of time objects
ViewOverlay与ViewGroupOverlay
51nod2614 小B爱旅行 (参考范艺杰代码 基本抄袭 太难了)
Kubernetes web网站无法访问
moved异常,ask重定向
弹出PopupWindow后让背景变暗的方法
积性函数
Modal dialog is used to implement the sign-in
WeChat applet error undefined Expecting 'STRING','NUMBER','NULL','TRUE','FALSE','{','[', got ]Solution