[Xorp-users] Question about xorpsh

Liang Qin lqin@sce.carleton.ca
Wed, 16 Jul 2003 10:26:37 -0400


Hi XORP users,

I just start to use XORP, and I installed v0.3 on Linux. I ran commands:
./configure
gmke

according to readme file. After that I ran xorpsh, but the program freezed.
here is the copy:
---------------------
 > xorpsh
Loading template file ../etc/templates/bgp.tp
Loading template file ../etc/templates/fea.tp
Loading template file ../etc/templates/ospf.tp
Loading template file ../etc/templates/rib.tp
Loading template file ../etc/templates/snmp.tp
%find_executable: bgp/tools/xorpsh_print_peers
found executable: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers
find_executable: bgp/tools/xorpsh_print_routes
found executable: 
/home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes
find_executable: rtrmgr/tools/show_interfaces
found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces
find_executable: rtrmgr/tools/show_interfaces
found executable: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces
 
Operational Command List:
  show bgp peers
  Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_peers
  Optional Parameter: detail
 
  show bgp routes
  Command: /home/lqin/xorp-0.3/rtrmgr/../bgp/tools/xorpsh_print_routes
  Optional Parameter: summary
  Optional Parameter: detail
 
  show interface $(interfaces.interface.*)
  Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces
  Optional Parameter: brief
  Optional Parameter: detail
  Optional Parameter: extensive
 
  show vif $(interfaces.interface.*.vif.*)
  Command: /home/lqin/xorp-0.3/rtrmgr/../rtrmgr/tools/show_interfaces
  Optional Parameter: brief
  Optional Parameter: detail
  Optional Parameter: extensive
----------------------------

Do I need run other processes before xorpsh? any suggestion?

Thanks!

Liang Qin