- PAGP는 Cisco 전용 Link Aggregation 프로토콜
- 일반적으로 Cisco도 PAGP 대신 LACP를 사용하므로 PAGA Header의 Field 정보만 정리하고 넘어갈 계획
1. PAGP Header
1) PAGP Header Format
- Local Field에 자신의 정보를, Partner Field에 상대방으로부터 수신한 정보를 넣어 전송
- 상대 장비가 전송한 정보가 맞는지 확인하기 위해 Partner Field를 전송
- Loacl Field와 Partner Field에 대한 내용이 비슷하므로 Local Field에 대한 정보만 정리할 계획
2) Field
(1) Version
- 0x01
(2) Flag
- Slow Hello
- 0 : Hello Time = 1s / Hold Time = 3s
- 1 : Hello Time = 30s / Hold Time = 90s
- Auto Mode
- 0 : Auto Mode
- 1 : Desirable Mode
- Consistent State
- 0 : 상대방으로부터 수신한 정보에 대해 Consistent Check Failure
- 1 : 상대방으로부터 수신한 정보에 대해 Consistent Check Success
(3) Local ID
- Local System ID
- 일반적으로 Chassis MAC Address를 사용
(4) Local Learn Capability
- 0x01 : Physical Interface 단위로 MAC Address 학습
- 0x02 : Link Aggregation Interface 단위로 MAC Address 학습
- 요즘 '0x01'로 구성하지 못하는 장비가 많으며 구성이 되어도 '0x02'로 동작되는 장비가 많음
(5) Local Port Priority
- 8개의 Interface 중, 특정 Interface만 사용하고 나머지를 Backup으로 사용하고 싶은 경우에 사용
- PAGP는 각 Link Aggregation Group 당 최대 8개의 Interface Bundling이 가능
- 값이 높을수록 높은 우선순위
- Default : 128 (0 ~ 255)
(6) Local Sent Port ID
- Physical Interface Index ID
(7) Local Group Capability
- Value : 0xAAAA000B
- AAAA : Group Number
- B = 0 : 문제가 있어 Link Aggregation을 정상적으로 맺지 못했음을 의미
- B = 1 : Link Aggregation을 정상적으로 맺었음을 의미
(8) Local Group Port ID
- Link Aggregation Interface Index ID
(9) TLV
- Type 1, 2는 필수이며 Type 3은 필요할 때 추가
- Type 1
- Length : Variable
- Value : Hostname
- Type 2
- Length : Variable
- Value : Interface Name
- Type 3
- Length : 10
- Value : System ID(Chassis MAC Address)
- 'Local Learn Capability' Field를 0x01로 구성할 시, Type 3 생성
'Network > Link Aggregation' 카테고리의 다른 글
Link Aggregation Configuration(Juniper vMX) (0) | 2025.04.27 |
---|---|
LACP Configuration 정리(Juniper) (0) | 2025.04.25 |
LACP 동작 과정 (0) | 2025.04.23 |
Introduction to LACP (0) | 2025.04.21 |
LACP Header (0) | 2025.04.19 |
Introduction to PAGP (0) | 2025.04.17 |
Link Aggregation Load Balancing (0) | 2025.04.13 |
Introduction to Link Aggregation (0) | 2025.04.11 |