Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

如何在 Dell Networking OS9 交换机上设置虚拟链路中继 (VLT)

Summary: 本文中的步骤适用于支持虚拟链路中继的 Dell Networking OS9 交换机。

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

本文介绍如何在 Dell Networking OS9 交换机上设置虚拟链路中继 (VLT)。

本文中的步骤适用于支持 VLT 的 Force 10 交换机。本文不包含VLT要求。建议在实施这些步骤之前验证 VLT 的要求。配置指南可在 Dell Networking OS9 文档 页面上找到,了解适用的交换机型号和固件版本。

VLT配置概述

可选,不是必需的,而是首选的:在 VLT 对等交换机上配置快速生成树协议 (RSTP)

命令 用途
Force10# configure
输入配置模式。
Force10(conf)# protocol spanning-tree rstp
进入RSTP配置模式。
Force10(conf-rstp)# bridge-priority 4096 (primary peer)
Force10(conf-rstp)# bridge-priority 8192 (secondary peer)
可选:配置 RSTP 桥接优先级。* 这些优先级对于 VLT 对并非唯一,而是用于显示对主交换机的首选项。使用4096的更高倍数,以避免主要交换机成为根网桥。
Force10(conf-rstp)# no disable
启用生成树协议。

配置VLT域的VLT互连(VLT交换机之间的静态LAG)

命令 用途
Force10# configure
输入配置模式。
Force10(conf)# interface range fortyGigE 0/56 , fortyGigE  0/60
进入接口配置模式。请注意逗号前后所需的空格。
Force10(conf-if-range-fo-0/56,fo-0/60)# no shutdown
启用接口范围。
Force10(conf-if-range-fo-0/56,fo-0/60)# interface port-channel 100
进入端口通道配置模式。
Force10(conf-if-po-100)# channel-member fortyGigE  0/56,60
将物理接口添加到端口通道。
Force10(conf-if-po-100)# no shutdown
启用端口通道。
 
警告:请勿将任何 VLAN 添加到 VLT 互连 (VLTi)。VLTi 接口会自动管理对等方之间的 VLAN 标记或未标记流量。手动添加任何VLAN配置经证实会中断通信流。如果已经向VLTi添加了VLAN配置,则对两个VLT成员建议的恢复流程如下所示:
  1. 从接口中删除VLAN配置
  2. 保存配置
  3. 重新加载VLT成员


配置VLT域

命令 用途
Force10# configure
输入配置模式。
Force10(conf)# vlt domain 1
进入域ID 1-1000的VLT域配置模式。
Force10(conf-vlt-domain)# primary-priority 10 (primary peer)
Force10(conf-vlt-domain)# primary-priority 20 (secondary peer)
可选:为每个对等交换机指定 VLT 优先级。1-65535(从高到低)
Force10(conf-vlt-domain)# back-up destination 1.1.1.2 (primary peer)
Force10(conf-vlt-domain)# back-up destination 1.1.1.1 (secondary peer)
指定对等交换机的管理IP地址。这将设置监视对等系统状态的心跳。
Force10(conf-vlt-domain)# peer-link port-channel 100
将VLTi LAG关联到VLT域。
 
提醒:在交换机上创建 VLT 域时,Dell Networking OS9 会自动创建用于内部系统操作的 VLT 系统 MAC 地址。您可以通过输入新的MAC地址,明确配置域的默认MAC地址。使用system-mac命令。
Force10(conf-vlt-domain)# system-mac <mac-address>
此外,在 VLT 对等交换机上配置相同的 MAC 地址。此命令用于最大程度地缩短VLT系统在一个对等交换机重新启动时在两个对等交换机上同步VLT域的默认MAC地址所需的时间。

在连接设备的两个 VLT 对等节点上配置 LACP LAG

命令 用途
Force10# configure
进入配置模式
Force10(conf)# interface tengigabit 0/20
进入接口配置模式
Force10(conf-if-te-0/20)# port-channel-protocol lacp
进入 LACP 配置模式
Force10(conf-if-te-0/20-lacp)# port-channel 20 mode active
将 LACP LAG 的端口通道设置为“mode active”
Force10(conf-if-te-0/20-lacp)# interface port-channel 20
进入端口通道配置模式
Force10(conf-if-po-20)# portmode hybrid
端口模式混合允许接口传递已标记和未标记的流量。
Force10(conf-if-po-20)# switchport
交换机端口将接口置于第 2 层模式。
Force10(conf-if-po-20)# vlt-peer-lag port-channel 20
将端口通道分配为 VLT 端口通道
Force10(conf-if-po-20)#end
退出配置模式
Force10# write
保存配置

 

