[Xorp-users] FATAL xorp_fea ERROR

Pavlin Radoslavov pavlin at icir.org
Wed Jul 19 15:32:15 PDT 2006


> root at mobile17> show interfaces
> vf0/vf0: Flags:<ENABLED,BROADCAST,MULTICAST> mtu 1500
>         inet6 fe80::4c52:4cff:fe63:6a91 prefixlen 64
>         inet 192.168.100.17 subnet 192.168.100.0/24 broadcast 192.168.100.255
>         physical index 21
>         ether 4e:52:4c:63:6a:91

It appears that XORP is configured to use only the interface with
physical index 21, but the fatal error message was about an
interface with physical index 17:

[ 2006/07/17 16:01:32  FATAL xorp_fea:14932 FEA +298 netlink_socket_utils.cc nlm_get_to_fte_cfg ] Could not find interface corresponding to index 17

I guess this has been triggered by some route being added to the
kernel (or by internal route manipulations by the kernel itself).

To find the real reason for the failure, could you run the following
command in parallel with XORP:
"ip monitor all"
Try to point the entry that is printed right before the FEA crashes.

In addition, after the crash there should be a coredump file.
Please send the backtrace for that file, and some of the values:

gdb xorp_fea -c your_corefile
bt
frame 3		# Try a different number to get into
                # NlmUtils::nlm_get_to_fte_cfg()
p rtmsg->rtm_type
p *rtmsg


Thanks,
Pavlin



More information about the Xorp-users mailing list