230
D14049.05
February 2009
Grey Headline
(continued)
TANDBERG
VIDEO COMMUNICATIONS SERVER
ADMINISTRATOR GUIDE
Introduction
Getting started
Overview and
status
System
configuration
VCS
configuration
Zones and
neighbors
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.
Pattern
(r)
: <S: 1, 60>
The pattern against which the alias is to be compared.
Type
(r)
: <Exact/Prefix/Suffix/Regex>
The way in which the pattern must match the alias in order for the transform to be applied.
Behavior
(r)
: <Strip/Leave/Replace>
The way in which the alias will be modified.
Replace: <S: 0, 60>
(Applies only if Behavior is set to Replace.) The string to be substituted for the part of the alias that matched the pattern.
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"