3Com V7000 Network Router User Manual


 
Configuring Trusted Endpoints 143
Through the remoteCli Command Line Interpreter
The remoteCli interface is run from a console attached to the VCX
server. This command allows you to configure trusted end points
(described in this chapter) and other VCX components (see Call
Processor Command Line Interface Commands).
The Call Processor XML file (nmdb.xml) should not be modified manually
since the Call Processor writes freely to the file at run-time and requires
the Call Processor to be stopped in order to be edited. Use either CLI
commands or the Enterprise Management Suite to configure the Call
Processor instead.
Configuring Trusted
Endpoints
This section provides information on how to add, edit, and delete trusted
endpoints for a Call Processor. Trusted endpoints do not need to have a
port specified. An IP address, if present in the trusted endpoint list, is
trusted independently of the port.
To see the current list of trusted endpoints:
1 Log onto the server hosting the Call Processor.
2 Enter the following commands to start the remoteCli interface:
cd /opt/3com/VCX/callprocessor/remoteCli/bin
./remoteCli -callprocessor
3 Enter the following command to list the trusted end points:
show cctrusted
Output from this command is similar to the following:
CcTrusted
-Index -RowStatus -TrustedAddress -Netmask
1 1 10.230.64.5 255.255.255.255
2 1 10.230.63.7 255.255.255.255
3 1 10.230.63.15 255.255.255.255
4 1 255.255.255.255
Adding Trusted
Endpoints
To add a trusted endpoint to a Call Processor using the CLI:
1 Log onto the server hosting the Call Processor.
2 Navigate to the /opt/3com/VCX/callprocessor/remoteCli/bin.