일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- PIM-SM
- init 6
- 리눅스
- CK셔틀
- BGP
- 모차르트 동상
- 체스키
- html5
- 적극적 공격
- 소극적 공격
- 클라우드
- 비엔나 여행
- BGP AS_Path prepend
- 오스트리아 여행
- init 0
- vi편집기
- 잘츠부르크 김치
- 레지오젯
- 트렌드코리아
- 프라하
- ai 적용 프로세스
- 잘츠부르크 여행
- 도서평
- 할슈타트 페리
- 오스트리아
- ai 프로세스
- 체스키크롬로프
- 체코
- 무차별 공격
- 초단파방송
Archives
- Today
- Total
AndrewNA
BGP AS_Path prepend 실습2 본문
728x90
반응형
Topology

Command
R5에서 200.1.6.0/24, 200.1.7.0/24로 들어오는 트래픽이 R4-R5링크를 이용하도록 설정
R5(config)#route-map filter permit 10
R5(config)#access-list 11 permit host 200.1.6.0
R5(config-route-map)#match ip address 11
R5(config-route-map)#set as-path prepend 100 200 300
R5(config)#route-map filter permit 20
R5(config)#router bgp 300
R5(config-router)#neighbor 10.1.59.9 route-map filter out
R5(config-router)#do clear ip bgp * soft
Check


728x90
반응형
'■ Communications > ↘ Cisco GNS' 카테고리의 다른 글
BGP Suppress-map 이론 및 실습 (0) | 2019.05.01 |
---|---|
BGP EIGRP 실습 기본설정 (0) | 2019.05.01 |
BGP AS_Path prepend 실습 (0) | 2019.05.01 |
BGP Maximum-Paths 이론 및 커맨드 (0) | 2019.04.30 |
BGP ORF 이론 및 실습 (0) | 2019.04.30 |
Comments