-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I'm trying to test libbgp with bird as a peer. When I run the peer-and-print.cc I get the following:
waiting for any client...
accept(): new client from 10.168.0.6.
ticker(): ticker started.
[DEBUG] BgpFsm::run: got message (Current state: Idle):
[DEBUG] OpenMessage {
Version { 4 }
MyAsn { 65001 }
BgpId { 0.0.0.11 }
HoldTimer { 240 }
Capabilities {
MpBgpCapability {
Code { 1 }
Afi { IPv4 }
Safi { Unicast }
}
UnknowCapability {
Code { 2 }
}
UnknowCapability {
Code { 64 }
}
FourOctetAsnCapability {
Code { 65 }
MyAsn { 65001 }
}
UnknowCapability {
Code { 70 }
}
UnknowCapability {
Code { 71 }
}
}
}
[ERROR] BgpFsm::openRecv: peer BGP ID (0.0.0.11) invalid.
[DEBUG] BgpFsm::writeMessage: write (Current state: Idle):
[DEBUG] NotificationMessage {
Error { OPEN Message Error }
SubError { Bad Peer BGP ID }
}
waiting for the ticker thread to stop...
ticker(): ticker stopped.
closing socket & clean up...
Metadata
Metadata
Assignees
Labels
No labels