N's Story

BGP AS_Path prepend 실습 본문

■ Communications /↘ Cisco GNS

BGP AS_Path prepend 실습

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