bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BGP router-id set to 0.0.0.0


From: Gordon B Lugauer
Subject: BGP router-id set to 0.0.0.0
Date: Tue, 19 Feb 2002 02:43:29 -0600
User-agent: Mutt/1.2.5i

Good evening, all,

I am not certain if this is a program or documentation bug, but the
router-id that is being sent with my bgp updates is set to 0.0.0.0.
Naturally, this doesn't work.  I am running zebra 0.93 from the cvs
snapshot on Tue Feb 19 02:35:16 CST 2002 with the following config,
with the goal of being a route server:

!
! Zebra configuration saved from vty
!   2002/02/19 02:22:56
!
hostname zebra
log file /var/log/bgpd.log
!
bgp multiple-instance
!
! not active yet
router bgp 65121 view ISP1
 neighbor 10.0.0.1 remote-as 65122
 neighbor 10.0.0.2 remote-as 65123
!
! not active yet
router bgp 65122 view ISP2
 neighbor 10.0.0.2 remote-as 65123
 neighbor 10.0.0.3 remote-as 65121
!
router bgp 65123 view Test1605
 ! neighbot 10.0.0.3 not active yet
 neighbor 10.0.0.3 remote-as 65121
 ! this is the one I've been working on
 neighbor 10.0.0.1 remote-as 65122
 neighbor 10.0.0.1 interface eth0
 ! update-source eth0 also tried
 neighbor 10.0.0.1 update-source 10.0.0.4
 neighbor 10.0.0.1 route-server-client
!
line vty
!


This is the output from debug bgp on the zebra vtysh (similar output
from the Cisco peer):

zebra# 2002/02/19 02:31:23 BGP: 10.0.0.1 went from Idle to Connect
2002/02/19 02:31:23 BGP: 10.0.0.1 went from Connect to OpenSent
2002/02/19 02:31:23 BGP: 10.0.0.1 sending OPEN, version 4, my as 65123, 
holdtime 180, id 0.0.0.0
2002/02/19 02:31:23 BGP: 10.0.0.1 send message type 1, length (incl. header) 45
2002/02/19 02:31:23 BGP: 10.0.0.1 rcv message type 3, length (excl. header) 6
2002/02/19 02:31:23 BGP: 10.0.0.1 received NOTIFICATION 2/3 (OPEN Message 
Error/Bad BGP Identifier.) 4 bytes 00 00 00 00
2002/02/19 02:31:23 BGP: 10.0.0.1 went from OpenSent to Idle


This is running on a Linux 2.2.19 box and has 2 ethernet interfaces:
eth0 is 10.0.0.4, eth1 is down.

I appreciate anything you can do to help.

Thanks,

-- 
-Gordon B Lugauer

President, BadgerClaw, Inc.
All things Unix         All things IP           Since 1996
address@hidden e          414-273-6666 v          414-224-8265 f



reply via email to

[Prev in Thread] Current Thread [Next in Thread]