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 ๋์ผ
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 ์ ๋ณด ํ์ธ ๊ฐ๋ฅ
'Network' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์์ด์ด์คํฌ(Wireshark) ์ฌ์ฉ๋ฒ1 (0) | 2021.05.25 |
---|---|
์ฅ๋น ์ธํ ๋ฐ ์ ์ (0) | 2021.05.19 |
NTP(Network Time Protocol) (0) | 2021.05.16 |
FHRP(First Hot Routing Protocol, HSRP, VRRP, GLBP) (0) | 2021.05.09 |
VLAN(Virtual LAN) (0) | 2021.05.09 |