Mailing List Archive

[nsp] BGP establishment error
Hi all,


I am trying to establish BGP session with my
peer but i m getting following error on my router.
===============================
Jul 27 17:16:37.981: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:16:52.981: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:16:53.225: BGP: 64.86.136.45 open failed:
Connection timed out; remote host not respond
Jul 27 17:17:07.980: BGP: Performing BGP general scanning
Jul 27 17:17:07.980: BGP(0): scanning IPv4 Unicast routing
tables
Jul 27 17:17:07.980: BGP(IPv4 Unicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:17:07.980: BGP(1): scanning VPNv4 Unicast routing
tables
Jul 27 17:17:07.980: BGP(VPNv4 Unicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:17:07.980: BGP(2): scanning IPv4 Multicast
routing tables
Jul 27 17:17:07.984: BGP(IPv4 Multicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:17:22.984: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:17:37.984: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:17:52.983: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:18:07.983: BGP: Performing BGP general scanning
Jul 27 17:18:07.983: BGP(0): scanning IPv4 Unicast routing
tables
Jul 27 17:18:07.983: BGP(IPv4 Unicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:18:07.983: BGP(1): scanning VPNv4 Unicast routing
tables
Jul 27 17:18:07.983: BGP(VPNv4 Unicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:18:07.983: BGP(2): scanning IPv4 Multicast
routing tables
Jul 27 17:18:07.987: BGP(IPv4 Multicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:18:22.987: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:18:37.987: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:18:52.986: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:18:53.222: BGP: 64.86.136.45 open active, local
address 64.86.136.46
Jul 27 17:19:07.986: BGP: Performing BGP general scanning
Jul 27 17:19:07.986: BGP(0): scanning IPv4 Unicast routing
tables
Jul 27 17:19:07.986: BGP(IPv4 Unicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:19:07.986: BGP(1): scanning VPNv4 Unicast routing
tables
Jul 27 17:19:07.986: BGP(VPNv4 Unicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:19:07.986: BGP(2): scanning IPv4 Multicast
routing tables
Jul 27 17:19:07.990: BGP(IPv4 Multicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:19:22.990: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:19:37.990: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:19:52.989: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:19:55.221: BGP: 64.86.136.45 open failed:
Connection timed out; remote host not respond
Jul 27 17:20:07.989: BGP: Performing BGP general scanning
Jul 27 17:20:07.989: BGP(0): scanning IPv4 Unicast routing
tables
Jul 27 17:20:07.989: BGP(IPv4 Unicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:20:07.989: BGP(1): scanning VPNv4 Unicast routing
tables
Jul 27 17:20:07.989: BGP(VPNv4 Unicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:20:07.989: BGP(2): scanning IPv4 Multicast
routing tables
Jul 27 17:20:07.993: BGP(IPv4 Multicast): Performing BGP
Nexthop scanning for general scan
Jul 27 17:20:22.993: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:20:37.993: BGP: Import timer expired. Walking
from 1 to 1
Jul 27 17:20:52.992: BGP: Import timer expired. Walking
from 1 to 1
============================
with regards
Tejal Shah



Go To http://www.iqara.net
Re: [nsp] BGP establishment error [ In reply to ]
On Sat, 27 Jul 2002 11:58:49 GMT Tejal Shah <tejal.shah@surat.iqara.net> wrote:
> I am trying to establish BGP session with my
> peer but i m getting following error on my router.
[snip]
> Jul 27 17:16:53.225: BGP: 64.86.136.45 open failed:
> Connection timed out; remote host not respond
[snip]

64.86.136.45 isn't responding. Probably one of:

1) You don't have a route to it.

2) You need ebgp-multihop but haven't configured it. (If it's not on a
directly connected network or you're using update-source loopback, you need
ebgp-multihop)

3) (Unlikely, I suspect you'd get a different error) It's not configured to
talk BGP to you.

--
Ryan O'Connell - CCIE #8174
<ryan@complicity.co.uk> - http://www.complicity.co.uk

I'm not losing my mind, no I'm not changing my lines,
I'm just learning new things with the passage of time
Re: [nsp] BGP establishment error [ In reply to ]
On Sat, 27 Jul 2002 11:58:49 GMT Tejal Shah <tejal.shah@surat.iqara.net>
wrote:
> I am trying to establish BGP session with my
> peer but i m getting following error on my router.
[snip]
> Jul 27 17:16:53.225: BGP: 64.86.136.45 open failed:
> Connection timed out; remote host not respond
[snip]

64.86.136.45 isn't responding. Probably one of:

1) You don't have a route to it.

2) You need ebgp-multihop but haven't configured it. (If it's not on a
directly connected network or you're using update-source loopback, you need
ebgp-multihop)

3) (Unlikely, I suspect you'd get a different error) It's not configured to
talk BGP to you.

--
Ryan O'Connell - CCIE #8174
<ryan@complicity.co.uk> - http://www.complicity.co.uk

I'm not losing my mind, no I'm not changing my lines,
I'm just learning new things with the passage of time
Re: [nsp] BGP establishment error [ In reply to ]
Is this host reachable for you?
Is this host directly connected to your router or this host is multihop?



> On Sat, 27 Jul 2002 11:58:49 GMT Tejal Shah

> <tejal.shah@surat.iqara.net> wrote:
>> I am trying to establish BGP session with my
>> peer but i m getting following error on my router.
> [snip]
>> Jul 27 17:16:53.225: BGP: 64.86.136.45 open failed:
>> Connection timed out; remote host not respond
> [snip]
>
> 64.86.136.45 isn't responding. Probably one of:
>
> 1) You don't have a route to it.
>
> 2) You need ebgp-multihop but haven't configured it. (If it's not on a
> directly connected network or you're using update-source loopback, you
> need ebgp-multihop)
>
> 3) (Unlikely, I suspect you'd get a different error) It's not
> configured to talk BGP to you.
>
> --
> Ryan O'Connell - CCIE #8174
> <ryan@complicity.co.uk> - http://www.complicity.co.uk
>
> I'm not losing my mind, no I'm not changing my lines,
> I'm just learning new things with the passage of time
>
> _______________________________________________
> cisco-nsp mailing list real_name)s@puck.nether.net
> http://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
Re: [nsp] BGP establishment error [ In reply to ]
At 01:21 PM 7/27/2002 +0100, Ryan O'Connell wrote:
>On Sat, 27 Jul 2002 11:58:49 GMT Tejal Shah <tejal.shah@surat.iqara.net>
>wrote:
> > I am trying to establish BGP session with my
> > peer but i m getting following error on my router.
>[snip]
> > Jul 27 17:16:53.225: BGP: 64.86.136.45 open failed:
> > Connection timed out; remote host not respond
>[snip]
>
>64.86.136.45 isn't responding. Probably one of:
>
>1) You don't have a route to it.
>
>2) You need ebgp-multihop but haven't configured it. (If it's not on a
>directly connected network or you're using update-source loopback, you need
>ebgp-multihop)
>
>3) (Unlikely, I suspect you'd get a different error) It's not configured to
>talk BGP to you.

Another (related) possibilities:

the other router doesn't have a route back to your router's configured
BGP address (or it doesn't have multihop configured, etc.)

dave

>--
> Ryan O'Connell - CCIE #8174
><ryan@complicity.co.uk> - http://www.complicity.co.uk
>
>I'm not losing my mind, no I'm not changing my lines,
>I'm just learning new things with the passage of time
>
>_______________________________________________
>cisco-nsp mailing list real_name)s@puck.nether.net
>http://puck.nether.net/mailman/listinfo/cisco-nsp
>archive at http://puck.nether.net/pipermail/cisco-nsp/