D14869.11
Codec C20 API Reference Guide TC7.0, JANUARY 2014.
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.
192
Cisco TelePresence System Codec C20
API Reference Guide
The SystemTools commands
Note:
The systemtools commands are used for administrative
control of the codec and is only available from a command
line interface. Systemtools should not be used to program
the codec.
Required parameters in angle brackets: <text>
Optional parameters in square brackets: [text]
To get an overview of the supported commands type
“systemtools ?”.
Example:
systemtools ?
authorizedkeys
boothalt
license
network
pairing
passwd
pki
rootsettings
securitysettings
securitystatus
OK
To see the usage of the commands add a question mark after
the command.
Example:
systemtools authorizedkeys ?
usage: authorizedkeys <add <method> <key>
[comment] | delete <id> | list | clear>
OK
systemtools authorizedkeys add <method> <key> [comment]
Add the SSH keys on the codec.
method(r):
The encryption method used, which can be
ssh-rsa or ssh-dss.
key(r):
The public key as it is in the ssh public key file.
comment
: Optional comment.
systemtools authorizedkeys delete <id>
Delete the given SSH key on the codec, defined by the id.
id(r):
The id as as displayed in the authorized keys list.
systemtools authorizedkeys list
List the SSH keys on the codec.
systemtools authorizedkeys clear
Clear all SSH keys on the codec.
systemtools boothalt allow
Allow the user to stop the system during the boot loader
startup sequence using a serial console.
systemtools boothalt prevent
Prevent the user from stopping the system during the boot
loader startup sequence using a serial console.
systemtools boothalt status
Show whether or not the system can be stopped during a
boot loader startup sequence.
systemtools license list
Lists all the licenses for the codec.
systemtools license show <name>
Shows the content of a license file, define by the name.
name(r):
The name of the license file.
systemtools network ping <hostname>
Network debug command.
hostname(r):
The IP address or URL of the host.
systemtools network traceroute <hostname>
Network debug command.
hostname(r):
The IP address or URL of the host.
systemtools network netstat
Network debug command.
systemtools network addrs
Check the systems IP address.
systemtools pairing unpair
Remove association with Cisco TelePresence Touch
controller.
systemtools passwd
Change the password for the logged in user.
systemtools pki list
Lists the codec certificate and CA list if they exist.
systemtools pki delete <cert-name>
Delete the codec certificate and CA list if they exist.
cert-name(r):
The name of the certificate.
systemtools rootsettings get
Obtain the current setting for the systemtools rootsetting.
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
Appendices