当前位置:网站首页>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是中心站点
全网可达
边栏推荐
- Binary tree level traversal and examples
- PHP 类函数和对象函数
- [QNX Hypervisor 2.2用户手册]10.13 shmem - 更新中
- Share | design based on MCU P0 mouth to drive the LED flashing
- 风控建模一:好坏标签定义
- 【CUDA】version switch freely
- Small program figure display banner
- STM8L LCD digital tube driver, thermometer LCD display
- 关于notepad++的js,xml插件安装
- 51nod2861 2-sat
猜你喜欢
(2022牛客多校五)H-Cutting Papers(签到)
STM8L LCD digital tube driver, thermometer LCD display
51nod 2877熟练使用tarjan的知识
pytorch常用代码
并发编程第5篇,Synchronized的原理
【瑞吉外卖】day04:员工分页查询、启用/禁用员工账号、编辑员工信息
2022杭电多校五 C - Slipper (dijkstra+虚拟结点)
【深度学习】TensorFlow学习之路二:ANN简介及TensorFlow实现
ABP中的数据过滤器
postgresql源码学习(35)—— 检查点⑤-检查点中的XLog清理机制
随机推荐
弹出PopupWindow后让背景变暗的方法
Use Mongoose populate to implement multi-table associative storage and query, with complete code included
Introduction to Qt (5) - file operation, hotkey and mouse reading (implementation of txt window)
启牛商学院靠不靠谱呢?证券账户开了安全吗
并发编程第7篇,AQS一些简单的概念
Formatting of time objects
MySQL 原理与优化,Group By 优化 技巧
神经网络学习笔记(1)
风控建模四:逻辑回归评分卡开发
RecyclerView的多选模式
最常用正则表达式
Get the start time of the week
10 Spark on RDD Cache
14 Spark on RDD 广播变量
【CUDA】version switch freely
【深度学习】TensorFlow学习之路三:梯度消失\爆炸及解决办法
词云简单生成
jira操作流程
[PP-YOLOv2] Training a custom dataset
并发编程第4篇,锁的分类