Route Map:Example Two
 
 
- Example configuration of AS-PATH prepend
- 
router bgp 300
 
 network 215.7.0.0
 neighbor 2.2.2.2 remote-as 100
 neighbor 2.2.2.2 route-map SETPATH out
 !
 route-map SETPATH permit 10
 set as-path prepend 300 300
 
- Use your own AS number when prepending
- 
- Otherwise BGP loop detection may cause disconnects