Enable Mode Commands
  
Enable Mode Commands
This chapter is a reference for enable mode commands. It includes the following sections:
•  System administration commands
•  Displaying system data
You can perform basic system administration tasks in enable mode. Only administrator users can enter enable mode commands. All commands available in user mode are also available in enable mode.
Chapter 4, “Configuration Mode Commands” describes additional enable mode commands because they are more easily understood in relationship to the feature set of which they are a part. For example, the “in-path asym-route-tab flush” and the “in-path asym-route-tab remove” commands are described with the in-path asymmetric routing commands. The “Usage” section for these enable mode commands reminds you that you can also access these commands while in enable mode.
To enter enable mode
•  Connect to the CLI and enter the following command:
login as: admin
Riverbed SteelHead
Last login: Wed Jan 20 13:02:09 2016 from 10.0.1.1
amnesiac > enable
amnesiac #
To exit enable mode, enter exit. For information about the exit command, see “exit” on page 14.
System administration commands
This section describes the system administration commands that are available in enable mode.
clear arp-cache
Clears dynamic entries from the ARP cache.
Syntax
clear arp-cache
Parameters
None
Usage
This command does not clear static entries.
Example
amnesiac # clear arp-cache
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
show arp
clear hardware edac-ue-alarm
Clears the Error Detection and Correction (EDAC) Uncorrectable Errors (UEs) alarm.
Syntax
clear hardware edac-ue-alarm
Parameters
None
Example
amnesiac # clear hardware edac-ue-alarm
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
clear hardware error-log
clear hardware error-log
Clears Intelligent Platform Management Interface (IPMI) System Event Log (SEL).
Syntax
clear hardware error-log
Parameters
None
Usage
The amber LED light stops blinking on the system when you enter this command.
Example
amnesiac # clear hardware error-log
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show hardware error-log”
clear interface
Sets the interface counters for the specified interface to 0.
Syntax
clear interface <interface-name>
Parameters
<interface-name>
Interface name: aux, primary, lo, wan1_1, lan1_1, wan1_0, lan1_0, inpath1_0, inpath1_1, or all.
Example
amnesiac # clear interface aux
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
show in-path mgmt-interface
clock set
Sets the system date and time.
Syntax
clock set <yyyy>/<mm/dd>/<hh>:<mm>:<ss>
Parameters
<yyyy>/<mm>/<dd>/<hh>:<mm>:<ss>
Date and time (year, month, day, hour, minutes, and seconds).
Example
amnesiac # clock set 2014/12/31 23:59:59
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show clock”
configure terminal
Enters configuration from the terminal by entering the configuration subsystem.
Syntax
[no] configure terminal
Parameters
None
Usage
You must execute the “enable” command first to enter configuration mode.
To exit the configuration subsystem, type exit.
The no command option disables the terminal configuration.
Example
amnesiac # configure terminal
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show terminal,” “show connection”
debug generate dump
Generates a report you can use to diagnose misconfiguration in deployments.
Syntax
debug generate dump [full | brief | rsp | stats | all-logs |blockstore | blockstore-fifo] [upload [<case-number> | <url>]]
Parameters
full
Generates a full system dump.
brief
Generates a brief system dump.
rsp
Generates a full system dump, including VMware Server data.
stats
Generates a full system dump including .dat files.
all-logs
Generates a full system dump with .dat files and all logs.
blockstore
Generates a full system dump with .dat files, all logs, and blockstore phash.
blockstore-fifo
Generates a full system dump with .dat files, all logs, blockstore phash, and fifo.
upload <case-number>
Generates a full system dump for the specified customer case number to upload to Riverbed Technical Support. The case number is a numeric string.
upload <url>
Generates a full system dump for the specified customer URL to upload to Riverbed Technical Support.
Usage
Specifying the case number is a convenient and intuitive method to generate and upload a system dump compared to using a URL. Riverbed Technical Support recommends using a case number. You can still specify a full URL in place of a case number. In this case, the report is uploaded to the specified URL instead of the URL constructed from the case number.
If the URL points to a directory on the upload server, you must specify the trailing forward slash "/" : for example, ftp://ftp.riverbed.com/incoming/and not ftp://ftp.riverbed.com/incoming. The filename as it exists on the system is renamed to the filename specified in the URL.
After the dump generation, the upload is performed in the background so you can exit the command-line interface without interrupting the upload process.
Example
amnesiac # debug generate dump brief
amnesiac # debug generate dump upload 194170
amnesiac # debug generate dump upload ftp://ftp.riverbed.com/incoming/
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“RiOS TCP dump commands”
disable
Exits enable mode.
Syntax
disable
Parameters
None
Example
amnesiac # disable
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“exit”
file debug-dump delete
Deletes the specified debug dump file.
Syntax
file debug-dump delete <filename>
Parameters
<filename>
Filename of the debug dump file.
Example
amnesiac # file debug-dump delete mydumpfile.txt
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“RiOS TCP dump commands”
file debug-dump email
Sends a debug dump file in an email to preconfigured recipients.
Syntax
file debug-dump email <filename>
Parameters
<filename>
Filename of the debug dump file.
Example
amnesiac # file debug-dump email mydumpfile.txt
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“RiOS TCP dump commands”
file debug-dump upload
Uploads the specified debug dump file.
Syntax
file debug-dump upload <filename> [<url>| <case-number>]
Parameters
<filename>
Filename of the debug dump file to upload.
<url>
Protocol used (either https, http, ftp, or scp), the location, and authentication credentials to upload the file.
For example, scp://username:password@hostname/path/filename
<case-number>
Customer case number. The case number is a convenient and intuitive method to upload a debug dump file to Riverbed Technical Support without using a URL. Riverbed Technical Support recommends using a case number. The case number is a numeric string.
Example
amnesiac # file debug-dump upload mydebug.txt scp://me:test@example.com/mypath
amnesiac # file debug-dump upload mydebug.txt 194170
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“RiOS TCP dump commands”
file process-dump delete
Deletes the specified crash dump file.
Syntax
file process-dump delete <filename>
Parameters
<filename>
Filename of the crash dump file.
Example
amnesiac # file process-dump delete mycrash.txt
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“RiOS TCP dump commands”
file process-dump upload
Uploads the specified crash dump file.
Syntax
file process-dump upload <filename> [<url> | <case-number>]
Parameters
<filename>
Filename of the crash dump file.
<url>
Protocol used (either https, http, ftp, or scp), the location, and authentication credentials to upload the file.
For example, scp://username:password@hostname/path/filename
<case-number>
Customer case number. The case number is a convenient and intuitive method to upload a crash dump file to Riverbed Technical Support without using a URL. Riverbed Technical Support recommends using a case number. The case number is a numeric string.
Example
amnesiac # file process-dump upload mycrash.txt scp://mylogin:mypassword@myhostname/path/filename
amnesiac # file process-dump upload mycrash.txt 194170
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“RiOS TCP dump commands”
file sa delete
Deletes a system activity report (SAR) log file.
Syntax
file sa delete <filename>
Parameters
<filename>
Filename for the SAR file.
Example
amnesiac # file sa delete 2007.12.18.23.54.sar
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show files sa, show files stats
file sa generate
Generates a system activity report (SAR) log file.
Syntax
file sa generate
Parameters
None
Example
amnesiac # file sa generate
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show files sa, show files stats
file sa upload
Uploads a system activity report (SAR) log file to a remote host.
Syntax
file sa upload <filename> [<url>| <case-number>]
Parameters
<filename>
Name of the file to upload.
<url>
Protocol used (either https, http, ftp, or scp), the location, and authentication credentials to upload the file.
For example, scp://username:password@hostname/path/filename
<case-number>
Customer case number. This upload method provides a convenient and intuitive way to upload a statistics report file to Riverbed Technical Support without using a URL. The case number is a numeric string.
Example
amnesiac # file sa upload 2007.12.18.23.54.sar http://www.riverbed.com/support
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show files sa, show files stats
file stats delete
Deletes the statistics file.
Syntax
file stats delete <filename>
Parameters
<filename>
Name of the file to delete.
Example
amnesiac # file stats delete throughput
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
show files stats
file stats move
Renames the statistics file.
Syntax
file stats move <source-filename> <destination-filename>
Parameters
<source-filename>
Source file to rename.
<destination-filename>
New filename.
Example
amnesiac # file stats move throughput throughput2
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
show files stats
file stats upload
Uploads the statistics report file to a remote host.
Syntax
file stats upload <filename> [<url>| <case-number>]
Parameters
<filename>
Source filename to upload.
<url>
Protocol used (either https, http, ftp, or scp), the location, and authentication credentials to upload the file.
For example, scp://username:password@hostname/path/filename
<case-number>
Customer case number. This upload method provides a convenient and intuitive way to upload a statistics report file to Riverbed Technical Support without using a URL. The case number is a numeric string.
Example
amnesiac # file stats upload throughput http://www.test.com/stats
amnesiac # file stats upload throughput 194170
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
show files stats
file tcpdump delete
Deletes a tcpdump output file.
Syntax
file tcpdump delete <filename>
Parameters
<filename>
tcpdump file to delete.
Example
amnesiac # file tcpdump delete dumpfile
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
debug generate dump, file tcpdump upload
file tcpdump upload
Uploads a tcpdump output file.
Syntax
file tcpdump upload <filename> [<url>| <case-number>]
Parameters
<filename>
Name of the tcpdump output file to upload
<url>
Protocol used (either https, http, ftp, or scp), the location, and authentication credentials to upload the file.
For example, scp://username:password@hostname/path/filename
<case-number>
Customer case number. This upload method provides a convenient and intuitive way to upload a tcpdump file to Riverbed Technical Support. Riverbed Technical Support recommends using a case number rather than a URL. The case number is a numeric string.
Example
amnesiac # file tcpdump upload dumpfile http://www.test.com/stats
amnesiac # file tcpdump upload dumpfile 194170
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
debug generate dump, file tcpdump delete
file upload clear-stats
Clears the file upload statistics.
Syntax
file upload clear-stats
Parameters
None
Usage
This command clears the statistics displayed by the show uploads command.
Example
amnesiac > file upload clear-stats
Product
SCC, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show uploads”
file upload stop
Stops an upload.
Syntax
file upload stop <upload-number>
Parameters
<upload-number>
File upload number.
Usage
The file upload stop command stops an upload of a resource.
Example
amnesiac > file upload stop 5
Product
SCC, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show uploads”
image delete
Deletes the specified software image.
Syntax
image delete <image-filename>
Parameters
<image-filename>
Name of the software image to delete.
Example
amnesiac # image delete snkv1.0
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show images,” “show bootvar,” “show info,” “show version”
image delete-all
Deletes all software image files on the disk.
Syntax
image delete-all
Parameters
None
Example
amnesiac # image delete-all
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, Mobile Controller
Related Commands
“show images,” “show bootvar,” “show info,” “show version”
image fetch
Downloads a software image from a remote host.
Syntax
image fetch <url> <image‑filename>
Parameters
<url>
Protocol used (either https, http, ftp, or scp), the location, and authentication credentials to download the file.
For example, scp://username:password@hostname/path/filename
Press the Enter key to download the image. The image retains the same name it had on the server.
<image-filename>
Local filename for the image.
Example
amnesiac # image fetch http://www.domain.com/v.1.0 version1.0
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“image fetch version,” “show bootvar,” “show images,” “show info,” “show version”
image install
Installs the software image onto a system partition.
Syntax
image install <image-filename> <partition>
Parameters
<image‑filename>
Software image filename to install.
<partition>
Partition number: 1, 2.
Example
amnesiac # image install version1.0 2
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show images,” “show bootvar,” “show info,” “show version”
image move
Moves or renames an inactive system image on the hard disk.
Syntax
image move <source-image-name> <new-image-name>
Parameters
<source-image-name>
Name of the software image to move or rename.
<new-image-name>
New name of the software image.
Example
amnesiac # image move www.domain.com/v.1.0 version1.0
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show bootvar,” “show images,” “show info,” “show version”
image upgrade
Installs a system image on the backup boot partition.
Syntax
image upgrade <image-name>
Parameters
<image-name>
Software image filename to install.
Usage
This command only installs the image on the backup boot partition.
Example
amnesiac # image upgrade image187.img
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show bootvar,” “show images,” “show info,” “show version”
ntpdate
Conducts a one-time synchronization with a specified NTP server.
Syntax
ntpdate <ip-address>
Parameters
<ip-address>
NTP server IP address with which to synchronize.
Example
amnesiac # ntpdate 10.10.10.1
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show ntp”
reload
Reboots the system.
Syntax
reload [clean [halt] | halt | force]
Parameters
clean
Reboots or shuts down the system, then clears the RiOS datastore.
clean halt
Shuts down the system, then clears the RiOS datastore.
halt
Shuts down the system.
force
Forces an immediate reboot of the system even if it is busy.
Example
amnesiac # reload
The session will close. It takes about 2-3 minutes to reboot the appliance.
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
show configuration running, “show hardware error-log,” “show info,” show log
restart
Restarts the optimization service.
Syntax
restart [clean]
Parameters
clean
Restarts the optimization service and clears the datastore.
Example
amnesiac # restart
Terminating the process....
Relaunching the process
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
service enable, show configuration running
service enable
Starts the Riverbed service.
Syntax
[no] service enable
Parameters
None
Usage
The no service enable command is not persistent across reboots of appliances even if you save the running configuration using the write memory command. The service restarts at the next reboot of the appliance.
The no command option temporarily disables the optimization service (that is, it disables all the configured in-path IP addresses and ports and the appliance loses its connection to the Management Console) until a service enable or restart command is issued or a reboot of the appliance occurs.
If you need the service disabled across reboots, use the no in-path enable or no in-path oop enable commands.
Example
amnesiac # service enable
Product
Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show configuration running
service error reset
Resets the SteelHead service after a service error.
Syntax
service error reset
Parameters
None
Example
amnesiac # service error reset
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“show connection,” “show service”
service restart
Restarts the Riverbed service.
Syntax
service restart [clean]
Parameters
clean
Restarts the optimization service and clears the data store.
Example
amnesiac # service restart
Product
Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“show service”
stats clear-all
Clears data for all samples, computed history data points (CHDs), and status for all alarms.
Syntax
stats clear-all
Parameters
None
Example
amnesiac # stats clear-all
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show alarm,” “show alarms”
stats convert
Converts statistical data from one storage format to another.
Syntax
stats convert <format>
Parameters
<format>
Storage format:
•  1 - Storage 1 version
•  2 - Storage 2 version
Example
amnesiac # stats convert 2
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“show alarm,” “show alarms”
tcpdump
Executes the tcpdump utility. You can quickly diagnose problems and take traces for Riverbed Support.
Syntax
tcpdump [<options>] [<filter-string>]
Parameters
<options>
The tcpdump command takes the standard Linux options:
-a - Attempt to convert network and broadcast addresses to names.
-c - Exit after receiving count packets.
-d - Dump the compiled packet-matching code in a human readable form to standard output and stop.
-dd -Dump packet-matching code as a C program fragment.
-ddd - Dump packet-matching code as decimal numbers (preceded with a count).
-e - Print the link-level header on each dump line.
-E - Use secret algorithm for decrypting IPsec ESP packets.
-f - Print foreign internet addresses numerically rather than symbolically.
-F - Use file as input for the filter expression. An additional expression given on the command line is ignored.
-i - Listen on interface. If unspecified, tcpdump searches the system interface list for the lowest numbered, configured up interface.
-n - Do not convert addresses, such as host addresses and port numbers to names.
-N - Do not print domain name qualification of hostnames. For example, if you specify this flag, then tcpdump will print nic instead of nic.ddn.mil.
-m - Load SMI MIB module definitions from file module. This option can be used several times to load several MIB modules into tcpdump.
-q - Quiet output. Print less protocol information so output lines are shorter.
-r - Read packets from created with the -w option.
-S - Print absolute, not relative, TCP sequence numbers.
-v - (Slightly more) verbose output. For example, the time to live, identification, total length and options in an IP packet are printed. Also enables additional packet integrity checks such as verifying the IP and ICMP header checksum.
-w - Write the raw packets to a file rather than parsing and printing them out. They can later be printed with the -r option. Standard output is used if file is -.
-x - Print each packet without its link level header in hexadecimal format. The smaller of the entire packet or bytes will be printed.
-X - When printing hex, print ascii too. Thus if -x is also set, the packet is printed in hex/ascii. This option enables you to analyze new protocols.
For detailed information, see the Linux man page.
Usage
The tcpdump command takes the standard Linux options. For detailed information, see the Linux man page. Make sure you take separate tcpdumps for the LAN and WAN to submit to Riverbed Support. Make sure you take the tcpdump on the in-path interface.
The most common options are:
-n - Do not resolve addresses via DNS.
-i <interface> - Capture on <interface>.
To take traces on lanX_Y and wanX_Y, not inpathX_Y:
-e - Display layer 2 headers, MAC addresses, and VLAN tags.
-s <bytes> - Capture up to <bytes> bytes per packet.
The default is 96 bytes; not enough for deep packet inspection for Riverbed Support, instead use:
-s 0 - Capture full frames.
-w <file> - Store the trace in <file> (needed when taking traces for offline analysis).
Common Packet Filters
•  src host <ip> - Source IP address is <ip>.
•  dst host <ip> - Destination IP address is <ip>.
•  host <ip> - Either source or destination is <ip>.
•  Same for src port, dst port, and port.
•  Can connect multiple filters together with logical operators: and, or, and not. Use parentheses to override operator precedence. For example:
tcpdump –i lan0_0 not port 22
tcpdump –i lan0_0 host 1.1.1.1 and port 2222
tcpdump –i wan0_0 host 3.3.3.3 and (port 4444 or port 5555)
Suppose two SteelHeads are having a problem optimizing a connection:
Client IP = 10.10.10.10
Client SH IP = 10.10.10.20
Server IP = 11.11.11.11
Server SH IP = 11.11.11.21
Take traces on all LAN/WAN interfaces on both SteelHeads to diagnose:
C-SH# tcpdump –n –i lan0 host 10.10.10.10 and host 11.11.11.11
C-SH# tcpdump –n –i wan0_0 (host 10.10.10.10 and host 11.11.11.11) or (host 10.10.10.20 and host 11.11.11.21)
S-SH# tcpdump –n –i lan0 host 10.10.10.10 and host 11.11.11.11
S-SH# tcpdump –n –i wan0_0 (host 10.10.10.10 and host 11.11.11.11) or (host 10.10.10.20 and host 11.11.11.21)
Keep the tcpdump running and establish a connection.
If the problem is not obvious, use -w to capture to files, and examine in a tool like Wireshark. Sometimes you can capture very large traces of data and traffic you are interested in is a small subset of the entire trace. To work around this problem, run tcpdump through its own trace to cut down on the number of packets. Use the -r <file> option to read from a file instead of capturing on an interface.
tcpdump –n –r my_trace.cap –w my_filtered_trace.cap host 5.5.5.5 and port 2323
The following example captures both VLAN tagged and untagged traffic on destination port 7850 and ARP packets:
tcp -i lan0_0 ((port 7850 or arp) or (vlan and (port 7850 or arp)))
Example
amnesiac # tcpdump
tcpdump: listening on primary
18:59:13.682568 amnesiac.domain.com.ssh > dhcp-22.domain.com.3277: P 3290808290:3290808342(52) ack 3412262693 win 5840 (DF) [dscp 0x10]
18:59:13.692513 amnesiac.domain.com.ssh > dhcp-22.domain.com.3277: P 0:52(52) ack 1 win 5840 (DF) [dscp 0x10]
18:59:13.702482 amnesiac.domain.com.ssh > dhcp-22.domain.com.3277: P 0:52(52) ack 1 win 5840 (DF) [dscp 0x10]
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“RiOS TCP dump commands”
tproxytrace
Describes the proxy path in real time.
Syntax
tproxytrace [options] <target-ip>:<target-port>
Parameters
<options>
tproxytrace options:
•   -h - Print this help text.
•   -i - Use this interface to send probes on.
•   -d - Probe to this depth of proxies.
•   -s - Use this source IP address for probes.
•   -t - Milliseconds per depth to listen for probe responses.
•   -o - TCP option to use for probes.
<target-ip>:<target-port>
Specify the target IP address and port.
Example
amnesiac # tproxytrace 10.0.0.1:124
Probe from 10.11.34.17 (primary) to 10.0.0.1:124
depth 1 timed out
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“show connections”
Displaying system data
This section describes the show commands that require you to be in enable mode. These commands are not available in user mode because the output can include sensitive system administration data such as passwords. This type of data is not available to monitor users; it is only available to administrator users.
Note: All the show commands that are available in user mode are available in enable mode.
show aaa
Displays the authentication methods used for log in.
Syntax
show aaa
Parameters
None
Example
amnesiac # show aaa
AAA authorization:
Default User: admin
Map Order: remote-first
Authentication fallback mode: always fallback
Authentication method(s): for console login
local
Authentication method(s): for remote login
local
Per-command authorization method(s):
local
Per-command accounting method(s):
local
Product
Controller, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, Mobile Controller
Related Commands
“AAA, role-based management, Radius, and TACACS+ commands”
show arp
Displays the contents of the ARP cache. The ARP cache includes all statically configured ARP entries, as well as any that the system has acquired dynamically.
Syntax
show arp [static]
Parameters
static
Displays static ARP addresses.
Example
amnesiac # show arp
ARP cache contents
IP 10.0.0.1 maps to MAC 00:07:E9:70:20:15
IP 10.0.0.2 maps to MAC 00:05:5D:36:CB:29
IP 10.0.100.22 maps to MAC 00:07:E9:55:10:09
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
clear arp-cache
show autolicense status
Displays the status of the autolicense client operation.
Syntax
show autolicense status
Parameters
None
Example
amnesiac # show autolicense status
Server: api.licensing.riverbed.com
Last attempt: 2011/08/18 09:15:46
Successful: no
Status: License server unreachable
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“license autolicense enable”
show banner
Displays the banner settings.
Syntax
show banner
Parameters
None
Example
amnesiac # show banner
Banners:
MOTD:
Issue: Riverbed Interceptor
Net Issue: Riverbed Interceptor
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“CLI terminal configuration commands”
show cmc
Displays Controller settings.
Syntax
show cmc
Parameters
None
Example
amnesiac # show cmc
CMC auto-registration enabled: yes
CMC auto-registration hostname: riverbedcmc.nbttech.com
Managed by CMC: yes
CMC hostname: tsfe7 (10.0.2.2)
Auto configuration status: Inactive
Last message sent to cmc: Auto-registration
Time that message was sent: Thu Nov 13 12:02:25 2014
Product
Interceptor, SteelHead CX, SteelHead EX, SteelHead-c, SteelHead-v
Related Commands
“SteelCentral Controller for SteelHead commands”
show configuration
Displays the current and saved configuration settings that differ from the default settings.
Syntax
show configuration [full]
Parameters
full
Displays all CLI commands and does not exclude commands that set default values.
Example
amnesiac # show configuration
##
## Network interface configuration
##
no interface aux dhcp
interface aux duplex "auto"
no interface aux shutdown
interface aux speed "auto"
interface primary ip address 10.0.0.3 /16
##
## Routing configuration
##
ip default-gateway "10.0.0.1"
##
## Other IP configuration
##
hostname "amnesiac"
ip domain-list domain.com
ip domain-list domain.com
ip name-server 10.0.0.2
##
## Logging configuration
##
logging local "info"
##
## Process Manager configuration
##
pm process mgmtd launch timeout "4000"
pm process sport shutdown order "0"
pm process statsd shutdown order "0"
##
## Network management configuration
##
## Miscellaneous other settings (this is a partial list of settings)
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Configuration file commands”
show configuration files
Displays the list of active and backup configuration files or the contents of a specified file.
Syntax
show configuration [<filename>]
Parameters
<filename>
Configuration file. The default filenames are:
•  initial
•  initial.bak
•  cold
•  working (active)
•  working.bak
Example
amnesiac # show configuration files initial
##
## Network interface configuration
##
no interface aux dhcp
interface aux duplex "auto"
interface aux ip address 10.0.62.75 /16
interface aux mtu "1500"
no interface aux shutdown
interface aux speed "auto"
interface aux txqueuelen "100"
no interface primary dhcp
 