提醒:应在两个 VLT 对等节点上重复这些步骤。应在 LACP LAG 中设置跨此 LAG 连接的设备。设备不知道它已连接到 VLT 端口通道,其性能与连接到正常 LACP 端口通道一样。 

验证和监控

验证VLT域的状态:

主要VLT对等:
Force10# show vlt brief
VLT Domain Brief
-------------------------------------------------
Domain ID:                                                           1
Role:                                                                    Primary
Role Priority:                                                       10
ICL Link Status:                                                   Up
Heartbeat Status:                                                 Up
VLT Peer Status:                                                 Up
Local System MAC address:                          00:01:e8:8b:19:37
Remote System MAC address:                     00:01:e8:8b:18:b9
Configured System MAC address:               aa:11:22:33:44:55
次要VLT对等:
Force10# show vlt brief
VLT Domain Brief
-------------------------------------------------
Domain ID:                                                           1
Role:                                                                    Secondary
Role Priority:                                                        20
ICL Link Status:                                                   Up
Heartbeat Status:                                                 Up
VLT Peer Status:                                                 Up
Local System MAC address:                          00:01:e8:8b:18:b9
Remote System MAC address:                      00:01:e8:8b:19:37
Configured System MAC address:                aa:11:22:33:44:55
验证VLT PDU和错误:
Force10# show vlt statistics
-----------------------------------------------------
HeartBeat Messages Sent:                           95446
HeartBeat Messages Received:                   95440
ICL Hello's Sent:                                         95420
ICL Hello's Received:                                  95414
Domain Mismatch Errors:                              0
Version Mismatch Errors:                              0
Config Mismatch Errors:                                0
验证VLT备份链路状态:

主要VLT对等:
Force10# show vlt backup-link
VLT Backup Link
--------------------------------------------------
Destination:                                               1.1.1.2
Peer HeartBeat status:                               Up
HeartBeat Timer Interval:                           1
HeartBeat Timeout:                                    3
UDP Port:                                                  34998
HeartBeat Messages Sent:                         95305
HeartBeat Messages Received:                 95299
次要VLT对等:
Force10# show vlt backup-link
VLT Backup Link
--------------------------------------------------
Destination:                                             1.1.1.1
Peer HeartBeat status:                             Up
HeartBeat Timer Interval:                         1
HeartBeat Timeout:                                  3
UDP Port:                                                34998
HeartBeat Messages Sent:                       95305
HeartBeat Messages Received:               95299
正在验证两个 VLT 对等节点上的匹配配置:
Force10# show vlt mismatch

Article Properties


Affected Product
Equallogic PS6000s, FN IO Module, Force10 MXL Blade, Force10 S2410-01-10GE-24P, Force10 S2410-01-10GE-24CP, Force10 S25-01-GE-24P, Force10 S25-01-GE-24T, Force10 S50-01-GE-48T-V, Force10 S50-01-GE-48T, PowerSwitch S4810P, PowerSwitch S4820T , PowerSwitch S5000, Force10 S55T, Force10 S60-44T, PowerSwitch S6000, Dell Networking Z9500, Dell Networking S3100 Series, PowerSwitch S4048T-ON, PowerEdge FX2/FX2s ...
Product
S Series, OS9, Force10 S25N-S50N, Force10 S25-01-GE-24V, Force10 S50-01-GE-48T-V, Force10 S50-01-GE-48T, PowerSwitch S3048-ON, PowerSwitch S4048-ON, PowerSwitch S4810P, PowerSwitch S4810-ON, PowerSwitch S4820T, PowerSwitch S5000, Force10 S50P , Force10 S55T, Force10 S60-44T, PowerSwitch S6000, PowerSwitch S6000 ON, Force10 Z9000, PowerSwitch S4048T-ON, PowerSwitch S6010-ON, PowerSwitch S6100-ON, PowerSwitch Z9100-ON ...
Last Published Date

22 Mar 2024

Version

5

Article Type

How To