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
相关推荐
不会就选b12 小时前
Linux之网络基础(二)
linux·运维·网络
今儿敲了吗12 小时前
CN——网络层(上)
网络·笔记
莫浅子13 小时前
Day 4:USB 2.0 时序与带宽预算
linux·运维·网络
ly768913 小时前
Linux 从入门到实践:系统架构、常用命令、服务管理与故障排查详解
linux·运维·系统架构
新手unity自用笔记13 小时前
unity基于Socket的网络学习
网络·网络协议·学习·unity·c#·游戏引擎
XUEYUAN521214 小时前
Cloudflare 防护机制深度剖析与跨境数据采集工程化实践
服务器·网络·网络协议·tcp/ip·http
青瓦梦滋14 小时前
IP/MAC帧/ARP协议
运维·服务器·网络·网络协议·tcp/ip
嵌入式阿蔡15 小时前
传感器_02:MPU6050 六轴 IMU 姿态入门——从一串看不懂的数,到一个不漂的角度
网络·stm32·单片机·嵌入式硬件·嵌入式实时数据库
阿 才15 小时前
Matlab(Simulink)使用详解
运维·网络·matlab
MartinYeung515 小时前
[论文学习]δ-STEAL:基于本地差分隐私的大语言模型窃取攻击
网络·学习·语言模型