-
-
-
配置 NSVLAN
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!
配置 NSVLAN
NSVLAN 是 Citrix ADC 管理 IP (NSIP) 地址的子网绑定到的 VLAN。NSIP 子网仅在与 NSVLAN 关联的接口上可用。默认情况下, NSVLAN 是 VLAN 1, 但您可以将不同的 VLAN 指定为 NSVLAN。如果这样做,则必须重新启动 Citrix ADC 设备才能使更改生效。重新启动后,NSIP 子网流量将限制到新的 NSVLAN。
可以使用为 NSVLAN 指定的 VLAN ID 标记来自 Citrix ADC IP 子网的流量 (802.1q)。您必须将连接的交换机接口配置为在连接的接口上标记并允许使用相同的 VLAN ID。如果删除 NSVLAN 配置, 则 NSIP 子网将自动绑定到 VLAN 1, 从而恢复默认 NSVLAN。
要使用 CLI 配置 NSVLAN,请执行以下操作:
在命令提示符下,键入:
-
set ns config -nsvlan <positive_integer> -ifnum <interface_name> … [-tagged (YES|NO)]
-
show ns config
注意:配置在 Citrix ADC 设备重新启动后生效。
示例:
> set ns config -nsvlan 300 -ifnum 1/1 1/2 1/3 -tagged YES
Done
> save config
Done
<!--NeedCopy-->
要使用 CLI 恢复默认 NSVLAN 配置,请执行以下操作:
在命令提示符下,键入:
- unset ns config -nsvlan
- show ns config
示例:
> unset ns config -nsvlan
Done
<!--NeedCopy-->
要使用 GUI 配置 NSVLAN,请执行以下操作:
导航到“系统”>“设置”,在“设置”组中,单击“更改 NSVLAN 设置”。
在 NSVLAN 上设置 MTU
默认情况下, NSVLAN 的 MTU 设置为 1500 字节。您可以修改此设置以优化吞吐量和网络性能。例如,您可以将 NSVLAN 配置为处理巨型帧。
要使用 CLI 设置 NSVLAN 的 MTU,请执行以下操作:
在命令提示符下,键入:
- set vlan <id> -mtu <positive_integer>
- show vlan <id>
要使用 GUI 设置 NSVLAN 的 MTU,请执行以下操作:
导航到“系统”>“网络”>“VLAN”,打开 NSVLAN,然后设置“最大传输单元”参数。
配置示例:
在以下示例配置中,VLAN 100 是非 SVLAN。
> set ns config -nsvlan 100 -ifnum 1/1 -tagged no
Warning: The configuration must be saved and the system rebooted for these settings to take effect
> set vlan 100 -mtu 1600
Done
> sh vlan
1) VLAN ID: 1
Link-local IPv6 addr:
fe80::947b:52ff:fead:12d5/64
Interfaces : 1/2 LO/1
2) VLAN ID: 100 VLAN Alias Name:
MTU: 1600
Interfaces : 1/1
IPs :
10.102.53.114 Mask: 255.255.255.0
Done
> save config
Done
<!--NeedCopy-->
共享
共享
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.