Re: BGP Weight using route-maps

From: Michael Bausenwein (mikeb55@xxxxxxxx)
Date: Mon Apr 03 2000 - 23:37:43 GMT-3


   
   try to do a show ip bgp regexp ^100$. See if you get any hits. This
   will show you any entries in the bgp table that will match your
   regular expression in the as-path list
   
   
   Mike
   
   ----- Original Message -----
   
   From: Simon Hopkins
   
   To: ccielab@groupstudy.com
   
   Sent: Monday, April 03, 2000 3:48 PM
   
   Subject: BGP Weight using route-maps
   
     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