[Xorp-users] Adding a new user to a LiveCD boot of XORP

Mark Handley M.Handley@cs.ucl.ac.uk
Wed, 21 Jul 2004 00:19:52 +0100


>The main reason I think I need to be "root" is that
>there is no ping or traceroute command available in xorpsh
>and so its a bit hard trying to see what works from that end....

I just committed very simple ping and traceroute support for xorpsh
into CVS.  No support yet for command line flags, but at least the
basic command is there.


Welcome to XORP on vulture.xorp.org
Xorp> ?
Possible completions:
  configure       Switch to configuration mode
  help            Provide help with commands
  ping            Ping a hostname or IP address
  quit            Quit this command session
  show            Display information about the system
  traceroute      Trace the IP route to a hostname or IP address
Xorp> ping ?
Possible completions:
  <[Enter]>       Execute this command
  <host>          Give a hostname or IP address to ping.
Xorp> ping www.xorp.org
PING www.xorp.org (192.150.187.19): 56 data bytes
64 bytes from 192.150.187.19: icmp_seq=0 ttl=46 time=156.402 ms
64 bytes from 192.150.187.19: icmp_seq=1 ttl=46 time=157.545 ms
64 bytes from 192.150.187.19: icmp_seq=2 ttl=46 time=157.366 ms
64 bytes from 192.150.187.19: icmp_seq=3 ttl=46 time=157.197 ms
64 bytes from 192.150.187.19: icmp_seq=4 ttl=46 time=157.069 ms
Xorp> ping www.xorp.org
Command interrupted!

Xorp> 


 - Mark