[FROG] bgpd crash
Daniel Schmidt
daniel.schmidt at wyo.gov
Thu May 4 16:10:05 EDT 2017
Sorry for the multiple emails, I should have included this.
I don't have my frr config anymore, but it was virtually identical to my
simple quagga config below. (address family different of course) If you
could give hints on how to do crash decode, I'll send that along too with
latest git or whatever version you specify, thank you.
Current configuration:
!
hostname Router
log file /opt/quagga/bgpd.log
log stdout
hostname bgpd
bgp multiple-instance
hostname quagga-router
!
service password-encryption
!
password 8 <>
enable password 8 <>
password 8 <>
enable password 8 <>
!
interface enp0s3
no link-detect
!
interface lo
no link-detect
!
router bgp 14977 view wyo
bgp router-id 192.168.0.5
neighbor 192.168.0.1 remote-as 14977
neighbor 192.168.0.1 password test_pw
neighbor 192.168.0.1 route-map filter_apnic in
neighbor 192.168.0.10 remote-as 14977
neighbor 192.168.0.10 password test_pw
neighbor 192.168.0.10 route-map filter_apnic in
!
address-family vpnv4
neighbor 192.168.0.1 activate
neighbor 192.168.0.10 activate
exit-address-family
!
address-family ipv6
exit-address-family
exit
!
access-list telnet_access permit 127.0.0.1/32
access-list telnet_access permit 192.168.5.128/28
!
route-map filter_apnic permit 20
!
line vty
access-class telnet_access
anonymous restricted
exec-timeout 5 0
!
end
I compiled with standard options:
./configure --enable-vtysh --with-libpam --prefix=/opt/quagga
--localstatedir=/opt/quagga sysconfdir=/opt/quagga --enable-user=quagga
--enable-group=quagga
On Thu, May 4, 2017 at 11:51 AM, Donald Sharp <sharpd at cumulusnetworks.com>
wrote:
> Daniel -
>
> Can you send us your config and crash decode?
>
> donald
>
> On Thu, May 4, 2017 at 1:06 PM, Daniel Schmidt <daniel.schmidt at wyo.gov>
> wrote:
> > Does anybody else have issues with bgpd crashing? Quagga works fine for
> me,
> > but git and 2.0 crash soon after launching.
> >
> >
> > E-Mail to and from me, in connection with the transaction
> > of public business, is subject to the Wyoming Public Records
> > Act and may be disclosed to third parties.
> >
> > _______________________________________________
> > frog mailing list
> > frog at lists.frrouting.org
> > https://lists.frrouting.org/listinfo/frog
> >
>
--
E-Mail to and from me, in connection with the transaction
of public business, is subject to the Wyoming Public Records
Act and may be disclosed to third parties.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.frrouting.org/pipermail/frog/attachments/20170504/0de3e3ee/attachment.html>
More information about the frog
mailing list