3Com V7000 Telephone User Manual


 
286 CHAPTER 11: MAINTENANCE
Adding Trusted
Endpoints
To add any server or PSTN gateway as a trusted endpoint, log in as root
on the Call Processing Server in the regional office and invoke the Remote
Command Line Interpreter (remoteCli).
CAUTION: If you add trusted endpoints using this method and later you
run the
vcx-reconfigure command, the list of trusted endpoints
provided in
vcx-reconfigure will override those defined using
remoteCli.
Enter these commands:
cd /opt/3com/VCX/callprocessor/remoteCli/bin
./remoteCli -call
To see the current list of trusted endpoints, enter this command:
show cctrusted
Sample output from the show cctrusted command:
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
Add a new row, by entering a config cct command that includes the IP
address of the trusted endpoint.
Sample Command:
config cct row=4 index=5 trustedaddr=10.230.64.7 netmask=255.255.255.255
In the previous line:
row — This element specifies the action to be taken and the resulting
state of the row. Acceptable values are:
row=1: Sets the state of the row to ACTIVE. Use this value only
when a row already exists. There is no need to respecify the
trustedaddr and netmask values.
row=2: Sets the state of the row to NOT_IN_SERVICE. Use this
value only when a row already exists. There is no need to respecify
the
trustedaddr and netmask values.