일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- BGP AS_Path prepend
- 체코
- 도서평
- 체스키크롬로프
- 적극적 공격
- 오스트리아
- BGP
- 김난도
- 레지오젯
- 프라하
- 할슈타트 페리
- vi편집기
- html5
- init 0
- CK셔틀
- 오스트리아 여행
- 잘츠부르크 여행
- 트렌드코리아
- 잘츠부르크 김치
- 딥러닝
- 소극적 공격
- init 6
- 비엔나 여행
- 클라우드
- 무차별 공격
- 리눅스
- 모차르트 동상
- 초단파방송
- 체스키
- PIM-SM
Archives
- Today
- Total
AndrewNA
BGP AS_Path prepend 실습 본문
728x90
반응형
Topology
Command
R1에서 200.1.0.0/24, 200.1.1.0/24 네트워크에 대한 best route가 as-path prepend 이용하여 R6가 되도록 하기
R1(config)#access-list 1 permit 200.1.0.0 0.0.1.255
R1(config)#route-map filter permit 10
R1(config-route-map)#match ip address 1
R1(config-route-map)#set as-path prepend 300 300
R1(config)#route-map filter permit 20
R1(config)#router bgp 100
R1(config-router)#neighbor 2.2.2.2 route-map filter in
R1(config)#clear ip bgp * soft
Check
728x90
반응형
'■ Communications > ↘ Cisco GNS' 카테고리의 다른 글
BGP EIGRP 실습 기본설정 (0) | 2019.05.01 |
---|---|
BGP AS_Path prepend 실습2 (0) | 2019.05.01 |
BGP Maximum-Paths 이론 및 커맨드 (0) | 2019.04.30 |
BGP ORF 이론 및 실습 (0) | 2019.04.30 |
BGP AS_Path Access-list 이론 및 실습 (0) | 2019.04.30 |
Comments