본문 바로가기

기술자료/기술운영자료

Cisco EtherChannel

EtherChannel이란?

 

- 스위치간 연결된 n개의 포트를 하나의 포트처럼 동작시키는 것을 말하며 더 많은 대역폭 및 이중화 로드밴런싱을 지원한다. (L2, L3)

 

- 프로토콜로는 PAgP(Cisco장비간), LACP(IEEE표준), 프로토콜없이 구성이 가능합니다.

 

- 이더채널에 구성되는 interface는 모두 동일한 구성을 가져야 합니다.

 

그림입니다.
원본 그림의 이름: mem00000d300007.tmp
원본 그림의 크기: 가로 740pixel, 세로 827pixel

To remove an interface from the EtherChannel group, use the no channel-group interface configuration command.

This example shows how to assign Gigabit Ethernet interfaces 0/4 and 0/5 as static-access ports in VLAN 10 to channel 5 with the PAgP mode desirable:

Switch# configure terminal

Switch(config)# interface range gigabitethernet0/4 -5

Switch(config-if-range)# switchport mode access

Switch(config-if-range)# switchport access vlan 10

Switch(config-if-range)# channel-group 5 mode desirable

Switch(config-if-range)# end

참고 : cisco홈페이지