[Xorp-users] simple xorp configuration
Bruce Simpson
bms at incunabulum.net
Thu Jul 16 05:44:48 PDT 2009
Hi,
Sorry for the delay in responding to your question. As you can
probably tell, the project is in a state of change at the moment, this
is going to affect community support for some time.
I haven't been directly involved in the vlan code, perhaps someone
else on the list is more familiar with this than I am, so I am afraid I
can only offer very general pointers, as I'm currently tied up elsewhere.
Timur Irmatov wrote:
> When I start xorp_rtrmgr, I see two processes running: xorp_rtrmgr and
> xorp_fea. Then I just try to add vlan interface (this interfaces does
> not exits in the system at the moment):
>
> set vif eth0.333 vlan vlan-id 333
>
> When I try to commit, I get a message that commit failed.
>
> # commit
> Commit Failed
> Reconfig of process caused process to fail.[edit]
>
> I see following in logs:
>
> Jul 16 11:30:19 router xorp_rtrmgr: [ 2009/07/16 11:30:19 FATAL
> xorp_fea:8700 FEA +1607 iftree.cc insert_ifindex ] Assertion
> (iter->second == ifp) failed
> Jul 16 11:30:19 router xorp_rtrmgr: [ 2009/07/16 11:30:19 ERROR
> xorp_rtrmgr:8699 RTRMGR +754 module_manager.cc done_cb ] Command
> "/usr/local/xorp/fea/xorp_fea": terminated with signal 6.
>
Did you look at fea/iftree.cc line 1607? This assertion looks as
though it's being triggered because you have more than one interface
with the same interface index in this system. XORP's FEA will use the
interface index as the primary key for learning about network interfaces
in the system.
I took a quick look on bugzilla.xorp.org and couldn't see anything about
this, so I'm assuming it isn't a bug, for now.
Have you tried creating the VLAN interface from outside of XORP? Do you
see similar errors?
This sounds similar to stuff other folk ran into, and the workaround was
simple, off the top of my head, try the list archives.
cheers,
BMS
More information about the Xorp-users
mailing list