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.

2401 및 2210 VRTX 스위치에서 LAG를 구성하는 방법

Summary: 2401 및 2210 VRTX 스위치에서 LAG를 구성하는 방법

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


이 문서에서는 Link Aggregation을 구성하는 방법에 대해 설명합니다.


 
LAG(Link Aggregation)를 구성할 때 스위치의 여러 인터페이스를 하나의 논리적 인터페이스로 처리합니다. 이는 스패닝 트리에 의존하지 않고 더 큰 대역폭(속도 아님)과 링크 중복성을 제공합니다. LAG의 두 가지 유형은 정적 LAG와 LACP입니다. 정적 LAG는 항상 LAG의 일부라고 가정하지만, LACP는 연결 디바이스와 협상합니다. 양쪽에서 LACP를 실행하는 경우 LACP가 활성화됩니다. 가능하면 정적 LAG 대신 LACP를 사용하는 것이 좋습니다.

LAG를 구성하려면 다음을 수행하십시오. 이 예에서는 8개의 인터페이스 LAG에 8개의 외부 인터페이스를 모두 사용합니다.


1.  LAG에 참여하는 모든 인터페이스에서 기존 구성이 제거되었는지 확인합니다.
2.  양쪽에서 구성이 완료될 때까지 LAG에 참여하는 모든 인터페이스의 플러그를 뽑거나 종료합니다.
3.  다음 명령을 입력합니다.


console>enable
console#config
console(config)#interface range gi0/1-8

정적 LAG의 경우
console(config-if-range)#channel-group 1 mode on

LACP LAG의 경우
console(config-if-range)#channel-group 1 mode auto
console(config-if-range)#exit
console(config)#

AG를 구성하려면 가상 인터페이스로 들어가서 모든 구성을 적용합니다.
console(config)#interface port-channel 1
console(config-if)#

연결 디바이스가 LAG에 대해 올바르게 구성되었는지 확인한 다음 모든 인터페이스를 켜고 인터페이스를 연결합니다. 모든 것이 검증되고 작동하면 구성을 저장합니다.

다음은 문제 해결을 위해 LAG의 상태를 보여주는 일부 명령입니다.

Console#show interface port-channel 1
Console#show LACP port-channel 1

Article Properties


Affected Product

POWEREDGE VRTX

Last Published Date

21 Feb 2021

Version

3

Article Type

How To