-
-
配置邻居发现
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
邻居发现
邻居发现 (ND) 是 IPv6 最重要的协议之一。它是一种基于消息的协议,结合了地址解析协议 (ARP)、互联网控制消息协议 (ICMP) 和路由器发现的功能。ND 允许节点通告其链路层地址并获取相邻节点的 MAC 地址或链路层地址。此过程由邻居发现协议 (ND6) 执行。
邻居搜索可以执行以下功能:
- 路由器发现:使主机能够在连接的链路上发现本地路由器并自动配置默认路由器。
-
前缀发现:使主机能够发现本地目标的网络前缀。
注意:NetScaler 设备不支持前缀发现。
- 参数发现:使主机能够发现其他操作参数,例如 MTU 和出站流量的默认跳数限制。
- 地址自动配置:使主机能够为带有和不带状态地址配置服务(如 DHCPv6)的接口自动配置 IP 地址。NetScaler 不支持全局 IPv6 地址的地址自动配置。
- 地址解析:等同于 IPv4 中的 ARP,允许节点将相邻节点的 IPv6 地址解析为其链路层地址。
- 邻居不可访问性检测:使节点能够确定邻居的可访问性状态。
- 重复地址检测:使节点能够确定相邻节点是否已在使用 NSIP 地址。
- 重定向:等同于 IPv4 ICMP 重定向消息,允许路由器将主机重定向到更好的第一跳 IPv6 地址以到达目的地。
注意: NetScaler 设备不支持 IPv6 重定向。
配置步骤
配置邻居搜索包括以下任务:
- 添加 IPv6 邻居
- (可选)删除 IPv6 邻居
CLI 过程
要使用 CLI 添加 IPv6 邻居,请执行以下操作:
在命令提示符下,键入:
- add nd6 <neighbor> <mac> <ifnum> [-**vlan** \<integer>]
- sh nd6
示例:
> add nd6 2001::1 00:04:23:be:3c:06 1/1 –vlan 1
Done
> show nd6
Neighbor MAC-Address(Vlan, Interface) State TIME
-------- ---------------------------- ----- --------
1) ::1 00:d0:68:0b:58:da( 1, LO/1) REACHABLE PERMANENT
2) fe80::2d0:68ff:fe0b:58da 00:d0:68:0b:58:da( 1, LO/1) REACHABLE PERMANENT
3) 2001::1 00:04:23:be:3c:06( 1, 1/1) REACHABLE STATIC
Done
<!--NeedCopy-->
要使用 CLI 删除邻居搜索条目,请执行以下操作:
在命令提示符下,键入:
- rm nd6 <Neighbor> -vlan <VLANID>
示例:
rm nd6 3ffe:100:100::1 -vlan 1
<!--NeedCopy-->
要使用 CLI 删除所有邻居搜索条目,请执行以下操作:
在命令提示符下,键入:
- 清除 nd6
GUI 程序
要使用 GUI 添加 IPv6 邻居,请执行以下操作:
导航到“系统”>“网络”>“IPv6 邻居”,然后添加新的 IPv6 邻居。
要使用 GUI 删除邻居搜索条目,请执行以下操作:
导航到“系统”>“网络”>“IPv6 邻居”,删除 IPv6 邻居。
要使用 GUI 删除所有邻居搜索条目,请执行以下操作:
导航到“系统”>“网络”>“IPv6 邻居”,然后单击“清除”。
共享
共享
在本文中
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.