일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 AS_Path prepend
- 잘츠부르크 김치
- 무차별 공격
- 초단파방송
- 비엔나 여행
- 오스트리아
- 트렌드코리아
- BGP
- 체스키
- init 6
- CK셔틀
- 프라하
- 모차르트 동상
- 적극적 공격
- 딥러닝
- 김난도
- 클라우드
- 오스트리아 여행
- 레지오젯
- 체코
- 도서평
- PIM-SM
- html5
- init 0
- 체스키크롬로프
- 리눅스
- vi편집기
- 소극적 공격
- 잘츠부르크 여행
- 할슈타트 페리
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