##
## Routing configuration
##
ip default-gateway "10.0.0.1"
 
##
## Logging configuration
##
logging 10.1.10.200
logging 10.1.10.200 trap "info"
<<this is a partial display>>
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Configuration file commands”
show configuration flash
Displays the flash-enabled RiOS images stored on flash memory.
Syntax
show configuration flash [text]
Parameters
text
Displays the contents of the flash disk text configuration file.
Example
amnesiac # show configuration flash
% No backup configuration found on flash disk
 
amnesiac # show configuration flash text
% No text configuration stored on flash disk
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Configuration file commands”
show configuration running
Displays running configuration settings that are different from the defaults.
Syntax
show configuration running [full]
Parameters
full
Displays all system CLI commands and does not exclude commands that set default values.
Example
amnesiac # show configuration running
##
## Network interface configuration
##
no interface aux dhcp
interface aux duplex "auto"
interface aux ip address 10.0.62.75 /16
interface aux mtu "1500"
no interface aux shutdown
interface aux speed "auto"
interface aux txqueuelen "100"
no interface inpath0_0 dhcp
interface inpath0_0 duplex "auto"
interface inpath0_0 ip address 10.11.62.75 /16
interface inpath0_0 mtu "1500"
no interface inpath0_0 shutdown
interface inpath0_0 speed "auto"
interface inpath0_0 txqueuelen "100"
no interface lan0_0 dhcp
interface lan0_0 duplex "auto"
interface lan0_0 mtu "0"
no interface lan0_0 shutdown
interface lan0_0 speed "auto"
interface lan0_0 txqueuelen "100"
lines 1-23

