[Xorp-users] Configure mode

Dinesh Kumar reach_dinesh at hotmail.com
Tue Dec 11 23:28:44 PST 2007


Thanks Pavlin.  xorp processes are running now. But I am not able to go into configure mode. 

root at linux-xorp> configure
ERROR: You do not have permission for this operation.
root at linux-xorp> 

I checked if the user 'root' is present in  group 'xorp' 

linux-xorp:~ # useradd -G xorp root
useradd: Account `root' already exists.
linux-xorp:~ #      

Not sure what is the error :(

Thanks,
Dinesh
----------------------------------------
> To: reach_dinesh at hotmail.com
> CC: xorp-users at xorp.org
> Subject: Re: [Xorp-users] (no subject) 
> Date: Tue, 11 Dec 2007 19:48:31 -0800
> From: pavlin at icir.org
> 
> Dinesh Kumar  wrote:
> 
>> 
>> Hello Xorp users,
>> 
>> I get these following statements when I try to start XORP. I think the routing process has failed to start. I have attached my config.boot with the mail. Please let me know if I am missing anything in my config file.
> 
> In your config file you are missing the configuration for the local
> IP addresses you are using inside BGP and OSPF: 10.2.0.1, 10.1.0.2,
> and 172.16.1.2 .
> Note that your interfaces section contains configuration only for
> eth0 with IP address of 10.0.0.2.
> 
> Hope that helps,
> Pavlin
> 
>> Thanks,
>> Dinesh
>> 
>> linux-xorp:/xorp-1.4/rtrmgr # ./xorp_rtrmgr
>> [ 2007/12/11 12:27:33  INFO xorp_rtrmgr:30838 RTRMGR +239 master_conf_tree.cc execute ] Changed modules: interfaces, fea, rib, policy, static_routes, bgp, ospf4
>> [ 2007/12/11 12:27:33  INFO xorp_rtrmgr:30838 RTRMGR +96 module_manager.cc execute ] Executing module: interfaces (fea/xorp_fea)
>> [ 2007/12/11 12:27:34  ERROR xorp_fea:30839 LIBCOMM +114 comm_sock.c comm_sock_open ] Error opening socket (domain = 10, type = 2, protocol = 0): Address family not supported by protocol
>> [ 2007/12/11 12:27:34  ERROR xorp_fea:30839 LIBCOMM +114 comm_sock.c comm_sock_open ] Error opening socket (domain = 10, type = 2, protocol = 0): Address family not supported by protocol
>> [ 2007/12/11 12:27:35 INFO xorp_fea MFEA ] MFEA enabled
>> [ 2007/12/11 12:27:35 INFO xorp_fea MFEA ] CLI enabled
>> [ 2007/12/11 12:27:35 INFO xorp_fea MFEA ] CLI started
>> [ 2007/12/11 12:27:35 INFO xorp_fea MFEA ] MFEA enabled
>> [ 2007/12/11 12:27:35 INFO xorp_fea MFEA ] CLI enabled
>> [ 2007/12/11 12:27:35 INFO xorp_fea MFEA ] CLI started
>> [ 2007/12/11 12:27:35  INFO xorp_rtrmgr:30838 RTRMGR +96 module_manager.cc execute ] Executing module: fea (fea/xorp_fea)
>> [ 2007/12/11 12:27:41  INFO xorp_rtrmgr:30838 RTRMGR +96 module_manager.cc execute ] Executing module: rib (rib/xorp_rib)
>> [ 2007/12/11 12:27:43  INFO xorp_rtrmgr:30838 RTRMGR +96 module_manager.cc execute ] Executing module: policy (policy/xorp_policy)
>> [ 2007/12/11 12:27:45  INFO xorp_rtrmgr:30838 RTRMGR +96 module_manager.cc execute ] Executing module: static_routes (static_routes/xorp_static_routes)
>> [ 2007/12/11 12:27:47  INFO xorp_rtrmgr:30838 RTRMGR +96 module_manager.cc execute ] Executing module: bgp (bgp/xorp_bgp)
>> [ 2007/12/11 12:27:49  ERROR xorp_bgp:30849 LIBCOMM +360 comm_sock.c comm_sock_bind4 ] Error binding socket (family = 2, my_addr = 172.16.1.2, my_port = 0): Cannot assign requested address
>> [ 2007/12/11 12:27:49  ERROR xorp_bgp:30849 LIBCOMM +360 comm_sock.c comm_sock_bind4 ] Error binding socket (family = 2, my_addr = 172.16.1.2, my_port = 179): Cannot assign requested address
>> [ 2007/12/11 12:27:49  ERROR xorp_bgp:30849 BGP +65 socket.cc create_listener ] comm_bind_tcp failed
>> [ 2007/12/11 12:27:49  ERROR xorp_bgp:30849 LIBCOMM +360 comm_sock.c comm_sock_bind4 ] Error binding socket (family = 2, my_addr = 10.1.0.2, my_port = 0): Cannot assign requested address
>> [ 2007/12/11 12:27:49  ERROR xorp_bgp:30849 LIBCOMM +360 comm_sock.c comm_sock_bind4 ] Error binding socket (family = 2, my_addr = 10.1.0.2, my_port = 179): Cannot assign requested address
>> [ 2007/12/11 12:27:49  ERROR xorp_bgp:30849 BGP +65 socket.cc create_listener ] comm_bind_tcp failed
>> [ 2007/12/11 12:27:49  INFO xorp_rtrmgr:30838 RTRMGR +96 module_manager.cc execute ] Executing module: ospf4 (ospf/xorp_ospfv2)
>> [ 2007/12/11 12:27:52  WARNING xorp_ospfv2:30850 XrlOspfv2Target +522 ospfv2_base.cc handle_ospfv2_0_1_create_peer ] Handling method for ospfv2/0.1/create_peer failed: XrlCmdError 102 Command failed BadPeer from line 479 of peer_manager.cc: Unable to get prefix length for eth1/eth1/10.2.0.1
>> [ 2007/12/11 12:27:52  ERROR xorp_rtrmgr:30838 RTRMGR +675 master_conf_tree.cc commit_pass2_done ] Commit failed: 102 Command failed BadPeer from line 479 of peer_manager.cc: Unable to get prefix length for eth1/eth1/10.2.0.1
>> [ 2007/12/11 12:27:52  ERROR xorp_rtrmgr:30838 RTRMGR +251 master_conf_tree.cc config_done ] Configuration failed: 102 Command failed BadPeer from line 479 of peer_manager.cc: Unable to get prefix length for eth1/eth1/10.2.0.1
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +2228 task.cc run_task ] No more tasks to run
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +171 module_manager.cc terminate ] Terminating module: bgp
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +194 module_manager.cc terminate ] Killing module: bgp
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +171 module_manager.cc terminate ] Terminating module: fea
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +171 module_manager.cc terminate ] Terminating module: interfaces
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +194 module_manager.cc terminate ] Killing module: interfaces
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +171 module_manager.cc terminate ] Terminating module: ospf4
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +194 module_manager.cc terminate ] Killing module: ospf4
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +171 module_manager.cc terminate ] Terminating module: policy
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +194 module_manager.cc terminate ] Killing module: policy
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +171 module_manager.cc terminate ] Terminating module: rib
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +194 module_manager.cc terminate ] Killing module: rib
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +171 module_manager.cc terminate ] Terminating module: static_routes
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +194 module_manager.cc terminate ] Killing module: static_routes
>> [ 2007/12/11 12:27:52  ERROR xorp_rtrmgr:30838 RTRMGR +747 module_manager.cc done_cb ] Command "/xorp-1.4/fea/xorp_fea": terminated with signal 15.
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +282 module_manager.cc module_exited ] Module killed during shutdown: interfaces
>> [ 2007/12/11 12:27:52  ERROR xorp_rtrmgr:30838 RTRMGR +747 module_manager.cc done_cb ] Command "/xorp-1.4/rib/xorp_rib": terminated with signal 15.
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +282 module_manager.cc module_exited ] Module killed during shutdown: rib
>> [ 2007/12/11 12:27:52  ERROR xorp_rtrmgr:30838 RTRMGR +747 module_manager.cc done_cb ] Command "/xorp-1.4/policy/xorp_policy": terminated with signal 15.
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +282 module_manager.cc module_exited ] Module killed during shutdown: policy
>> [ 2007/12/11 12:27:52  ERROR xorp_rtrmgr:30838 RTRMGR +747 module_manager.cc done_cb ] Command "/xorp-1.4/bgp/xorp_bgp": terminated with signal 15.
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +282 module_manager.cc module_exited ] Module killed during shutdown: bgp
>> [ 2007/12/11 12:27:52  ERROR xorp_rtrmgr:30838 RTRMGR +747 module_manager.cc done_cb ] Command "/xorp-1.4/static_routes/xorp_static_routes": terminated with signal 15.
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +282 module_manager.cc module_exited ] Module killed during shutdown: static_routes
>> [ 2007/12/11 12:27:52  ERROR xorp_rtrmgr:30838 RTRMGR +747 module_manager.cc done_cb ] Command "/xorp-1.4/ospf/xorp_ospfv2": terminated with signal 15.
>> [ 2007/12/11 12:27:52  INFO xorp_rtrmgr:30838 RTRMGR +282 module_manager.cc module_exited ] Module killed during shutdown: ospf4
>> linux-xorp:/xorp-1.4/rtrmgr #
>> 
>> _________________________________________________________________
>> Publish your photos to your Space easily with Photo Gallery.
>> http://www.get.live.com/wl/all_______________________________________________
>> Xorp-users mailing list
>> Xorp-users at xorp.org
>> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users

_________________________________________________________________
Edit your photos like a pro with Photo Gallery.
http://www.get.live.com/wl/all



More information about the Xorp-users mailing list