EtherChannel이란?
- 스위치간 연결된 n개의 포트를 하나의 포트처럼 동작시키는 것을 말하며 더 많은 대역폭 및 이중화 로드밴런싱을 지원한다. (L2, L3)
- 프로토콜로는 PAgP(Cisco장비간), LACP(IEEE표준), 프로토콜없이 구성이 가능합니다.
- 이더채널에 구성되는 interface는 모두 동일한 구성을 가져야 합니다.
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(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
참고 : cisco홈페이지
'기술자료 > 기술운영자료' 카테고리의 다른 글
IDE, SATA, SCSI, SAS, SSD (0) | 2016.03.21 |
---|---|
서버 벤더별 Easy Setup 이미지 및 기타 드라이버 다운로드 사이트 (0) | 2016.03.21 |
하드디스크 수명에 관한 참고 내용 (0) | 2016.03.21 |
ARP Spoofing 기법을 이용한 웹 페이지 악성코드 삽입 사례 (0) | 2016.03.21 |
DAS NAS SAN 비교 (0) | 2016.03.21 |