[Xorp-hackers] question about running XORP-0.5 on Linux

Atanu Ghosh atanu@ICSI.Berkeley.EDU
Mon, 10 Nov 2003 12:54:14 -0800


The config file that you are using still contains a reference to one
of our routers (xorp-c4000). You can see the error in the log Unknown
host. Replace xorp-c4000 with the name of your peer or the peer-ip address.

      Atanu.

----------------------------------------
protocols {
  bgp {
    bgp-id: 192.150.187.100
    local-as: 65002

/*
You need to replace xorp-c4000 with the name of one of your peers.
*/
    peer xorp-c4000 {
      local-ip: 192.150.187.100
      peer-ip: 192.150.187.109
      as: 65000
      holdtime: 90
      next-hop: 192.150.187.100
    }
  }
}
----------------------------------------

>>>>> "Liang" == Liang Qin <lqin@sce.carleton.ca> writes:

    Liang> Hi XORP users,
    Liang> I downloaded and compiled XORP 0.5 on a stand along Linux box (redhat 9.0).

    Liang> After I started rtrmgr process, finally it quit with following message:
    Liang> -----------------------------------
    Liang> [ 2003/11/10 15:43:12  INFO xorp_bgp:2806 BGP +104 bgp.cc BGPMain ] 
    Liang> EVENT: peerlist 0 timers 2
    Liang> [ 2003/11/10 15:43:12  INFO xorp_bgp:2806 BGP +104 bgp.cc BGPMain ] 
    Liang> EVENT: peerlist 0 timers 2
    Liang> [ 2003/11/10 15:43:22  INFO xorp_bgp:2806 BGP +104 bgp.cc BGPMain ] 
    Liang> EVENT: peerlist 0 timers 2
    Liang> [ 2003/11/10 15:43:22  INFO xorp_bgp:2806 BGP +104 bgp.cc BGPMain ] 
    Liang> EVENT: peerlist 0 timers 2
    Liang> [ 2003/11/10 15:43:26  ERROR xorp_bgp:2806 XRL +333 xrl_pf_stcp.cc die ] 
    Liang> STCPRequestHandler died: life timer expired
    Liang> [ 2003/11/10 15:43:26  INFO xorp_bgp:2806 BGP +104 bgp.cc BGPMain ] 
    Liang> EVENT: peerlist 0 timers 1
    Liang> [ 2003/11/10 15:43:26  WARNING xorp_bgp:2806 BGP +266 rib_ipc_handler.cc 
    Liang> rib_command_done ] callback: delete_table 200 Finder not present/ready
    Liang> [ 2003/11/10 15:43:26  WARNING xorp_bgp:2806 BGP +266 rib_ipc_handler.cc 
    Liang> rib_command_done ] callback: delete_table 200 Finder not present/ready
    Liang> [ 2003/11/10 15:43:26  WARNING xorp_bgp:2806 BGP +266 rib_ipc_handler.cc 
    Liang> rib_command_done ] callback: delete_table 200 Finder not present/ready
    Liang> [ 2003/11/10 15:43:26  WARNING xorp_bgp:2806 BGP +266 rib_ipc_handler.cc 
    Liang> rib_command_done ] callback: delete_table 200 Finder not present/ready
    Liang> UnresolvableHost from line 116 of iptuple.cc -> Unknown host <xorp-c4000>
    Liang> [ 2003/11/10 15:43:26  ERROR xorp_rtrmgr:2803 RTRMGR +464 task.cc 
    Liang> execute_done ] 210 Transport failed
    Liang> [ 2003/11/10 15:43:26  ERROR xorp_rtrmgr:2803 RTRMGR +772 task.cc 
    Liang> task_fail ] Shutting down fatally wounded process bgp
    Liang> [ 2003/11/10 15:43:26  ERROR xorp_rtrmgr:2803 RTRMGR +135 
    Liang> master_conf_tree.cc config_done ] Startup failed (210 Transport failed)
    Liang> Startup failed (210 Transport failed)
    Liang> [ 2003/11/10 15:43:26  ERROR xorp_rtrmgr:2803 RTRMGR +323 main_rtrmgr.cc 
    Liang> main ] rtrmgr shutting down due to error
    Liang> rtrmgr shutting down due to error
    Liang> ---------------------------------------------

    Liang> I use the config.boot file and change the IP address to the one assigned 
    Liang> on the ethernet interface.

    Liang> Do I need configure other files? Any suggestion?

    Liang> Thanks!

    Liang> Liang Qin

    Liang> _______________________________________________
    Liang> Xorp-hackers mailing list
    Liang> Xorp-hackers@icir.org
    Liang> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers