1. VRRP Header
1) VRRP Header
(1) Version
- RFC 3768에 정의된 VRRP Version 2를 사용
(2) Type
- VRRPv2에 정의된 VRRP Type을 지정
- RFC 3768에서 유일하게 'Advertisement'만 정의
- Type을 알 수 없는 VRRP 패킷은 Discard
(3) Virtual R-ID
- Virtual Router를 식별하기 위한 값
- 1~255 사용 가능
(4) Priority
- VRRP Virtual Router의 우선순위를 지정
- 값이 클수록 우선순위가 높은 것
- 0~255 내에서 사용 가능
- 0 : Master 선출 과정에 참여하지 않음
- 255 : Owner Router
(5) Count IP Address
- 해당 VRRP Advertisement에 포함된 IP Address 수
(6)Authentication Type
- 사용 중인 Authentication Type을 식별
- Authentication Type을 알 수 없거나 Local에서 구성한 방법과 불일치하면 해당 패킷을 Discard
- RFC 3768에는 RFC 2338의 하위 호환용으로 사용
- 0 : No Authentication
- 1 : Simple Text Password
- 2 : IP Authentication Header
(7) Advertisement Interval
- VRRP Advertisement를 전송하는 간격
- RFC 3768에는 1s로 지정
(8) IP Address
- Virtual Router에 연결된 IP Address(Virtual IP)들을 나열
- 포함된 IP Address 수는 'Count IP Address' Field에 지정
- Juniper는 'accept-data mode'가 구성된 경우, IP Address는 하나만 포함 가능
(9) Authentication Data
- 현재 RFC 2338과의 하위 호환성을 유지하는 데만 사용
- 전송 시, 0으로 구성하고 수신 시에는 무시
- Local에서 구성된 값과 일치하지 않은 값을 수신할 경우 Discard
'Network > VRRP' 카테고리의 다른 글
VRRP Load Balancing Configuration(Juniper vMX) (0) | 2025.03.16 |
---|---|
VRRP Basic Configuration(Juniper vMX) (0) | 2025.03.14 |
VRRP Route Track 동작 과정 (0) | 2025.03.12 |
VRRP Interface Track 동작 과정 (0) | 2025.03.10 |
VRRP Preempt Hold-Time(Delay) 동작 과정 (0) | 2025.03.06 |
VRRP Preempt 동작 과정 (0) | 2025.03.04 |
VRRP 동작 과정 (0) | 2025.03.02 |
Introduction to VRRP (0) | 2025.02.26 |