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