From: Schulz, Dave (DSchulz@dpsciences.com)
Date: Sun Apr 23 2006 - 00:40:46 GMT-3
Here is an issue with the inject map that have not been able to solve. There
is a summary route that is coming from a neighbor in the same AS
(192.168.1.2). I am trying to inject a more specific route into the bgp
process, as I understand the purpose of the inject from the docCD.
Unfortunately, the more specific route is not being injected. Thoughts?
!
router bgp 100
no synchronization
bgp log-neighbor-changes
bgp inject-map INJECT exist-map EXIST
neighbor 192.168.1.2 remote-as 100
neighbor 192.168.1.2 route-reflector-client
neighbor 192.168.1.3 remote-as 100
no auto-summary
!
!
ip prefix-list EXIST seq 5 permit 12.230.0.0/20
!
ip prefix-list INJECT seq 5 permit 12.230.2.0/24
!
ip prefix-list SOURCE seq 5 permit 192.168.1.2/32
!
route-map INJECT permit 10
match ip address prefix-list INJECT
!
route-map EXIST permit 10
match ip address prefix-list EXIST
match ip route-source SOURCE
!
!
R1#sh ip bgp
BGP table version is 43, local router ID is 10.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i -
internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*>i12.230.0.0/20 192.168.1.2 0 100 0 i
R1#
Dave
This archive was generated by hypermail 2.1.4 : Mon May 01 2006 - 11:41:59 GMT-3