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(Virtual Link Trunking)를 설정하는 방법

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(Virtual Link Trunking)를 설정하는 방법에 대해 설명합니다.

이 문서의 단계는 VLT를 지원하는 Force 10 스위치에 적용됩니다. VLT에 대한 요구 사항은 이 문서에 포함되어 있지 않습니다. 이러한 단계를 구현하기 전에 VLT에 대한 요구 사항을 확인하는 것이 좋습니다. 해당 스위치 모델 및 펌웨어 버전에 대한 구성 가이드는 Dell Networking OS9 설명서 페이지에서 찾을 수 있습니다.

VLT 구성 개요

선택 사항, 필수는 아니지만 기본 설정: VLT 피어 스위치에서 RSTP(Rapid Spanning-Tree Protocol) 구성

명령 목적
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 스위치 사이의 정적 LAG)에 대한 VLT 상호 연결 구성

명령 목적
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
포트 채널을 활성화합니다.
 
Warning: VLTi(VLT Interconnect)에 VLAN을 추가하지 마십시오. 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
Switchport는 인터페이스를 레이어 2 모드로 전환합니다.
Force10(conf-if-po-20)# vlt-peer-lag port-channel 20
포트 채널을 VLT 포트 채널로 할당
Force10(conf-if-po-20)#end
구성 모드 종료
Force10# write
구성 저장

 

참고: 이 단계는 두 VLT 피어에서 반복해야 합니다. 이 LAG를 통해 연결된 디바이스는 LACP 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