249
D14049.07
March 2010
Grey Headline
(continued)
TANDBERG
VIDEO COMMUNICATION SERVER
ADMINISTRATOR GUIDE
Introduction
Overview and
status
System
configuration
VCS
configuration
Zones and
neighbors
Clustering and
peers
Call
processing
Bandwidth
control
Firewall
traversal
Appendices
Applications
Maintenance
Command reference - xCommand
AMGWPolicyRuleAdd
Adds and configures a new Advanced Media Gateway policy rule.
Name(r): <S: 1..50>
Assigns a name to this Advanced Media Gateway policy rule.
Description: <S: 0..64>
A free-form description of the membership rule.
Example:
xCommand AMGWPolicyRuleAdd Name: "Deny branch calls" Description: "Deny all calls to branch office"
AMGWPolicyRuleDelete
Deletes an Advanced Media Gateway policy rule.
AMGWPolicyRuleId(r): <1..200>
The index of the Advanced Media Gateway policy rule to be deleted.
Example:
xCommand AMGWPolicyRuleDelete AMGWPolicyRuleId: 1
AdminAccountAdd
Creates a new administrator account.
Name
(r)
: <S:0..25>
Defines the name of an administrator user who can login to the VCS web interface.
Password
(r)
: <S:0..65>
Defines the password of an administrator user who can login to the VCS web interface. The maximum plaintext length is 16 characters, which will then be encrypted.
Access
(r)
: <AccountDisabled/ReadOnly/ReadWrite/Auditor >
Defines the access level of an administrator user who can login to the VCS web interface.
AccountDisabled
: no access allowed.
ReadOnly
: configuration can only be viewed.
ReadWrite
: configuration can be viewed and changed.
Auditor
: allows access to the Event Log, Configuration Log and the Overview page only.
Default: ReadWrite
Example:
xCommand AdminAccountAdd Name: "guest" Password: "password123" Access: readonly
AdminAccountDelete
Deletes an administrator account.
AdminAccountId
(r)
: <1..15>
The index of the administrator account to be deleted.
Example:
xCommand AdminAccountDelete AdminAccountId: 1