##(displays running configuration; this is a partial list of settings.)
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Configuration file commands”
show files debug-dump
Displays a list of debug dump files.
Syntax
show files debug-dump [<filename>]
Parameters
<filename>
Filename.
Example
amnesiac # show files debug-dump
sysinfo-sysdump-amnesiac-20050725-183016.txt
sysdump-amnesiac-20050606-140826.tgz
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
file debug-dump delete, file debug-dump email, file debug-dump upload
show debug health-report
Displays the health report settings.
Syntax
show debug health-report
Parameters
None
Example
amnesiac# show debug health-report
Enable Health Report: yes
Product
SCC, SteelHead CX, SteelHead EX, SteelHead-v
Related Commands
“debug health-report enable”
show debug uptime-report
Displays the uptime-report settings.
Syntax
show debug uptime-report
Parameters
None
Example
amnesiac # show debug uptime-report
Enable Uptime Report: yes
Product
SCC, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“debug uptime-report enable”
show files process-dump
Displays a list of crash dump files.
Syntax
show files process-dump
Parameters
None
Example
amnesiac # show files process-dump
Product
Controller, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
file process-dump delete, file process-dump upload
show files sa
Displays SteelHead log files.
Syntax
show files sa [<filename>]
Parameters
<filename>
Filename to display.
Example
amnesiac # show files sa
2014.05.16.23.53.sar
2014.05.17.23.53.sar
2014.05.18.23.53.sar
2014.05.19.23.53.sar
2014.05.20.23.53.sar
2014.05.21.23.53.sar
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
file sa generate
show files stats
Displays performance statistics files.
Syntax
show files stats
Parameters
None
Usage
You export performance statistics to files using the stats export command.
Example
amnesiac # show files stats
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“show stats bandwidth,” “stats export”
show files tcpdump
Displays files saved by the tcpdump utility.
Syntax
show files tcpdump
Parameters
None
Example
amnesiac # show files tcpdump
unopt.cap
big-noopt.cap
big-opt.cap
big.tgz
big-opt2.cap
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
tcpdump
show hardware all
Displays hardware information such as the current slot configuration.
Syntax
show hardware all
Parameters
None
Example
amnesiac # show hardware all
Hardware Revision: B
Mainboard: Series 3000/5000 motherboard, ................. CMP-00072
Slot 0: 4 Port Copper GigE Network Bypass Card, ....... CMP-00074
Slot 1: (Empty)
Slot 2: (Empty)
Slot 3: (Empty)
Slot 4: 6 Port SATA RAID I/O Card, .................... CMP-00014
Slot 5: (Empty)
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“hardware spec activate”
show hardware licensing info
Displays hardware licensing information.
Syntax
show hardware licensing info
Parameters
None
Example
amnesiac # show hardware licensing info
Hardware Revision: B
Mainboard: Series 3000/5000 motherboard, ................. CMP-00072
Slot 0: 4 Port Copper GigE Network Bypass Card, ....... CMP-00074
Slot 1: (Empty)
Slot 2: (Empty)
Slot 3: (Empty)
Slot 4: 6 Port SATA RAID I/O Card, .................... CMP-00014
Slot 5: (Empty)
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“hardware spec activate”
show in-path mgmt-interface
Displays the configured management in-path (MIP) interface.
Syntax
show in-path mgmt-interface
Parameters
None
Example
amnesiac # show in-path mgmt-interface
In-path interface: inpath0_0
Enabled: true
IP address: 90.90.90.1
Mask Length: 24
VLAN: 0
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“Management in-path interface commands”
show ip default-gateway
Displays the IP default gateway.
Syntax
show ip default gateway [static]
Parameters
static
Displays the static default gateway.
Example
amnesiac # show ip default-gateway static
Configured default gateway: 10.0.0.1
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“ip in-path-gateway”
show ipv6 default-gateway
Displays the IPv6 default gateway.
Syntax
show ipv6 default gateway [static]
Parameters
static
Displays the static IPv6 default gateway.
Example
amnesiac # show ipv6 default-gateway static
Configured default gateway: 2001:38dc:52::e9a4:c5:6282/64
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“ipv6 default-gateway”
show ipv6 in-path-gateway
Displays the in-path IPv6 default gateway.
Syntax
show ipv6 in-path-gateway <interface> [static]
Parameters
<interface>
Interface to display.
static
Displays configured in-path IPv6 routes.
Example
amnesiac # show ipv6 in-path-gateway inpath0_0
Destination Network Gateway
default 2001:38dc:52::e9a4:c5:6282
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“ipv6 in-path-gateway”
show ipv6 in-path route
Displays active in-path IPv6 route settings, both dynamic and static.
Syntax
show ipv6 in-path route <interface> [static]
Parameters
<interface>
Name of the interface to display.
static
Displays configured in-path IPv6 routes.
Example
amnesiac # show ipv6 in-path route inpath0_0
Destination Network Gateway
2001:38dc:52::/64 ::
2001:7632::/64 2001:38dc:52::e9a4:c5:6289
2001:7639::/64 2001:38dc:52::e9a4:c5:6279
default 2001:38dc:52::e9a4:c5:6282
 
