<Jeremy's IT Lab> Day 23: Ethernet Channel

2025. 4. 25. 10:14CS/CCNA

728x90

Ethernet Channel

 

A= Acces Layer switch , D= Distribution Layer switch

prob: oversubscription (speed lower, can't use multi interface because of STP)

sol: Ether channel (= Port channel , = LAG(link aggregation group))

=> multiple interface to act single interface, treat this group as single interface

 

<Channel Protocol>

- PAgP(Port Aggregation Protocol)

 -> IEEE 082.3ad

- LACP(Link Aggregation Control Protocol)

  -> Cisco

=> PAgP & LACP Dynamically negotiate create/maintenance Ether Channel

  -> member interface matching config the same duplex, speed, switch port mode, VLAN/ native VLAN

 

<Static>

- Static Ether Channel

  -> all vendors(protocol X), manually negotiate, statically configure to form EC

 

SW(config-if)# channel-group number mode {desirable | auto | active| passive | on}

- PAgP :

   > auto+ auto = no EC

   > auto + desirable = EC

   > desirable + desirable = EC

- LACP:

   > pass + pass = no EC

   > pass + active = EC

   > active + active = EC

- Static:

  > on + on = EC

 

CLI:

SW(config) port-channel load-balance mode

#config EC load-bal method on S

SW# show etherchannel load-balance

#display info ab/ load-bal settings

SW(config-if)# channel-group number mode {desirable | auto | active| passive | on}

#config inf to be part of EC

SW# show etherchannel summary

#display summary of EC on S

SW# show etherchannel port-channel

#display info ab/ virtual port-channel inf on S

 

'CS > CCNA' 카테고리의 다른 글

<Jeremy's IT Lab> Day 25: RIP & EIGRP  (0) 2025.04.27
<Jeremy's IT Lab> Day 24: Dynamic Routing  (0) 2025.04.26
<Jeremy's IT Lab> Day 22: RSTP  (0) 2025.04.24
<Jeremy's IT Lab> Day 21: STP (Part 2)  (0) 2025.04.06
<Jeremy's IT Lab> Day 20: STP (Part 1)  (0) 2025.04.05