Management and Configuration Guide (Includes ACM xl) 2005-12
ProCurve Secure Access 700wl Series Management and Configuration Guide A-31
The option type is the DNS type, which consists of the following:
ping {<ip-address> | <hostname>}
Pings an IP address or a hostname. If the hostname is not qualified, the domain name (as specified
by the
set domainname command) is appended.
Translates to the Unix command:
ping –c 3 <ip-address>
or
ping –c 3 <hostname>
debug ip [ <slot>/<port>]
Shows IP 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> ip
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.
debug interface [ <slot>/<port> ]
Shows 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>
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.
a host address
ns authoritative name server
cname canonical name for an alias
soa marks the start of a zone of authority
wks well known service description
ptr domain name pointer
hinfo host information
minfo mailbox or mail list information
mx mail exchange
txt text strings
<slot>/<port> The slot and port for which IP traffic should be displayed.
<slot>/<port> The slot and port for which traffic should be displayed.