amnesiac # show ipv6 in-path route inpath0_0 static
Destination Network Gateway
2001:7632::/64 2001:38dc:52::e9a4:c5:6289
2001:7639::/64 2001:38dc:52::e9a4:c5:6279
default 2001:38dc:52::e9a4:c5:6282
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“ipv6 in-path route”
show ipv6 route
Displays active IPv6 routes, both dynamic and static.
Syntax
show ipv6 route [static]
Parameters
static
Displays the configured static IPv6 routes.
Example
amnesiac # show ipv6 route
Destination Network Gateway Interface
::1/128 :: lo
2000::/64 :: primary
2001::20e:b6ff:fe01:58f1/128 :: lo
2001::/60 :: aux
2001::/60 :: primary
fe80::200:ff:fe00:0/128 :: lo
fe80::200:ff:fe00:0/128 :: lo
[partial example]
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“ipv6 route”
show ip route
Displays active routes, both dynamic and static.
Syntax
show ip route [static]
Parameters
static
Displays configured static routes.
Example
amnesiac # show ip route static
Destination Mask Gateway
default 0.0.0.0 10.0.0.4
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“ip route”
show job
Displays the status of a scheduled job.
Syntax
show job <job-id>
Parameters
<job-id>
Job identification number.
Example
amnesiac # show job 10
job {job_id}: 10
Status: pending
Name: myjob
Comment: this is a text
Absolute range:
Commands:
show info.
show connections.
show version.
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Job commands”
show jobs
Displays a list of all jobs.
Syntax
show jobs
Parameters
None
Example
amnesiac # show jobs
% No jobs configured.
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Job commands”
show license-client
Displays details of the licenses retrieved by the appliance.
Syntax
show license-client
Parameters
None
Example
amnesiac # show license-client
Serial Number: V78386326145
Status: Licensed
Reason: Appliance received valid license from the Portal.
Last Contact With: cloudportal.riverbed.com
Last Contact At: 04/29/2011 16:00
Renew Interval: 3 minutes
Client ID: 372938742-24397234-24387622def
 
