当前位置:网站首页>Advantages of link local address in IPv6
Advantages of link local address in IPv6
2022-07-06 22:26:00 【GRQ。】
Replace both routers G0/0/0 Interface IPv6 Address , But the business on both sides is not interrupted
The topology is as follows 
R1 Of G0/0/0 Interface IPv6 The address is 2003::1 LoopBack 0 IPv6 The address is 2001::1
R2 Of G0/0/0 Interface IPv6 The address is 2003::2 LoopBack 0 IPv6 The address is 2002::1
The configuration command is as follows :
R1
[Huawei]ipv6
[Huawei]int LoopBack 0
[Huawei-LoopBack0]ipv6 enable
[Huawei-LoopBack0]ipv6 address 2001::1 128( Configure the ring return address )
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ipv6 enable
[Huawei-GigabitEthernet0/0/0]ipv6 address 2003::1 64
[Huawei]ripng
[Huawei]int lo 0
[Huawei-LoopBack0]ripng 1 enable ( Enable ripng agreement )
[Huawei-LoopBack0]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ripng 1 enable
R2
[Huawei]ipv6
[Huawei]int LoopBack 0
[Huawei-LoopBack0]ipv6 enable
[Huawei-LoopBack0]ipv6 address 2002::1 128
[Huawei]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ipv6 enable
[Huawei-GigabitEthernet0/0/0]ipv6 address 2003::2 64
[Huawei]ripng
[Huawei]int lo 0
[Huawei-LoopBack0]ripng 1 enable
[Huawei-LoopBack0]int g0/0/0
[Huawei-GigabitEthernet0/0/0]ripng 1 enable
use ping ipv6 -a 2001::1 2002::1 The command shows that the bilateral routers are interconnected 
If in IPv4 Modify the routers of both sides in the network g0/0/0 Interface IP The network connection will definitely be interrupted
But in IPv6 You can modify it at will in the network g0/0/0 The interface of IP
You can use ping ipv6 -c 10000 -a 2001::1 2002::1 This order continues ping Package testing
And the reason is that IPv6 The next hop address in the link is the link local address
The routing protocol works on the local address of the link
You can use dis ipv6 routing-table protocol ripng see
Pictured :
边栏推荐
- i.mx6ull搭建boa服务器详解及其中遇到的一些问题
- 2021 geometry deep learning master Michael Bronstein long article analysis
- RESNET rs: Google takes the lead in tuning RESNET, and its performance comprehensively surpasses efficientnet series | 2021 arXiv
- lora同步字设置
- QT | UDP broadcast communication, simple use case
- 枚举与#define 宏的区别
- 2022-07-04 mysql的高性能数据库引擎stonedb在centos7.9编译及运行
- MySQL数据库基本操作-DML
- Installation and use of labelimg
- 墨西哥一架飞往美国的客机起飞后遭雷击 随后安全返航
猜你喜欢

A Mexican airliner bound for the United States was struck by lightning after taking off and then returned safely

Wechat red envelope cover applet source code - background independent version - source code with evaluation points function

C#实现水晶报表绑定数据并实现打印4-条形码

PVL EDI 项目案例

Management background --4, delete classification

GPS from getting started to giving up (12), Doppler constant speed

That's why you can't understand recursion

Assembly and Interface Technology Experiment 6 - ADDA conversion experiment, AD acquisition system in interrupt mode

Leetcode question brushing (XI) -- sequential questions brushing 51 to 55

AI enterprise multi cloud storage architecture practice | Shenzhen potential technology sharing
随机推荐
二叉(搜索)树的最近公共祖先 ●●
MySQL数据库基本操作-DML
Powerful domestic API management tool
pytorch_YOLOX剪枝【附代码】
Unity3d minigame-unity-webgl-transform插件转换微信小游戏报错To use dlopen, you need to use Emscripten‘s...问题
OpenCV VideoCapture. Get() parameter details
软考高级(信息系统项目管理师)高频考点:项目质量管理
go多样化定时任务通用实现与封装
The SQL response is slow. What are your troubleshooting ideas?
Notes de développement du matériel (10): flux de base du développement du matériel, fabrication d'un module USB à RS232 (9): création de la Bibliothèque d'emballage ch340g / max232 SOP - 16 et Associa
Force deduction question 500, keyboard line, JS implementation
柔性数组到底如何使用呢?
i.mx6ull搭建boa服务器详解及其中遇到的一些问题
基於 QEMUv8 搭建 OP-TEE 開發環境
qt quick项目offscreen模式下崩溃的问题处理
NPDP认证|产品经理如何跨职能/跨团队沟通?
0 basic learning C language - interrupt
CCNA-思科网络 EIGRP协议
void关键字
基于 QEMUv8 搭建 OP-TEE 开发环境