RE: can anyone give me a working example of bgp advertise-map with no-exist-map?

From: Ronnie Royston (RonnieR@xxxxxxxxxxxxxxxxx)
Date: Mon Dec 04 2000 - 01:21:00 GMT-3


   
   I just got this bad boy workin and it works! I can't believe it!
   WoooooHoooo, yea, I am da man (and a dork). It takes a minute for BGP
   to adjust to the new route but it works! Just be careful that when
   the router starts speaking to the "backup" that the backup can route
   to everywhere he needs to (route reflectors may be necessary - they
   were in my setup).
   
   -----Original Message-----
   From: zheng jiang gu [mailto:zjgu@ce-air.com]
   Sent: Sunday, December 03, 2000 7:02 PM
   To: Tony Olzak; ccielab@groupstudy.com
   Subject: Re: can anyone give me a working example of bgp advertise-map
   with no-exist-map?
   
   thanks all!It will be work at any ios over 11.2 except 12.0.5T.
   
   I think there are many bgp bugs in 12.0.5t.So take care it!!
   
   
   
   zjgu
   
   ----- Original Message -----
   
   From: Tony Olzak
   
   To: zheng jiang gu ; ccielab@groupstudy.com
   
   Sent: Monday, December 04, 2000 12:43 AM
   
   Subject: Re: can anyone give me a working example of bgp advertise-map
   with no-exist-map?
   
   The route map in the "advertise-map" part of the command tells the
   router which routes to advertise when others are down. The route map
   in the "non-exist-map" section tells the router which network has to
   be down in order to advertise the network in the advertise-map.
   
   
   
   neighbor 10.1.1.1 advertise-map BACKUP non-exist-map MAIN
   
   
   
   router bgp 3
   
    neighbor 10.1.1.1 remote-as 6
   
    neighbor 10.1.1.1 advertise-map BACKUP non-exist-map MAIN
   
   
   
   route-map BACKUP permit 10
   
    match ip address 1
   
   
   
   route-map MAIN permit 10
   
    match ip address 2
   
   
   
   access-list 1 permit 192.168.2.0
   
   access-list 2 permit 192.168.11.0
   
   
   
   In this scenario, the router will advertise 192.168.11.0. If this
   route goes down, it will advertise 192.168.2.0.
   
   
   
   Tony
   
   
   
   
   
   
   
   ----- Original Message -----
   
   From: zheng jiang gu
   
   To: ccielab@groupstudy.com
   
   Sent: Sunday, December 03, 2000 8:12 AM
   
   Subject: can anyone give me a working example of bgp advertise-map
   with no-exist-map?
   
   I do not know how to use the command clearly



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