Mike's PBX Cookbook

UCM Registration Commands

Security Domain Registration Commands for VxWorks Elements

The following tables show the full list of commands that can be used to register, unregister and check registration status for VxWorks-based servers and devices. Commands may be abbreviated, eg, stat u s is equivalent to: Stat UCMSecurity System. Login with admin2 privilege.

If an MGC, VGMC or MC fails to join the security domain via commands issued from the Call Server, use the OAM-shell (<Ctrl>OAM) CLI command joinSecDomain from the device itself. A terminal session (TTY, telnet, or ssh) connection is needed for this.

The registration process can be viewed in the UCM server.log file: /var/opt/nortel/Jboss-Quantum/log/server.log
This log file can be displayed with a command such as: cat <filename>

A VxWorks Element stores the UCM SSH key in /e/keys/xxx.xxx.xxx.xxx.properties

OAM/PDT CLI

OAM CommandDescription
joinSecDomainEstablish mutual trust with the primary security server.
leaveSecDomainRemove the mutual trust information for the element.
statSecDomainDisplay the primary security server IP address and fingerprint.

LD 117

Commandabbrv. formDescription
Register UCMSecurity CSreg u csEstablish mutual trust with the primary security server for the Call Server. If the Call Server is already registered, it re-registers.
Register UCMSecurity Device <ip>reg u dev <ip>Establish mutual trust with the primary security server for the element specified by <ip>, where <ip> is a MGC, VGMC, etc registered to a Call Server belonging to the security domain.
Register UCMSecurity System [Force]reg u s [force]Register all elements associated with this Call Server, such as MGCs, to the security domain after prompting for user approval. Use FORCE to request all elements to register, or re-register if already registered.
Unregister UCMSecurity CSunreg u csRemove the mutual trust information for the Call Server.
Unregister UCMSecurity Device <ip>unreg u dev <ip>Remove the mutual trust information for the element specified by <ip>.
Unregister UCMSecurity Systemunreg u sRemove the mutual trust information for the Call Server and all of its associated elements, such as MGC's, VGMC's, etc.
Stat UCMSecurity Infostat u iDisplay the primary security server (TLAN) IP address and fingerprint.
Stat UCMSecurity System [Refresh]stat u s [refresh]Display all known elements and registration status associated with this Call Server. Use REFRESH to refresh the list.