Mailinglist Archive: opensuse (3468 mails)
| < Previous | Next > |
[opensuse] bgpd in suse 10.2
- From: Adi Nugroho <adi@xxxxxxxxxxxxxx>
- Date: Mon, 16 Apr 2007 08:57:16 +0800
- Message-id: <200704160857.17051.adi@xxxxxxxxxxxxxx>
Dear all,
I try to use bgpd+zebra (quagga) in SuSE 10.2.
I try to use a simple configuration below:
Current configuration:
!
hostname quagga
log file /var/log/quagga/bgp.log
!
router bgp 4832
bgp router-id 10.0.0.1
neighbor 10.0.0.254 remote-as 4832
neighbor 10.0.0.254 next-hop-self
neighbor 10.0.0.254 soft-reconfiguration inbound
!
line vty
!
end
It is running, and it can receive routes from its neighbors.
But if I try to advertise, either using "network" or "redistribute" command,
it is crashed with the following error message in logfile.
BGP: Received signal 11 at 1176684508 (si_addr 0x8, PC 0x8083f95); aborting...
Program counter: /usr/sbin/bgpd[0x8083f95]
Backtrace for 12 stack frames:
/usr/lib/libzebra.so.0(zlog_backtrace_sigsafe+0x30)[0xb7f45640]
/usr/lib/libzebra.so.0(zlog_signal+0x1c7)[0xb7f45c17]
/usr/lib/libzebra.so.0[0xb7f5197a]
[0xb7f89440]
/usr/sbin/bgpd[0x808402b]
/usr/sbin/bgpd[0x8078fdb]
/usr/sbin/bgpd[0x807953b]
/usr/sbin/bgpd[0x807960b]
/usr/lib/libzebra.so.0(thread_call+0x6c)[0xb7f3942c]
/usr/sbin/bgpd[0x804c94c]
/lib/libc.so.6(__libc_start_main+0xdc)[0xb7b46f9c]
/usr/sbin/bgpd[0x804c491]
The same configuration running nicely in SuSE 9.1.
Can anybody help?
--
Regards,
Adi Nugroho
PT. iNterNUX - Internet Service Provider
Jalan Dr. Sam Ratulangi No. 53J Makassar
Tel. +62-411-834690 Fax. +62-411-834691
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
I try to use bgpd+zebra (quagga) in SuSE 10.2.
I try to use a simple configuration below:
Current configuration:
!
hostname quagga
log file /var/log/quagga/bgp.log
!
router bgp 4832
bgp router-id 10.0.0.1
neighbor 10.0.0.254 remote-as 4832
neighbor 10.0.0.254 next-hop-self
neighbor 10.0.0.254 soft-reconfiguration inbound
!
line vty
!
end
It is running, and it can receive routes from its neighbors.
But if I try to advertise, either using "network" or "redistribute" command,
it is crashed with the following error message in logfile.
BGP: Received signal 11 at 1176684508 (si_addr 0x8, PC 0x8083f95); aborting...
Program counter: /usr/sbin/bgpd[0x8083f95]
Backtrace for 12 stack frames:
/usr/lib/libzebra.so.0(zlog_backtrace_sigsafe+0x30)[0xb7f45640]
/usr/lib/libzebra.so.0(zlog_signal+0x1c7)[0xb7f45c17]
/usr/lib/libzebra.so.0[0xb7f5197a]
[0xb7f89440]
/usr/sbin/bgpd[0x808402b]
/usr/sbin/bgpd[0x8078fdb]
/usr/sbin/bgpd[0x807953b]
/usr/sbin/bgpd[0x807960b]
/usr/lib/libzebra.so.0(thread_call+0x6c)[0xb7f3942c]
/usr/sbin/bgpd[0x804c94c]
/lib/libc.so.6(__libc_start_main+0xdc)[0xb7b46f9c]
/usr/sbin/bgpd[0x804c491]
The same configuration running nicely in SuSE 9.1.
Can anybody help?
--
Regards,
Adi Nugroho
PT. iNterNUX - Internet Service Provider
Jalan Dr. Sam Ratulangi No. 53J Makassar
Tel. +62-411-834690 Fax. +62-411-834691
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |