N's Story

BGP AS_Path prepend 실습2 본문

■ Communications /↘ Cisco GNS

BGP AS_Path prepend 실습2

AndrewNa 2019. 5. 1. 20:11
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