当前位置:网站首页>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.
边栏推荐
- Tkinter 入门之旅
- Get Douyin Video Details API
- Given an ip address, how does the subnet mask calculate the network number (how to get the ip address and subnet mask)
- The server encountered an internal error that prevented it from fulfilling this request的一种解决办法[通俗易懂]
- 淘宝/天猫获得淘口令真实url API
- 如何识别假爬虫?
- 微信小程序的路由拦截
- The new telecom "routine", my dad was tricked!
- 【luogu P8326】Fliper (Graph Theory) (Construction) (Eulerian Circuit)
- iNeuOS工业互联网操作系统,设备运维业务和“低代码”表单开发工具
猜你喜欢
随机推荐
Poker Game in C# -- Introduction and Code Implementation of Blackjack Rules
Flex布局详解
【AcWing】The 62nd Weekly Match 【2022.07.30】
How to change npm to Taobao mirror [easy to understand]
【luogu P8326】Fliper (Graph Theory) (Construction) (Eulerian Circuit)
Flink_CDC搭建及简单使用
MySQL---Subqueries
九齐ny3p系列语音芯片替代国产方案KT148A性价比更高420秒长度
Bika LIMS 开源LIMS集—— SENAITE的使用(检测流程)
MySQL---单行函数
淘宝/天猫获得淘口令真实url API
JD.com searches for products by keyword API
如何识别假爬虫?
35 MySQL interview questions and diagrams, this is also easy to understand
idea中搜索具体的字符内容的快捷方式
【AcWing】第 62 场周赛 【2022.07.30】
ojdbc8 "Recommended Collection"How can we improve the real yourself, become an excellent architect?
微信小程序的路由拦截
MATLAB程序设计与应用 2.4 MATLAB常用内部函数