250
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
AdminLoginGroupAdd
Creates a new administrator login group.
Name
(r)
: <S: 0..128>
Defines the name of an administrator group that determines which access rights members of the group have after they have been successfully authenticated to use the VCS.
Access
(r)
: <None/ReadOnly/ReadWrite/Auditor>
Defines the access level for members of the specified administrator group.
None
: 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 AdminLoginGroupAdd Name: "VCS" Access: ReadWrite
AdminLoginGroupDelete
Deletes an administrator login group.
AdminLoginGroupId
(r)
: <1..30>
The index of the administrator login group to be deleted.
Example:
xCommand AdminLoginGroupDelete AdminLoginGroupId: 1
AllowListAdd
Adds an entry to the Allow List.
PatternString
(r)
: <S: 1, 60>
Specifies an entry to be added to the Allow List. If one of an endpoint's aliases matches one of the patterns in the Allow List, the registration will be permitted.
PatternType: <Exact/Prefix/Suffix/Regex>
Specifies whether the entry in the Allow List is a prefix, suffix, regular expression, or must be matched exactly.
Exact
: the string must match the alias character for character.
Prefix
:
the string must appear at the beginning of the alias.
Suffix
: the string must appear at the end of the alias.
Regex
: the string will be treated as a regular expression.
Default: Exact.
Description: <S: 0..64>
A free-form description of the Allow List rule.
Example:
xCommand AllowListAdd PatternString: "[email protected]" PatternType: Exact Description: "Allow John Smith"
AllowListDelete
Deletes an entry from the Allow List.
AllowListId
(r)
: <1..2500>
The index of the entry to be deleted.
Example:
xCommand AllowListDelete AllowListId: 2
Boot
Reboots the VCS.
This command has no parameters.
Example:
xCommand boot