D15107.05
Codec SX80 API Reference Guide TC7.3, OCTOBER 2015.
Copyright © 2015 Cisco Systems, Inc. All rights reserved.
228
Cisco TelePresence SX80
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
idefixversion
touchpanelversion
license
network
ntp
pairing
passwd
pki
rootsettings
securitysettings
securitystatus
selectsw
sudo
whoami
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 idefixversion
Returns the software version of a Touch controller that is
connected to the codec.
systemtools license list
Lists all the licenses for the codec.
systemtools license show <name>
Shows the content of a license file, defined 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
Shows the systems IP addresses.
systemtools network ifconfig
Network debug command.
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 securitysettings jitc
Set up security requirements so they meet JITC.
Set password and PIN polices enforced on the codec.
systemtools securitysettings isjitc
Check if the current settings are JTIC compiant.
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
Appendices