BGP Weight using route-maps

From: Simon Hopkins (simon@xxxxxxxxxxxxx)
Date: Mon Apr 03 2000 - 16:48:36 GMT-3


   
   I am having trouble setting bgp weight using a route-map. The "show
   route-map" command shows that no packets are being tagged by the
   route-map. Is there something wrong with the ^100$ statement. My
   config is listed below:
   
   router bgp 300
    neighbor 191.1.1.1 remote-as 100
    neighbor 191.1.1.1 route-map TEST in
    neighbor 194.1.1.2 remote-as 200
    neighbor 194.1.1.2 route-map TEST in
   !
   ip classless
   ip as-path access-list 5 permit ^100$
   !
   route-map TEST permit 10
    match as-path 5
    set weight 1000
   !
   route-map TEST permit 20
    set weight 3000
   !



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:12 GMT-3