Table Of Contents
Command Line Interface (CLI) Commands
file view system-management-log
show process using-most memory
show syslog heartbeat facility
show syslog heartbeat interval
show syslog heartbeat severity
show tech system kernel modules
Command Line Interface (CLI) Commands
Initial Release: February 25, 2009, OL-12586-03![]()
Note
For the most complete version of the CTMS CLI commands, see the online version of the CTMS Release 1.5 Administration Guide at the following URL:
http://www.cisco.com/en/US/products/ps7315/prod_maintenance_guides_list.html
Tables of Contents
•
"Starting a CLI Session" section
•
"Ending a CLI Session" section
Introduction
This chapter explains how to use Cisco TelePresence Multipoint Switch (CTMS) Command Line Interface (CLI) commands.
Starting a CLI Session
You can access the CTMS CLI through the physical console or remotely. If accessing the CTMS CLI remote, use Secure Shell (SSH) from a personal computer or workstation to connect securely to CTMS.
Before you begin, be sure that you have the following information:
•
CTMS IP address
•
Admin ID and password
You will need this information to log into CTMS.
![]()
Note
The admin ID and password can be changed from the default in the Cisco Unified Communications Manager (Unified CM) for CTMS device page.
To start a CLI session:
Step 1
From a remote system, use SSH to connect securely to CTMS. In the SSH client, enter the following information: ssh adminname@IP Address
•
adminname is the Admin ID
•
IP Address is the IP address of CTMS
Step 2
When the system prompts you, enter the password.
Step 3
The CLI prompt (admin) displays. You can now enter any CLI command.
![]()
Note
The prompt will always be "admin."
CLI Command Basics
•
Enter the beginning of a command and press Tab to have the system complete the command for you.
•
Enter a full command and press Tab to display all commands or subcommands that are available. If you press Tab and the current command line repeats, no additional expansions are available.
•
To get detailed help, enter help command name at the CLI prompt.
•
To get command syntax for a particular command, enter command name? at the CLI prompt
Ending a CLI Session
To end a CLI session:
Step 1
At the CLI prompt, enter quit.
CTMS CLI Commands
The following CLI commands are used with Cisco TelePresence Multipoint Switch:
•
file view system-management-log
•
set syslog heartbeat facility
•
set syslog heartbeat interval
•
set syslog heartbeat severity
•
show network max_ip_conntrack
•
show process using-most memory
•
show syslog heartbeat facility
•
show syslog heartbeat interval
•
show syslog heartbeat severity
•
show tech system kernel modules
delete account
delete account name
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to delete administrative accounts.
Examples
admin: delete account admin1
delete dns addr
delete addr address
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to delete the specified Domain Name System (DNS) server from the system.
Examples
admin: delete dns addr 1xx.2xx.3xx.4xx
delete process
delete process pid [force | terminate | crash]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to delete a process.
Examples
admin: delete process 1429
file delete activelog
file delete activelog file-spec [det] [noconfirm]
Syntax Description
file-spec
Name of the file to delete. File-spec can contain an asterisk (*) as a wildcard.
det
Provides details about the files being deleted.
noconfirm
Command Modes
Admin
Command History
Usage Guidelines
Use this command to delete one or more files on an active side logging area.
![]()
Note
You cannot delete files that are in use.
Examples
admin:file delete activelog platform/log/*.log det noconfirmdeleting file : platform/log/cli00001.logdeleting file : platform/log/cli00002.logdeleting file : platform/log/cli00003.logdeleting file : platform/log/cli00004.logfiles: found = 4, deleted = 4file delete inactivelog
file delete inactivelog file-spec [det] [noconfirm]
Syntax Description
file-spec
Name of the file to delete. File-spec can contain an asterisk (*) as a wildcard.
det
Provides details about the files being deleted.
noconfirm
Command Modes
Admin
Command History
Usage Guidelines
Use this command to delete one or more files on an inactive side logging area.
![]()
Note
You cannot delete files that are in use.
Examples
admin:file delete inactivelog platform/log/*.log det noconfirmdeleting file : platform/log/cli00001.logdeleting file : platform/log/cli00002.logdeleting file : platform/log/cli00003.logdeleting file : platform/log/cli00004.logfiles: found = 4, deleted = 4file delete install
file delete install file-spec [detail] [noconfirm]
Syntax Description
file-spec
Name of the file to delete. File-spec can contain an asterisk (*) as a wildcard.
det
Provides details about the files being deleted.
noconfirm
Command Modes
Admin
Command History
Usage Guidelines
Use this command to delete one or more files on an install side logging area.
![]()
Note
You cannot delete files that are in use.
Examples
admin:file delete install platform/log/*.log det noconfirmdeleting file : platform/log/cli00001.logdeleting file : platform/log/cli00002.logdeleting file : platform/log/cli00003.logdeleting file : platform/log/cli00004.logfiles: found = 4, deleted = 4file dump activelog
file dump activelog file-spec [expression | recent]
Syntax Description
file-spec
Name of the file to dump.
expression
Hexadecimal identifier of file to dump.
recent
Dumps the most recently changed file in the directory.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to dump the contents of a file on an active side logging area.
Examples
admin:file dump activelog platform/log/cli00001.log2005-08-03 15:01:39,482 INFO [main] - Startup of CLIGetting XML configuration file....file dump inactivelog
file dump inactivelog file-spec [expression | recent]
Syntax Description
file-spec
Name of the file to dump.
expression
Hexadecimal identifier of file to dump.
recent
Dumps the most recently changed file in the directory.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to dump the contents of a file on an inactive side logging area.
Examples
admin:file dump inactivelog platform/log/cli00001.log2005-08-03 15:01:39,482 INFO [main] - Startup of CLIGetting XML configuration file....file dump install
file dump install file-spec [expression | recent]
Syntax Description
file-spec
Name of the file to dump.
expression
Hexadecimal identifier of file to dump.
recent
Dumps the most recently changed file in the directory.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to dump the contents of a file on an install side logging area.
Examples
admin:file dump install install.log page12/09/2005 17:43:54 anaconda|========================= Starting Installation =========================|<LVL::Info>12/09/2005 17:43:54 anaconda|Starting anaconda script|<LVL::Info>....file get activelog
file get activelog file-spec [reltime | abstime | match | recurs]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve active log files.
Examples
admin:file get activelog platform abstime 00:00:12/01/04 01:00:12/30/04file get inactivelog
file get inactivelog file-spec [reltime | abstime | match | recurs]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve inactive log files.
Examples
admin:file get inactivelog platform abstime 00:00:12/01/04 01:00:12/30/04file get install
file get install file-spec [reltime | abstime | match | recurs]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve inactive log files.
Examples
admin:file get install platform abstime 00:00:12/01/04 01:00:12/30/04file list activelog
file list activelog file-spec [page] [detail] [reverse] [date] [size]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to list active logging files.
Examples
admin:file list activelog platform detail13 Dec,2005 14:23:59 <dir> cli13 Dec,2005 14:23:59 <dir> drf13 Dec,2005 14:23:59 <dir> log13 Dec,2005 14:23:59 <dir> temp09 Dec,2005 17:54:33 12,583 servm_startup.logdir count = 4, file count = 1Press <enter> for 1 line, <space> for one page, or <q> to quitfile list inactivelog
file list inactivelog file-spec [page] [detail] [reverse] [date] [size]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to list inactive logging files.
Examples
admin:file list inactivelog platform detail01 Dec,2005 14:43:34 <dir> cli01 Dec,2005 14:43:34 <dir> drf01 Dec,2005 14:43:34 <dir> log01 Dec,2005 14:43:34 <dir> temp01 Dec,2005 16:54:33 12,583 servm_startup.logdir count = 4, file count = 1file list install
file list install file-spec [page] [detail] [reverse] [date] [size]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to list install logging files.
Examples
admin:file list install * detail09 Dec,2005 17:54:33 140 capture.txt09 Dec,2005 17:50:43 20,506 install.err13 Dec,2005 14:02:58 230,018 install.log09 Dec,2005 17:47:53 21,634 ks.cfg09 Dec,2005 17:47:53 208 partAllocfile list sftpdetails
file list sftpdetails file-spec [page] [detail] [reverse] [date] [size]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to list the contents of sftp-related files or directories.
Examples
admin:file list sftpdetails known_hostsknown_hostsdir count = 0, file count = 1file search activelog
file search activelog file-spec reg-exp [reltime | abstime] [ignorecase] [recurs]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to search the contents of active side logging files for the given "regular expression" to display the matching lines.
Examples
admin:file search activelog platform/log/platform.log Err[a-z] ignorecase
file search inactivelog
file search inactivelog file-spec reg-exp [reltime | abstime] [ignorecase] [recurs]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to search the contents of inactive side logging files for the given "regular expression" to display the matching lines.
Examples
admin:file search inactivelog platform/log.platfom.log Err[a-z] ignorecase
file search install
file search install file-spec reg-exp [reltime | abstime] [ignorecase] [recurs]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to search the contents of install logging files for the given "regular expression" to display the matching lines.
Examples
admin:file search install install_post.log Err[a-z] page ignorecasefile tail activelog
file tail activelog file-spec [expression] [recent]
Syntax Description
file-spec
Name of the file to tail.
expression
Expression to be searched.
recent
Tails the most recently changed files in the directory.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to tail the contents of the indicated file on an active side logging area.
Examples
This example shows a tailed file starting with the last 10 lines with pagination enabled:
admin:file tail activelog platform/log/cli00001.log page 102005-08-03 15:01:41,248 DEBUG [main] - cmdMVL size = 02005-08-03 15:01:41,248 INFO [main] - adding command in level3 (password/security)2005-08-03 15:01:41,249 DEBUG [main] - begin for level4, topVL size = 02005-08-03 15:01:41,250 DEBUG [main] - begin for level4, topVL size = 02005-08-03 15:01:41,256 DEBUG [main] - begin for level3, topVL size = 02005-08-03 15:01:41,257 DEBUG [main] - begin for level2, topVL size = 02005-08-03 15:01:41,884 INFO [main] - merging complete2005-08-03 15:06:27,619 INFO [main] - got to save history2005-08-03 15:06:27,620 INFO [main] - Exiting CLIfile tail inactivelog
file tail inactivelog file-spec [expression] [recent]
Syntax Description
file-spec
Name of the file to tail.
expression
Expression to be searched.
recent
Tails the most recently changed files in the directory.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to tail the contents of a file on an inactive side logging area.
Examples
admin:file tail inactivelog platform/log/cli00001.log2005-08-03 15:01:41,248 DEBUG [main] - cmdMVL size = 02005-08-03 15:01:41,248 INFO [main] - adding command in level3 (password/security)2005-08-03 15:01:41,249 DEBUG [main] - begin for level4, topVL size = 02005-08-03 15:01:41,250 DEBUG [main] - begin for level4, topVL size = 02005-08-03 15:01:41,256 DEBUG [main] - begin for level3, topVL size = 02005-08-03 15:01:41,257 DEBUG [main] - begin for level2, topVL size = 02005-08-03 15:01:41,884 INFO [main] - merging complete2005-08-03 15:06:27,619 INFO [main] - got to save history2005-08-03 15:06:27,620 INFO [main] - Exiting CLIfile tail install
file tail install file-spec [expression] [recent]
Syntax Description
file-spec
Name of the file to tail.
expression
Expression to be searched.
recent
Tails the most recently changed files in the directory.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to tail the contents of a file on an install side logging area.
Examples
admin:file tail install capture.txtinflating: Help/ccmcfg/CCM Administration Guide-23-6.htmlinflating: Help/ccmcfg/CCM Administration Guide-23-7.htmlinflating: Help/ccmcfg/CCM Administration Guide-23-8.htmlinflating: Help/ccmcfg/CCM Administration Guide-24-1.htmlfile view activelog
file view activelog file-spec
Syntax Description
file-spec
Name of the file to view. File-spec can contain an asterisk (*) as a wildcard as long as it resolves to a single file.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the contents of an active side logging file.
Examples
admin:file view activelog platform/log/platform.logfile view inactivelog
file view inactivelog file-spec
Syntax Description
file-spec
Name of the file to view. File-spec can contain an asterisk (*) as a wildcard as long as it resolves to a single file.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the contents of an inactive side logging file.
Examples
admin:file view inactivelog platform/log.platfom.logfile view install
file view install file-spec
Syntax Description
file-spec
Name of the file to view. File-spec can contain an asterisk (*) as a wildcard as long as it resolves to a single file.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the contents of an install logging file.
Examples
admin:file view install install.logfile view system-management-log
file view system-management-log
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the the Integrated Management Logs (IML).
Examples
admin:file view system-management-logset account
set account name
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to create a new administrative account. You will be prompted for the appropriate privilege level and password during account creation.
Examples
admin:set account test2Please enter the privilege level :1Please enter the password :******re-enter to confirm :******set bad_ep_detect
set bad_ep_detect {enable | disable}
Syntax Description
enable
Enables bad endpoint detection feature; if detected, CTMS will drop a bad endpoint from conferences
disable
Disables bad endpoint detection feature.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to either enable or disable the bad endpoint detection feature. If this command is set to enable, bad source endpoints will be dropped from conferences; if set to disable, the bad endpoint will be kept in the meeting.
Examples
admin:set bad_ep_detect disableTelepresence Multipoint Switch; drop bad endpoint: disableset commandcount
set commandcount {enable | disable}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to either enable or disable the command count feature. This command changes the CLI command prompt so that it displays a numeric value showing how many CLI commands have been executed. This setting is valid for current session only.
Examples
admin:set commandcount enable
admin 0005:set conferencetermination
set conferencetermination {true | false}
Syntax Description
true
Enables conference termination for scheduled conferences.
false
Disables conference termination for scheduled conferences.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to either enable or disable conference termination for scheduled conferences.
![]()
Note
This command takes effect when CTMS is registered with Cisco TelePresence Manager but not supported by Cisco TelePresence Manager.
Examples
admin:set conferencetermination true
set cuvcdialrepeatinterval
set cuvcdialrepeatinterval number
Syntax Description
number
Length of time, in seconds, that the CTMS system waits between redialing the CUVC. The default is 30.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to configure the time (in seconds) for CTMS to redial a CUVC participant.
Examples
admin: set cuvcdialrepeatinterval 30set cuvcdialrepeattime
set cuvcdialrepeattime number
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to configure the number of times CTMS will redial a CTMS meeting participant.
Examples
admin: set cuvcdialrepeattime 10set damping
set damping {s | l | b | o} {fast | medium | slow}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set damping values for switching.
Examples
admin:set damping s fast
set feedbackwaitbasetime
set feedbackwaitbasetime value
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set RTP feedback base wait time in milliseconds. Real feedback wait time is equal to the maximum latency value plus the feedback wait base time.
Examples
admin:set feedbackwaitbasetime 200
set holdresume
set holdresume {true | false}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to enable or disable server side hold/resume feature for static and scheduled conferences.
![]()
Note
If hold/resume is disabled through the set holdresume false command, your system will be impacted in the following way:
•
For a best-effort meeting with only secure endpoints, non-secure endpoints can not join.
•
For a best-effort meeting with only non-secure endpoints, secure endpoints can not join.
When hold/resume is enabled through the set holdresume true command, the above-mentioned restrictions are removed immediately.
Examples
admin: set holdresume trueset lateendmins
set latenedmins value
Syntax Description
value
Number of minutes after which a conference will be terminated when the meeting exceeds the scheduled end time.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to define the number of minutes after which a conference will be terminated when the meeting exceeds the scheduled end time.
![]()
Note
This command takes effect when CTMS is registered with Cisco TelePresence Manager but not supported by Cisco TelePresence Manager.
Examples
admin: set lateendmins 3set logging
set logging {enable | disable}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to either enable or disable logging.
Examples
admin:set logging enable
set ltrp
set ltrp {enable | disable}
Syntax Description
enable
Enables Long Term Reference Picture (LTRP) feature.
disable
Disables Long Term Reference Picture (LTRP) feature.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to enable or disable the Long Term Reference Picture (LTRP) feature.
Examples
admin:set ltrp enable
set network dhcp eth0
set network dhcp eth0 {enable | disable node_ip net_mask gateway_ip}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command (with the enable keyword) to set the Ethernet interface to use Dynamic Host Configuration Protocol (DHCP) if not already enabled, then to restart the system.
Use this command (with the disable keyword) to set the Ethernet interface to not use DHCP provided DHCP is enabled, then to restart the system.
Examples
admin:set network dhcp eth0 enable*** W A R N I N G ***This will cause the system to restart - Do you want to continue ?Enter "yes" to continue and restart or any other key to abortyesexecuting...Broadcast message from root (Thu Jun 24 13:00:21 2004):The system is going down for restart NOW!admin:set network dhcp eth0 disable 1.2.3.4 255.255.255.0 5.4.3.2*** W A R N I N G ***This will cause the system to restart - Do you want to continue ?Enter "yes" to continue and restart or any other key to abortyesexecuting...Broadcast message from root (Thu Jun 24 13:00:21 2004):The system is going down for restart NOW!set network dns
set network dns {primary address | secondary address}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to define new IP addresses for primary or secondary DNS server servers.
This command causes a temporary loss of network connectivity. If you want to continue with defining a new address for the DNS server, type Yes. Otherwise, click any other key to abort.
Examples
admin:set network dns primary 1.2.3.4
*** WARNING ***This will cause the system to temporarily lose network connectivityDo you want to continue?Enter "yes" to continue or any other key to abortyesset network dns options
set network dns options [timeout value] [attempts value] [rotate]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set optional features in contacting DNS servers, such as the way in which DNS servers are contacted, the amount of time and the number of retries before a DNS query is considered a failed attempt.
This command causes a temporary loss of network connectivity.
Examples
admin:set network dns options timeout 10*** W A R N I N G ***This will cause the system to temporarily lose network connectivityDo you want to continue ?Enter "yes" to continue or any other key to abortyesexecuting...set network domain
set network domain name
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the domain of the CTMS.
This command causes a temporary loss of network connectivity.
Examples
admin:set network domain cisco.com*** W A R N I N G ***This will cause the system to temporarily lose network connectivityDo you want to continue ?Enter "yes" to continue or any other key to abortyesexecuting...set network failover
set network failover {enable | disable}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to enable or disable network failover.
Enabling network failover creates a virtual interface (bond0) that uses Ethernet interface eth0, but fails over to Ethernet interface eth1 if eth0 fails. All three interfaces (bond0, eth0, and eth1) share the same IP and MAC address.
Disabling network failover restores Ethernet interface eth0 with equivalent configuration parameters and remove the virtual interface bond0.
Setting failover will cause a restart of the system.
Examples
admin:set network failover enableCreating virtual interface bond0 to failover ethernet interface eth0 to eth1should eth0 fail.*** W A R N I N G ***This will cause the system to restart - Do you want to continue?Enter "yes" to continue and restart or any other key to abortyesexecuting...set network gateway
set network gateway address
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set a new gateway IP address; this command causes a temporary loss of network connectivity.
![]()
Note
Entering the wrong gateway address effectively disables network access to this node.
Examples
admin:set network gateway 192.168.1.1*** W A R N I N G ***This will cause the system to temporarily lose network connectivityDo you want to continue ?Enter "yes" to continue or any other key to abortset network hostname
set network hostname name
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the network hostname; this command causes a restart of the system.
Examples
admin:set network hostname myname*** W A R N I N G ***This will cause the system to restart - Do you want to continue ?Enter "yes" to continue and restart or any other key to abortyesexecuting...Broadcast message from root (Thu Jun 24 13:00:21 2004):The system is going down for restart NOW!set network ip eth0
set network ip eth0 address
Syntax Description
address
Defines a new IP address and subnet mask for Ethernet 0. Values for address are valid dotted decimal IP addresses followed by subnet mask value.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to define a new IP address and subnet mask for Ethernet 0. The system automatically reboots after you execute this command.
Examples
admin:set network ip eth0 192.168.1.5 255.255.255.0
*** WARNING ***This will cause the system to restart - Do you want to continue?Enter "yes" to continue and restart or any other key to abortyesset network max_ip_conntrack
set network max_ip_contrack value
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the ip_conntrack_max value.
Examples
admin:set network max_ip_conntrack 256000set network mtu
set network mtu value
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the MTU maximum size. This command causes a temporary loss of network connectivity.
Examples
admin:set network mtu 576
*** W A R N I N G ***
This will cause the system to temporarily lose network connectivity
Do you want to continue ?
Enter "yes" to continue or any other key to abort
yes
executing...
set password admin
set password admin
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set a new administrator password.
Note
Passwords must be at least 6 characters, but not more than 64 characters in length, and can contain upper and lower case alphanumeric characters and the underscore and dash characters. The following usernames are not allowed: apache, daemon, nobody, operator, and shutdown.
Examples
admin:set password admin
Please enter the old password: ******
Please enter the new password: ********
Re-enter new password to confirm: ********
set rtpsleep
set rtpsleep value
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set RTP sleep value.
Examples
admin:set rtpsleep 2set snmp trapdest add
set snmp trapdest add version username destination [passphrase] [engineID] [level]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set a Simple Network Management Protocol (SNMP) trap destination.
Examples
admin:set snmp trapdest add 2c trapcomm 64.101.180.49:162Successfully added trap destinationset snmp trapdest del
set snmp trapdest del
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to delete a Simple Network Management Protocol (SNMP) trap destination.
Examples
admin:set snmp trapdest del1) Host = 64.101.180.49:162 (Version 3)Version 3 Options:User = TimTrap PW = authprivLevel = authnopriv Hash = md5EngineID = 0x80001f8803001a6406bc162) Host = 64.101.180.49 (Version 3)Version 3 Options:User = TimTrap2 PW = authprivLevel = authnopriv Hash = md5EngineID = 0x80001f8803001a6406bc163) Host = 64.101.180.49:162 (Version 3)Version 3 Options:User = trapusr PW = trappassLevel = authnopriv Hash = md5EngineID = 0x8000DEECAFE8111BEEFADEEnter which trap number to delete: 2Successfully deleted trap destinationset snmp user add
set snmp user add version username access [passphrase] [level]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to add a new user or community to SNMP. You can add up to eight SNMP users.
![]()
Note
For SNMP version 3, hash will always be MD5 and encryption will be DES.
Examples
admin:set snmp user add 3 testusr rw testpass authprivSuccessfully added useradmin:set snmp user add 2c test_RO rSuccessfully added userset snmp user del
set snmp user del version username access [level]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to delete a user or community to SNMP.
![]()
Note
For SNMP version 3, hash will always be MD5 and encryption will be DES.
Examples
admin:set snmp user del 3 tim rwSuccessfully deleted useradmin:set snmp user del 2c test_RO rSuccessfully deleted userset syslog facility
set syslog facility facility
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the default facility used for syslog messages.
Examples
admin: set syslog facility local1Setting to local1 facilityset syslog heartbeat facility
set syslog heartbeat facility facility
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the default facility used for heartbeat messages.
Examples
admin:set syslog heartbeat facility local1Setting to local1 facilityset syslog heartbeat interval
set syslog heartbeat facility interval
Syntax Description
interval
Defines interval in minutes from 0 to 2880. If set to 0, heartbeat messages will be disabled.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the syslog heartbeat interval in minutes. Setting this command to 0 disables syslog heartbeat messages.
Examples
admin:set syslog heartbeat interval 10set syslog heartbeat msg
set syslog heartbeat msg text
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to define the syslog heartbeat message text.
Examples
admin:set syslog heartbeat msg "example message"Setting message to "example message"set syslog heartbeat severity
set syslog heartbeat msg level
Syntax Description
level
Defines the level of severity for syslog heartbeat messages. Available choices are from 0 (emergency) to 7(debug).
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the level of severity for syslog heartbeat messages.
Examples
admin:set syslog heartbeat severity 7Setting severity to 7set syslog timezone
set syslog timezone zone
Syntax Description
zone
Defines the timezone for syslog message timestamps. Choices are:
local: local timezone
gmt: Greenwich mean time
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the timezone used for syslog message timestamps.
Examples
admin:set syslog timezone gmtset syslog version
set syslog version version
Syntax Description
version
Defines the syslog message output format version. Choices are:
0: CiscoLog versions 1.1 format
1: RFC Syslog Protocol Version 1 format
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the system message output format version.
Examples
admin:set syslog version 0set threshold
set threshold value
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the maximum burst packet threshold.
Examples
admin:set threshold 50set timezone
set timezone timezone
Syntax Description
timezone
Enter the appropriate text string or timezone code for the zone you want to configure. Use the show timezone list command to display a complete list of available timezone codes.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set a new timezone value. This sets system time on CTMS server.
Examples
admin:set timezone Pac
set web-security
set web-security orgunit orgname locality state country
Syntax Description
orgunit
Defines organization unit
orgname
Defines organizational name
locality
Defines location of organization
state
Defines state of organization
country
defines country of organization
o
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set a new security key.
Examples
admin:set web-security mydept mycorp SanJose CA USSuccessfully generated self signed certificate for tomcatset workingdir activelog
set workingdir activelog directory
Syntax Description
o
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the CLI working directory for activelog. Only a valid subdirectory can be used. Do not use / or . in front of the directory name. Use the show workingdir command to validate.
Examples
admin:set workingdir activelog syslogset workingdir inactivelog
set workingdir inactivelog directory
Syntax Description
o
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set the CLI working directory for inactivelog. Only a valid subdirectory can be used. Do not use / or . in front of the directory name. Use the show workingdir command to validate.
Examples
admin:set workingdir inactivelog syslogshow account
show account
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display a list of all administrative accounts except for the master administrator account.
Examples
admin:show account
Name = test, Privilege = 1show active conference
show active conference
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display a list of active conference identification numbers.
Examples
admin:show active conference
9059578056show badep
show badep
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display whether bad endpoint detection is enabled or disabled.
Examples
admin:show badep
Current setting to drop bad endpoint: enableshow conferencetermination
show conferencetermination
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display a list of conferences with enabled or disabled conference termination.
Examples
admin: show conferenceterminationshow cuvcdialrepeatinterval
show cuvcdialrepeatinterval
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to view the Cisco Unified Video Conferencing (CUVC) redial time in seconds.
Examples
admin: show cuvcdialrepeatintervalshow cuvcdialrepeattime
show cuvcdialrepeattime
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to view configured Cisco Unified Video Conferencing (CUVC) redial retry value.
Examples
admin:show cuvcdialrepeattime
cuvc retry time is 50show damping
show damping {s | l | b | o}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display damping speeds for defined damping modes.
Examples
admin:show damping sDamping time is currently set to mediumadmin:show damping lLecture damping time is currently set to mediumshow details
show details {conference | participant}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to list conference details either by conference identification number or by participant identification number.
Examples
admin:show details conference 9059578056Conference Id: 9059578056Conference type: ImmediateParticipant list: 11080, 11081, 11082Conference description: TESTINGSwitching policy: SITEAutoLecture Mode: falseVideo Announce: trueTotal segments: 3Resolution & Bandwidth: 1080p 4MBpsIsLocked: falseshow diskusage activelog
show diskusage activelog [file fname] [directory] [sort]
Syntax Description
file fname
Save output in a file format.
directory
View directory sizes only, in 1024 byte blocks.
sort
Sort output by size.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the disk usage of the given directory as well as the usage of the disk partition the directory exists on. You can view the saved output file by using the file view activelog command.
Examples
admin:show diskusage activelogThis command can take significantly long time,and can also effect the system wide IOWAIT on your system.Continue (y/n)?show diskusage common
show diskusage common [file fname] [directory] [sort]
Syntax Description
file fname
Save output in a file format.
directory
View directory sizes only, in 1024 byte blocks.
sort
Sort output by size in 1024 byte blocks.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the disk usage of the given directory as well as the usage of the disk partition the directory exists on. You can view the saved output file by using the file view activelog command.
Examples
admin:show diskusage commonThis command can take significantly long time,and can also effect the system wide IOWAIT on your system.Continue (y/n)?show diskusage inactivelog
show diskusage inactivelog [file fname] [directory] [sort]
Syntax Description
file fname
Save output in a file format.
directory
View directory sizes only, in 1024 byte blocks.
sort
Sort output by size in 1024 byte blocks.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the disk usage of the given directory as well as the usage of the disk partition the directory exists on. You can view the saved output file by using the file view activelog command.
Examples
admin:show diskusage inactivelogThis command can take significantly long time,and can also effect the system wide IOWAIT on your system.Continue (y/n)?show diskusage install
show diskusage install [file fname] [directory] [sort]
Syntax Description
file fname
Save output in a file format. The file will be saved as platform/cli/fname.
directory
View directories only in 1024 byte blocks.
sort
Sort output by size in 1024 byte blocks.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the disk usage of the given directory as well as the usage of the disk partition the directory exists on. You can view the saved output file by using the file view activelog command.
Examples
admin:show diskusage installThis command can take significantly long time,and can also effect the system wide IOWAIT on your system.Continue (y/n)?show diskusage tmp
show diskusage tmp [file fname] [directory] [sort]
Syntax Description
file fname
Save output in a file format. The file will be saved as platform/cli/fname.
directory
View directories only in 1024 byte blocks.
sort
Sort output by size in 1024 byte blocks.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the disk usage of the given directory as well as the usage of the disk partition the directory exists on. You can view the saved output file by using the file view activelog command.
Examples
admin:show diskusage tmpThis command can take significantly long time,and can also effect the system wide IOWAIT on your system.Continue (y/n)?show dscp packet
show dscp packet
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display configured DSCP values being inserted in media packets.
Examples
admin:show dscp packet
Current DSCP value:128show feedbackwaittime
set feedbackwaittime confid number
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to return feedback wait time information for a conference in milliseconds. Feedback wait time is equal to maximum latency per conference plus feedback wait base time.
Examples
admin:show feedbackwaittime 9059578056FBWaitTime=254show feedbackwaitbasetime
show feedbackwaitbasetime
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display RTP feedback base wait time in milliseconds.
Examples
admin:show feedbackwaitbasetimeCurrent Feedback wait base time is 250 msshow firewall list
show firewall list [detail] [page] [file name]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display a list of current firewall port information.
Examples
admin:show firewall listChain INPUT (policy ACCEPT)target prot opt source destinationDROP all -- localhost anywhereACCEPT udp -- anywhere anywhere udp dpt:syslogDROP udp -- anywhere anywhere udp dpt:syslogACCEPT ipv6-crypt-- anywhere anywhereACCEPT icmp -- anywhere anywhere icmp echo-request limit: avg 10/sec burst 5LOG icmp -- anywhere anywhere icmp echo-request limit: avg 1/min burst 5 LOG level warning prefix `ping flood 'DROP icmp -- anywhere anywhere icmp echo-requestDROP tcp -- anywhere anywhere tcp dpt:ftpDROP udp -- anywhere anywhere udp dpt:ftpDROP tcp -- anywhere anywhere tcp dpt:telnetDROP udp -- anywhere anywhere udp dpt:telnetDROP tcp -- anywhere anywhere tcp dpt:tftpDROP tcp -- anywhere anywhere tcp dpt:gopherDROP udp -- anywhere anywhere udp dpt:gopherDROP tcp -- anywhere anywhere tcp dpt:fingerDROP udp -- anywhere anywhere udp dpt:fingerDROP udp -- anywhere anywhere udp dpt:httpDROP tcp -- anywhere anywhere tcp dpt:rtelnetDROP udp -- anywhere anywhere udp dpt:rtelnetDROP tcp -- anywhere anywhere tcp dpt:pop2DROP udp -- anywhere anywhere udp dpt:pop2DROP tcp -- anywhere anywhere tcp dpt:pop3DROP udp -- anywhere anywhere udp dpt:pop3DROP tcp -- anywhere anywhere tcp dpt:sunrpcDROP udp -- anywhere anywhere udp dpt:sunrpcDROP tcp -- anywhere anywhere tcp dpt:uucp-pathDROP udp -- anywhere anywhere udp dpt:uucp-pathDROP tcp -- anywhere anywhere tcp dpt:imapDROP udp -- anywhere anywhere udp dpt:imapDROP tcp -- anywhere anywhere tcp dpt:xdmcpDROP udp -- anywhere anywhere udp dpt:xdmcpDROP tcp -- anywhere anywhere tcp dpt:nextstepDROP udp -- anywhere anywhere udp dpt:nextstepDROP tcp -- anywhere anywhere tcp dpt:ircDROP udp -- anywhere anywhere udp dpt:ircDROP tcp -- anywhere anywhere tcp dpt:imap3DROP udp -- anywhere anywhere udp dpt:imap3DROP tcp -- anywhere anywhere tcp dpt:fatservDROP udp -- anywhere anywhere udp dpt:fatservDROP udp -- anywhere anywhere udp dpt:httpsDROP tcp -- anywhere anywhere tcp dpt:saftDROP udp -- anywhere anywhere udp dpt:saftDROP tcp -- anywhere anywhere tcp dpt:shellDROP udp -- anywhere anywhere udp dpt:syslogDROP tcp -- anywhere anywhere tcp dpt:printerDROP udp -- anywhere anywhere udp dpt:printerDROP tcp -- anywhere anywhere tcp dpt:uucpDROP udp -- anywhere anywhere udp dpt:540DROP tcp -- anywhere anywhere tcp dpt:kloginDROP tcp -- anywhere anywhere tcp dpt:kshellDROP tcp -- anywhere anywhere tcp dpt:remotefsDROP tcp -- anywhere anywhere tcp dpt:ippDROP udp -- anywhere anywhere udp dpt:ippDROP tcp -- anywhere anywhere tcp dpt:676DROP udp -- anywhere anywhere udp dpt:676DROP tcp -- anywhere anywhere tcp dpt:rsyncDROP udp -- anywhere anywhere udp dpt:rsyncDROP tcp -- anywhere anywhere tcp dpt:telnetsDROP udp -- anywhere anywhere udp dpt:telnetsDROP tcp -- anywhere anywhere tcp dpt:imapsDROP udp -- anywhere anywhere udp dpt:imapsDROP tcp -- anywhere anywhere tcp dpt:pop3sDROP udp -- anywhere anywhere udp dpt:pop3sDROP tcp -- anywhere anywhere tcp dpt:nfsDROP udp -- anywhere anywhere udp dpt:nfsDROP tcp -- anywhere anywhere tcp dpt:x11DROP tcp -- anywhere anywhere tcp dpt:6001DROP tcp -- anywhere anywhere tcp dpt:6002DROP tcp -- anywhere anywhere tcp dpt:6003DROP tcp -- anywhere anywhere tcp dpt:6004DROP tcp -- anywhere anywhere tcp dpt:6005DROP tcp -- anywhere anywhere tcp dpt:6006DROP tcp -- anywhere anywhere tcp dpt:6007DROP tcp -- anywhere anywhere tcp dpt:6008DROP tcp -- anywhere anywhere tcp dpt:6009DROP tcp -- anywhere anywhere tcp dpt:xfsACCEPT tcp -- anywhere anywhere tcp dpt:httpsACCEPT tcp -- anywhere anywhere tcp dpt:httpACCEPT tcp -- anywhere anywhere tcp dpt:1500DROP tcp -- anywhere anywhere tcp dpt:1500ACCEPT udp -- anywhere anywhere udp dpt:1500DROP udp -- anywhere anywhere udp dpt:1500ACCEPT tcp -- anywhere anywhere tcp dpt:1501DROP tcp -- anywhere anywhere tcp dpt:1501ACCEPT udp -- anywhere anywhere udp dpt:1501DROP udp -- anywhere anywhere udp dpt:1501ACCEPT tcp -- anywhere anywhere tcp dpt:1502DROP tcp -- anywhere anywhere tcp dpt:1502ACCEPT udp -- anywhere anywhere udp dpt:1502DROP udp -- anywhere anywhere udp dpt:1502ACCEPT tcp -- anywhere anywhere tcp dpt:1503DROP tcp -- anywhere anywhere tcp dpt:1503ACCEPT udp -- anywhere anywhere udp dpt:1503DROP udp -- anywhere anywhere udp dpt:1503ACCEPT tcp -- anywhere anywhere tcp dpt:1504DROP tcp -- anywhere anywhere tcp dpt:1504ACCEPT udp -- anywhere anywhere udp dpt:1504DROP udp -- anywhere anywhere udp dpt:1504ACCEPT tcp -- anywhere anywhere tcp dpt:1505DROP tcp -- anywhere anywhere tcp dpt:1505ACCEPT udp -- anywhere anywhere udp dpt:1505DROP udp -- anywhere anywhere udp dpt:1505ACCEPT tcp -- anywhere anywhere tcp dpt:1515DROP tcp -- anywhere anywhere tcp dpt:1515ACCEPT udp -- anywhere anywhere udp dpt:1515DROP udp -- anywhere anywhere udp dpt:1515ACCEPT tcp -- anywhere anywhere tcp dpt:8009DROP tcp -- anywhere anywhere tcp dpt:8009ACCEPT tcp -- anywhere anywhere tcp dpt:8083DROP tcp -- anywhere anywhere tcp dpt:8083ACCEPT tcp -- anywhere anywhere tcp dpt:8093DROP tcp -- anywhere anywhere tcp dpt:8093ACCEPT tcp -- anywhere anywhere tcp dpt:krb524DROP tcp -- anywhere anywhere tcp dpt:krb524ACCEPT tcp -- anywhere anywhere tcp dpt:4445DROP tcp -- anywhere anywhere tcp dpt:4445ACCEPT tcp -- anywhere anywhere tcp dpt:5001DROP tcp -- anywhere anywhere tcp dpt:5001ACCEPT tcp -- anywhere anywhere tcp dpt:1098DROP tcp -- anywhere anywhere tcp dpt:1098ACCEPT tcp -- anywhere anywhere tcp dpt:8999DROP tcp -- anywhere anywhere tcp dpt:8999ACCEPT tcp -- anywhere anywhere tcp dpt:12100DROP tcp -- anywhere anywhere tcp dpt:12100ACCEPT tcp -- anywhere anywhere tcp dpt:12101DROP tcp -- anywhere anywhere tcp dpt:12101ACCEPT tcp -- anywhere anywhere tcp dpt:12102DROP tcp -- anywhere anywhere tcp dpt:12102ACCEPT tcp -- anywhere anywhere tcp dpt:12103DROP tcp -- anywhere anywhere tcp dpt:12103ACCEPT tcp -- anywhere anywhere tcp dpt:12104DROP tcp -- anywhere anywhere tcp dpt:12104ACCEPT tcp -- anywhere anywhere tcp dpt:9700DROP tcp -- anywhere anywhere tcp dpt:9700ACCEPT tcp -- anywhere anywhere tcp dpt:9000DROP tcp -- anywhere anywhere tcp dpt:9000Chain FORWARD (policy ACCEPT)target prot opt source destinationChain OUTPUT (policy ACCEPT)target prot opt source destinationshow hardware
show hardware
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve basic hardware information.
Examples
admin:show hardwareHW Platform : 7845I2Processors : 2Type : Intel(R) Xeon(R) CPU 5140 @ 2.33GHzCPU Speed : 2333Memory : 4096 MBytesObject ID : 1.3.6.1.4.1.9.1.587OS Version : UCOS 2.0.1.0-41RAID Details : Controllers found: 1----------------------------------------------------------------------Logical drive information----------------------------------------------------------------------Logical drive number 1Logical drive name : Drive 1RAID level : 1Status of logical drive : OkaySize : 69890 MBRead-cache mode : EnabledWrite-cache mode : Enabled (write-back)Write-cache setting : Enabled (write-back)Number of chunks : 2Drive(s) (Channel,Device) : 0,0 0,1Press <enter> for 1 line, <space> for one page, or <q> to quitshow holdresume
show holdresume
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve current server side hold/resume settings for static and scheduled conferences.
Examples
admin:show holdresumeserver side hold_resume is enabledshow lateendmins
show lateendmins
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the defined number of minutes after which a conference will be terminated when the meeting exceeds the scheduled end time.
Examples
admin:show latenedminsshow logins
show logins [number]
Syntax Description
number
The optional parameter can be used to specify the number of displayed logins. A value of 0 will display all previously saved logins. The default is 20.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display platform administrator logins.
Examples
admin:show loginsadmin pts/0 dhcp-171-71-227- Wed Aug 6 22:09 still logged inadmin pts/1 dhcp-171-70-12-1 Wed Aug 6 21:52 - 21:55 (00:02)admin pts/0 dilkrish-lnx2.ci Wed Aug 6 21:50 - 22:09 (00:19)dhroot pts/24 tsbu-lnx-3.cisco Wed Aug 6 19:09 - 19:48 (00:39)admin pts/24 tsbu-lnx-3.cisco Wed Aug 6 19:09 - 19:09 (00:00)dhroot pts/21 tsbu-lnx-3.cisco Wed Aug 6 18:54 - 19:10 (00:16)dhroot pts/20 tsbu-lnx-3.cisco Wed Aug 6 18:54 - 19:10 (00:16)dhroot pts/17 tsbu-lnx-3.cisco Wed Aug 6 18:54 - 19:10 (00:16)dhroot pts/16 tsbu-lnx-3.cisco Wed Aug 6 18:54 - 19:10 (00:16)admin pts/19 tsbu-lnx-3.cisco Wed Aug 6 18:54 - 18:54 (00:00)admin pts/18 tsbu-lnx-3.cisco Wed Aug 6 18:54 - 18:54 (00:00)admin pts/17 tsbu-lnx-3.cisco Wed Aug 6 18:54 - 18:54 (00:00)admin pts/16 tsbu-lnx-3.cisco Wed Aug 6 18:54 - 18:54 (00:00)dhroot pts/14 tsbu-lnx-3.cisco Wed Aug 6 18:53 - 19:47 (00:54)dhroot pts/11 tsbu-lnx-3.cisco Wed Aug 6 18:53 - 19:47 (00:54)dhroot pts/10 tsbu-lnx-3.cisco Wed Aug 6 18:53 - 19:47 (00:54)dhroot pts/7 tsbu-lnx-3.cisco Wed Aug 6 18:53 - 19:47 (00:54)dhroot pts/6 tsbu-lnx-3.cisco Wed Aug 6 18:53 - 19:47 (00:54)admin pts/10 tsbu-lnx-3.cisco Wed Aug 6 18:53 - 18:53 (00:00)admin pts/9 tsbu-lnx-3.cisco Wed Aug 6 18:53 - 18:53 (00:00)show memory count
show memory count
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the total number of physical modules available on the system.
Examples
admin:show memory countTotal number of modules: 4show memory module
show memory module [number | ALL]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display platform administrator logins.
Examples
admin:show memory module ALLSlot Type Size Status0 DIMM 1.0GB Ok1 DIMM 1.0GB Okshow memory size
show memory size
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the total physical memory size available on the system.
Examples
admin:show memory sizeshow myself
show myself
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show information about the current account.
Examples
admin:show myselfMachine Name : tsbu-sr2account name : adminprivilege level : 4output setting : disabledlogging setting : disabledshow network all
show network all
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display all show network command information.
Examples
admin:show network allEthernet 0DHCP : disabled Status : upIP Address : 172.28.68.76 IP Mask : 255.255.252.0Link Detected: yes Mode : Auto enabled, Full, 1000MB/sDuplicate IP : noDNSPrimary : 171.70.168.183 Secondary : 171.68.226.120Options : timeout:5 attempts:2Domain : cisco.comGateway : 172.28.68.1 on Ethernet 0172.28.68.0/22 dev eth0 proto kernel scope link src 172.28.68.76169.254.0.0/16 dev eth0 scope linkdefault via 172.28.68.1 dev eth0Active Internet connections (w/o servers)Proto Recv-Q Send-Q Local Address Foreign Address Statetcp 0 0 localhost:12101 localhost:42806 ESTABLISHEDtcp 0 0 localhost:9500 localhost:35897 TIME_WAITtcp 0 0 localhost:9500 localhost:35896 TIME_WAITtcp 0 0 tsbu-dhsr-76.cisco.co:35612 tsbu-ccm-b19.cisco.com:5060 ESTABLISHEDtcp 0 0 localhost:12101 localhost:42752 ESTABLISHEDtcp 0 0 localhost:9000 localhost:32795 ESTABLISHEDtcp 0 0 tsbu-dhsr-76.cisco.com:5060 tsbu-ccm-b19.cisco.co:33559 ESTABLISHEDtcp 0 0 localhost:32795 localhost:9000 ESTABLISHEDtcp 0 0 localhost:12101 localhost:44268 ESTABLISHEDtcp 0 0 localhost:12101 localhost:40958 ESTABLISHEDtcp 0 0 localhost:12101 localhost:44278 ESTABLISHEDtcp 0 0 tsbu-dhsr-76.cisco.com:ssh dhcp-171-71-227-202.ci:2316 ESTABLISHEDtcp 0 0 tsbu-dhsr-76.cisco.com:8443 dhcp-171-70-12-166.cis:4069 ESTABLISHEDtcp 0 0 tsbu-dhsr-76.cisco.com:8443 dhcp-171-70-12-166.cis:4068 ESTABLISHEDActive UNIX domain sockets (w/o servers)Proto RefCnt Flags Type State I-Node Pathunix 14 [ ] DGRAM 5112 /dev/logunix 2 [ ] DGRAM 8829728unix 3 [ ] STREAM CONNECTED 8803057unix 3 [ ] STREAM CONNECTED 8803056unix 2 [ ] DGRAM 28107unix 2 [ ] DGRAM 28101unix 2 [ ] DGRAM 28084unix 2 [ ] DGRAM 14227unix 2 [ ] DGRAM 11947unix 2 [ ] DGRAM 10619unix 2 [ ] DGRAM 10548unix 2 [ ] DGRAM 10443unix 2 [ ] STREAM CONNECTED 9469unix 2 [ ] DGRAM 5334unix 2 [ ] DGRAM 5302unix 2 [ ] DGRAM 5275unix 2 [ ] DGRAM 5121show network eth0
show network eth0
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display basic Ethernet 0 platform network information.
Examples
admin:show network eth0Ethernet 0DHCP : disabled Status : upIP Address : 172.28.68.76 IP Mask : 255.255.252.0Link Detected: yes Mode : Auto enabled, Full, 1000MB/sDuplicate IP : noDNSPrimary : 171.70.168.183 Secondary : 171.68.226.120Options : timeout:5 attempts:2Domain : cisco.comGateway : 172.28.68.1 on Ethernet 0show network failover
show network failover
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display NIC Teaming network fault tolerance information.
Examples
admin:show network failoverNetwork Fault Tolerance is not configured.show network ip_conntrack
show network ip_conntrack
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve the current utilization of ip_conntrack.
Examples
admin:show network ip_conntrack56show network max_ip_conntrack
show network max_ip_conntrack
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve the current ip_conntrack_max information.
Examples
admin:show network max_ip_conntrack256000show network route
show network route
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display basic network route information.
Examples
admin:show network route10.94.150.0/24 dev eth0 proto kernel scope link src 10.94.150.94169.254.0.0/16 dev eth0 scope linkdefault via 10.94.150.1 dev eth0Example with failover (NFT) enabled:
admin:show network route10.94.150.0/24 dev bond0 proto kernel scope link src 10.94.150.9810.94.150.0/24 dev eth0 proto kernel scope link src 10.94.150.9810.94.150.0/24 dev eth1 proto kernel scope link src 10.94.150.98169.254.0.0/16 dev bond0 scope linkdefault via 10.94.150.1 dev bond0show network status
show network status [search name]
Syntax Description
search name
Optional search feature, The variable name is a text string indicating network. String cannot contain spaces or tabs and is case insensitive.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve basic network route information.
Examples
admin:show network statusActive Internet connections (w/o servers)Proto Recv-Q Send-Q Local Address Foreign Address Statetcp 0 0 vv1-rush.cisco.com:40266 vv1-rush.cisco:vv1_rush_ccm ESTABLISHEDtcp 0 0 localhost:32824 localhost:8001 ESTABLISHEDExample with optional search name:
admin:show network status search cisco.comtcp 0 0 vv1-rush.cisco.com:38775 vv1-rush.cisco:vv1_rush_ccm ESTABLISHEDtcp 0 0 vv1-rush.cisco.com:ssh philly.cisco.com:48528 ESTABLISHEDtcp 0 0 vv1-rush.cisco.com:46993 vv1-rush.cisco.com:32812 TIME_WAITshow open files all
show open files all
Syntax Description
none
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display all of the open files on the device.
Examples
admin:show open files allExecuting.. please wait.COMMAND PID USER FD TYPE DEVICE SIZE NODE NAMEinit 1 root cwd DIR 104,2 4096 2 /init 1 root rtd DIR 104,2 4096 2 /init 1 root txt REG 104,2 31184 473358 /sbin/initinit 1 root mem REG 104,2 105213 424335 /lib/ld-2.3.4.soinit 1 root mem REG 104,2 52400 424423 /lib/libsepol.so.1init 1 root 10u FIFO 0,13 1036 /dev/initctlmigration 2 root cwd DIR 104,2 4096 2 /migration 2 root rtd DIR 104,2 4096 2 /migration 2 root txt unknown /proc/2/exeksoftirqd 3 root cwd DIR 104,2 4096 2 /ksoftirqd 3 root rtd DIR 104,2 4096 2 /ksoftirqd 3 root txt unknown /proc/3/exemigration 4 root cwd DIR 104,2 4096 2 /migration 4 root rtd DIR 104,2 4096 2 /migration 4 root txt unknown /proc/4/exeksoftirqd 5 root cwd DIR 104,2 4096 2 /ksoftirqd 5 root rtd DIR 104,2 4096 2 /ksoftirqd 5 root txt unknown /proc/5/exemigration 6 root cwd DIR 104,2 4096 2 /migration 6 root rtd DIR 104,2 4096 2 /migration 6 root txt unknown /proc/6/exeksoftirqd 7 root cwd DIR 104,2 4096 2 /ksoftirqd 7 root rtd DIR 104,2 4096 2 /ksoftirqd 7 root txt unknown /proc/7/exePress <enter> for 1 line, <space> for one page, or <q> to quitshow open files process
show open files process {processID1,processID2...}
Syntax Description
processID1...
Process ID numbers. To show information about more than one process, separate process ID numbers with a comma.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display all of the open files on the device belonging to the indicated processes.
Examples
admin:show open files process 1112,2232,4453show open files regexp
show open files regexp "string"
Syntax Description
"string"
Regular expression identifying string. String value must be included inside quotation marks.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display all the open files on the device that match the regular expression as defined by the string value.
Examples
admin:show open files regexp "Informix"show open ports all
show open ports all
Syntax Description
none
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display all of the open ports on the device.
Examples
admin:show open ports allExecuting.. please wait.COMMAND PID USER FD TYPE DEVICE SIZE NODE NAMEsyslogd 3246 root 10u IPv4 6602 UDP *:syslogsshd 3371 root 3u IPv6 6822 TCP *:ssh (LISTEN)java 4009 root 7u IPv6 8199 TCP *:8083 (LISTEN)java 4009 root 9u IPv6 8202 TCP *:1098 (LISTEN)java 4009 root 10u IPv6 8204 TCP *:8999 (LISTEN)java 4009 root 11u IPv6 8496 TCP *:webcache (LISTEN)java 4009 root 12u IPv6 8207 TCP *:krb524 (LISTEN)java 4009 root 13u IPv6 8210 TCP *:4445 (LISTEN)java 4009 root 14u IPv6 8630 TCP *:8443 (LISTEN)java 4009 root 21u IPv6 9972 TCP *:5001 (LISTEN)java 4009 root 27u IPv6 9978 TCP *:8009 (LISTEN)java 4009 root 29u IPv6 9362 TCP *:8093 (LISTEN)dhparent2 4104 root 4u IPv4 8362 TCP *:12104 (LISTEN)java 4140 root 4u IPv4 8362 TCP *:12104 (LISTEN)MediaProc 4283 root 4u IPv4 8362 TCP *:12104 (LISTEN)MediaProc 4283 root 7u IPv4 8707 TCP *:12103 (LISTEN)MediaProc 4283 root 11u IPv4 9318 TCP *:9700 (LISTEN)ccs 4724 root 4u IPv4 8362 TCP *:12104 (LISTEN)ccs 4724 root 7u IPv4 9149 TCP *:12102 (LISTEN)ccs 4724 root 8u IPv4 9155 TCP *:5060 (LISTEN)ccs 4724 root 12u IPv4 252024 TCP 127.0.0.1:32789->127.0.0.1:9000 (ESTABLISHED)Press <enter> for 1 line, <space> for one page, or <q> to quitshow open ports regexp
show open ports regexp "string"
Syntax Description
"string"
Regular expression identifying string. String value must be included inside quotation marks.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display all the open ports on the device that match the regular expression as defined by the string value.
Examples
admin:show open ports regexp "Informix"show packages
show packages {active name | active *} | {inactive name | inactive *}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve the version number for one or more packages on the active or inactive partition.
Examples
admin:show packages active kernelActive Side Package(s): for kernel package(s)tg3-kernel-update-2.4.21-47.ELsmpkernel-smp-2.4.21-47.ELkernel-pcmcia-cs-3.1.31-19kernel-2.4.21-47.ELkernel-utils-2.4-8.37.15kernel-2.4.2149.ELcustom-1show process list
show process list [file name] [detail] [vm]
Syntax Description
file name
Saves output in a separate file.
detail
Displays detailed process information, such as process page fault, virtual memory and start time.
vm
Displays process virtual memory.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve the list of all the processes, and critical information about each one of them. This command also displays the child-parent relationship between these processes.
Use the detail option to see a more detailed view of these processes.
Use the file name option to redirect the output of this command.
Examples
admin:show process list...5758 /usr/sbin/racoon -F -f /etc/racoon/racoon.conf5759 /usr/local/platform/bin/servM7035 \_ /usr/local/cm/bin/dbmon7985 \_ /usr/local/cm/bin/cdpd -f8045 \_ /usr/local/platform/bin/enStart8255 \_ /usr/local/platform/bin/certM8514 \_ /usr/local/cm/bin/cdragent /usr/local/cm/conf/cdragent/cdragentCfg.xml8538 \_ /usr/local/cm/bin/RisDC8551 \_ /usr/local/cm/bin/amc /usr/local/cm/conf/amc/amcCfg.xml8695 \_ /usr/local/cm/bin/ctftp6627 /usr/local/cm/bin/cmoninit6628 \_ /usr/local/cm/bin/cmoninit6629 \_ /usr/local/cm/bin/cmoninit6630 \_ /usr/local/cm/bin/cmoninit6631 \_ /usr/local/cm/bin/cmoninit6632 \_ /usr/local/cm/bin/cmoninit...show process load
show process load [cpu | memory | time] [cont] [clear] [noidle] [page] [thread]
[num number | num all]Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the current system load including the number of processes using the most CPU, memory or time.
![]()
Note
The following options cannot be combined with other command options: cpu, memory or time. If more than one is specified, the last one will be used.
Examples
admin:show process load num 1022:11:35 up 7:50, 4 users, load average: 0.00, 0.00, 0.0075 processes: 74 sleeping, 1 running, 0 zombie, 0 stoppedCPU states: cpu user nice system irq softirq iowait idletotal 1.9% 0.0% 0.9% 0.9% 0.0% 10.6% 85.4%Mem: 511988k av, 494364k used, 17624k free, 0k shrd, 46104k buff354932k actv, 67572k in_d, 6848k in_cSwap: 2048248k av, 17984k used, 2030264k free 269444k cachedPID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND13993 admin 24 0 1152 1152 888 R 1.9 0.2 0:00 0 top1 root 15 0 512 480 448 S 0.0 0.0 0:04 0 init2 root RT 0 0 0 0 SW 0.0 0.0 0:00 0 migration/03 root 15 0 0 0 0 SW 0.0 0.0 0:00 0 keventd4 root 15 0 0 0 0 SW 0.0 0.0 0:03 0 kapmd5 root 34 19 0 0 0 SWN 0.0 0.0 0:00 0 ksoftirqd/08 root 25 0 0 0 0 SW 0.0 0.0 0:00 0 bdflush6 root 15 0 0 0 0 SW 0.0 0.0 0:01 0 kswapd7 root 15 0 0 0 0 SW 0.0 0.0 0:00 0 kscand9 root 15 0 0 0show process name
show process name process-name [file name] [cont] [detail | vm ]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the details of processes that share the same name. This command also displays the parent-child relationship.
Examples
admin:show process name servM detailPID PPID TID %CPU %MEM S USER MINFL MAJFL RSS VSZ STARTED COMMAND7280 1 - 0.1 0.3 S servmgr 21909 1962 7432 86140 Mon Jan 14 10:53:25 2008 /usr/local/platform/bin/servMshow process open-fd
show process open-fd process-ID [file name] [cont]
Syntax Description
process-ID
Identifies a specific process.
file name
Saves output in a separate file.
cont
Repeats the command continuously.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to list the open file descriptors for a comma-separated list of process IDs.
Examples
admin: show process open-fd 10554COMMAND PID USER FD TYPE DEVICE SIZE NODE NAMEntp_start 10554 root cwd DIR 8,1 4096 2 /ntp_start 10554 root rtd DIR 8,1 4096 2 /ntp_start 10554 root txt REG 8,1 585908 506215 /bin/bashntp_start 10554 root mem REG 8,1 13601 1077403 /lib/libdl-2.3.2.sontp_start 10554 root mem REG 8,1 1516255 587978 /lib/tls/libc-2.3.2.sontp_start 10554 root mem REG 8,1 5848 49258 /lib/csa/sse2/sse2_boost.so.1ntp_start 10554 root mem REG 8,1 102480 1077387 /lib/ld-2.3.2.sontp_start 10554 root mem REG 8,1 124884 49255 /lib/csa/libcsa.so.6ntp_start 10554 root mem REG 8,1 50783 1077423 /lib/libnss_files-2.3.2.sontp_start 10554 root mem REG 8,1 86486 587977 /lib/tls/libpthread-0.60.sontp_start 10554 root mem REG 8,1 11784 1077461 /lib/libtermcap.so.2.0.8ntp_start 10554 root mem REG 8,1 21436 424691 /usr/lib/gconv/gconv-modules.cachentp_start 10554 root mem REG 8,1 32148976 326576 /usr/lib/locale/locale-archive...show process pid
show process pid process-ID [file name] [cont] [detail | vm ]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the details of the process with specified process ID.
Examples
admin:show process pid 9117 vmPID PPID TID NICE PCPU STATE ARGSPID TTY STAT TIME MAJFL TRS DRS RSS %MEM COMMAND9117 ? S 168:57 23927 15 962304 151944 7.3 /home/tomcat/tomcat /home/tomcat/tomcatJlauncherConfig.xml -Djava.library.path=/usr/local/lib:/usr/local/thirdparty/java/j2sdk/jre/lib/i386:/usr/loca l/thirdparty/java/j2sdk/jre/lib/i386/server:/usr/lib/pgsql:/usr/lib:/usr/local/cm/lib::/us r/local/platform/lib -show process search
show process search regexp [file name ]
Syntax Description
regexp
Identifies a specific string (regular expression) on which to search.
file name
Saves output in a separate file.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to search for particular patterns in the output of the operating system-specific process listing.
Examples
admin:show process search Ciscodrf*drf 12214 1 0 10:05 ? 00:00:10 /usr/local/platform/bin/CiscoDRFMaster /usr/local/platform/conf/CiscoDRFMasterCfg.xmldrf 12239 1 0 10:05 ? 00:00:11 /usr/local/platform/bin/CiscoDRFLocal /usr/local/platform/conf/CiscoDRFLocalCfg.xmladmin 28095 27709 0 14:37 pts/1 00:00:00 /bin/bash /usr/local/platform/cli_scripts/listProcesses.sh -search Ciscodrf*admin 28100 28095 0 14:37 pts/1 00:00:00 grep -i ciscodrf*show process user
show process user name [file name ] [cont] [detail | vm ]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display details of processes that share the user name. This command also displays parent-child relationship.
Examples
admin:show process user adminPID PPID TID %CPU S COMMAND13342 13341 - 0.0 S cliscript.sh13423 13342 - 0.4 S java13689 13423 - 0.0 S \_ listProcesses.s13694 13689 - 0.0 R \_ ps13424 13342 - 0.0 S java13425 13342 - 0.0 S java13426 13342 - 0.0 S java13427 13342 - 0.0 S java13428 13342 - 0.1 S java13429 13342 - 0.0 S java13430 13342 - 0.0 S java...show process using-most cpu
show process using-most cpu [file name] [cont] [number]
Syntax Description
file name
Saves output in a separate file.
cont
Repeats the command continuously.
number
Defines the number of processes to display; default is 5.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display a list of the most CPU-intensive processes.
Examples
admin:show process using-most cpu1.4 1 0 S 00:00:33 ./jre/bin/java -Djava.compiler=NONE -cp /usr/StorMan/RaidMan.jar com.ibm.sysmgt.raidmgr.agent.ManagementAgent1.4 1 0 S 00:00:30 /usr/local/cm/bin/amc /usr/local/cm/conf/amcCfg.xml1.6 0 0 S 00:00:38 /usr/local/cm/bin/cmoninit3.3 0 0 S 00:01:13 /usr/local/cm/bin/RisDC6.0 1 0 S 00:02:16 /home/tomcat/tomcat /home/tomcat/tomcatJlauncherConfig.xml -Djava.library.path=/usr/local/lib:/usr/local/thirdparty/java/j2sdk/jre/lib/i386:/usr/loca l/thirdparty/java/j2sdk/jre/lib/i386/server:/usr/lib/pgsql:/usr/lib:/usr/local/cm/lib::/us r/local/platform/lib -Xmx512m -Xms256m -DLD_ASSUME_KERNELshow process using-most memory
show process using-most memory [file name ] [cont] [number]
Syntax Description
file name
Saves output in a separate file.
cont
Repeats the command continuously.
number
Defines the number of processes to display; default is 5.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display a list of the most memory-intensive processes.
Examples
admin:show process using-most memory75564 /usr/local/cm/bin/cmoninit75600 /usr/local/cm/bin/cmoninit76428 /usr/local/cm/bin/cmoninit117412 /usr/local/cm/bin/cmoninit148832 /home/tomcat/tomcat /home/tomcat/tomcatJlauncherConfig.xml -Djava.library.path=/usr/local/lib:/usr/local/thirdparty/java/j2sdk/jre/lib/i386:/usr/loca l/thirdparty/java/j2sdk/jre/lib/i386/server:/usr/lib/pgsql:/usr/lib:/usr/local/cm/lib::/us r/local/platform/lib -Xmx512m -Xms256m -DLD_ASSUME_KERNEL=2.2.5 -Djava.endshow rtpsleep
show rtpsleep
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to get current RTP thread sleep time.
Examples
admin:show rtpsleepCurrent RTP thread sleep time is 1 msshow snmp trapdests
show snmp trapdests
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the configured Simple Network Management Protocol (SNMP) trap destinations.
Examples
admin:show snmp trapdests1) Host = 64.101.180.49:162 (Version 3)Version 3 Options:User = TimTrap PW = authprivLevel = authnopriv hash = md5EngineID = 0x80001f8803001a6406bc162) Host = 64.101.180.49 (Version 3)Version 3 Options:User = TimTrap2 PW = authprivLevel = authnopriv hash = md5EngineID = 0x80001f8803001a6406bc16show snmp users
show snmp users
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the configured Simple Network Management Protocol (SNMP) users and communities.
Examples
admin:show snmp users
1) Username: admin Version: v3Level: AuthNoPriv Mode: RW2) Username: tim Version: v3Level: AuthNoPriv Mode: RW3) Community: TimRO Version: v2cLevel: n/a Mode: R4) Community: TimRW Version: v2cLevel: n/a Mode: RWshow statistics
show statistics {all | conference confid}
Syntax Description
all
Shows statistics for all conferences.
conference confid
Shows statistics for a specific conference, identified by conference identification number.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display statistics for all conferences or a specific conference.
Examples
admin:show statistics all[Media Statistics:2008/8/6 22:42:13.073588 UTC]EndPoint[0]:ipaddr:172.20.233.55 confid:17 callid:217 epid:50 muxVersion:3 audio port:16384 video port:16386 audio latency(ms):0 video latency(ms):0epid type rxssrc txssrc state pmaxj cmaxj pjs cjs rxtl rxls txtl txls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj50 A a784011 16ca4111 1:1:1 7 7 0 0 147602 0:0 147592 0:0 0 0 1:1 0 0 26 26 0.8550 A 0 5ae26112 0:0:1 6 8 0 0 0 0:0 147268 0:0 0 0 1:1 0 0 25 27 0.7550 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.0050 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.0050 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.00epid type rxssrc txssrc state pmaxj cmaxj pmaxd cmaxd pjs cjs pds cds rxtl rxls txtl txls iIDR oIDR nak fbls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj50 V a784011 16ca4011 1:0:1 2 3 32 34 0 0 0 0 2027 0:0 1352920 0:0 2 5 0 0 0 0 2:1 0 5 22 33 0.5750 V 0 0 0:0:0 0 0 0 0 0 0 0 0 0 0:0 0 0:0 0 0 0 0 0 0 0:0 0 0 0 0 0.00EndPoint[1]:ipaddr:172.20.233.69 confid:17 callid:218 epid:1 muxVersion:3 audio port:16384 video port:16386 audio latency(ms):0 video latency(ms):0epid type rxssrc txssrc state pmaxj cmaxj pjs cjs rxtl rxls txtl txls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj1 A 16ca4011 5ae26111 1:1:1 6 8 0 0 147602 0:0 147268 0:0 0 0 1:1 0 0 25 27 0.751 A 0 a784112 0:0:1 4 7 0 0 0 0:0 147266 0:0 0 0 1:1 0 0 21 24 2.221 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.001 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.001 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.00epid type rxssrc txssrc state pmaxj cmaxj pmaxd cmaxd pjs cjs pds cds rxtl rxls txtl txls iIDR oIDR nak fbls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj1 V 16ca4011 5ae26011 1:1:1 2 5 33 34 0 0 0 0 1350788 0:0 1347710 0:0 2 4 0 0 0 0 3:3 0 16 16 33 0.551 V 0 0 0:0:0 0 0 0 0 0 0 0 0 0 0:0 0 0:0 0 0 0 0 0 0 0:0 0 0 0 0 0.00EndPoint[2]:ipaddr:172.20.233.82 confid:17 callid:219 epid:2 muxVersion:3 audio port:16384 video port:16386 audio latency(ms):0 video latency(ms):0epid type rxssrc txssrc state pmaxj cmaxj pjs cjs rxtl rxls txtl txls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj2 A 5ae26011 16ca4111 1:1:1 7 7 0 0 147604 0:0 147567 0:0 0 0 1:1 0 0 26 26 0.852 A 0 a784112 0:0:1 4 7 0 0 0 0:0 147266 0:0 0 0 1:1 0 0 21 24 2.222 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.002 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.002 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.00epid type rxssrc txssrc state pmaxj cmaxj pmaxd cmaxd pjs cjs pds cds rxtl rxls txtl txls iIDR oIDR nak fbls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj2 V 5ae26011 16ca4011 1:1:1 3 4 32 34 0 0 0 0 1347866 0:0 1352810 0:0 4 4 1 0 0 0 2:1 0 1 22 33 1.382 V 0 0 0:0:0 0 0 0 0 0 0 0 0 0 0:0 0 0:0 0 0 0 0 0 0 0:0 0 0 0 0 0.00admin:show statistics conference 9059578056[Media Statistics:2008/8/6 22:43:18.905158 UTC]EndPoint[0]:ipaddr:172.20.233.55 confid:17 callid:217 epid:50 muxVersion:3 audio port:16384 video port:16386 audio latency(ms):0 video latency(ms):0epid type rxssrc txssrc state pmaxj cmaxj pjs cjs rxtl rxls txtl txls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj50 A a784011 16ca4111 1:1:1 6 7 0 0 150894 0:0 150883 0:0 0 0 1:1 0 0 25 26 0.8550 A 0 5ae26112 0:0:1 5 8 0 0 0 0:0 150559 0:0 0 0 1:1 0 0 25 27 0.7750 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.0050 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.0050 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.00epid type rxssrc txssrc state pmaxj cmaxj pmaxd cmaxd pjs cjs pds cds rxtl rxls txtl txls iIDR oIDR nak fbls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj50 V a784011 16ca4011 1:0:1 2 3 32 34 0 0 0 0 2027 0:0 1383047 0:0 2 5 0 0 0 0 2:1 0 5 23 33 0.5750 V 0 0 0:0:0 0 0 0 0 0 0 0 0 0 0:0 0 0:0 0 0 0 0 0 0 0:0 0 0 0 0 0.00EndPoint[1]:ipaddr:172.20.233.69 confid:17 callid:218 epid:1 muxVersion:3 audio port:16384 video port:16386 audio latency(ms):0 video latency(ms):0epid type rxssrc txssrc state pmaxj cmaxj pjs cjs rxtl rxls txtl txls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj1 A 16ca4011 5ae26111 1:1:1 5 8 0 0 150893 0:0 150559 0:0 0 0 1:1 0 0 25 27 0.771 A 0 a784112 0:0:1 4 7 0 0 0 0:0 150558 0:0 0 0 1:1 0 0 21 24 2.221 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.001 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.001 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.00epid type rxssrc txssrc state pmaxj cmaxj pmaxd cmaxd pjs cjs pds cds rxtl rxls txtl txls iIDR oIDR nak fbls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj1 V 16ca4011 5ae26011 1:1:1 2 5 33 34 0 0 0 0 1380914 0:0 1377800 0:0 2 4 0 0 0 0 3:3 0 16 12 33 0.551 V 0 0 0:0:0 0 0 0 0 0 0 0 0 0 0:0 0 0:0 0 0 0 0 0 0 0:0 0 0 0 0 0.00EndPoint[2]:ipaddr:172.20.233.82 confid:17 callid:219 epid:2 muxVersion:3 audio port:16384 video port:16386 audio latency(ms):0 video latency(ms):0epid type rxssrc txssrc state pmaxj cmaxj pjs cjs rxtl rxls txtl txls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj2 A 5ae26011 16ca4111 1:1:1 6 7 0 0 150895 0:0 150858 0:0 0 0 1:1 0 0 25 26 0.852 A 0 a784112 0:0:1 4 7 0 0 0 0:0 150558 0:0 0 0 1:1 0 0 21 24 2.222 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.002 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.002 A 0 0 0:0:0 0 0 0 0 0 0:0 0 0:0 0 0 0:0 0 0 0 0 0.00epid type rxssrc txssrc state pmaxj cmaxj pmaxd cmaxd pjs cjs pds cds rxtl rxls txtl txls iIDR oIDR nak fbls dupl ooo srsw pmxsg cmxsg pmxpg cmxpg cmj2 V 5ae26011 16ca4011 1:1:1 3 4 32 34 0 0 0 0 1377955 0:0 1382937 0:0 4 4 1 0 0 0 2:1 0 1 23 33 1.382 V 0 0 0:0:0 0 0 0 0 0 0 0 0 0 0:0 0 0:0 0 0 0 0 0 0 0:0 0 0 0 0 0.00show stats io
show stats [file name ] [kilo | detail ] [page]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display system I/O statistics of the machine.
Examples
admin:show stats io kilo file statsiodumpshow status
show status
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve basic platform status information.
Examples
admin:show statusHost Name : testsysDate : Tue Dec 13, 2005 12:46:57Time Zone : UTCLocale : en_US.UTF-8Product Ver : 1.0.0.0-6Platform Ver : 2.0.0.0-1ResourcesCPU Idle: 100.00% System: 00.00% User: 00.00%Total Free UsedMemory 254984K 72964K 182020KDisk/active 3020140K 1580608K 1286116K (45%)Disk/inactive 3020172K 2833924K 32828K (2%)admin:show statusHost Name : tsbu-dhsr-76Date : Wed Aug 6, 2008 22:44:36Time Zone : UTCLocale : en_US.UTF-8Product Ver : 1.1.1.0-30Platform Ver : 2.0.0.1-1Uptime:22:44:37 up 5:02, 1 user, load average: 0.00, 0.00, 0.00CPU Idle: 97.44% System: 00.51% User: 01.28%IOWAIT: 00.00% IRQ: 00.00% Soft: 00.77% Intr/sec: 2998.98Memory Total: 4087680KFree: 3190292KUsed: 897388KCached: 262320KShared: 0KBuffers: 68972KTotal Free UsedDisk/active 4032124K 2117232K 1710064K (45%)Disk/inactive 4032092K 1857492K 1969776K (52%)Disk/logging 70438620K 63214064K 3646484K (6%)show syslog facilities
show syslog facilities
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the syslog default facility used for logging messages.
Examples
admin:show syslog facilities
show syslog heartbeat facility
show syslog heartbeat facility
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the syslog heartbeat facility used for heartbeat messages.
Examples
admin:show syslog heartbeat facility
show syslog heartbeat interval
show syslog heartbeat interval
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the syslog heartbeat interval in minutes.
Examples
admin:show syslog heartbeat interval
show syslog heartbeat msg
show syslog heartbeat msg
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the syslog heartbeat message text.
Examples
admin:show syslog heartbeat msg
show syslog heartbeat severity
show syslog heartbeat severity
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the syslog heartbeat severity used for syslog heartbeat messages.
Examples
admin:show syslog heartbeat severity
show syslog timezone
show syslog timezone
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the syslog timezone setting as either local time or GMT/UTC.
Examples
admin:show syslog timezone
show syslog version
show syslog version
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the syslog output version.
Examples
admin:show syslog version
show tech all
show tech all [page] [file name]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display output from all of the show tech commands simultaneously.
![]()
Note
This command could produce a large output of data.
Examples
admin:show tech all file techdumpshow tech network all
show tech network all [page] [file name] [search text]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display all of the network-related information associated with the node.
Examples
admin:show tech network all<snip>Settings for eth0:Supported ports: [ MII ]Supported link modes: 10baseT/Half 10baseT/Full100baseT/Half 100baseT/Full1000baseT/Half 1000baseT/FullSupports auto-negotiation: YesAdvertised link modes: 10baseT/Half 10baseT/Full100baseT/Half 100baseT/Full1000baseT/Half 1000baseT/FullAdvertised auto-negotiation: YesSpeed: 1000Mb/sDuplex: FullPort: Twisted PairPHYAD: 1Transceiver: internalAuto-negotiation: onSupports Wake-on: gWake-on: dCurrent message level: 0x000000ff (255)Link detected: yes<snip>show tech network hosts
show tech network hosts [page] [file name] [search text]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display host-related aspects of the machine's network.
Examples
admin:show tech network hostsshow tech network interfaces
show tech network interfaces [page] [file name] [search text]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display interface-related aspects of the machine's network.
Examples
admin:show tech network interfacesshow tech network resolv
show tech network resolv [page] [file name] [search text]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display specific information from the resolv.conf file for this device.
Examples
admin:show tech network resolvshow tech network routes
show tech network routes [page] [file name] [search text]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display specific route-related information for this device.
Examples
admin:show tech network routesshow tech network sockets
show tech network sockets [page] [file name] [search text] [numeric]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the list of open sockets. With the numeric option, you can display the numerical addresses of the ports instead of determining symbolic hosts.
Examples
admin:show tech network sockets numeric-------------------- show platform network --------------------Network Connections:Active Internet connections (w/o servers)Proto Recv-Q Send-Q Local Address Foreign Address Statetcp 0 0 localhost:9000 localhost:32789 ESTABLISHEDtcp 0 0 localhost:32789 localhost:9000 ESTABLISHEDtcp 0 48 tsbu-kht9.cisco.com:22 sjc-tifox-8712.cisco.c:3445 ESTABLISHEDudp 0 0 localhost:32768 localhost:514 ESTABLISHEDActive UNIX domain sockets (w/o servers)Proto RefCnt Flags Type State I-Node Pathunix 2 [ ] DGRAM 16220 /usr/local/platform/conf/clm/unix_socketunix 2 [ ] DGRAM 8434 @/var/run/hal/hotplug_socketunix 2 [ ] DGRAM 3352 @udevdunix 13 [ ] DGRAM 6581 /dev/logunix 3 [ ] DGRAM 6600 /dev/log2unix 2 [ ] DGRAM 2049109unix 3 [ ] STREAM CONNECTED 2043836unix 3 [ ] STREAM CONNECTED 2043835unix 2 [ ] DGRAM 252061unix 2 [ ] DGRAM 251977unix 2 [ ] DGRAM 251967unix 2 [ ] DGRAM 16316unix 2 [ ] DGRAM 16222<snip>show tech runtime all
show tech runtime all [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the all of the show tech runtime information simultaneously.
Examples
admin:show tech runtime allshow tech runtime cpu
show tech runtime cpu [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display show the CPU usage (top) at the time the command is executed.
Examples
admin:show tech runtime cpushow tech runtime disk
show tech runtime disk [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the disk usage of the system.
Examples
admin:show tech runtime diskshow tech runtime env
show tech runtime env [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display runtime environment variables.
Examples
admin:show tech runtime envshow tech runtime memory
show tech runtime memory [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display runtime memory information.
Examples
admin:show tech runtime memory-------------------- show platform runtime --------------------Total memory (RAM+swap) usage (in KB):total used free shared buffers cachedMem: 4086472 959588 3126884 0 111964 345376-/+ buffers/cache: 502248 3584224Swap: 2048248 0 2048248Total: 6134720 959588 5175132show tech system all
show tech system all [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display all of the information associated with show tech system commands simultaneously.
Examples
admin:show tech system allshow tech system bus
show tech system bus [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display bus-related system information,
Examples
admin: show tech system bus-------------------- show platform system --------------------Hardware: pci bus devices summary00:00.0 Host bridge: Intel Corporation E7520 Memory Controller Hub (rev 0c)00:02.0 PCI bridge: Intel Corporation E7525/E7520/E7320 PCI Express Port A (rev 0c)00:06.0 PCI bridge: Intel Corporation E7520 PCI Express Port C (rev 0c)00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)<snip>show tech system hardware
show tech system hardware [page] [ file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display hardware-related system information,
Examples
admin:show tech system hardware-------------------- show platform system --------------------Hardware Model: 7845HProcessors : 2Type : Intel(R) Xeon(TM) CPU 3.40GHzSpeed : 3400 MHzMemory : 4096 MBshow tech system host
show tech system host [page] [ file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display host-related system information,
Examples
admin:show tech system host-------------------- show platform system --------------------Host related info:Machine Name: <snip>Tue Feb 3 01:57:40 UTC 2009 - up for 20 days 7:38 1 user load average: 0.00 0.00 0.00Locale LANG=show tech system kernel modules
show tech system kernel modules [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to list the kernel modules installed,
Examples
admin:show tech system kernel modules-------------------- show platform system --------------------Linux Kernel modules loaded:Module Size Used bydeflate 7489 0zlib_deflate 24537 1 deflatetwofish 40897 0serpent 17601 0aes 32513 0blowfish 14145 0des 15681 0sha256 13249 0crypto_null 6209 0af_key 34257 2srtpkmod 10128 2<snip>show tech system software
show tech system software [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to system-related software information,
Examples
admin:show tech system software-------------------- show platform system --------------------Software Release Version: 1.5.0.0-217Platform Release Version: 2.0.0.1-1show tech system tools
show tech system tools [page] [file name ]
Syntax Description
file name
Saves output information to a file. The file is saved in the following format: platform/cli/name.txt. The name option cannot contain a period (.).
page
Pauses output.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to system-related tools information,
Examples
admin:show tech system tools-------------------- show platform system --------------------software: system versionsjava version "1.5.0_14"Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode)<snip>show threshold
show threshold
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to get current maximum burst packet threshold.
Examples
admin: show thresholdCurrent max burst packet threshold is 20Related Commands
show timezone
show timezone {config | list}
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the current timezone settings or to display a list of all available timezones in long format.
![]()
Note
The first value is the timezone index, which may be used to set a new timezone using the set timezone command. You can also use the timezone name.
Examples
admin:show timezone list0 - (GMT-12:00) Eniwetok, Kwajalein1 - (GMT-11:00) Midway Island, Samoa2 - (GMT-10:00) HawaiiCurrent timezone: (GMT+10:00) Canberra, Melbourne, SydneyCurrent timezone: (GMT+10:00) Canberra, Melbourne, SydneyThe numbers in first column 0, 1, 2 represent index that can be used in set timezone command0 - (GMT-12:00) Eniwetok, Kwajalein1 - (GMT-11:00) Midway Island, Samoa2 - (GMT-10:00) Hawaii3 - (GMT-09:00) Alaska4 - (GMT-08:00) Pacific Time (US & Canada)5 - (GMT-07:00) Arizona6 - (GMT-07:00) Mountain Time (US & Canada)7 - (GMT-06:00) Central Time (US & Canada)8 - (GMT-06:00) Central America9 - (GMT-06:00) Saskatchewan10 - (GMT-06:00) Mexico City11 - (GMT-05:00) Bogota, Lima, Quito12 - (GMT-05:00) Indiana (East)13 - (GMT-05:00) Eastern Time (US & Canada)14 - (GMT-04:00) Atlantic Time (Canada)15 - (GMT-04:00) Caracas, La Paz16 - (GMT-04:00) Santiago17 - (GMT-03:30) Newfoundland18 - (GMT-03:00) Brasilia19 - (GMT-03:00) Greenland20 - (GMT-03:00) Buenos Aires, Georgetown21 - (GMT-02:00) Mid-Atlantic22 - (GMT-01:00) AzoresPress <enter> for 1 line, <space> for one page, or <q> to quitshow version
show version {active | inactive}
Syntax Description
active
Displays the version number of the software on the active partition.
inactive
Displays the version number of the software on the inactive partition.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display information about the version number of the software on the inactive or active partition.
Examples
admin:show version activeActive Master Version: 1.1.1.0-30Active Version Installed Software Options:No Installed Software Options Found.show workingdir
show workingdir
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the current working directories for activelog, inactivelog, and the tftp system directories.
Examples
admin:show workingdiractivelog : <not set, using default path>inactivelog : <not set, using default path>tftp : <not set, using default path>unset network dns options
unset network dns options [timeout] [attempts] [rotate]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to unset the Domain Name System (DNS) options. This command causes a temporary loss of network connections.
Examples
admin:unset network dns options timeout*** W A R N I N G ***This will cause the system to temporarily lose network connectivityDo you want to continue ?Enter "yes" to continue or any other key to abortyesexecuting...utils create report hardware
utils create report hardware
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to create a system report containing disk array, remote console, diagnostic, and environmental data.
Examples
admin:utils create report hardware*** W A R N I N G ***This process can take several minutes as the disk array, remote console,system diagnostics and environmental systems are probed for their currentvalues.Continue? Press y or Y to continue, any other key to cancel request.Continuing with System Report request...Collecting Disk Array Data...SmartArray Equipped server detected...DoneCollecting Remote Console Data...DoneCollecting Model Specific System Diagnostic Information...DoneCollecting Environmental Data...DoneCollecting Remote Console System Log Data...DoneCreating single compressed system report...DoneSystem report written to SystemReport-20070730020505.tgzTo retrieve diagnostics use CLI command:file get activelog platform/log/SystemReport-20070730020505.tgzutils create report platform
utils create report platform
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to collect the platform configuration files and copy them to a common log location.
Examples
admin:utils create report platformPlatform configuration files have been collected: platformConfig-20070829030854.tarTo retrieve the configuration files use CLI command: file get activelog platform/log/platformConfig-20070829030854.tarutils diagnose fix
utils diagnose fix
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to execute specific diagnostic tests and, if possible, to fix the system.
Examples
admin: utils diagnose fixStarting diagnostic test(s)===========================test - disk_space : Passedtest - service_manager : Passedtest - tomcat : PassedDiagnostics Completedutils diagnose list
utils diagnose list
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to list all available diagnostic commands.
Examples
admin: utils diagnose listAvailable diagnostics modules=============================disk_space - Check available disk space as well as any unusual disk usageservice_manager - Check if service manager is runningtomcat - Check if Tomcat is deadlocked or not runningutils diagnose module
utils diagnose module [module_name]
Syntax Description
module_name
Name of the module. Use the utils diagnose list command for the appropriate values for this option.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to execute a single module test and attempt to fix the problem if possible.
Examples
admin: utils diagnose module tomcatStarting diagnostic test(s)===========================test - tomcat : PassedDiagnostics Completedutils diagnose test
utils diagnose test
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to execute each diagnose command but not attempt to repair system.
Examples
admin: utils diagnose testStarting diagnostic test(s)===========================test - disk_space : Passedtest - service_manager : Passedtest - tomcat : PassedDiagnostics Completedutils diagnose version
utils diagnose version
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display the diagnostics system version.
Examples
admin: utils diagnose versionVersion: 1.0.0utils fior disable
utils fior disable
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to prevent the file I/O reporting service from being started automatically when the machine boots. This command will not stop a currently running service. To stop a currently running service, use the utils fior stop command.
Examples
admin: utils fior disableutils fior enable
utils fior enable
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to enable the File I/O Reporting Service to be started automatically when the machine boots. This command will not start the service without a reboot. Ti start a service without a reboot, use the utils fior start command.
Examples
admin: utils fior enableutils fior list
utils fior list [start=date-time] [stop=date-time]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
The File I/O Reporting Service provides a kernel based daemon for collecting file I/O per process.Use this command to provide a chronological list, oldest to newest, of file I/O events.
Examples
admin: utils fior listutils fior start
utils fior start
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
The File I/O Reporting Service provides a kernel based daemon for collecting file I/O per process. Use this command to start a previously stopped file I/O reporting service. The service will remain in a started state until it is either stopped or the machine is rebooted.
Examples
admin: utils fior startutils fior status
utils fior status
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
The File I/O Reporting Service provides a kernel based daemon for collecting file I/O per process. Use this command to provide the status of the file I/O reporting service.
Examples
admin: utils fior statusutils fior stop
utils fior stop
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
The File I/O Reporting Service provides a kernel based daemon for collecting file I/O per process. Use this command to stop the file I/O reporting service. The service will remain in a stopped state either until it is either started or the machine is rebooted.
Examples
admin: utils fior stoputils fior top
utils fior top number [start=date-time] [stop=date-time]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
The File I/O Reporting Service provides a kernel based daemon for collecting file I/O per process. Use this command to provide a list of top processes that create file I/O. This list can be sorted by either the total number of bytes read, the total number of bytes written, the rate of bytes read or the rate of bytes written.
Examples
admin: utils fior toputils firewall debug
utils firewall debug [off | time]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to turn on debugging in the firewall for the specified time period. Default is 5 minutes. If the option off is used, debugging will be turned off immediately.
Examples
admin: utils firewall debug offutils firewall disable
utils firewall disable [time]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to disable the firewall for the specified time period. Default is 5 minutes.
Examples
admin: utils firewall disableutils firewall enable
utils firewall enable
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to enable the firewall.
Examples
admin: utils firewall enableutils firewall list
utils firewall list
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve the current configuration of the firewall.
Examples
admin: utils firewall listutils firewall status
utils firewall status
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve the current status of the firewall.
Examples
admin: utils firewall statusutils iostat
utils iostat [interval iterations] [filename]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to display iostat output. To indicate the interval between two iostat reading, and the number of iostat iterations to be performed, use the interval iteration option.
Examples
admin: utils iostatExecuting command... Please be patientTue Oct 9 12:47:09 IST 2007Linux 2.4.21-47.ELsmp (csevdir60) 10/09/2007Time: 12:47:09 PMavg-cpu: %user %nice %sys %iowait %idle3.61 0.02 3.40 0.51 92.47Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %utilsda 3.10 19.78 0.34 7.49 27.52 218.37 13.76 109.19 31.39 0.05 5.78 0.73 0.57sda1 0.38 4.91 0.14 0.64 4.21 44.40 2.10 22.20 62.10 0.02 26.63 1.62 0.13sda2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10.88 0.00 2.20 2.20 0.00sda3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.28 0.00 1.88 1.88 0.00sda4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.83 0.00 1.67 1.67 0.00sda5 0.00 0.08 0.01 0.01 0.04 0.73 0.02 0.37 64.43 0.00 283.91 69.81 0.08sda6 2.71 14.79 0.20 6.84 23.26 173.24 11.63 86.62 27.92 0.02 2.98 0.61 0.43utils iothrottle disable
utils iothrottle disable
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to disable I/O throttling enhancements.
Examples
admin: utils iothrottle disableutils iothrottle enable
utils iothrottle enable
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to enable I/O throttling enhancements.
Examples
admin: utils iothrottle enableutils iothrottle status
utils iothrottle status
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the status of the I/O throttling enhancements.
Examples
admin: utils iothrottle statusutils network arp delete
utils network arp delete host
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to delete an entry in the Address Resolution Protocol table.
Examples
admin: utils network arp delete myhostutils network arp list
utils network arp list [host hostname] [page] [numeric]
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to list the contents of the Address Resolution Protocol table.
Examples
admin: utils network arp listAddress HWtype HWaddress Flags Mask Ifacesjc21-3f-hsrp.cisco.com ether 00:00:0C:07:AC:71 C eth0philly.cisco.com ether 00:D0:B7:85:98:8E C eth0Entries: 2 Skipped: 0 Found: 2utils network arp set
utils network arp set host address
Syntax Description
host
Identifies the name or dotted IP address of the host to add.
address
Identifies the hardware address (MAC address) of the host to be added in the following format: XX:XX:XX:XX:XX:XX
Command Modes
Admin
Command History
Usage Guidelines
Use this command to set an entry in the Address Resolution Protocol table.
Examples
admin: utils network arp set myhost 11:22:33:44:55:66utils network capture
utils network arp set [page] [numeric] [file filename] [count number] [size bytes]
[src address port number] [dest address port number] [host | address protocol ]Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to capture IP packets on the Ethernet interface. ETH0 is used as the default device.
You can either display the packets on screen or save them to a file. When using the page or file options, the capture of all requested packets must occur before the command will complete.
![]()
Note
Line wrapping may occur.
Examples
admin:utils network capture count 5 numericExecuting command with options:size=128 count=5 interface=eth0src= dest= port=11:31:57.900286 philly.cisco.com.5901 > dhcp-128-107-142-57.cisco.com.3313: P 2869804405:2869805083(678) ack 1220658143 win 6420 (DF)11:31:57.900733 vv1-stern.cisco.com.38536 > dns-sj.cisco.com.domain: 6113+[|domain] (DF)11:31:57.902032 dns-sj.cisco.com.domain > vv1-stern.cisco.com.38536: 6113*[|domain] (DF)11:31:57.902172 vv1-stern.cisco.com.38536 > dns-sj.cisco.com.domain: 60216+[|domain] (DF)11:31:57.903282 dns-sj.cisco.com.domain > vv1-stern.cisco.com.38536: 60216*[|domain] (DF)utils network connectivity
utils network connectivity
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to test the network connectivity from this system to the publisher node.This command is only valid on a subscriber node.
Examples
admin: utils network connectivityutils network host
utils network host name
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to resolve a hostname to an address, or an address to a hostname. This command looks for the host locally first; if it cannot resolve it locally and Domain Name System (DNS) is configured, then it performs a DNS lookup.
Examples
admin: utils network host test1.comHostname test1.com resolves to <IP ADDRESS>admin: utils network host <IP ADDRESS>IP address <IP ADDRESS> resolves to test1.comutils network ping
utils network ping dest [count]
Syntax Description
dest
Identifies the host name or dotted IP address of the host to ping.
count
Defines number of ping packets to send. Default is 4.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to send one or more ping packets to a remote destination.
Examples
admin:utils network ping www.cisco.com 5PING www.cisco.com (198.133.219.25) from 172.22.119.166 : 56(84) bytes of data.64 bytes from 198.133.219.25: icmp_seq=1 ttl=246 time=0.837 ms64 bytes from 198.133.219.25: icmp_seq=2 ttl=246 time=0.962 ms64 bytes from 198.133.219.25: icmp_seq=3 ttl=246 time=1.04 ms64 bytes from 198.133.219.25: icmp_seq=4 ttl=246 time=0.635 ms64 bytes from 198.133.219.25: icmp_seq=5 ttl=246 time=0.666 msutils network traceroute
utils network traceroute dest
Syntax Description
Command Modes
Admin
Command History
Usage Guidelines
Use this command to trace the route of IP packets to a remote destination.
Examples
admin:utils network traceroute <IP ADDRESS>traceroute to <IP ADDRESS>(<IP ADDRESS>), 30 hops max, 38 byte packets1 vns-gateway1-119 (<IP ADDRESS>) 0.599 ms 0.439 ms 0.381 ms2 <IP ADDRESS> (<IP ADDRESS>) 0.358 ms 0.242 ms 0.231 ms3 sjc20-lab-gw2 (<IP ADDRESS>) 0.347 ms * 0.514 msutils ntp config
utils ntp config
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the current configuration of the NTP client and server on this machine.
Examples
admin: utils ntp configutils ntp restart
utils ntp restart
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to restart the NTP service.
Examples
admin: utils ntp restartRestarting the NTPutils ntp start
utils ntp start
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to start the NTP service if it is not already running; if the NTP service is already running, this command has no effect.
![]()
Note
This command is provided if for some unknown reason the NTP process is not running on the host. There is no CLI command to stop the NTP process.
Examples
admin: utils ntp startThe NTP is startingutils ntp status
utils ntp status
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to show the current status of NTP client.
Examples
admin:utils ntp statusntpd (pid 10561) is running...remote refid st t when poll reach delay offset jitter==============================================================================ntp-sj1.cisco.c .GPS. 1 u 3 64 1 5.885 -0.091 0.008utils remote_account create
utils remote_account create account life
Syntax Description
account
Identifies the name of the remote account.
life
Identifies the life of the remote account in days.
Command Modes
Admin
Command History
Usage Guidelines
Use this command to create a remote account so that Cisco Technical Support can access the system.
Examples
admin:utils remote_account create ciscotech 1Account Successfully createdAccount : ciscotechPassphrase : 7RZT7ARZK5Expiry : 12-14-2005:15:50:21 (MM-DD-YYYY:Hr:Min:Sec)utils remote_account disable
utils remote_account disable
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to remove remote accounts.
Examples
admin:utils remote_account disableutils remote_account enable
utils remote_account enable
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to enable already-created remote accounts so that Cisco Technical Support can access the system.
Examples
admin:utils remote_account enableutils remote_account status
utils remote_account status
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to retrieve status information for remote accounts used by Cisco Technical Support to access the system.
Examples
admin:utils remote_account statusRemote SupportStatus : enabledDecode Version : 1Account : dhrootPassphrase : BDLHBP4JMYExpiry : 8-24-2008:20:00:00(MM-DD-YYYY:Hr:Min:Sec)utils system restart
utils system restart
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to reboot the CTMS.
Examples
admin:utils system restartDo you really want to restart ?Enter "yes" to restart or any other key to abortutils system shutdown
utils system shutdown
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to power off CTMS.
Examples
admin:utils system shutdownDo you really want to shutdown ?Enter "yes" to shutdown or any other key to abortutils system switch-version
utils system switch-version
Syntax Description
None
Command Modes
Admin
Command History
Usage Guidelines
Use this command to switch to another software version installed on CTMS.
Examples
admin:utils system switch-versionDo you really want to switch versions ?Enter "yes" to switch-version or any other key to abort![]()
Note
If any other response is entered, the procedure will be aborted.