In the above example, Reason: shows the result of the last communication with the Riverbed Cloud Portal.
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“license client init,” “license client init”
show license-servers
Displays the name, port number, and priority of the server that the appliance uses for licensing.
Syntax
show license-servers
Parameters
None
Example
amnesiac # show license-servers
Server Name Port Priority
--------------- --------------- ---------------
aws-cloud-df.riverbed.com 80 5
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“System administration and service commands”
show licenses
Displays installed (active) licenses.
Syntax
show licenses
Parameters
None
Example
amnesiac # show licenses
XXX-XXXXXX-XXXX-XXXX-X-XXXX-XXXX-XXXX
Feature: SH10BASE
Valid: yes
Active: yes
Start date:
End date:
XXX-XXXXXX-XXXX-XXXX-X-XXXX-XXXX-XXXX
Feature: SH10CIFS
Valid: yes
Active: yes
Start date:
End date:
XXX-XXXXXX-XXXX-XXXX-X-XXXX-XXXX-XXXX
Feature: SH10EXCH
Valid: yes
Active: yes
Start date:
End date:
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“License and hardware upgrade commands”
show log
Displays the system logs.
Syntax
show log [continuous | files [<log-number>] | reverse | matching]
Parameters
continuous
Displays the log continuously, similar to the Linux tail -f command.
files [<log-number>]
Displays a list of log files or a specific log file.
reverse
Displays the log information, in reverse order, with the latest entry at the top.
matching
Displays a list of matching log files.
Example
amnesiac # show log
May 22 20:00:00 localhost /usr/sbin/crond[784]: (root) CMD (/usr/sbin/logrotate /etc/logrotate.conf)
May 22 20:00:00 localhost cli[555]: [cli.INFO]: user admin: CLI got signal 2 (SIGINT)
May 22 20:02:31 localhost cli[555]: [cli.INFO]: user admin: Executing command: show ip route
May 22 20:02:38 localhost cli[555]: [cli.INFO]: user admin: CLI got signal 2 (SIGINT)
Dec 22 20:03:16 localhost cli[555]: [cli.INFO]: user admin: CLI got signal 2 (SIGINT)
May 22 20:04:00 localhost cli[555]: [cli.INFO]: user admin: Executing command: show ip route static
May 22 20:05:02 localhost cli[555]: [cli.INFO]: user admin: Executing command: show licenses
Dec 22 20:05:09 localhost cli[555]: [cli.INFO]: user admin: CLI got signal 2 (SIGINT)
May 22 20:06:44 localhost cli[555]: [cli.INFO]: user admin: Executing command: show limit bandwidth
May 22 20:06:49 localhost cli[555]: [cli.INFO]: user admin: CLI got signal 2 (SIGINT)
May 22 20:07:12 localhost cli[555]: [cli.INFO]: user admin: Executing command: show log
Virtual IP addresses:
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Logging commands”
show papi rest access_codes
Displays the REST API settings.
Syntax
show papi rest access_codes
Parameters
None
Usage
Use this command to display the access code settings used to gain access to REST APIs.
Example
amnesiac # show papi rest access_codes
ID: b6c1efd5-a20b-4784-b2f2-44bedc9bc107
Desc: example
Creator: admin
   Code:eyJhdWQiOiAiaHR0cHM6Ly9wZXJmNC1zaDQubGFiLm5idHRlY2guY29tL2FwaS9jb21tb24vMS4wL3Rva2VuIiwgImlzcyI6ICJodHRwczovL3BlcmY0LXNoNC5sYWIubmJ0dGVjaC5jb20iLCAicHJuIjogImFkbWluIiwgImp0aSI6ICJiNmMxZWZkNS1hMjBiLTQ3ODQtYjJmMi00NGJlZGM5YmMxMDciLCAiZXhwIjogIjAiLCAiaWF0IjogIjEzNjM5Nzk4OTIifQ==
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“papi rest access_code generate,” “papi rest access_code import,” “web rest-server enable”
show port-label
Displays a list of port labels configurations or a list of ports that belong to the specified port label.
Syntax
show port-label [<port-label>]
Parameters
<port-label>
A list of ports that belong to the specified port-label name:
•  Secure - Displays the list of ports that belong to the system label for secure ports. The SteelHead automatically passes through traffic on commonly secure ports (for example, ssh, https, and smtps). For a list of secure ports, see SteelHead Ports. If you do not want to pass through secure ports, you must delete the default secure in-path rule. For detailed information, see “in-path rule fixed-target” on page 364.
•  SteelFusion - Displays the list of ports that belong to the system label for Riverbed SteelFusion ports 7950-7954, and 7960.
•  Interactive - Displays ports that belong to the system label for interactive ports. The SteelHead automatically passes through traffic on interactive ports (for example, Telnet, TCP ECHO, remote logging, and shell).
•  RBT-Proto - Displays the list of ports that belong to the label for system processes: 7744 (data store synchronization), 7800-7801 (in-path), 7810 (out-of-path), 7820 (failover), 7850 (connection forwarding), 7860 (SteelHead Interceptor), 7870 (SteelCentral Controller for SteelHead Mobile).
Example
amnesiac # show port-label
Port Label: Interactive
PortLabel:         RBT-Proto
Port Label: Secure

