当前位置:网站首页>Basic configuration of OSPFv3
Basic configuration of OSPFv3
2022-07-31 19:03:00 【51CTO】
Extra: The link below is a polling activity to learn about the learning methods of HCIE. If there are 500+ friends who want to master knowledge through self-study, I will open a specialThe HCIE exchange group is convenient for everyone to communicate with each other and improve together.
数通学习投票活动
OSPF (Open Shortest Path First) is a link state-based Interior Gateway Protocol developed by the IETF organization.The user supports the use of the IPv6 protocol.He and OSPFv2 are two independent routing protocols.
1. Basic configuration

The configurations of R1 and R2 are basically the same, here R1 is used as an example:
[R1]ipv6 //Enable routing ipv6 function
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]ipv6 en //Enable interface ipv6 function
[R1-GigabitEthernet0/0/0]ipv6 add 2001:12::1 64
[R1-GigabitEthernet0/0/0]q
[R1]ospfv3 //Used to create and run OSPFv3 process
[R1-ospfv3-1]router-id 1.1.1.1 //In ospfv3, router-id must be set manually, and this 1.1.1.1 is not an ip address.
[R1-ospfv3-1]q
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]ospfv3 1 area 0 //The declaration in ospfv3 can only be declared in the interface.
[R1-GigabitEthernet0/0/0]q
II. Configuration result
1. View ospfv3 neighbors

2. View ospfv3 routing table

3. Basic message information

The neighbor establishment of ospfv3 is still carried out through Hello packets, where the source address is the link-local address of the interface, the destination address is the multicast address, and the rest of the information is the same as the Hello packet of opsfv2.The text is basically the same, the hello time is 10s, and the death time is 40s.
4. Similarities between OSPFv3 and OSPFv2
1. Network type and interface type.
2. Interface state machine and neighbor state machine.
3. Link State Database (LSDB).
4. Flooding mechanism.
5. Five protocol packets: Hello, DD, LSR, LSU, LSAck.
6. The routing calculation is basically the same.
边栏推荐
- spark报错OutOfMemory「建议收藏」
- 如何才能真正的提高自己,成为一名出色的架构师?
- leetcode:6135. 图中的最长环【内向基环树 + 最长环板子 + 时间戳】
- Linux环境redis集群搭建「建议收藏」
- The new telecom "routine", my dad was tricked!
- Handling Write Conflicts under Multi-Master Replication (1)-Synchronous and Asynchronous Conflict Detection and Conflict Avoidance
- 1161. Maximum Sum of Elements in Layer: Hierarchical Traversal Application Problems
- AcWing 1282. Search Keyword Problem Solution ((AC Automata) Trie+KMP)+bfs)
- Given an ip address, how does the subnet mask calculate the network number (how to get the ip address and subnet mask)
- MySQL - multi-table query
猜你喜欢

杰理语音芯片ic玩具芯片ic的介绍_AD14NAD15N全系列开发

MATLAB程序设计与应用 2.4 MATLAB常用内部函数

35 MySQL interview questions and diagrams, this is also easy to understand

ThreadLocal

Go basic part study notes

useragent在线查找

2022 Android interview summary (with interview questions | source code | interview materials)

架构师04-应用服务间加密设计和实践

MySQL---运算符

This 985 professor is on fire!After 10 years of Ph.D. supervisor, no one has graduated with a Ph.D.!
随机推荐
MySQL---aggregate function
Handling Write Conflicts under Multi-Master Replication (1)-Synchronous and Asynchronous Conflict Detection and Conflict Avoidance
九齐ny3p系列语音芯片替代国产方案KT148A性价比更高420秒长度
Bika LIMS open source LIMS set - use of SENAITE (detection process)
Tkinter 入门之旅
rj45对接头千兆(百兆以太网接口定义)
【AcWing】The 62nd Weekly Match 【2022.07.30】
【愚公系列】2022年07月 Go教学课程 025-递归函数
Carbon教程之 基本语法入门大全 (教程)
INeuOS industrial Internet operating system, the equipment operational business and "low code" form development tools
useragent在线查找
如何识别假爬虫?
GAC Honda Safety Experience Camp: "Danger" is the best teacher
架构师04-应用服务间加密设计和实践
Arduino框架下STM32全系列开发固件安装指南
MySQL---运算符
第六章
获取抖音视频详情 API
AcWing 1282. Search Keyword Problem Solution ((AC Automata) Trie+KMP)+bfs)
21.支持向量机—核函数的介绍