Management and Configuration Guide (Includes ACM xl) 2005-12

A-32 ProCurve Secure Access 700wl Series Management and Configuration Guide
debug tcpport <tcp port> [ <slot>/<port> ]
Shows specified TCP port traffic on an interface. The default (no slot/port specified) is the
configured uplink.
This command translates to the Unix command:
tcpdump –en –i <interface> tcp port <port>
This command displays tcpdump output until you terminate the command with a CTRL-C. Upon
termination, the console session is restarted, and you must log in again.
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.
This command translates to the Unix command:
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 a 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 Interface
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.
<tcp port> The TCP port number that identifies the traffic to be watched.
<slot>/<port> The slot and port for which IP traffic should be displayed.
<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.