Dell Networking SmartFabric OS10 如何设置虚拟链路中继 (VLT)

VLT 对等交换机上的生成树

生成树默认处于启用状态,建议用于防止 VLT 域中出现环路。VLT 端口支持快速每 VLAN 生成树 (RPVST)(默认)和快速生成树协议 (RSTP) 模式。

复制代码
OS10# configure terminal 
OS10(config)# spanning-tree mode rstp [or] rapid-pvst
创建 VLT 域并配置 VLT 互连 (VLTi)

|----------------------------------------------------------------|---------------------------------|
| OS10# configure terminal | 输入配置模式。 |
| OS10(config)# interface range ethernet 1/1/1-1/1/2 | 进入接口配置模式 |
| OS10(conf-range-eth1/1/1-1/1/2)# no switchport | 从 VLTi 端口删除交换机端口。 |
| OS10(config)# vlt-domain 1 | 通过在每个对等交换机上配置相同的域 ID 来创建 VLT 域。 |
| OS10(conf-vlt-1)# discovery-interface ethernet 1/1/1   | 设置 VLTi 接口。 |
| OS10(conf-vlt-1)# discovery-interface ethernet 1/1/2   | 设置 VLTi 接口。 |

配置 VLT 优先级、VLT MAC 地址和 VLT 备份链路

|-------------------------------------------------------------------------------------------------------------------------------------|---------------------------------|
| OS10# configure terminal  | 输入配置模式。 |
| OS10(config)# vlt-domain 1   | 进入 VLT 域配置模式。 |
| OS10(conf-vlt-1)# primary-priority 4096 (primary peer) OS10(conf-vlt-1)# primary-priority 8192 (secondary peer)   | 为每个对等交换机指定 VLT 优先级。 |
| OS10(conf-vlt-1)# vlt-mac 00:11:22:33:44:55    | 使用唯一 MAC 地址指定 VLT MAC 地址。 |
| OS10(conf-vlt-1)# backup destination 1.1.1.2 (primary peer) OS10(conf-vlt-1)# backup destination 1.1.1.1 (secondary peer)   | 指定对等交换机的管理IP地址。 此操作设置监控系统的检测信号。 |

**提醒:**网络中的每个 VLT 域都必须使用单独的唯一 MAC 地址。此 MAC 地址在 VLT 域中的两台交换机上必须相同。

为已连接的终端设备配置 LAG

以下示例使用 LACP 端口通道中两个 VLT 对等节点上的以太网 1/1/10 连接到一个终端设备。

|--------------------------------------------------------------|---------------------------------|
| OS10# configure terminal  | 输入配置模式。 |
| OS10(config)# interface port-channel  5  | 指定终端设备的 LAG。在两个对等上使用相同的 LAG 编号。 |
| OS10(conf-if-po-5)# vlt-port-channel 5 | 将 LAG 指定为 VLT。 |
| OS10(conf-if-po-5)# exit | 退出 |
| OS10(config)# interface ethernet 1/1/10 | 进入接口配置模式。 |
| OS10(conf-if-eth1/1/10)# channel-group 5 mode active | 指定端口上的 LAG。 |

验证端口通道是否正常运行:

复制代码
OS10# show vlt 1 vlt-port-detail
VLT port channel ID : 5
VLT Unit ID    Port-Channel        Status      Configured ports     Active ports
----------------------------------------------------------------------------------
*1             port-channel5         up              1                   1
2              port-channel5         up              1                   1

验证和监控

复制代码
OS10# show vlt 1
Domain ID                   : 1
Unit ID                         : 1
Role                            : primary
Version                       : 1.0
Local System MAC address   : 90:b1:1c:f4:xx:xx
VLT MAC address           :  00:11:22:33:44:55 
IP address                       : fda5:74c8:xxxx:1::1
Delay-Restore timer        : 1000 seconds
Peer-Routing                   : Disabled
Peer-Routing-Timeout timer  : 0 seconds
VLTi Link Status
port-channel1000          : up
                                 
VLT Peer Unit ID  System MAC Address  Status  IP Address           Version
--------------------------------------------------------------------------
 2               90:b1:1c:f4:xx:xx   up      fda5:74c8:xxxx:1::2   1.0


OS10# show vlt 1 mismatch
          Peer-routing mismatch:
          No mismatch                
          VLAN mismatch:
          No mismatch        
          VLT VLAN mismatch:
          No mismatch


OS10# show running-configuration vlt
!
vlt domain 1
discovery-interface ethernet 1/1/1
discovery-interface ethernet 1/1/2
primary-priority 4096
vlt-mac 00:11:22:33:44:55 
backup destination 1.1.1.2
!
interface port-channel 5
vlt-port-channel 5
相关推荐
mounter6256 小时前
【硬核前沿】CXL 深度解析:重塑数据中心架构的“高速公路”,Linux 内核如何应对挑战?-- CXL 协议详解与 LSF/MM 最新动态
linux·服务器·网络·架构·kernel
特长腿特长6 小时前
centos、ubantu系列机的用户和用户组的结构是什么?具体怎么配置?用户组权限怎么使用?这篇文章持续更新,帮助你复习linux的基础知识
linux·运维·centos
zzzyyy5387 小时前
Linux环境变量
linux·运维·服务器
赛博云推-Twitter热门霸屏工具8 小时前
Twitter运营完整流程:从0到引流获客全流程拆解(2026)
运维·安全·自动化·媒体·twitter
CHHC18808 小时前
NetCore树莓派桌面应用程序
linux·运维·服务器
ACP广源盛139246256738 小时前
破局 Type‑C 切换器痛点@ACP#GSV6155+LH3828/GSV2221+LH3828 黄金方案
c语言·开发语言·网络·人工智能·嵌入式硬件·计算机外设·电脑
帮我吧智能服务平台9 小时前
装备制造智能制造升级:远程运维与智能服务如何保障产线OEE
运维·服务器·制造
w6100104669 小时前
cka-2026-cri-dockerd
运维·k8s·cka
嵌入式小企鹅9 小时前
蓝牙学习系列(八):BLE L2CAP 协议详解
网络·学习·蓝牙·ble·协议栈·l2cap
卤炖阑尾炎9 小时前
PostgreSQL 日常运维全指南:从基础操作到备份恢复
运维·数据库·postgresql