BGP policy routing

From: Brian Van Benschoten (vader@xxxxxxxxxxxx)
Date: Thu Jun 24 1999 - 00:25:03 GMT-3


   
I'm getting the following error when applying a route map. I have a dual
homed AS and want to set local preference for a single route coming in one
of the ISP pipes.

2513(config-router)#neighbor 150.100.1.0 route-map 201-local in
% "201-local" used as BGP inbound route-map, network match not supported

router bgp 5
 no synchronization
 network 170.100.51.0 mask 255.255.255.0
 redistribute igrp 100
 neighbor 150.100.1.0 remote-as 254
 neighbor 150.100.1.0 route-map 201-local in <== here it is applied
 neighbor 170.100.2.3 remote-as 5
 neighbor 170.100.2.3 next-hop-self
 neighbor 170.100.200.2 remote-as 666
 no auto-summary

route-map 201-local permit 10
 match ip address 10
 set local-preference 300
!
route-map 201-local permit 20
 match ip address 11

access-list 10 permit 201.201.201.0 0.0.0.255 <== the route in question i
want to apply local preference
access-list 11 permit any



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