当前位置:网站首页>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 :
边栏推荐
猜你喜欢
Heavyweight news | softing fg-200 has obtained China 3C explosion-proof certification to provide safety assurance for customers' on-site testing
C#實現水晶報錶綁定數據並實現打印4-條形碼
ZABBIX proxy server and ZABBIX SNMP monitoring
Web APIs DOM 时间对象
第3章:类的加载过程(类的生命周期)详解
pytorch_YOLOX剪枝【附代码】
GPS from getting started to giving up (12), Doppler constant speed
Mysql database basic operations DML
手写ABA遇到的坑
AI enterprise multi cloud storage architecture practice | Shenzhen potential technology sharing
随机推荐
Barcodex (ActiveX print control) v5.3.0.80 free version
QT | UDP broadcast communication, simple use case
Mise en place d'un environnement de développement OP - tee basé sur qemuv8
Common sense: what is "preservation" in insurance?
About the professional ethics of programmers, let's talk about it from the way of craftsmanship and neatness
Management background --1 Create classification
[sdx62] wcn685x will bdwlan Bin and bdwlan Txt mutual conversion operation method
C # réalise la liaison des données du rapport Crystal et l'impression du Code à barres 4
Crawler obtains real estate data
Seata aggregates at, TCC, Saga and XA transaction modes to create a one-stop distributed transaction solution
硬件开发笔记(十): 硬件开发基本流程,制作一个USB转RS232的模块(九):创建CH340G/MAX232封装库sop-16并关联原理图元器件
Installation and use of labelimg
LeetCode 练习——剑指 Offer 26. 树的子结构
Aardio - 封装库时批量处理属性与回调函数的方法
return 关键字
GD32F4XX串口接收中断和闲时中断配置
lora同步字设置
RESNET rs: Google takes the lead in tuning RESNET, and its performance comprehensively surpasses efficientnet series | 2021 arXiv
枚举与#define 宏的区别
The SQL response is slow. What are your troubleshooting ideas?