From: Daniel Free (danrose111@earthlink.net)
Date: Sat Jun 14 2003 - 14:55:28 GMT-3
Hi,
Taking a guess but:
> route-map prime LIST 10
> match ip address LIST
I think the route-map name should be:
route-map LIST 10
!!!!!!!!!
Also I am a bit confused with your BGP network
statements. Unless with Ver 12.1 the class doesn't matter but I thought if
you have a interface like Loopback 171 - IP 172.16.1.1 255.255.255.0 then
under BGP you would need to say:
router bgp 1
network 172.16.1.0 mask 255.255.255.0
!!!!!
Since it is suppose to match exactly what is in your
routing table. Apparently looking at your config this
is not the case. Any feeback from forum is appreciated.
Danny
----- Original Message -----
From: "badger" <badger@pongo.org>
To: <ccielab@groupstudy.com>
Sent: Saturday, June 14, 2003 12:05 PM
Subject: BGP advertise-map non-exist-map
> Hello ccielab,
>
> I'm using 12.1(5)T14 and can't seem to get the neighbor x.x.x.x
> advertise-map non-exist-map to work. I did check the archives and
> found no useful information pertaining to this problem. My
> question... is there a know IOS issue with this, or are my configs
> not correct?
>
> here are the configs:
>
> as1 as1
> r1--------r2
>
> r1
> router bgp 1
> no synchronization
> bgp router-id 1.1.1.1
> bgp log-neighbor-changes
> neighbor 2.2.2.2 remote-as 1
> neighbor 2.2.2.2 update-source Loopback0
> neighbor 2.2.2.2 soft-reconfiguration inbound
> no auto-summary
> -------------
> BGP table:
> Network Next Hop Metric LocPrf Weight Path
> *>i172.16.1.0.0/24 2.2.2.2 0 100 0 i
> *>i172.16.2.0.0/24 2.2.2.2 0 100 0 i
>
> R2
>
> interface Loopback191
> ip address 192.168.1.1 255.255.255.0
> interface Loopback192
> ip address 192.168.2.1 255.255.255.0
> shutdown
> interface Loopback171
> ip address 172.16.1.1 255.255.255.0
> interface Loopback200
> ip address 172.16.2.1 255.255.255.0
>
> router bgp 1
> no synchronization
> bgp router-id 2.2.2.2
> bgp log-neighbor-changes
> network 172.16.1.0
> network 172.16.2.0
> network 192.168.1.0
> network 192.168.2.0
> neighbor 1.1.1.1 remote-as 1
> neighbor 1.1.1.1 update-source Loopback0
> neighbor 1.1.1.1 soft-reconfiguration inbound
> neighbor 1.1.1.1 advertise-map LIST non-exist-map TRACK
> no auto-summary
>
> ip access-list standard LIST
> permit 192.168.1.0 0.0.0.255
>
> ip access-list standard TRACK
> permit 192.168.2.0 0.0.0.255
>
> route-map prime LIST 10
> match ip address LIST
>
> route-map TRACK permit 10
> match ip address TRACK
> -------------
> BGP table:
>
> Network Next Hop Metric LocPrf Weight Path
>
> *> 192.168.1.0 0.0.0.0 0 32768 i
> *> 172.16.1.0 0.0.0.0 0 32768 i
> *> 172.16.2.0 0.0.0.0 0 32768 i
>
> ------------------
>
> Interface loop192 is shutdown, so the 192.168.1.0 should be
> advertised to r1, but it isn't making it.
>
> Thanks for any insight
>
> --
> Best regards,
> badger mailto:badger@pongo.org
This archive was generated by hypermail 2.1.4 : Fri Jul 04 2003 - 11:10:58 GMT-3