There are three different EtherChannel modes: PAgP, LACP, and on.
Both in PAgP and LACP mode negotiate to decide active ports.
However, on mode so called static mode no negotiations happen. In other words, unlike dynamic methods, on mode cannot detect connectivity between devices.
First, let's look into dynamic link aggregation protocols
[PAgP]
- Cisco proprietary protocol
- Advertise messages with multicast (MAC address 0100:0CCC:CCCC)
- Modes: Auto & Desirable
Mode | Desirable | Auto |
Desirable | Yes | Yes |
Auto | Yes | No |
- Configure up to 8 ports
- By default, PAgP ports operate in silent mode, which is optional configuration
* non-silent is recommended when connecting PAgP-compliant switches together
=> This leads to fast link establishment than if this keyword is not used
[LACP]
- Open-standard protocol
- Advertise messages with multicast (MAC address 0180:C200:0002)
- Modes: Active & Passive
Mode | Active | Passive |
Active | Yes | Yes |
Passive | Yes | No |
- Configure up to 16 ports (8 ports: Active, 8 ports: Standby)
Second, what about On?
[On]
- Static link aggregation protocols
- No health intergrity check between links
To sum up, PAgP's auto mode and LACP's passive mode has similar mechanism. In these two modes, PAgP or LACP adjancency can be established only after receiving a PAgP or LACP packet.
Reference book: CCNP and CCIE Enterprise Core by cisco press
'<개인공부> - IT > [Network&Security]' 카테고리의 다른 글
C9300 Stackwise system 요약 (0) | 2021.02.11 |
---|---|
UDLD란 (0) | 2020.09.16 |
NAT - Inside local, inside global, outside local, outside global (0) | 2020.07.18 |
Dynamic Trunking Protocol (DTP) (0) | 2020.04.17 |
XSS vs CSRF (0) | 2019.08.28 |