728x90
반응형
1. Well-Known Community(No-Advertise) Sample Configuration 구성도
- 테스트 장비
- 에뮬레이터 : EVE-NG
- 라우터 : Cisco IOL I86BI_LINUX-ADVENTERPRISEK9-M, Version 15.5(2)T
- Well-Known Community 중 하나인 ‘no-advertise’는 모든 BGP Peer에 Prefix를 광고하지 못하도록 지시
- R1은 1.1.1.1/32 Prefix에 ‘no-advertise’ Community를 추가하여 R2로 Update Message를 전송
2. Well-Known(No-Advertise) Community Sample Configuration
1) BGP Basic Configuration
- 다른 BGP 라우터도 BGP Neighbor를 맺기 위하여 위 설정과 비슷하게 설정
2) Community Configuration
- Cisco에는 ‘no-advertise’라는 키워드가 존재하여 해당 키워드로 설정
- BGP Peer에 ‘NO-ADVERTISE’ Route-Map 적용
- BGP Peer에 Community Attribute를 전송하기 위해 ‘send-community’를 입력
- R2도 R3 및 R4로 Community Attribute를 전송하기 위해 ‘send-community’를 입력
- 현재 R2는 R1으로부터 ‘no-advertise’ Community를 수신하였으므로 BGP Peer로 1.1.1.1/32 Prefix에 대한 Update Message를 전송하지 않아 ‘send-community’를 설정하지 않아도 상관없음
- R1→R2 Update Message 전송 시, 'no-advertise'라는 Community Tag를 추가하여 전송
- R2는 R1에서 1.1.1.1/32 Prefix에 해당하는 Update Message를 수신할 때 Well-Known Community인 ‘no-advertise’를 수신
- 1.1.1.1/32 Prefix가 ‘no-advertise’라는 Community로 Tag가 지정되어 있음을 확인
- ‘no-advertise’는 BGP Peer로 Update Message를 전송하지 않으므로 R2에서 R3 및 R4로 1.1.1.1/32라는 NLRI 정보를 가진 Update Message를 미전송
- R2→R3 및 R2→R4로 1.1.1.1/32 Prefix에 대한 Update Message 미전송
728x90
반응형
'네트워크 > BGP' 카테고리의 다른 글
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 |
Community Sample Configuration(Nokia 7750 SR) (0) | 2024.06.15 |
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 |
BGP Attribute Community (0) | 2024.06.10 |