amnesiac # show port-label Interactive
Port Label: Interactive
7, 23, 37, 107, 179, 513-514, 1494, 1718-1720, 2000-2003, 2427, 2598, 2727, 3389,
5060, 5631, 5900-5903, 6000
Product
Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Port label Commands”
show protocol domain-auth auto-conf delegation
Displays delegation autoconfiguration results.
Syntax
show protocol domain-auth auto-conf delegation {add-server | del-server | setup-user} [verbose]
Parameters
add-server
Displays servers added to the msDS-Allowed-ToDelegateTo Active Directory attribute.
del-server
Displays servers deleted from the msDS-Allowed-ToDelegateTo Active Directory attribute.
setup-user
Displays delegation autoconfiguration results.
verbose
Displays delegation autoconfiguration results with verbose logs.
Example
amnesiac # show protocol domain-auth auto-conf delegation add-server
 
Action STATUS LAST RUN
--------------------------------------------------------------------------------
 
Auto-Conf Delegation Add-Server NOT STARTED ---------------
--------------------------------------------------------------------------------
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“protocol domain-auth auto-conf delegation adminuser,” “protocol domain-auth auto-conf delegation domain”
show protocol domain-auth auto-conf easy-auth
Displays easy domain authentication autoconfiguration results.
Syntax
show protocol domain-auth auto-conf easy-auth [verbose]
Parameters
verbose
Displays easy domain authentication autoconfiguration results with verbose logs.
Example
amnesiac # show protocol domain-auth auto-conf easy-auth
 
