본문 바로가기
네트워크/BGP

Community Sample Configuration(Cisco IOL)

by 최개미의 세계 2024. 6. 16.
728x90
반응형

1. Community Sample Configuration 구성도

  • 테스트 장비
    • 에뮬레이터 : EVE-NG
    • 라우터 : Cisco IOL I86BI_LINUX-ADVENTERPRISEK9-M, Version 15.5(2)T
  • 테스트 내용
    • 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

  • Access-List 10에 해당하는 Prefix는 Community 1:10을 추가하여 광고
  • Access-List 11에 해당하는 Prefix는 Community 1:11을 추가하여 광고
  • Community 표현 형식을 '<10진수>→<ASN : Community>' 형식으로 변경하기 위해 'new-format' 설정
  • 캡처 자료에는 없지만 필요한 명령어
    • R1 BGP 부분에서 'neighbor 1.1.2.2 route-map COMMUNITY out'이라는 명령어를 설정해야 BGP에 Route-Map이 적용
    • R1 및 R2 BGP 부분에서 'neighbor x.x.x.x send-community'라는 명령어를 설정해야 Community Attribute를 추가하여 BGP Update Message 전송

 

  • 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으로 전송
  • R2→R4로 Update Message 전송 시, Prefix 192.1.10.0/24는 Community 1:10으로 전송

 

  • R2에서 1.2.3.3 BGP Peer로 Update Message 전송 시, Community 1:10에 해당하는 Prefix는 AS-Path ‘2 2’를 추가
  • R2는 1.2.3.3  BGP Peer로 Community 1:10에 해당하는 Prefix만 광고하는 것이 아닌, Community 1:11에 해당하는 Prefix도 광고
    • ‘route-map permit 20’을 추가했기 때문

 

  • R3는 R2로부터 Community 1:10에 해당하는 Prefix는 AS-Path ‘2 2’를 추가하여 수신

 

728x90
반응형