yep, that can be! BGP will not announce that route trough eBGP when there is no route within the IGP.
But you can solve this with the following command: ! ip route 195.129.116.0 255.255.255.0 null0 250 ! That will ensure, that the IGP route (in that case a static route to nail up the router on your border router). is always present and will be announced to your upstream provider. regards, michel -----Original Message----- From: Roger Buchwalder [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 8:33 AM To: [EMAIL PROTECTED] Subject: Re: [swinog] Strange AS16221 Announce Hi G�nti The 195.129.116 - Net is splittet to: lan1: ip address 195.129.116.1 255.255.255.224 secondary lan2: ip address 195.129.116.129 255.255.255.192 secondary ip address 195.129.116.193 255.255.255.192 secondary ip address 195.129.116.65 255.255.255.192 and ip route 195.129.116.0 255.255.255.240 lan2 ip route 195.129.116.32 255.255.255.224 serial1 if it is the problem, that not the hole /24 is used? Rog Guentensperger, Robert wrote: > Roger > > > Is there an active internal route for the /24 network? > The internal route and network statement has to match. > > Greets > G�nti > > |-----Original Message----- > |From: Roger Buchwalder [mailto:[EMAIL PROTECTED] > |Sent: Mittwoch, 11. Juni 2003 08:14 > |To: [EMAIL PROTECTED] > |Subject: [swinog] Strange AS16221 Announce > | > | > |Hello > | > |We do have some strange problem. > |we should announce 2 networks: > | > |1. 217.118.192.0/20 > |2. 195.129.116./24 > | > |In our Router the bgp config says: > | > |router bgp 16221 > | no synchronization > | bgp router-id 217.118.192.109 > | bgp log-neighbor-changes > | bgp deterministic-med > | network 195.129.116.0 > | network 217.118.192.0 mask 255.255.240.0 > | > |what does your router see? > |only the 217.118.192.0/20? > |why not the 195.129.116.0/24? > |strange, strange... :( > | > |cheers > |Roger > | > |-- > |Fuer weitere Auskuenfte stehen wir Ihnen gerne jederzeit zur > |Verfuegung. > | > |Mit freundlichen Gruessen > |Roger Buchwalder > | > |Internet Online AG > |Adlikerstr. 290 > |8105 Regensdorf > |Switzerland > |[EMAIL PROTECTED] > |tel +41 1 871 40 70 > |fax +41 1 871 40 80 > | > | > |. > | > |---------------------------------------------- > |[EMAIL PROTECTED] Maillist-Archive: > |http://www.mail-archive.com/swinog%40swinog.ch/ > | > -- Fuer weitere Auskuenfte stehen wir Ihnen gerne jederzeit zur Verfuegung. Mit freundlichen Gruessen Roger Buchwalder Internet Online AG Adlikerstr. 290 8105 Regensdorf Switzerland [EMAIL PROTECTED] tel +41 1 871 40 70 fax +41 1 871 40 80 . ---------------------------------------------- [EMAIL PROTECTED] Maillist-Archive: http://www.mail-archive.com/swinog%40swinog.ch/ ---------------------------------------------- [EMAIL PROTECTED] Maillist-Archive: http://www.mail-archive.com/swinog%40swinog.ch/