Action STATUS LAST RUN
--------------------------------------------------------------------------------
Auto-Conf Easy-Auth SUCCESS Wed Dec 31 16:00:00 2012
--------------------------------------------------------------------------------
RESULT : Auto-Conf Easy Auth result:
DNS Test Passed
Successfully joined domain:TESTDOM.COM
Successfully enabled nodes for smb2signing,emapi auto-conf
Auto-Conf of Replication user in AD succeeded
Please make sure Encrypted MAPI is enabled on the peers
Please make sure Encrypted MAPI NTLM is enabled on the peers
Please make sure Encrypted MAPI Native Kerberos is enabled on the peers
You must restart the optimization service for your changes to take effect.
emapi Auto-conf Successfully completed
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“protocol domain-auth auto-conf easy-auth”
show protocol domain-auth auto-conf replication
Displays replication autoconfiguration results.
Syntax
show protocol domain-auth auto-conf replication [verbose]
Parameters
verbose
Displays replication autoconfiguration results with verbose logs.
Example
amnesiac # show protocol domain-auth auto-conf replication
 
Action STATUS LAST RUN
--------------------------------------------------------------------------------
 
Auto-Conf Replication NOT STARTED ---------------
--------------------------------------------------------------------------------
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“protocol domain-auth auto-conf replication”
show protocol domain-auth configure load-balancing
Displays the results of the last run of the configure load-balancing action.
Syntax
show protocol domain-auth configure load-balancing [verbose]
Parameters
verbose
Displays load-balancing configuration settings with verbose logs.
Example
amnesiac # show protocol domain-auth configure load-balancing
Action Status Last Run
--------------------------------------------------------------------------------
Configure Load-Balancing SUCCESS Tue Jan 21 12:16:27 2014
PST
--------------------------------------------------------------------------------
 
RESULT:
Configure load-balancing result:
You must restart the optimization service for your changes to take effect.
Enable load balancing support successfully completed
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“protocol domain-auth configure load-balancing”
show protocol domain-auth load-balancing configuration
Displays whether or not load balancing is enabled.
Syntax
show protocol domain-auth load-balancing configuration
Parameters
None
Example
amnesiac # show protocol domain-auth load-balancing configuration
Load Balancing: Enabled
Number of DCs to load balance across: 6
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“protocol domain-auth configure load-balancing”
show protocol domain-auth test authentication
Displays authentication test results.
Syntax
show protocol domain-auth test authentication [verbose]
Parameters
verbose
Displays the authentication test result with verbose logs.
Example
amnesiac # show protocol domain-auth test authentication
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“protocol domain-auth test authentication”
show protocol domain-auth test delegation server-privs
Displays delegation server privilege test results.
Syntax
show protocol domain-auth test delegation server-privs [verbose]
Parameters
verbose
Displays the delegation server privilege test result with verbose logs.
Example
amnesiac # show protocol domain-auth test delegation server-privs
 
Action STATUS LAST RUN
--------------------------------------------------------------------------------
 
Test Delegation Server-Privs NOT STARTED ---------------
--------------------------------------------------------------------------------
Product
SteelHead CX, SteelHead EX, SteelHead-c
Related Commands
“protocol domain-auth test delegation server-privs”
show protocol domain-auth test delegation setup
Displays delegation setup test results.
Syntax
show protocol domain-auth test delegation setup [verbose]
Parameters
verbose
Displays the delegation setup test result with verbose logs.
Example
amnesiac # show protocol domain-auth test delegation setup
 
Action STATUS LAST RUN
--------------------------------------------------------------------------------
 
Test Delegation Setup        NOT STARTED ---------------
--------------------------------------------------------------------------------
 
Product
SteelHead CX, SteelHead EX, SteelHead-c
Related Commands
“protocol domain-auth test delegation setup”
show protocol domain-auth test dns
Displays DNS test results for domain authentication.
Syntax
show protocol domain-auth test dns [verbose]
Parameters
verbose
Displays DNS test results with verbose logs.
Example
amnesiac # show protocol domain-auth test dns
Action STATUS LAST RUN
--------------------------------------------------------------------------------
 
Test DNS                     SUCCESS     Tue Aug 9 00:14: 2012
--------------------------------------------------------------------------------
RESULT: Testing DNS Configuration
Joined Domain: VCS246.GEN-VCS78DOM.COM
 
DNS Test Passed
Product
SteelHead CX, SteelHead EX, SteelHead-c
Related Commands
“protocol domain-auth test dns”
show protocol domain-auth test join
Displays domain join test results.
Syntax
show protocol domain-auth test join [verbose]
Parameters
verbose
Displays domain join test results with verbose logs.
Example
amnesiac # show protocol domain-auth test join
Action STATUS LAST RUN
--------------------------------------------------------------------------------
 
Test Join         SUCCESS Tue Jan 7 12:32:11 2014
--------------------------------------------------------------------------------
RESULT: Test Join result:
 
Testing if SH is joined to a domain
Join to domain PERF.TEST is OK
Domain Join Test Succeeded
Product
SteelHead CX, SteelHead EX, SteelHead-c
Related Commands
“protocol domain-auth test join”
show protocol domain-auth test replication prp
Displays password replication policy (PRP) setup results.
Syntax
show protocol domain-auth test replication prp [verbose]
Parameters
verbose
Displays the test PRP setup result with verbose logs.
Example
amnesiac > show protocol domain-auth test replication prp
 
