当前位置:网站首页>OSPFv3的基本配置
OSPFv3的基本配置
2022-07-31 18:48:00 【51CTO】
番外:下方链接是开展的一次投票活动,了解大家HCIE的学习方式,如果有500+的朋友想通过自学的方式来掌握知识,我会开设一个专门的HCIE交流群,方便大家之间相互交流,共同提高。
数通学习投票活动
OSPF(Open Shortest Path First)是IETF组织开发的一个基于链路状态的内部网关协议(Interior Gateway Protocol)。用户支持IPv6协议的使用。他与OSPFv2是两个独立的路由协议。
一、基本配置
R1和R2的配置基本相同,此处以R1为例:
[R1]ipv6 //开启路由ipv6功能
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]ipv6 en //开启接口ipv6功能
[R1-GigabitEthernet0/0/0]ipv6 add 2001:12::1 64
[R1-GigabitEthernet0/0/0]q
[R1]ospfv3 //用来创建并运行OSPFv3进程
[R1-ospfv3-1]router-id 1.1.1.1 //在ospfv3中,router-id必须手动设置,且这个的1.1.1.1并不是ip地址。
[R1-ospfv3-1]q
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]ospfv3 1 area 0 //ospfv3中的宣告只能在接口中宣告。
[R1-GigabitEthernet0/0/0]q
二、配置结果
1.查看ospfv3邻居
2.查看ospfv3路由表
三、报文基本信息
ospfv3的邻居建立依然是通过Hello报文进行,其中源地址为接口的本地链路地址,目的地址是组播地址,其余的信息与opsfv2的Hello报文基本一致,hello时间为10s,死亡时间为40s。
四、OSPFv3与OSPFv2的相同点
1.网络类型和接口类型。
2.接口状态机和邻居状态机。
3.链路状态数据库(LSDB)。
4.洪泛机制(Flooding mechanism)。
5.五种协议报文: Hello, DD, LSR, LSU, LSAck。
6.路由计算基本相同。
边栏推荐
- Handling Write Conflicts under Multi-Master Replication (1)-Synchronous and Asynchronous Conflict Detection and Conflict Avoidance
- 浅谈网络安全之算法安全
- Taobao/Tmall get Taobao password real url API
- 多主复制下处理写冲突(1)-同步与异步冲突检测及避免冲突
- Istio介绍
- After Effects tutorial, How to adjust overexposed snapshots in After Effects?
- ThreadLocal
- Bika LIMS open source LIMS set - use of SENAITE (detection process)
- mysql的备份表的几种方法
- 2022年Android 面经总结(附含面试题 | 源码 | 面试资料)
猜你喜欢
Apache EventMesh distributed event-driven multi-runtime
AcWing 1282. Search Keyword Problem Solution ((AC Automata) Trie+KMP)+bfs)
广汽本田安全体验营:“危险”是最好的老师
Flink_CDC搭建及简单使用
这位985教授火了!当了10年博导,竟无一博士毕业!
[Network Communication 3] Advantech Gateway Modbus Service Settings
架构师04-应用服务间加密设计和实践
Kotlin协程:续体、续体拦截器、调度器
Basics of ResNet: Principles of Residual Blocks
21.支持向量机—核函数的介绍
随机推荐
迁移学习——Domain Adaptation
Given an ip address, how does the subnet mask calculate the network number (how to get the ip address and subnet mask)
Flink_CDC搭建及简单使用
自动化测试—web自动化—selenium初识
Routing interception of WeChat applet
Batch (batch size, full batch, mini batch, online learning), iterations and epochs in deep learning
基于WPF重复造轮子,写一款数据库文档管理工具(一)
【愚公系列】2022年07月 Go教学课程 023-Go容器之列表
京东获取商品历史价格信息 API
[Source code analysis] BeanFactory and FactoryBean
How programmers learn open source projects, this article tells you
35 MySQL interview questions and diagrams, this is also easy to understand
BOW/DOM(上)
iNeuOS工业互联网操作系统,设备运维业务和“低代码”表单开发工具
mysql的备份表的几种方法
Apache EventMesh 分布式事件驱动多运行时
ECCV 2022 华科&ETH提出首个用于伪装实例分割的一阶段Transformer的框架OSFormer!代码已开源!...
IP protocol from 0 to 1
Jiuqi ny3p series voice chip replaces the domestic solution KT148A, which is more cost-effective and has a length of 420 seconds
Multi-datacenter operation and detection of concurrent writes