当前位置:网站首页>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.
边栏推荐
猜你喜欢

如何识别假爬虫?

C# 之 扑克游戏 -- 21点规则介绍和代码实现

2022年Android 面经总结(附含面试题 | 源码 | 面试资料)

The new telecom "routine", my dad was tricked!

This 985 professor is on fire!After 10 years of Ph.D. supervisor, no one has graduated with a Ph.D.!

Made with Flutter and Firebase!counter application

Apache EventMesh distributed event-driven multi-runtime

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

广汽本田安全体验营:“危险”是最好的老师

MySQL---单行函数
随机推荐
Three.js入门
Golang 切片删除指定元素的几种方法
浅谈网络安全之算法安全
Get Douyin Video Details API
useragent在线查找
Poker Game in C# -- Introduction and Code Implementation of Blackjack Rules
pytorch lstm时间序列预测问题踩坑「建议收藏」
华为手机一键开启“维修模式”隐藏所有数据,让手机隐私更加安全
Multi-datacenter operation and detection of concurrent writes
Handling Write Conflicts under Multi-Master Replication (1)-Synchronous and Asynchronous Conflict Detection and Conflict Avoidance
The article you worked so hard to write may not be your original
中文编码的设置与action方法的返回值
leetcode 665. Non-decreasing Array 非递减数列(中等)
npm 更改为淘宝镜像的方法[通俗易懂]
All-platform GPU general AI video supplementary frame super-score tutorial
AI 自动写代码插件 Copilot(副驾驶员)
MySQL---aggregate function
multithreaded lock
[PIMF] OpenHarmony Thesis Club - Inventory of the open source Hongmeng tripartite library [3]
linux查看redis版本命令(linux查看mysql版本号)