EtherChannel
1. EtherChannel
- ๋ค์์ Port๋ฅผ ํ๋์ ๋ ผ๋ฆฌ์ Port๋ก ๋ฌถ์ด ๊ด๋ฆฌํ๋ฉฐ ๋ฌถ์ธ Port๋งํผ ๋์ญํญ์ ๋๋ฆด ์ ์์
- Redundancy ๋ฐ Load Balancing ์ง์
- L2, L3 ์ค์์น ์ง์
- ์กฐ๊ฑด
Access Port : Speed, Duplex Mode, VLAN ID ๋์ผ
Trunk Port : Speed, Duplex Mode, Trunk ํ๋กํ ์ฝ, VLAN ID, Native VLAN ID ๋์ผ
Catalyst 3750-X and 3560-X Switch Software Configuration Guide, Release 12.2(55)SE - Configuring EtherChannels [Cisco Catalyst 3
Configuring EtherChannels
www.cisco.com
2. PAgP(Port Aggregation Protocol)
- cisco ์ ์ฉ ํ๋กํ ์ฝ
- Mode
Desirable Mode : ์๋ ์ฅ๋น์ EtherChannel ํ์ํ์ฌ ์ ๊ทน์ ์ผ๋ก PAgP ์ฌ์ฉ
Auto Mode : ์๊ทน์ ์ผ๋ก ์๋ ์ฅ๋น Port๊ฐ PAgP๋ฉด PAgP ์ฌ์ฉ
On Mode : ์๋ ์ฅ๋น์ ํ์ ํ๋กํ ์ฝ ์์ด(PAgP X) EtherChannel ์ฌ์ฉ(์๋๋ฐฉ๋ On Mode)
* ์ผ๋ฐ์ ์ผ๋ก ํ์ฌ ์ฅ๋น๊ฐ์ Desirable Mode, ๋์ผ ๋ฒค๋ ์ฅ๋น๊ฐ์ On Mode ์ฌ์ฉ
#L2
SW(config)#interface port-channel 1
SW(config-if)#switchport
SW(config-if)#interface range Gi0/0-1
SW(config-if-range)#channel-protocol pagp
SW(config-if-range)#channel-group 1 mode active
SW(config-if-range)#exit
#L3
SW(config)#interface port-channel 1
SW(config-if)#no switchport
SW(config-if)#10.0.10.0/24
SW(config-if)#interface range Gi0/0-1
SW(config-if-range)#channel-protocol pagp
SW(config-if-range)#channel-group 1 mode active
SW(config-if-range)#exit
3. LACP(Link Aggregaciton Control Protocol)
- ํ์ค ํ๋กํ ์ฝ
- Mode
Active Mode : ์๋ ์ฅ๋น์ EtherChannel ํ์ํ์ฌ ์ ๊ทน์ ์ผ๋ก LACP ์ฌ์ฉ
Passive Mode : ์๊ทน์ ์ผ๋ก ์๋ ์ฅ๋น Port๊ฐ LACP๋ฉด LACP ์ฌ์ฉ
On Mode : ์๋ ์ฅ๋น์ ํ์ ํ๋กํ ์ฝ ์์ด(LACP X) EtherChannel ์ฌ์ฉ(์๋๋ฐฉ๋ On Mode)
* ์ผ๋ฐ์ ์ผ๋ก ํ์ฌ ์ฅ๋น๊ฐ์ Active Mode, ๋์ผ ๋ฒค๋ ์ฅ๋น๊ฐ์ On Mode ์ฌ์ฉ
#L2
SW(config)#interface port-channel 1
SW(config-if)#switchport
SW(config-if)#interface range Gi0/0-1
SW(config-if-range)#channel-protocol lacp
SW(config-if-range)#channel-group 1 mode active
SW(config-if-range)#exit
#L3
SW(config)#interface port-channel 1
SW(config-if)#no switchport
SW(config-if)#10.0.10.0/24
SW(config-if)#interface range Gi0/0-1
SW(config-if-range)#channel-protocol lacp
SW(config-if-range)#channel-group 1 mode active
SW(config-if-range)#exit
SW#show etherchannel summary
#EtherChannel ์ ๋ณด ํ์ธ ๊ฐ๋ฅ