Command Line Interface
traceroute {<ip-address > | <hostname>} [<hops> [<probes> [<probewait> ] ] ]
Displays the traceroute for an IP address or hostname.
If the hostname is not qualified, the domain name (as specified by the
set domainname command) is
appended.
<hops> The maximum number of hops to trace. The default is 5.
<probes> The maximum number of probes per hop. The default is 3.
<probewait> The maximum number of seconds to wait for each probe. The
default is 2.
This command translates to:
traceroute –n -m <hops> -q <probes> -w <probewait> <ip-address>
or
traceroute –n -m <hops> -q <probes> -w <probewait> <hostname>
Time Configuration
The following commands are available only on an Access Control Server or an Integrated Access
Manager in
cli ACS mode, except for the show time command, which is also available on an Access
Controller. To modify these settings on an Access Controller, you must use the Administrative Console
on the managing Access Control Server.
set timezone <general-tz> <specific-tz>
Sets the local timezone.
The
set timezone command with no arguments returns a list of the general timezone areas. The
command with only a general timezone specification returns a list of the specific timezone areas
within the specified general timezone.
<general-tz> The less specific portion of the timezone string. If the
timezone is —America/Los_Angeles“, the general portion is
—America“. Case-sensitive.
<specific-tz> The more specific portion of the timezone string. If the
timezone is —America/Los_Angeles“ the specific portion is
—Los_Angeles“. Case-sensitive.
set ntpserver{< ip-address> | <hostname>} [<ip-address> | <hostname> ]
Specifies the IP address or hostname of a primary and secondary Network Time Protocol (NTP)
server. Hostnames must be fully qualified if specified.
<ip-address> An NTP server IP address.
<hostname> An NTP server hostname. This must be a fully qualified
domain name.
HP ProCurve Secure Access 700wl Series Management and Configuration Guide A-33