251
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
CheckBandwidth
A diagnostic tool that returns the status and route (as a list of nodes and links) that a call of the specified type and bandwidth would take between two nodes.
Note that this command does not change any existing system configuration.
Node1
(r)
: <S: 1, 50>
The subzone or zone from which the call originates.
Node2
(r)
: <S: 1, 50>
The subzone or zone at which the call terminates.
Bandwidth
(r)
: <1..100000000>
The requested bandwidth of the call (in kbps).
CallType
(r)
: <Traversal/NonTraversal>
Whether the call type is Traversal or Non-traversal.
Example:
xCommand CheckBandwidth Node1: "DefaultSubzone" Node2: "UK Sales Office" Bandwidth: 512 CallType: nontraversal
CheckPattern
A diagnostic tool that allows you to check the result of an alias transform (local or zone) before you configure it on the system.
Note that this command does not change any existing system configuration.
Target
(r)
: <S: 1, 60>
The alias you want to use to test the pattern match or transform.
Pattern
(r)
: <S: 1, 60>
The pattern against which the alias is compared.
Type
(r)
: <Exact/Prefix/Suffix/Regex>
How the pattern string must match the alias for the pattern behavior to be applied.
Behavior
(r)
: <Strip/Leave/Replace/AddPrefix/AddSuffix>
How the alias is modified.
Replace: <S: 0, 60>
The text string to use in conjunction with the selected Pattern behavior.
Example:
xCommand CheckPattern Target: "[email protected]" Pattern: "@example.net" Type: "suffix" Behavior: replace Replace: "@example.com"
CredentialAdd
Adds an entry to the local authentication database.
CredentialName
(r)
: <S: 1, 128>
Defines the name for this entry in the local authentication database.
CredentialPassword
(r)
: <S: 1, 128>
Defines the password for this entry in the local authentication database.
Example:
xCommand CredentialAdd CredentialName: "John Smith" CredentialPassword: "password123"