当前位置:网站首页>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.路由计算基本相同。
边栏推荐
- [Source code analysis] BeanFactory and FactoryBean
- flyway的快速入门教程
- 【Yugong Series】July 2022 Go Teaching Course 022-Dictionary of Go Containers
- Apache EventMesh distributed event-driven multi-runtime
- leetcode 665. Non-decreasing Array 非递减数列(中等)
- INeuOS industrial Internet operating system, the equipment operational business and "low code" form development tools
- MySQL---聚合函数
- The server encountered an internal error that prevented it from fulfilling this request的一种解决办法[通俗易懂]
- Tkinter 入门之旅
- After Effects tutorial, How to adjust overexposed snapshots in After Effects?
猜你喜欢
自动化测试—web自动化—selenium初识
学生管理系统第一天:完成登录退出操作逻辑 PyQt5 + MySQL5.8
Apache EventMesh distributed event-driven multi-runtime
2022 Android interview summary (with interview questions | source code | interview materials)
Golang——从入门到放弃
flyway的快速入门教程
A common method and the use of selenium
【码蹄集新手村600题】通向公式与程序相结合
TestCafe总结
[TypeScript] OOP
随机推荐
<artifactId>ojdbc8</artifactId>「建议收藏」
Jiuqi ny3p series voice chip replaces the domestic solution KT148A, which is more cost-effective and has a length of 420 seconds
几款永久免费内网穿透,好用且简单(内网穿透教程)
The server encountered an internal error that prevented it from fulfilling this request的一种解决办法[通俗易懂]
Batch (batch size, full batch, mini batch, online learning), iterations and epochs in deep learning
UVM RAL模型和内置seq
IP协议从0到1
Basics of ResNet: Principles of Residual Blocks
IP protocol from 0 to 1
ECCV 2022 华科&ETH提出首个用于伪装实例分割的一阶段Transformer的框架OSFormer!代码已开源!...
MySQL - single function
API for JD.com to obtain historical price information of commodities
MySQL---Create and manage databases and data tables
获取抖音视频详情 API
浅谈网络安全之算法安全
多线程之锁
新型电信“套路”,我爸中招了!
Cache and Database Consistency Solutions
MySQL---基本的select语句
Thymeleaf是什么?该如何使用。