728x90
반응형
1. Community Sample Configuration 구성도
- 테스트 장비
- 에뮬레이터 : EVE-NG
- 라우터 : Nokia 7750 SR-12 TiMOS-C-21.10.R1
- 테스트 내용
- R1→R2로 BGP Advertise 시, 192.1.10.0/24는 Community 1:10을, 192.1.11.0/24는 Community 1:11을 추가하여 광고
- R2→R3로 BGP Advertise 시, Community 1:10에 해당하는 Prefix만 AS-Path ‘2 2’를 추가하여 광고
2. Community Sample Configuration
1) BGP Basic Configuration
- 다른 BGP 라우터도 BGP Neighbor를 맺기 위하여 위 설정과 비슷하게 설정
2) Community Configuration
- ‘Loopback10’에 해당하는 Prefix는 ‘COMMUNITY_10’에 해당하는 Community 1:10을 추가하여 광고
- ‘Loopback11’에 해당하는 Prefix는 ‘COMMUNITY_11’에 해당하는 Community 1:11을 추가하여 광고
- R1→R2 BGP Update Message 전송 시, 192.1.10.0/24 Prefix에 1:10의 Community를 추가
- R1→R2 BGP Update Message 전송 시, 192.1.11.0/24 Prefix에 1:11의 Community를 추가
- R2에서 R1으로부터 수신한 Community 확인
- R2→R3로 Update Message 전송 시, Prefix 192.1.10.0/24는 Community 1:10으로 전송
- 캡처 자료는 없지만 Prefix 192.1.11.0/24는 Community 1:11로 전송
- R2→R4로 Update Message 전송 시, Prefix 192.1.10.0/24는 Community 1:10으로 전송
- 캡처 자료는 없지만 Prefix 192.1.11.0/24는 Community 1:11로 전송
- R2에서 eBGP Peer로 Update Message 전송 시, Community 1:10에 해당하는 Prefix는 AS-Path ‘2 2’를 추가
- R2는 eBGP Peer로 Community 1:10에 해당하는 Prefix만 광고하는 것이 아닌, Community 1:11에 해당하는 Prefix도 광고
- R3는 R2로부터 Community 1:10에 해당하는 Prefix는 AS-Path ‘2 2’를 추가하여 수신
728x90
반응형
'네트워크 > BGP' 카테고리의 다른 글
Community Route Target Sample Configuration(Nokia 7750 SR) (0) | 2024.07.10 |
---|---|
Regular Expressions Sample Configuration(Cisco IOL) (0) | 2024.07.08 |
Introduction to Regular Expressions(Regex) (0) | 2024.07.06 |
Community Sample Configuration(Cisco IOL) (1) | 2024.06.16 |
Well-Known Community(No-Advertise) Sample Configuration(Cisco IOL) (2) | 2024.06.14 |
Well-Known Community(No-Advertise) Sample Configuration(Nokia 7750 SR) (0) | 2024.06.13 |
Well-Known Community(No-Export) Sample Configuration(Cisco IOL) (0) | 2024.06.12 |
Well-Known Community(No-Export) Sample Configuration(Nokia 7750 SR) (0) | 2024.06.11 |