이 문서에서는 새 포트 채널 또는 LAG(Link Aggregation Group)를 생성하고 OS9을 실행하는 Dell Networking 스위치에서 여러 VLAN을 허용하는 프로세스에 대해 설명합니다. 이 예에서는 LACP(Link Aggregation Control Protocol)를 사용합니다.
먼저 포트에서 현재 구성을 제거한 다음 새 포트 채널을 추가합니다. 정적 포트 채널에 대한 자세한 내용은 Dell Networking: OS9 FTOS에서 VLAN을 구성하고 포트를 VLAN에 연결하는 방법
펌웨어 9.9 이상의 경우:
명령 | 매개변수 |
FTOS> enable |
활성화 모드로 들어갑니다. |
FTOS# configure |
구성 모드 입력 |
FTOS(conf)# default interface te 0/10 |
모든 인터페이스 구성 제거 |
FTOS(conf)# default interface te 0/11 |
모든 인터페이스 구성 제거 |
FTOS(conf)# interface range te 0/10-0/11 |
포트 채널에 사용할 포트 범위를 선택합니다. |
FTOS(conf-if-range-te-0/10-11)# no shutdown |
포트 활성화 |
FTOS(conf-if-range-te-0/10-11)# port-channel-protocol lacp |
인터페이스 범위에 대해 LACP 구성 모드 입력 |
FTOS(conf-if-range-te-0/10-11-lacp)# port-channel 5 mode active |
포트 채널 5를 추가하고 "active"를 사용하여 LACP를 지정합니다. |
FTOS(conf-if-range-te-0/10-11-lacp)# end |
구성 모드 종료 |
명령:
default interface te 0/10
각 설정을 수동으로 제거하는 대신 포트의 VLAN 구성을 포함한 포트 구성을 지웁니다. 이 명령을 사용하려면 펌웨어 9.9 이상이 필요합니다.
펌웨어 9.8 이전 버전의 경우:
명령 | 매개변수 |
FTOS> enable |
활성화 모드로 들어갑니다. |
FTOS# configure |
구성 모드 입력 |
FTOS(conf)# interface range te 0/10-0/11 |
포트 채널에 사용할 포트 범위를 선택합니다. |
FTOS(conf-if-range-te-0/10-11)# no portmode hybrid |
필요한 경우 현재 구성 제거 |
FTOS(conf-if-range-te-0/10-11)# no switchport |
필요한 경우 현재 구성 제거 |
FTOS(conf-if-range-te-0/10-11)# port-channel-protocol lacp |
인터페이스 범위에 대해 LACP 구성 모드 입력 |
FTOS(conf-if-range-te-0/10-11-lacp)# port-channel 5 mode active |
포트 채널 5를 추가하고 "active"를 사용하여 LACP를 지정합니다. |
FTOS(conf-if-range-te-0/10-11-lacp)# end |
구성 모드 종료 |
Error: Te 0/10 Port is part of a non-default VLAN제거해야 하는 VLAN 구성이 있습니다. 아래 예에서는 포트 Te 0/10에서 태그 지정된 VLAN 2를 제거하는 방법을 보여줍니다.
FTOS# config FTOS(conf)# Interface VLAN 2 FTOS(conf-if-vl-2)# no tagged te 0/10
FTOS(conf)# interface port-channel 5 FTOS(conf-if-po-5)# portmode hybrid FTOS(conf-if-po-5)# switchport
FTOS# show lacp 5 Port-channel 5 admin up, oper up, mode lacp LACP Fast Switch-Over Disabled Actor System ID:Priority 32768, Address 0001.e800.a12b Partner System ID:Priority 32768, Address 0001.e801.45a5 Actor Admin Key 1, Oper Key 1, Partner Oper Key 1 LACP LAG 5 is a normal LAG A - Active LACP, B - Passive LACP, C - Short Timeout, D - Long Timeout E - Aggregatable Link, F - Individual Link, G - IN_SYNC, H - OUT_OF_SYNC I - Collection enabled, J - Collection disabled, K - Distribution enabled L - Distribution disabled, M - Partner Defaulted, N - Partner Non-defaulted, O - Receiver is in expired state, P - Receiver is not in expired state Port Te 0/10 is enabled, LACP is enabled and mode is lacp Actor Admin: State ACEHJLMP Key 1 Priority 128 Oper: State ACEGIKNP Key 1 Priority 128 Partner Admin: State BDFHJLMP Key 0 Priority 0 Oper: State BCEGIKNP Key 1 Priority 128 Port Te 0/11 is enabled, LACP is enabled and mode is lacp Actor Admin: State ACEHJLMP Key 1 Priority 128 Oper: State ACEGIKNP Key 1 Priority 128 Partner Admin: State BDFHJLMP Key 0 Priority 0 Oper: State BCEGIKNP Key 1 Priority 128
FTOS(conf)# interface vlan 100 FTOS(conf-if-vl-100)# untagged port-channel 5포트 채널에 802.1Q 태그가 지정된 VLAN을 추가하려면 다음 명령을 입력합니다.
FTOS(conf)# interface vlan 200 FTOS(conf-if-vl-100)# tagged port-channel 5
copy running-configuration startup-configuration또는
write끝났을 때.
또는 LACP Long Timeout 구성의 예:
Dell(conf)# interface port-channel 32 Dell(conf-if-po-32)# no shutdown Dell(conf-if-po-32)# switchport Dell(conf-if-po-32)# lacp long-timeout Dell(conf-if-po-32)# end