Action STATUS LAST RUN
--------------------------------------------------------------------------------
 
Test Replication PRP         NOT STARTED ---------------
--------------------------------------------------------------------------------
Product
SteelHead CX, SteelHead EX, SteelHead-c
Related Commands
“protocol domain-auth test replication prp”
show protocol domain-auth test replication try-repl
Displays ability to replicate server account results.
Syntax
show protocol domain-auth test replication try-repl [verbose]
Parameters
verbose
Displays ability to replicate server account result with verbose logs.
Example
amnesiac > show protocol domain-auth test replication try-repl
 
Action STATUS LAST RUN
--------------------------------------------------------------------------------
 
Test Replication try-repl    NOT STARTED ---------------
--------------------------------------------------------------------------------
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“protocol domain-auth test replication try-repl”
show protocol notes encrypt
Displays Lotus Notes settings.
Syntax
show protocol notes encrypt [blacklist | server-ids]
Parameters
blacklist
Displays the IP addresses that are currently in the blacklist.
server-ids
Displays a list of server names for which ID files have been imported.
Example
amnesiac # show protocol notes encrypt
Notes Encryption Optimization: no
Notes Unencrypted Server Port Number: 1352
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
“protocol notes encrypt server-port,” “protocol notes encrypt import server-id”
show radius
Displays RADIUS configuration settings.
Syntax
show radius
Parameters
None
Example
amnesiac (config) # radius-server host 10.1.18.55 auth-type mschapv2 key testing123
amnesiac (config) # radius-server host 2600:809:200:412:7a2b:cbff:feld:c793 auth-type mschapv2 key testing123
amnesiac (config) # show radius
RADIUS defaults:
    key:
    timeout: 3
    retransmit: 1
RADIUS servers:
   10.1.18.55:1812
      Enabled: yes
      Auth Type: mschapv2
      Key: pjoqykkDkJLkSAkQDrReIo2Ev1Y724Iq
      Timeout: 3
      Retransmit: 1
   2600:809:200:412:7a2b:cbff:feld:c793:1812
      Enabled: yes
      Auth Type: mschapv2
      Key: =xLso97KDrH0b1uAqJVUQx6G5Uxqtrrn
      Timeout: 3
      Retransmit: 1
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“AAA, role-based management, Radius, and TACACS+ commands”
show rbm user
Displays role-based management (RBM) user configuration.
Syntax
show rbm user <username>
Parameters
<username>
Name of the user.
Example
amnesiac (config) # show rbm user helpdesk
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, SCC
Related Commands
“AAA, role-based management, Radius, and TACACS+ commands”
show rbm users
Displays role-based management (RBM) user configuration for all users.
Syntax
show rbm users
Parameters
None
Example
amnesiac (config) # show rbm users
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, SCC
Related Commands
“AAA, role-based management, Radius, and TACACS+ commands”
show remote configured
Displays the configuration settings for the remote management port.
Syntax
show remote configured
Parameters
None
Example
amnesiac # show remote configured
Channel :: 2
DHCP enabled :: no
IP :: 192.168.0.1
Netmask :: 255.255.255.0
Gateway :: 0.0.0.0
Product
SteelHead CX, SteelHead EX, Mobile Controller
Related Commands
“Remote management port commands”
show remote ip
Displays the current IP network settings for the remote management port.
Syntax
show remote ip
Parameters
None
Example
amnesiac # show remote ip
Channel: 1
DHCP: Disabled
IP Address: 0.0.0.0
Netmask: 0.0.0.0
Gateway: 0.0.0.0
MAC Address: 00:0e:b6:93:aa:65
Product
SteelHead CX, SteelHead EX, Mobile Controller
Related Commands
“Remote management port commands”
show running-config
Displays the running configuration settings that differ from the defaults.
Syntax
show running-config [full]
Parameters
full
Displays all settings, including those set to the default value.
Example
amnesiac # show running-config
(displays running configuration)
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Configuration file commands”
show tacacs
Displays TACACS+ settings.
Syntax
show tacacs
Parameters
None
Example
amnesiac # show tacacs
No tacacs settings
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“AAA, role-based management, Radius, and TACACS+ commands”
show telnet-server
Displays Telnet server settings.
Syntax
show telnet-server
Parameters
None
Example
amnesiac # show telnet-server
TCP reordering enabled: no
TCP reordering threshold: 3
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“telnet-server enable”
show userlog
Displays the current user log file in a scrollable page.
Syntax
show userlog [continuous | files <file-number>]
Parameters
continuous
Displays new user log messages as they occur.
files <file number>
Displays archived user log files.
Example
amnesiac # show userlog
Oct 17 15:38:54 amnesiac-sh75 cli[26992]: [cli.NOTICE]: user admin: CLI launched
Oct 17 15:39:00 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command:
enable
Oct 17 17:18:03 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command:
show raid diagram
Oct 17 17:18:13 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command:
show version
Oct 17 18:00:00 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command matching: show rsp slots
Oct 17 18:00:36 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command matching: show rsp dataflow RiO
Oct 17 18:00:46 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command matching: show rsp dataflow RiO
Oct 17 18:00:57 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command matching: show rsp dataflow inpath0_0
Oct 17 18:01:10 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command matching: show rsp images
Oct 17 18:08:22 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command:
show service
Oct 17 18:11:18 amnesiac-sh75 cli[26992]: [cli.INFO]: user admin: Executing command: show smb signing delegation domains
<<this is partial display>>
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“Logging commands”
show usernames
Displays a list of user accounts.
Syntax
show usernames [detailed]
Parameters
detailed
Displays detailed user account information.
Example
amnesiac # show usernames
User Status Active Capability
---------------------------------------------------------------
admin@ enabled y admin
monitor enabled n monitor
---------------------------------------------------------------
@ = current user
 
amnesiac # show usernames detailed
User admin details
Current User: Yes
Logged In: Yes
Disabled: No
Password Change: Allowed anytime
Password Expired: Never
Account Locked: Never
Login Failure Lock Out: No
Login Failure Count: 0
Last Login Failure: None
Product
SCC, Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c, Mobile Controller
Related Commands
“AAA, role-based management, Radius, and TACACS+ commands”
show web ssl cipher
Displays the current Apache SSL cipher string.
Syntax
show web ssl cipher
Parameters
None
Example
amnesiac (config) # show web ssl cipher
Apache SSL cipher string:
Product
Controller, Mobile Controller, SteelHead Interceptor, SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c