일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 리눅스
- BGP
- 체스키크롬로프
- 트렌드코리아
- 체스키
- 클라우드
- 딥러닝
- 무차별 공격
- 오스트리아 여행
- 비엔나 여행
- 프라하
- init 6
- 레지오젯
- 소극적 공격
- 오스트리아
- 김난도
- 잘츠부르크 김치
- BGP AS_Path prepend
- 체코
- CK셔틀
- 적극적 공격
- init 0
- vi편집기
- 할슈타트 페리
- 잘츠부르크 여행
- 도서평
- 초단파방송
- 모차르트 동상
- PIM-SM
- html5
Archives
- Today
- Total
AndrewNA
BGP Suppress-map 이론 및 실습 본문
728x90
반응형
BGP Suppress-map
특정 네트워크 대역 라우팅 테이블에서 제외
Topology
Command
R5에서 R3의 lo1 IP 정보를 받지 않게 R4에서 설정 하기
R4(config)#ip access-list standard suppressed
R4(config-std-nacl)#permit 200.1.16.0 0.0.0.255
R4(config-std-nacl)#permit 200.1.17.0 0.0.0.255
R4(config-std-nacl)#permit 200.1.18.0 0.0.0.255
R4(config)#route-map set_suppress permit
R4(config-route-map)#match ip address suppressed
R4(config)#router bgp 200
R4(config-router)#aggregate-address 200.1.0.0 255.255.0.0 suppress-map set_suppress
R4#clear ip bgp * soft
Check
728x90
반응형
'■ Communications > ↘ Cisco GNS' 카테고리의 다른 글
BGP Advertise-map 이론 및 실습 (0) | 2019.05.01 |
---|---|
BGP as-set 이론 및 실습 (0) | 2019.05.01 |
BGP EIGRP 실습 기본설정 (0) | 2019.05.01 |
BGP AS_Path prepend 실습2 (0) | 2019.05.01 |
BGP AS_Path prepend 실습 (0) | 2019.05.01 |
Comments