|
<- Previous Message | Next Message -> Thread Index [isp-bgp] Re: Intro and forcing certain traffic via one link.
Why are you setting next hop on your outbound advertisement to the peering neighbor itself? Also you CANNOT set next-hop to something other than yourself during normal BGP session. Setting nexthop only works over eBGP multihop session. -hc -- Sincerely, Haesu C. TowardEX Technologies, Inc. WWW: http://www.towardex.com E-mail: haesu@... Cell: (978) 394-2867 On Wed, Jul 02, 2003 at 09:26:21AM +1000, mb@....au wrote: > Ok - BGP session is established, successfully receiving routes, but not > advertising. > > I have the following: > > ! > router bgp 17766 > no synchronization > bgp log-neighbor-changes > bgp deterministic-med > network 203.149.64.0 mask 255.255.240.0 > <other neighbour statements removed> > neighbor Connect_Open_Pipe peer-group > neighbor Connect_Open_Pipe remote-as 2764 > neighbor Connect_Open_Pipe soft-reconfiguration inbound > neighbor Connect_Open_Pipe distribute-list DEFAULT_ROUTE_IN in > neighbor Connect_Open_Pipe route-map unlimited-traffic out > neighbor 203.63.121.150 peer-group Connect_Open_Pipe > no auto-summary > ! > ip access-list standard DEFAULT_ROUTE_IN > remark accepting from BGP peers > permit any > ! > ! > route-map unlimited-traffic permit 10 > match ip address prefix-list unlimited-traffic-prefixes > set ip next-hop 203.63.121.150 > ! > ! > ip prefix-list unlimited-traffic-prefixes seq 10 permit 203.149.70.0/24 > ip prefix-list unlimited-traffic-prefixes seq 100 deny 0.0.0.0/0 le 32 > ! > > gc-rt-02#show ip bgp neighbors 203.63.121.150 advertised-routes > > gc-rt-02# > > Any help is greatly appreciated! > > Regards, > MB > > > ------------------------------------------------------------------------- > This e-mail was sent via Data FX Online WebMail http://www.datafx.com.au/ > > > ------------------------ANNOUNCEMENT--------------------------------- > *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- > ** 802.11 Planet ** > The business of hot spots. Wireless ISP business plans. > Wireless network certifications. High-gain antenna design. > Site survey techniques. > June 25 - 27, Boston, MA > http://www.jupiterevents.com//80211/spring03 > *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- > ------------------------ANNOUNCEMENT--------------------------------- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- ** 802.11 Planet ** The business of hot spots. Wireless ISP business plans. Wireless network certifications. High-gain antenna design. Site survey techniques. June 25 - 27, Boston, MA http://www.jupiterevents.com//80211/spring03 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Thread Index |