Timeprovider 1000 and 1100 Edge Clock: Tl1 Reference Guide
Timeprovider 1000 and 1100 Edge Clock: Tl1 Reference Guide
Edge Clock
http://www.symmetricom.com
Contents
How to Use This Guide
Purpose of This Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Who Should Read This Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Structure of This Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Conventions Used in This Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Warnings, Cautions, Recommendations, and Notes . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Related Documents and Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
Where to Find Answers to Product and Document Questions. . . . . . . . . . . . . . . . . . . 11
What’s New In This Guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
Appendix B Alarms
Appendix C Events
Index
4 TimeProvider TL1 Reference Guide 097-58001-01 Revision G – April 2008
Table of Contents
Tables
1-1 Normal Response Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
1-2 Error Response Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
1-3 Error Codes Returned in Error Responses. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
1-4 In-Process Response Fields. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
1-5 Autonomous Message Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
1-6 TimeProvider TL1 Command Types and Access Levels . . . . . . . . . . . . . . . . . . . . 24
In This Preface
Purpose of This Guide
Who Should Read This Guide
Structure of This Guide
Conventions Used in This Guide
Warnings, Cautions, Recommendations, and Notes
Related Documents and Information
Where to Find Answers to Product and Document Questions
What’s New In This Guide
Chapter 1, TL1 Overview Provides a basic overview of the Transaction Language 1 (TL1)
used by the TimeProvider.
Chapter 2, TL1 Command Describes each of the TimeProvider’s TL1 commands in detail.
Syntax and Description
Appendix B, Alarms Provides a list of all alarms and a description of their cause.
Appendix C, Events Provides a list of all events and a description of their cause.
Acronyms and Abbreviations – Terms are spelled out the first time they appear
in text. Thereafter, only the acronym or abbreviation is used.
Revision Control – The title page lists the printing date and versions of the
product this guide describes.
Typographical Conventions – This guide uses the typographical conventions
described in the table below.
Select File, Open... Click the Open option on the File menu.
Structure of This Guide, on The blue text, when viewed in a pdf file, indicates a
page 8 hyperlink to the indicated text.
Other helpful documents are listed below. See your Symmetricom representative or
sales office for a complete list of available documentation.
For additional information about the products described in this guide, please contact
your Symmetricom representative or your local sales office. You can also contact us
on the web at www.symmetricom.com.
No Revision F of this guide has been issued. Revision G of this guide contains the
following new information.
This chapter provides a basic overview of the Transaction Language 1 (TL1) used
by the TimeProvider.
In This Chapter
Overview
TL1 Command Structure
Responses
Autonomous Messages
Command Security
Overview
The remainder of this chapter explains the TL1 command language and how it
applies to the TimeProvider.
The TL1 commands used in the TimeProvider consist of the following three main
parts, or blocks:
These three main blocks are separated by a colon ( : ) block separator character
and the command is terminated by a semicolon ( ; ) terminating character. The
semicolon indicates that the command statement is completed and the command is
then executed.
Figure 1-1 shows the typical structure of a TL1 command, and the paragraphs that
follow further explain the elements that constitute each of the main blocks.
Block Terminating
Separator Character
cid:tid:aid:ctag::payload;
ED-DAT, for instance, is the command code block used in the TimeProvider’s “Edit
Date” TL1 command. ED is the verb and DAT is the modifier indicating that the
command will edit a date object.
Staging Block
The Staging Block is comprised of the following blocks, each separated by the block
separator character.
The Target Identifier (tid) – The tid identifies the specific TimeProvider unit to
which the command applies. The position of the tid is mandatory within the
command string, but it is usually optional sense its value can be null. If it is used
in the command, it must match the Source Identifier (sid) that is set within the unit
or the unit will not respond to the command. If the command is not directly sent to
the unit, as when the command is routed to the unit via a Gateway NE (called
indirect routing), a non-null tid is required.
The Access Identifier (aid) – The aid uniquely identifies the entity within the
associated target unit. In the TL1 syntax descriptions provided in Chapter 2 of
this manual, the <aid> syntax tag is used specifically to denote modules, inputs,
outputs, or ports. Other more specific syntax tags are used to denote types of
entities, such as <uid> a user identifier, or <cid> a command identifier. The
position of the aid block within the command string always occurs between the
second and third block separator character.
The Correlation Tag (ctag) – The ctag is used to correlate commands and
responses. It can be any alphanumeric string up to six characters in length. In the
TimeProvider, use of the ctag is not mandatory, but is strongly recommended. If
the value for the ctag is null in the command string, the unit returns a zero ( 0 ) as
the ctag in responses.
The General Block – In the TimeProvider the General Block is not used so its
value should always be null. If the General Block is the last block in the command
syntax, it, and the remaining block separator characters can be omitted from the
command string.
Payload Block
The Payload Block contains the parameters associated with the command’s
operation. In the TimeProvider’s command syntax, the Payload Block can take on
either of the following two forms, depending on the command:
Responses
When the TimeProvider receives and processes a command, it returns one of the
following types of responses:
Normal Response
Large Response
Error Response
In-Process Response
Normal Response
The TimeProvider sends a Normal response when it receives and can properly
process a TL1 command. The response is always in uppercase letters. The format
of a Normal response is as follows. The M indicates that the message is a response
to a TL1 command. When the response is COMPLD and the command requires a
response message, then one or more lines are returned and the response is
terminated by a semicolon. The syntax for the command response is:
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
textblk<cr><lf>
textblk<cr><lf>
.
.
LG_textblk<cr><lf>
;
Note: The textblk and LG_textblk fields are only returned with the
Normal response when the command requires such a message be
returned.
Table 1-1 explains each field that is contained in the Normal response.
Field Description
sid The unit’s Source Identifier (SID), which identifies the specific TimeProvider unit
within the synchronization network. The unit’s SID is set using the SET-SID TL1
command.
date The date of the response, in the format YY-MM-DD, where YY is the 2-digit year, MM
is the 2-digit representation of the month, and DD is the day of the month.
time The time of the response, in the format HH:MM:SS, where HH is the hour in 24-hour
format, MM is the minutes, and SS is the seconds.
ctag The correlation tag that was sent as part of the TL1 command string. If the value for
the ctag is null in the command string, the unit returns a zero ( 0 ) as the ctag in the
response.
textblk A double-quoted message containing less than 4 kBytes of information that the unit
returns in response to the command.
LG_textblk If the unit responds with a message containing more than 4 kBytes of information, the
message is divided into records of approximately 4 kBytes, each ending with
COMPLD<cr><lf>. The last record ends with <cr><lf>;.
Large Response
If the contents of the response exceeds 4K bytes of information, the TL1 large data
block syntax is used. The large data block format divides the response into
approximately 4Kbyte-sized records. Each record contains the intermediate
response identifier RTRV, indicating more data is being retrieved by the system.
The final data block size is determined by the size of the remainder of the data; the
response identifier COIMPLD indicates completion of the request. The data block
terminates with <cr><lf> ;.
<cr><lf><lf>
^^^sid^date^time<cr><lf>
IP^ctag^RTRV<cr><lf>
^^^textblk<cr><lf> *
>
<cr><lf><lf>
^^^sid^date^time<cr><lf>
IP^ctag^RTRV<cr><lf>
^^^textblk<cr><lf> *
>
<cr><lf><lf>
^^^sid^date^time<cr><lf>
M^^ctag^COMPLD<cr><lf>
^^^textblk<cr><lf> *
;
Error Response
The TimeProvider sends an Error response when a command is mis-typed, an
invalid command is issued, or some other operator error is performed. The format of
an Error response is as follows. Note that M and DENY identify the response as an
Error response:
<cr><lf><lf>
sid date time<cr><lf>
M ctag DENY<cr><lf>
errcde<cr><lf>
;
Table 1-2 explains each field that is contained in the Error response.
Field Description
sid The unit’s Source Identifier (SID), which identifies the specific TimeProvider unit
within the synchronization network. The unit’s SID is set using the SET-SID TL1
command.
date The date of the response, in the format YY-MM-DD, where YY is the 2-digit year, MM
is the 2-digit representation of the month, and DD is the day of the month.
time The time of the response, in the format HH:MM:SS, where HH is the hour in 24-hour
format, MM is the minutes, and SS is the seconds.
ctag The correlation tag that was sent as part of the TL1 command string. If the value for
the ctag is null in the command string, the unit returns a zero ( 0 ) as the ctag in the
response.
errcde The error code, which identifies the condition that caused the Error response to be
returned. See Table 1-3 for a description of each error code.
Table 1-3 describes each error code that might be returned in an Error response.
Error
Meaning
Code
Error
Meaning
Code
In-Process Response
If the TimeProvider cannot send a Normal response, a Large response, or an Error
response within two seconds of receipt of a command, it sends an In-Process
response. The format of an In-Process response is as follows. Note that IP
identifies the response as an In-Process response:
TL1-Command;IP^ctag<cr><lf>
<
<cr><lf><lf>
^^^sid^date^time<cr><lf>
M^^ctag^COMPLD<cr><lf>
^^^textblk<cr><lf> *
;
When the TimeProvider finishes processing the original command, the In-Process
response is followed with either a Normal or Error response, as is appropriate. Table
1-4 provides a description of each field contained in the In-Process response.
Field Description
sid The unit’s Source Identifier (SID), which identifies the specific TimeProvider unit
within the synchronization network. The unit’s SID is set using the SET-SID TL1
command.
date The date of the response, in the format YY-MM-DD, where YY is the 2-digit year, MM
is the 2-digit representation of the month, and DD is the day of the month.
time The time of the response, in the format HH:MM:SS, where HH is the hour in 24-hour
format, MM is the minutes, and SS is the seconds.
ctag The correlation tag that was sent as part of the TL1 command string. If the value for
the ctag is null in the command string, the unit returns a zero ( 0 ) as the ctag in the
response.
Autonomous Messages
In addition to the TL1 responses described above, the TimeProvider might return
Autonomous Messages to report alarms, configuration changes, or condition
changes. Frequently, an Autonomous Message is returned at approximately the
same time as the TL1 response that is associated with a command, because the
command happens to cause a change in the unit’s state. Autonomous Messages
are not directly correlated with commands and they do not contain correlation tags
(ctags). They should, however, have an <atag>, which increments by one (from 1 to
999999) for each autonomous event.
Autonomous Messages can be generated by the unit at any time, whether to report
that a user-initiated change has occurred to some setting within the unit, to report
that an active alarm condition has cleared, etc. The format of an Autonomous
Message is as follows. Note that REPT identifies the response as an Autonomous
Message: EVT for an event and ALM for an alarm.
TimeProvider release 3.2 adds a second response format that meets GR-833. A
new keyword, EVTFORMAT, allows you to select between the TimeProvider’s
legacy format and the GR-833 format (see Edit Equipment (ED-EQPT), on page 48
for details). You can only run the legacy format when you are managing the
TimeProvider with TimeCraft 1.2 or earlier versions or TimePictra 3.7 or earlier
versions. To use the GR833 format, you must have TimeCraft 1.3 or later versions
or TimePictra 3.8 or later versions.
Field Description
sid The unit’s Source Identifier (SID), which identifies the specific TimeProvider unit within
the synchronization network. The unit’s SID is set using the SET-SID TL1 command.
date The date of the message, in the format YY-MM-DD, where YY is the 2-digit year, MM is
the 2-digit representation of the month, and DD is the day of the month.
time The time of the message, in the format HH:MM:SS, where HH is the hour in 24-hour
format, MM is the minutes, and SS is the seconds.
atag The Autonomous Message tag, which is a number up to six digits long that increments
by one each time an event is generated. It wraps back to 1 after reaching 999999.
Field Description
reptype The type of report. It can be either EVT (the event is a non-alarm event), or ALM (the
event is an alarm event).
aid The access identifier, which denotes the system component that the reported alarm or
event applies to.
aidtype The aid type. It can be EQPT (the aid is associated with the internal operation of the
system) or T1 (the aid is external to the system or facility; for example, an input or output).
Note: The aidtype that follows the reptype in the Autonomous Message is included only
if the reptype is ALM.
ntfcncde The notification code for the alarm or event. The notification code can be CR (a critical
alarm), MJ (a major alarm), MN (a minor alarm), CL (a cleared alarm), or NA (a non-alarm
event).
condtype The condition type, which is the TL1 code that is associated with the alarm or event.
Table C-2 shows all of the possible TimeProvider event condition types, and Table B-2
shows all of the possible TimeProvider alarm condition types.
condeff This defines an event’s effect on the system: CL indicates clearing of a standing condition,
SC indicates a standing condition is raised, and TC indicates a transition of a condition.
Note: All events listed in Table C-2 set CONDEFF to TC. If alarms listed in Table B-2 are
provisioned as Not Alarmed (NA), CONDEFF is set to SC when the alarm becomes
active and CL when the alarm becomes inactive.
srveff Whether the alarm or event is service affecting (SA) or non-service affecting (NSA).
ocrdat The date the alarm or event occurred, in the format YY-MM-DD.
ocrtim The time that the alarm or event occurred, in the format HH:MM:SS.
condscr The condition string, which is a description of the alarm or event. It is a quoted text
string, preceded with the “\” escape character. Table C-2 shows all of the possible
TimeProvider event condition strings, and Table B-2 shows all of the possible
TimeProvider alarm and clearing alarm condition strings.
Table B-2 shows all of the possible alarm condition types (condtypes) and alarm
condition strings (condscrs) that might be returned by the TimeProvider in an
Autonomous Message.
Table C-2 shows all of the possible event condition types (condtypes) and event
condition strings (condscrs) that might be returned by the TimeProvider in an
Autonomous Message.
Command Security
When security is enabled on the TimeProvider, most of the unit’s TL1 commands
require that users be logged into the system in order to access them. Each user in
the system has a user access level assigned to them, and it is their user access
level that determines which commands they can use.
Each of the TimeProvider’s TL1 commands have one of the following four access
levels assigned to them by default:
Note: The factory default access level can be changed for most of the
TimeProvider TL1 commands, however, the access level for the
following commands is fixed and cannot be changed: ACT-USER,
CANC-USER, ED-CMD-SECU, ED-USER-SECU, and
ENT-USER-SECU.
Table 1-6 lists each of the TimeProvider’s TL1 commands in alphabetical order. The
command type and default (factory set) access level is included in Table 1-6 for
each command.
Factory-Set
Command Name Command Type
Access Level
Table 1-6. TimeProvider TL1 Command Types and Access Levels (Continued)
Factory-Set
Command Name Command Type
Access Level
In This Chapter
TL1 Syntax Conventions
Command Descriptions
Table 2-1 describes the syntax used for commands and responses in this manual.
Symbol Description
< ... > Indicates a variable. The variable’s value is actually sent in the command
or returned in the response.
In addition, the following general rules apply to the TL1 syntax and command entry:
Adjacent colons indicate unused fields. If an unused field is the last parameter in
the command string, for example the General Block or Parameter Block is the
last block and is unused, you can omit the colons and simply enter the semicolon
terminating character to execute the command.
The TimeProvider ignores extra spaces in the TL1 command line.
TL1 commands are not case sensitive unless specified as such.
Command Descriptions
The TL1 commands that are included in the TimeProvider’s command set comprise
the remainder of this chapter. An entry is included for each command, and the
entries are organized in alphabetical order by verb-modifier command code. Each
command entry is comprised of the following parts:
Syntax
ACT-FEATURE:[<tid>]:<fid>:[<ctag>]::<key>;
<key> ASCII The key to enable the feature. Contact your Symmetricom
data or representative to obtain the key. If <null>, then the command
<null> returns the current state of <fid>.
Example
To activate the NTP or SNMP feature using the Symmetricom-supplied <key>
parameter:
Input
ACT-FEATURE::NTP:TP1000::"Symmetricom-Key";
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Input
ACT-FEATURE::SNMP:TP1000;
Normal Response
TIMEPROVIDER 08-03-23 22:54:25
M TP1000 COMPLD
"IMC Serial#=S16026"
"SNMP activated"
Input
ACT-FEATURE::NTP::tp1000;
Normal Response
TIMEPROVIDER 08-03-23 22:56:38
M 0 COMPLD
"IMC Serial#=S16026"
"NTP activated"
Autonomous Message
TP-SSU 05-02-10,13:35:56
A 2528 REPT EVT
"IMC,EQPT:FEATURE,TC,05-02-10,13-35-56,,,,:\"SYSTEM FEATURE HAS BEEN
ACTIVATED, NTP\""
;
Syntax
ACT-SWDL:[<tid>]:<aid>:[<ctag>];
Notes:
Firmware upgrade files are periodically available from Symmetricom.
Contact Symmetricom customer support for information on firmware
upgrades that are available for the TimeProvider.
Refer to the TimeProvider User’s Guide (097-58001-02) for more
complete firmware upgrade information.
The ACT-SWDL command places either the IMC or IOC module (depending on the
specified AID) in the firmware download mode so that firmware upgrades can be
downloaded to the modules. If IOCm (m = 1 or 2) is the specified AID, firmware is
transferred from the specified IOC to the redundant IOC.
A Ymodem file sender utility, for example SynCraft or HyperTerminal, is required for
firmware downloads and it is this file sender utility that initiates the file transfer. If the
file transfer is not initiated by a Ymodem file sender within approximately 60 seconds
of the ACT-SWDL command being sent, the unit returns an error response and the
module returns to normal operation. If the file transfer is initiated within 60 seconds,
the transfer of the file to the module takes place.
After the file transfer completes, the IMC module validates the file (the system
remains locked against logins at this point). If the file is not validated, the unit
returns an error response and the IMC module returns to normal operation.
If the file is validated, the next step depends on which module is receiving the
upgrade.
The system outputs are not interrupted when the IMC module is upgraded. If the
process fails at any time, the upgrade process aborts and the IMC module returns to
normal operation using the existing version of firmware.
It checks if the shelf contains two installed and communicating IOC modules
It checks if both IOC control loops are locked
It checks if both IOC modules are in service
It checks if both IOC modules are alarm free
It checks if one of the IOC modules is active
If the system determines that any of the above criteria are false, it reprograms the
IOC1 module’s flash memory and reboots the module, then reprograms the IOC2
module’s flash memory and reboots that module. If the shelf contains only one IOC
module, that module’s flash memory is reprogrammed and the module is rebooted.
In these cases, the system outputs are interrupted for up to 30 minutes until the
upgraded IOC module enters Fast-Locked mode.
If the system determines that all of the above criteria are true, then the system
places the active IOC module in Standby mode, and the IOC module that was in
Standby mode is placed into Active mode. The system then reprograms the standby
IOC module’s flash memory and reboots it. After the module reboots, the system
waits up to 30 minutes for its control loop to lock. After its control loop locks, the
system places it in Active mode and places the other IOC module in Standby mode.
The system then reprograms the standby IOC module’s flash memory and reboots
it. In this case, the system outputs are not interrupted.
If at any time the above process fails for either IOC module, for example, if an IOC
module fails to transition from Standby to Active mode, the upgrade process aborts
and the IOC modules return to normal operation using the existing versions of
firmware.
Example 1
In this example, the ACT-SWDL command is issued to download a firmware file to
the IMC module, but the firmware download is not initiated within 60 seconds.
Notice the Progress Indicator that follows the in-process response. The unit returns
a string of “C’s” (<CCCCCCCCCC), one “C” after approximately every second of wait
time, to indicate that the IMC module is waiting for an external Ymodem file sender
to initiate the download process:
Input
ACT-SWDL::IMC:TP1000;
Response Example
TP-SSU 05-03-09 14:07:45
A 395 REPT EVT
"IMC,EQPT:FWLOAD,TC,05-03-09,14-07-45,,,,:\"BEGINNING FIRMWARE UPGRADE\""
;CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCIP TP1000
<
Example 2
In this example, the ACT-SWDL command is issued to download a firmware file to
the IMC module, and the download and upgrade is successful:
Input
ACT-SWDL::IMC:TP1000;
Response Example
TP-SSU 05-03-09 14:11:20
A 400 REPT EVT
"IMC,EQPT:FWLOAD,TC,05-03-09,14-11-20,,,,:\"BEGINNING FIRMWARE UPGRADE\""
;CCCCCCCCCCCCCIP TP1000
<
Example 3
In this example, the system has redundant IOCs (IOC1 and IOC2) and the
ACT-SWDL command is issued to download firmware to the modules (AID is IOC2).
IOC2 is active and IOC1 is in standby mode. After the file downloads, IOC1
becomes active and locked and IOC2 goes into standby to receive the firmware file.
The download and upgrade is successful for both modules:
Note: Some events in the following example were removed for space
considerations.
Input
ACT-SWDL::IOC:TP1000;
Response Example
TP-SSU 05-03-09 20:34:03
A 447 REPT EVT
"IOC,EQPT:FWLOAD,TC,05-03-09,20-34-03,,,,:\"BEGINNING FIRMWARE UPGRADE\""
;CCCIP 0
<
Example 4
In this example, the ACT-SWDL command is issued to transfer a firmware file to the
IOC1 module from the IOC2 module and the download and upgrade is successful:
Input
ACT-SWDL::IOC1:TP1000;
Response Example
ACT-SWDL::IOC1:TP1000;
This command has a default access level of NONE. This command’s access level
cannot be changed.
Syntax
ACT-USER:[<tid>]:<uid>:[<ctag>]::<pid>;
<uid> text string The user name assigned to the user logging on.
<pid> text string The password assigned to the user logging on.
Note: Refer to <newpid>, on page 67 for valid password
specifications.
Note: A Security-level user initially sets up the user list by using the
Enter User Security (ENT-USER-SECU) command. Users log in
using the ACT-USER command, specifying the user name and
password that have been assigned by a Security-level user.
Example
To log user "FRED" into the TimeProvider system with the password "FRED.1":
Input
ACT-USER::FRED:TP1000::FRED.1;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Error Response
TP-SSU 05-02-10 13:38:176
M TP1000 DENY
;
Autonomous Message
TP-SSU 05-02-10,13:35:56
A 2528 REPT EVT
"IMC,EQPT:LOGIN,TC,05-02-10,13-35-56,,,,:\"USER LOGGED IN, FRED\""
;
This command has a default access level of USER. This command’s access level
cannot be changed.
Syntax
CANC-USER:[<tid>]:[<uid>]:[<ctag>];
<uid> text string The user name assigned to the user whose session is
being terminated.
Note: Users at the Admin or Security level can terminate
the active sessions of other users. In such cases, this
parameter must be specified. Including the <uid> in the
command line is not necessary for users to log themselves
out of their own user session.
Example
To terminate the current session for user "FRED":
Input
CANC-USER::FRED:TP1000;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2529 REPT EVT
"IMC,EQPT:LOGOUT,TC,05-02-10,13-35-56,,,,:\"USER LOGGED OUT, FRED\""
;
Syntax
CPY-MEM:[<tid>]::[<ctag>]::<fromdev>,<todev>,<istate>;
<fromdev> IOC The specified Istate is copied from the IOC card.
The IState
The Istate is a “provisioning configuration file” for the module, and a copy of the
Istate from each of the IOC and IMC modules can be stored on each of the other
modules.
The IMC Module is Replaced – In this case, before you remove the IMC module,
copy the IMC Istate to the active IOC module. Replace the IMC module, then
copy the IMC Istate back to the replacement IMC module to provision it with the
settings of the IMC module it replaced.
Note: When the IMC Istate is copied from an IOC module to the IMC
module, all users are logged out of the system. This happens
because the IMC Istate can contain a different user list than the user
list in effect before the Istate transfer.
Additionally, other settings can change, including communications
parameters, baud rate, and IP address.
The IOC Module is Replaced in a Single-IOC System – In this case, copying the
IOC Istate to the IMC module, replacing the IOC module, then copying the IOC
Istate back to the replacement IOC module effectively provisions the
replacement IOC module with the settings of the IOC module it replaced.
Both IOC Modules are Replaced Concurrently – In this case, copying the IOC
Istate from the active IOC module to the IMC module, replacing both IOC
modules, then copying the IOC Istate back to the replacement IOC modules
effectively provisions the replacement IOC modules with the settings of the IOC
modules they replaced.
Notes:
IOC modules are capable of transferring their Istates to each other
automatically. When both IOC modules are to be replaced, it might
desirable to allow this transfer to occur automatically:
Replace the IOC module that is in standby mode.
Allow the replacement IOC module to reboot and qualify the
reference inputs. This provides enough time for the Istate of the
active IOC module to automatically transfer to the replacement IOC
module.
Force the replacement card to the active state.
Replace the other IOC module. The Istate transfers automatically to
that module.
Example
To copy the IMC Istate from the IMC module to the active IOC module, as a prelude
to replacing the IMC module:
Input
CPY-MEM:::TP1000::IMC,IOC,IMC;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 314 REPT EVT
"IMC,EQPT:XFEROK,TC,05-02-10,13-35-56,,,,:\"CONFIGURATION TRANSFER
SUCCESSFUL\""
;
Syntax
DLT-PM-DATA:[<tid>]:[<aid>]:[<ctag>];
aid Description
Example
To delete all performance data associated with the specified module:
Input
DLT-PM-DATA::IOC1-INP2:TP1000;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Syntax
DLT-SECU:[<tid>]::[<ctag>];
Note: The DLT-SECU command is typically used only after the initial
installation of the TimeProvider. When issued, all existing user names
and passwords are deleted from the user database. Anyone who logs
in to the TimeProvider in this condition has access to all commands.
Example
To delete all information from the user database, which includes three entries in this
example:
Input
DLT-SECU:::TP1000;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Field Description
Autonomous Message
TP-SSU 05-02-10 13:35:57
A 266 REPT EVT
Note: The system does not allow the last security-level user to be
deleted if other users are defined in the system.
Syntax
DLT-USER-SECU:[<tid>]:<uid>:[<ctag>];
<uid> text string The user name assigned to the user being deleted.
Enclose the <uid> in double quote marks if the user
or SNMP principle is case-sensitive.
Example
To delete user "FRED" from the system:
Input
DLT-USER-SECU::FRED:TP1000;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2533 REPT EVT
"IMC,EQPT:USRDEL,TC,05-02-10,13-35-56,,,,:\"USER HAS BEEN DELETED\""
;
This command has a default access level of ADMIN. This command’s access level
cannot be changed.
Syntax
ED-CKTID:[<tid>]::[<ctag>]::”<value>”;
<aid> GPS, PRS, INP1, INP2, The command’s effect is on the specified input
OUTg[-p] or output.
(g = A|B|C|D, p = 1 to 16), Note: See Table 2-2 for <keyword> and
RTMg[-p] <value> descriptions.
(g = A|B|C|D, p = 1|2),
E422g[-p]
(g = A|B|C|D, p = 1 to 8)
Example
To change the circuit ID on INP1 to ABC123:
Input
ED-CKTID::INP1:TP1000::”ABC123”;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2535 REPT EVT
"SYS,EQPT:CKTIDCHG,TC,05-02-10,13-35-56,,,,:\"INPUT CIRCUIT ID HAS CHANGED, ABC123
13-35-56\""
;
Note: The access level for the following commands is fixed and
cannot be changed: ACT-USER, CANC-USER, ED-CMD-SECU,
ED-USER-SECU, and ENT-USER-SECU.
This command also allows you to create SNMP community names for SNMP v1
and v2C, and user names for SNMP v3. These users are separate from the TL1
users. This command has a default access level of ADMIN. This command’s access
level cannot be changed.
Syntax
ED-CMD-SECU:[<tid>]:<cid>:[<ctag>][::<keyword>=<value>];
<cid> text string The identifier of the command for which the access level is
being changed. The command identifier is the part of the
command syntax that appears before the first colon
( : ). It is not case-sensitive.
Note: See Table 2-3 for <keyword> and <value> descriptions.
FACTORY The access levels for all commands are set to their factory-
defined values.
Note: If FACTORY is used, no keyword is required and is
ignored if used.
ACCLVL NONE The specified command allows any user to use it, even if N/A
the user is not currently logged on to the system.
Example
To change the access level of the Retrieve Log (RTRV-LOG) command to ADMIN:
Input
ED-CMD-SECU::RTRV-LOG:TP1000::ACCLVL=ADMIN;
Normal Response
TP-SSU 05-02-10 3:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2534 REPT EVT
"IMC,EQPT:ACCLVL,TC,05-02-10,13-35-56,,,,:\"USER ACCESS LEVEL HAS
CHANGED, RTRV-LOG\""
;
Syntax
ED-DAT:[<tid>]:[<aid>]:[<ctag>]::<keyword>=<value>;
DATCHG yy-mm-dd The year, month, and day set for the system: N/A
yy = the 2-digit year, mm = the 2-digit representation of
the month, dd = the day of the month
TIMCHG hh-mm-ss The hours, minutes, and seconds set for the system: N/A
hh = hour, in 24-hour format, mm = minutes, ss = seconds
LOCTIM ±hh-mm The hours and minutes that local time is offset from UTC: N/A
hh = the local time’s hour offset from UTC; ±12 hours,
mm = the local time’s minute offset from UTC
Example
To change the system time to 1:35:56 PM:
Input
ED-DAT::SYS:TP1000::TIMCHG=13-35-56;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2535 REPT EVT
"SYS,EQPT:TIMCHG,TC,05-02-10,13-35-56,,,,:\"SYSTEM TIME HAS CHANGED,
13-35-56\""
;
Syntax
ED-EQPT:[<tid>]:<aid>:[<ctag>]::<keyword>[=<value>];
Description
Parameter Value
See Table 2-5 for <keyword> and <value> descriptions.
Description
Parameter Value
See Table 2-5 for <keyword> and <value> descriptions.
<aid> = SYS
INACTTIME 100 – The amount of user command inactivity time to be set. 1800
10000 This determines the amount of inactivity time before the
user is automatically logged off of the system.
The range for time is 100 to 10000 in increments of 0.1
seconds. A value of 0 disables automatic logoff.
LOGECHO ENABLE Login and logout events are echoed to the local terminal ENABLE
and stored in the event log.
DISABLE Login and logout events are not echoed to the local
terminal and are not stored in the event log.
BAUD 2400 The specified serial port’s baud rate is set to 2400 baud. 9600
9600 The specified serial port’s baud rate is set to 9600 baud.
19200 The specified serial port’s baud rate is set to 19200 baud.
28800 The specified serial port’s baud rate is set to 28800 baud.
38400 The specified serial port’s baud rate is set to 38400 baud.
57600 The specified serial port’s baud rate is set to 57600 baud.
FLOW NONE No flow control is set on the port. NONE
SW Software flow control (XON/XOFF) is set on the specified
port.
HW Hardware flow control (CTS/RTS) is set on the specified
port.
SWHW Both software and hardware flow control is set on the
specified port.
<aid> = COMI only
Note: For valid IP address ranges, refer to RFC1466 and RFC3330.
Note: To avoid unexpected interruptions in NTP service, you must restart the IMC card after you
change either the Subnet Mask or the IP Address when NTP is active.
IPGATE IP dot The IP address of the default gateway. 127.0.0.1
notation The range is 1.0.0.1 to 254.255.255.254
IPADDR IP dot The IP address of the Network Element. 127.0.0.1
notation The range is 1.0.0.1 to 254.255.255.254
IPSUBNET IP dot The subnet mask. 255.255.
notation The range is 1.0.0.1 to 255.255.255.254 255.0
IOCMODE ACTIVE The specified IOC card is forced to the active state. The ACTIVE
other IOC card is set to the standby state.
STANDBY The specified IOC card is forced to the standby state. The
other IOC card is set to the active state.
Note: If only one IOC card is installed, the
IOCMODE=STANDBY setting is ignored.
CLKTYPE ST2 / The assumed SSM quality level for the Rubidium IOC TYPEI /
TYPEII card’s clock is set to either ANSI stratum 2 traceable TYPEII
Rubidium (ST2) or ETSI Type 2 (TYPEII) traceable. This value is
used for placing SSM bits in the output stream when in
Holdover mode. Any input to the unit that is of lesser
quality than ST2 / TYPEII is not used as a reference.
Note: ST2 and TYPEII can only be provisioned on the
Rubidium IOC card; they cannot be provisioned on the
Quartz IOC card.
ST3E / The assumed SSM quality level for the Quartz IOC card’s
TYPEI clock is set to either ETSI Type 1 (TYPEI) or ANSI
Quartz (ST3E). This value is used for placing SSM bits in the
output stream when in Holdover mode. Any input to the
unit that is of lesser quality than TYPEI / ST3E is not used
as a reference.
Note: ST3E and TYPEI can only be provisioned on the
Quartz IOC card; they cannot be provisioned on the
Rubidium IOC card.
IOCSTATE INSRV The IOC card is placed into service. INSRV
<aid> = PRS
<aid> = INPp
<aid> = OUTg
<aid> = E422g
<aid> = RTMg[-p]
<aid> = SNMP
IFTOUTx 0 – 100 SNMP INFORM timeout (in seconds) for manager x.1 15
x=1–5 When the timeout occurs, the agent sends the INFORM
message again.
SNMPCTAC text string Changes the SNMP system contact in the MIB.
SNMPLOC text string Changes the SNMP location in the MIB. If set to <null>,
then it appears as <00> hex on the SNMP side.
SNMPPORT 0, 161, The port number used by SNMP. If set to 0, SNMP is 161
1024 – disabled. You must reboot the IMC to make the change
65535 effective.
TRAPPORT 0 – 65535 SNMP trap port; applies to all five managers. If set to 0, 162
no notification is sent.
Note:
1
You must set up MGRx, SENDERx, IFTOUTx, and IFRETRYx before a notification/INFORM
is sent from the TimeProvider to the selected notification/INFORM receiver. The format sent
(V1, V2, etc) depends on the principle (community or user) selected using the
ENT-USER-SECU command.
Example
To enable Output Group B:
Input
ED-EQPT::OUTB:TP1000::OUTSTATE=ENABLE;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2537 REPT EVT
"OUTB,EQPT:OUTSTATE,TC,05-02-10,13-35-56,,,,:\"OUTPUT GROUP STATE HAS
CHANGED, ENABLED\""
;
Peer Server
Authentication
Syntax
ED-EQPT:[<tid>]:NTP:[<ctag>]::SERVER,<func>,<serverIP>[,<keyid>,
<minpoll>,<maxpoll>,<preferred>];
Example
This command adds the server mask of 192.168.10.1, sets the Authentication ID to
1, the max poll to 64, the min poll to 1024, and the preferred to No.
Input
ED-EQPT::NTP:TP1000::SERVER,ADD,192.168.10.1,1,64,1024,NO;
Normal Response
TP-SSU 03-05-15 10-04-32
A 1166 REPT EVT
“NTP,EQPT:SERVER,TC,03-05-15 10-04-32,,,,:\NTP SERVER CONFIGURATION HAS
CHANGED,192.168.10.1,0,16,1024,NO”
;
Syntax
ED-EQPT:[<tid>]:NTP:[<ctag>]::AUTHEN=<value>;
Example
To enable NTP authentication:
Input
ED-EQPT::NTP:TP1000::AUTHEN=ENABLE;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2537 REPT EVT
"NTP,EQPT:SERVER,TC,05-02-10,13-35-56,,,,:\"NTP AUTHENTICATION=ENABLE\""
;
Syntax
ED-EQPT:[<tid>]:NTP:[<ctag>]::KEYGEN,<func>,<keyid>[,<key>];
Example
To add an NTP authentication key:
Input
ED-EQPT::NTP:TP1000::KEYGEN,ADD,ABC...XYZABCDEF,1024;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2537 REPT EVT
"NTP,EQPT:SERVER,TC,05-02-10,13-35-56,,,,:\"NTP AUTHENTICATION HAS
CHANGED\""
;
Syntax
ED-PID:[<tid>]:<uid>:[<ctag>]::<oldpid>,<newpid>;
<uid> text string The user name assigned to the user for which the password
is being changed. This must be the <uid> of the user logged
into the current session.
Example
To change user Fred’s password from "FRED.1" to "ETHEL!5":
Input
ED-PID::fred:TP1000::FRED.1,ETHEL!5;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2538 REPT EVT
"IMC,EQPT:PIDCHG,TC,05-02-10,13-35-56,,,,:\"USER PASSWORD HAS CHANGED\""
;
Syntax
ED-SYNC:[<tid>]:<aid>:[<ctag>]::<keyword>=<value>;
Description
Parameter Value
See Table 2-6 for <keyword> and <value> descriptions
<aid> = SYS
CLRDELAY 0 – 1000 The time, in seconds, that elapses after a signal fault 5
clears and before the associated alarm condition
clears. This delay helps prevent an alarm from
clearing before the signal is stable.
REFMODE AUTO The system automatically selects the reference input AUTO
based on the QLEVEL and PRIORITY settings.
GPSCLRDEL 0 – 1000 The time, in seconds, that elapses after a GPS fault 5
clears and before the associated alarm condition
clears. This delay helps prevent an alarm from
clearing before the GPS is stable.
GPSFLTDEL 0 – 1000 The time, in seconds, that elapses after a GPS fault 1
occurs and before the associated alarm condition is
set. This delay helps prevent spurious alarms..
INPREF GPS The GPS input is selected as the reference when PRS
REFMODE=FORCED.
<aid> = GPS
Note: If the QLEVEL on all inputs are equal, then the input with the highest
PRIORITY is selected. The input PRIORITY settings determine if the switching
strategy is revertive or non-revertive. This setting is used when REFMODE is
set to AUTO.
<aid> = PRS
Note: If the input frequency does not match the FRMTYPE setting,
an input loss-of-signal (INPLOS) condition results.
<aid> = INPp
CRCENA ENABLE Enables the use of CRC4 checking on the input. DISABLE
SSMENA ENABLE The input is provisioned to read the received SSM. DISABLE
<aid> = OUTg
<aid> =RTMg[-p]
FREEFLT CUTTHRU Cut-thru mode is engaged when the Local Oscillator RETIME
enters Free-run mode.
HOLDFLT CUTTHRU Cut-thru mode is engaged when the Local Oscillator RETIME
enters Holdover mode.
<aid> = E422g
FRMTYPE 1.544M The framing type generated by the specified EIA-422 1.544M
output group is provisioned as 1.544 MHz.
Example
To provision the interface type of the inputs as T1 inputs:
Input
ED-SYNC::INP1:TP1000::FRMTYPE=D4;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2556 REPT EVT
"INP1,T1:FRMTYPE,TC,05-02-10,13-35-56,,,,:\"INPUT FRAMING TYPE HAS
CHANGED,D4\""
;
This command has a default access level of SECURITY. This command’s access
level cannot be changed.
Syntax
ED-USER-SECU:[<tid>]:<uid>:[<ctag>]::<keyword>=<value>;
<uid> text string The user name assigned to the user for which the access
level is being changed.
Note: See Table 2-7 for <keyword> and <value> descriptions.
ACCLVL NONE The specified user is assigned an access level of NONE. N/A
Note: With an access level of NONE, users can receive
autonomous messages, but have very limited command
access.
USER The specified user has USER access, and can issue
commands having an access level of NONE or USER.
ADMIN The specified user has ADMIN access, and can issue
commands having an access level of NONE, USER, or
ADMIN.
SECURITY The specified user has SECURITY access, and can issue
all commands.
AUTHPROT MD5 | SHA Specifies the authentication type for the specified
SNMPv3 principal.
AUTHPASS text string Changes the authentication password for the specified
user. Enclose the string in double quotes if the password
is case-sensitive. Minimum length is 8 characters;
maximum is 64 characters.
Notes:
The following characters are not allowed: space ( ),
colon (:), semicolon (;), dash (-), single quote(‘), and
double quote (“).
Leave this field blank for SNMP v1 and v2.
Table 2-7. ED-USER-SECU – Keyword and Values for <uid>=text string (Continued)
PRIVPASS text string Changes the privacy password for SNMPV3 users with
privacy.Enclose the string in double quotes if the
password is case-sensitive. Minimum length is 8
characters; maximum is 64 characters.
Notes:
The following characters are not allowed: space ( ),
colon (:), semicolon (;), dash (-), single quote(‘), and
double quote (“).
Leave this field blank for SNMP v1 and v2 or v3 user
without Privacy.
Example
To change the access level for user "FRED” to ADMIN:
Input
ED-USER-SECU::FRED:TP1000::ACCLVL=ADMIN;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2562 REPT EVT
"IMC,EQPT:ACCLVL,TC,05-02-10,13-35-56,,,,:\"USER ACCESS LEVEL HAS CHANGED\""
;
Syntax
ENT-PID:[<tid>]:<uid>:[<ctag>]::<newpid>;
<uid> text string The user name assigned to the user for which the password
is being changed.
Example
To change the password for user “FRED” from "FRED.1" to "D1n0@br":
Input
ENT-PID::FRED:TP1000::D1n0@br;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 174 REPT EVT
"IMC,EQPT:PIDCHG,TC,05-02-10,13-35-56,,,,:\"USER PASSWORD HAS CHANGED\""
;
Notes:
Up to 20 users can be stored in the user database. With no users
defined, anyone connecting to the system has access to all
commands.
The first user you create must be at the Security level. After you
create this user, that user must log into the system using the Activate
User (ACT-USER) command to further provision the system.
This command has a default access level of SECURITY. This command’s access
level cannot be changed.
Syntax
ENT-USER-SECU:[<tid>]:<uid>:[<ctag>]::<pid>,<uap>;
<uid> text string The user name for the user being set up.
Note: The user name can be up to twenty (20)
case-insensitive alphanumeric characters.
<pid> text string The password for the user being set up.
Notes:
The password can be up to twenty (20) characters
long. It must include at least two non-alphabetic
characters, and must include at least one special
character, which is any printing character other than a
letter of the alphabet, a number, a comma, a colon, or
a semicolon.
To use case-sensitive passwords, <pid> must be
enclosed in quotes in the command line.
USER The user being set up has USER access and is able to
issue commands having an access level of NONE or
USER.
ADMIN The user being set up has ADMIN access and is able to
issue commands having an access level of NONE, USER,
or ADMIN.
SECURITY The user being set up has SECURITY access and is able
to issue all commands.
Example
To add a user "FRANKJ" to the system, with a case-sensitive password of
"GyRo%23" and an access level of USER:
Input
ENT-USER-SECU::FRANKJ:TP1000::”GyRo%23”,USER;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
SNMP Syntax
SNMP V1 and V2 users are called communities, while in SNMP V3 they are called
users. SNMP users are separate from the TL1 users defined above. The
community/user name is a string of up to 20 alphanumeric case-sensitive
characters. The TimeProvider TL1 automatically assigns all characters as
upper-case; if the SNMP community/user name is case sensitive, then enclose the
name in quote marks to ensure case sensitivity.
ENT-USER-SECU:[<tid>]:<uid>:<ctag>::<authpass>,<uap>,<privpass>,<usertype>,
[<engineid>];
USER The user being set up has USER access and is able to
issue commands having an access level of NONE or
USER.
ADMIN The user being set up has ADMIN access and is able to
issue commands having an access level of NONE, USER,
or ADMIN.
SECURITY The user being set up has SECURITY access and is able
to issue all commands.
<engineid> INFORM The engine ID of the SNMP manager. This is used for any
V3 user (including authentication and/or privacy). The
format is hexadecimal numbers separated by a dot (for
example, 00.12.56.AB.CD.EF). Maximum length is 32 bytes.
Notes:
For V1 and V2 communities, this field is ignored.
When setting up a user for trap/notification purposes,
leave this field empty.
When <engineid> is specified, the SNMP user can
only be used as an Inform user; it can no longer be
used as an Access user.
Syntax
GEN-EVT:[tid]:<aid>:[<ctag>]::<param>;
<param> EVT (or null) Generate all events (non-alarm) for the
specified <aid>
Example
To generate a set of CLEAR alarms:
Input
GEN-EVT::IMC:TP1000:CLEAR;
Normal Response
<cr><lf><lf>
^^^sid^date^time<cr><lf>
M^^ctag^COMPLDcr><lf>
^^^"<aid>:ntfcncde,condtype,srveff,ocrdat,ocrtim,,,,[:condscr]"<cr><lf>*
;
Error Response
<cr><lf><lf>
^^^sid^date^time<cr><lf>
M^^ctag^DENY<cr><lf>
^^^<errcde><cr><lf>
;
Syntax
INIT-LOG:[<tid>]:<aid>:[<ctag>];
Example
To clear the event log on the IMC module:
Input
INIT-LOG::IMC:TP1000;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2563 REPT EVT
"IMC,EQPT:INITLOG,TC,05-02-10,13-35-56,,,,:\"EVENT LOG HAS BEEN CLEARED\""
;
Syntax
INIT-SYS:[<tid>]:<aid>:[<ctag>]::<keyword>;
<aid> = SYS
RESET Performs a reset (reboot) of the specified card, which reinitializes N/A
volatile memory, but does not affect non-volatile (persistent)
memory.
Note: Prior to resetting an IOC module, all alarms associated with
the module are cleared, and if the specified IOC module is the
active module, it is placed in Standby mode. Resetting an IOC in a
non-redundant system will squelch the outputs until the system
enters FAST-LOCK.
Example
To perform a reset on the IOC2 module:
Input
INIT-SYS::IOC2:TP1000::RESET;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 258 REPT EVT
Note: When you deactivate the audible alarm relays using this
command, they reactivate when subsequent alarms occur.
Syntax
OPR-ACO-ALL:[<tid>]::[<ctag>];
Example
To deactivate the audible alarm relays:
Input
OPR-ACO-ALL:::TP1000;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 2564 REPT EVT
"IMC,EQPT:ACO,TC,05-02-10,13-35-56,,,,:\"AUDIO ALARM IS DEACTIVATED\""
;
Ping (PING)
This command allows the TimeProvider to test (ping) for network connectivity.
Syntax
PING:[<tid>]::[<ctag>]::<ipaddr>;
<ipaddr> IP dot notation The IP address of the host system to be pinged from the
TimeProvider.
The range is 1.0.0.1 to 254.254.254.254.
Example
To ping IP address 198.162.12.10 from the TimeProvider:
Input
PING:::TP1000::192.168.12.10;
Response Example
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
“Host 192.168.12.10 is alive. Roundtrip time was 165 milliseconds”
;
Autonomous Message
None
When you issue the RMV-EQPT command before removing a module, a 20-minute
timer starts. If you remove the equipment while the timer is running, the alarm
associated with the removal is silenced. If you do not remove the equipment while
the timer is running, then the system reverts to normal alarming.
If you reinstall the equipment after issuing the RMV-EQPT command, the message
“<module> IS EQUIPPED” is not reported.
Syntax
RMV-EQPT:[<tid>]:<aid>:[<ctag>]::<keyword>;
Example
To clear the OUTEQPT alarm after permanently removing the Output module from
group B:
Input
RMV-EQPT::SYS:TP1000::OUT;
Response Example
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
None
Syntax
RTRV-ALM:[<tid>]:[<aid>]:[<ctag>];
or
RTRV-ALM-{ALL | EQPT | T1}:[<tid>]:[<aid>]:[<ctag>];
<aid> ALL Retrieves information for all alarms that are currently active
(or null) in the entire system.
IMC Retrieves information for all currently active alarms from the
Information Management Card module.
IOCm Retrieves information for all currently active alarms from the
Input/Output Card module specified by m.
m = “1” for the slot marked “IOC 1" on the main shelf
m = “2” for the slot marked “IOC 2" on the main shelf
GPS Retrieves information for all currently active alarms from the
GPS module.
PRS Retrieves information for all currently active alarms from the
PRS module.
INPp Retrieves information for all currently active alarms from the
specified input port.
p = “1” for the input marked INP 1 on the Input Connector
module
p = “2” for the input marked INP 2 on the Input Connector
module
<aid> RTMg[-p] Retrieves information for all currently active alarms from the
(cont’d) specified Retimer module [and port].
g = “A” for the group marked “A” on the main shelf
g = “B” for the group marked “B” on the main shelf
g = “C” for the group marked “C” on the main shelf
g = “D” for the group marked “D” on the main shelf
p = “1” for Port 1 on the Retimer module
p = “2” for Port 2 on the Retimer module
E422g Retrieves information for all currently active alarms from the
specified EIA-422 output module.
g = “A” for the group marked “A” on the main shelf
g = “B” for the group marked “B” on the main shelf
g = “C” for the group marked “C” on the main shelf
g = “D” for the group marked “D” on the main shelf
Command Output
The following shows the output format of the command, and Table 2-9 explains the
various fields in the command output:
Field Description
aidtype Specifies if the event is associated with the internal operation of the system (EQPT),
or external to the system or facility (T1).
ntfcncde The notification code for the alarm or event. The notification code can be CR (critical
alarm), MJ (major alarm), or MN (minor alarm). If the alarm is set to NA, then this
field is empty.
condtype The TL1 alarm code that is associated with the event or alarm.
Note: Table B-2 shows all of the possible TimeProvider TL1 alarm codes (condition
types).
srveff Whether the event is service affecting (SA) or non-service affecting (NSA).
ocrtim The time that the event occurred, in the format HH:MM:SS.
condscr The description of the alarm or event. It is a quoted text string, preceded with the “\”
escape character.
Note: Table B-2 shows all of the possible TimeProvider alarm descriptions
(condition strings).
Example
To display all currently active alarms from the system:
Input
RTRV-ALM::ALL:TP1000;
Autonomous Message
None
Syntax
RTRV-ATTR:[<tid>]:[<aid>]:[<ctag>][::<keyword>];
Description
Parameter Value
See Table 2-10 for <keyword> descriptions.
<aid> ALL (or Retrieves the alarm levels set for all alarms in the entire
null) system.
SYS Retrieves the alarm level(s) set for all system-level alarms,
or for the specified system-level alarm.
IMC Retrieves the alarm level(s) set for all Information Management
Card (IMC) alarms, or for the specified IMC alarm.
IOCm Retrieves the alarm level(s) set for all alarms in the specified
Input/Output Card module, or for the specified alarm from
the specified Input/Output Card module.
m = “1” for the slot marked “IOC 1" on the main shelf
m = “2” for the slot marked “IOC 2" on the main shelf
Note: Alarm level information is retrieved from the IOC
module that is currently active.
GPS Retrieves the alarm level(s) set for all GPS alarms, or for the
specified GPS alarm.
PRS Retrieves the alarm level(s) set for all PRS alarms, or for the
specified PRS alarm.
INPp Retrieves the alarm level(s) set for all alarms related to the
specified input port, or for the specified alarm related to the
specified input port.
p = “1” for the input marked INP 1 on the Input Connector
module
p = “2” for the input marked INP 2 on the Input Connector
module
RTMg[-p] Retrieves the alarm level(s) set for all alarms related to the
specified Retimer module [and port].
g = “A” for the group marked “A” on the main shelf
g = “B” for the group marked “B” on the main shelf
g = “C” for the group marked “C” on the main shelf
g = “D” for the group marked “D” on the main shelf
p = “1” for Port 1 on the Retimer module
p = “2” for Port 2 on the Retimer module
Description
Parameter Value
See Table 2-10 for <keyword> descriptions.
<aid> OUTg Retrieves the alarm level(s) set for all alarms related to the
cont’d specified Output module.
g = “A” for the group marked “A” on the main shelf
g = “B” for the group marked “B” on the main shelf
g = “C” for the group marked “C” on the main shelf
g = “D” for the group marked “D” on the main shelf
E422g Retrieves the alarm level(s) set for all alarms related to the
specified EIA-422 output module.
g = “A” for the group marked “A” on the main shelf
g = “B” for the group marked “B” on the main shelf
g = “C” for the group marked “C” on the main shelf
g = “D” for the group marked “D” on the main shelf
Alarm ID The identifier of the alarm for which the level is to be retrieved. N/A
Notes:
See Table B-1 for the possible alarm identifiers.
This keyword is not valid if the <aid> is ALL or null.
(null) or ALL Retrieves alarm attributes that are associated with all alarms N/A
that are related to the specified <aid>.
Command Output
The following shows the output format of the command, and Table 2-11 explains the
various fields in the command output:
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
”<aid>:alarm id,alarm level”<cr><lf>
”<aid>:alarm id,alarm level”<cr><lf>
.
”<aid>:alarm id,alarm level”<cr><lf>
;
Field Description
alarm id The identifier of the alarm for which the level is displayed.
Note: See Table B-1 for the possible alarm identifiers.
alarm level The level for the specified alarm. The alarm level can be CR (critical alarm), MJ
(major alarm), MN (minor alarm), NA (non-alarm event), NR (not reported), or CL
(clearing event).
Example
To display the current level set for the IMC module’s IOC1COMM alarm:
Input
RTRV-ATTR::IMC:TP1000::IOC1COMM;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"IMC:IOC1COMM,MN"
;
Autonomous Message
None
Syntax
RTRV-BESTIME-STAT:[tid]:<aid>:[<ctag>];
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"IOCm-SYS:<tfom>"<cr><lf>
"IOCm-PRS:<prs_wt>"<cr><lf>
"IOCm-INP1:<inp1_wt>"<cr><lf>
"IOCm-INP2:<inp2_wt>"<cr><lf>
"IOCm-LO:<lo_wt>"<cr><lf>
;
Field Description
tfom Time Figure of Merit, estimated 2-Sigma accuracy of the system 1PPS
prs_wt PRS Input reference weight indicates the amount of influence (weight) the PRS
reference on the system timing when the system is not referenced to GPS.
1.00 indicates only input being used
0.00 indicates input not being used at all
inp1_wt Input 1(2) reference weight indicates the amount of influence (weight) the Input 1(2)
inp2_wt reference on the system timing when the system is not referenced to GPS.
1.00 indicates only input being used
0.00 indicates input not being used at all
<lo_wt> LO weight indicates the amount of influence (weight) the LO stability has on the
system timing when the system is not referenced to GPS.
1.00 indicates only input being used
0.00 indicates input not being used at all
Example
To display the BesTime status of IOC1:
Input
RTRV-BESTIME-STAT::IOC1:TP1000;
Response Example
TP-SSU 05-02-04 21:15:00
M TP1000 COMPLD
"IOC1-SYS:250ns"
"IOC1-PRS:0.85"
"IOC1-INP1:0.00"
"IOC1-INP2:0.00"
"IOC1-LO:0.15"
;
Autonomous Message
None
Syntax
RTRV-BIST:[tid]:<aid>:[<ctag>];
<aid> IMC Displays the currently active faulted built-in self test information
for the Information Management Card (IMC).
Note: See Table 2-13 for <condscr> descriptions.
IOCm Displays the currently active faulted built-in self test information
for the Information Management Card (IOC).
m = “1” for the slot marked “IOC 1" on the main shelf
m = “2” for the slot marked “IOC 2" on the main shelf
Note: See Table 2-13 for <condscr> descriptions.
Normal Response
IMC
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"IMC BIST"<cr><lf>
"<IMC condscr>"<cr><lf>*
;
IOC#
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"IOC# BIST"<cr><lf>
"<IOC# condscr>"<cr><lf>*
;
Note: An asterisk (*) indicates that multiple lines could be listed; all
active alarm conditions are shown on separate lines.
Value Description
Example
To display the currently active faulted built-in self test information for IOC1:
Input
RTRV-BIST::IOC1:TP1000;
Response Example
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
IOC1 BIST
OUTPUT GROUP A FAULT
E1 PLL UNLOCKED
IMC POWER SUPPLY FAULT
;
Autonomous Message
None
Syntax
RTRV-CKTID:[<tid>]:<aid>:[<ctag>];
<aid> GPS Retrieves the circuit identification (cktid) for the designated
PRS aid.
INPp
OUTg[-p]
RTMg[-p]
E422g[-p]
Command Output
The following shows the output format of the command.
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"GPS:<cktid>"<cr><lf>
"PRS:<cktid>"<cr><lf>
"INP1:<cktid>"<cr><lf>
"INP2:<cktid>"<cr><lf>
"OUTA-1:<cktid>"<cr><lf>
"OUTA-2:<cktid>"<cr><lf>
.
.
"OUTD-15:<cktid>"<cr><lf>
"OUTD-16:<cktid>"<cr><lf>
"RTMA-1:<cktid>"<cr><lf>
"RTMA-2:<cktid>"<cr><lf>
.
.
"RTMD-1:<cktid>"<cr><lf>
"RTMD-2:<cktid>"<cr><lf>
"E422A-1:<cktid>"<cr><lf>
"E422A-2:<cktid>"<cr><lf>
.
.
"E422D-7:<cktid>"<cr><lf>
"E422D-8:<cktid>"<cr><lf>
;
Syntax
RTRV-CMD-SECU:[<tid>]:<cid>:[<ctag>];
<cid> text string Retrieves the access level for the command with this identifier.
The command identifier is the part of the command syntax that
appears before the first colon ( : ). It is not case-sensitive.
Command Output
The following shows the output format of the command, and Table 2-14 explains the
various fields in the command output:
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"command,access"<cr><lf>
"command,access"<cr><lf>
.
.
"command,access"<cr><lf>
;
Field Description
command The identifier of the command for which the access level is displayed. The command
identifier is the part of the command syntax that appears before the first colon ( : ).
access The access level for the specified command. The access level can be one of the
following:
NONE (command can be issued by all users)
USER (command can be issued by users with an access level of USER, ADMIN,
or SECURITY)
ADMIN (command can be issued by users with an access level of ADMIN or
SECURITY)
SECURITY (command can be issued by users with an access level of SECURITY)
Example
To display the current access level set for all TL1 commands:
Input
RTRV-CMD-SECU::ALL:TP1000;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"ACT-SWDL,ADMIN"
"ACT-USER,NONE"
"CANC-USER,NONE"
"CPY-MEM,ADMIN"
"DLT-SECU,SECURITY"
"DLT-USER-SECU,SECURITY"
"ED-CMD-SECU,ADMIN"
"ED-DAT,ADMIN"
"ED-EQPT,ADMIN"
"ED-PID,USER"
"ED-SYNC,ADMIN"
"ED-USER-SECU,SECURITY"
"ENT-PID,SECURITY"
"ENT-USER-SECU,SECURITY"
"INIT-LOG,ADMIN"
"INIT-SYS,ADMIN"
"OPR-ACO-ALL,USER"
"PING,USER"
"RTRV-ALM,USER"
"RTRV-ATTR,USER"
"RTRV-CMD-SECU,ADMIN"
"RTRV-COND,USER"
"RTRV-CRAFT,USER"
"RTRV-DAT,USER"
"RTRV-EQPT,USER"
"RTRV-HDR,NONE"
"RTRV-INV,USER"
"RTRV-LED,USER"
"RTRV-LOG,ADMIN"
"RTRV-MANF-INFO,SECURITY"
"RTRV-NETYPE,NONE"
"RTRV-SYNC,USER"
"RTRV-SYS-MODE,USER"
"RTRV-USER,USER"
"RTRV-USER-SECU,SECURITY"
"SET-ATTR,ADMIN"
"SET-SID,ADMIN"
"SET-SYS-MODE,ADMIN"
;
Autonomous Message
None
Syntax
RTRV-COND:[<tid>]:[<aid>]:[<ctag>];
or
RTRV-COND-ALL:[<tid>]:[<aid>]:[<ctag>];
Command Output
The following shows the output format of the command when the “ALL” aid is used,
and Table 2-15 explains the various fields in the command output:
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"SYS:<pwra>,<pwrb>,<expneqpt>,<extfault>,<ioc1eqpt>,
<ioc2eqpt>,<sysqlevel> <lastdat>,<lasttim>"<cr><lf>
"IMC:<ioc1comm>,<ioc2comm>"<cr><lf>
["IOC1:<iocstatus>,<ioccomm>,<imccomm>"<cr><lf>]
["IOC2:<iocstatus>,<ioccomm>,<imccomm>"<cr><lf>]
"GPS:<gpsstatus>"<cr><lf>
"PRS:<prsstatus>"<cr><lf>
"INP1:<inpstatus>"<cr><lf>
"INP2:<inpstatus>"<cr><lf>
"OUTA:<outstatus>"<cr><lf>
"OUTB:<outstatus>"<cr><lf>
"OUTC:<outstatus>"<cr><lf>
"OUTD:<outstatus>"<cr><lf>
"RTMA:<rtm1status>,<rtm2status>"<cr><lf>
"RTMB:<rtm1status>,<rtm2status>"<cr><lf>
"RTMC:<rtm1status>,<rtm2status>"<cr><lf>
"RTMD:<rtm1status>,<rtm2status>"<cr><lf>
"E422A:<outstatus>"<cr><lf>
"E422B:<outstatus>"<cr><lf>
"E422C:<outstatus>"<cr><lf>
"E422D:<outstatus>"<cr><lf>
“SNMP-MGR1,<mgr1>,<sender1>,<iftout1>,<ifretry1>”
“SNMP-MGR2,<mgr2>,<sender2>,<iftout2>,<ifretry2>”
“SNMP-MGR3,<mgr3>,<sender3>,<iftout3>,<ifretry3>”
“SNMP-MGR4,<mgr4>,<sender4>,<iftout4>,<ifretry4>”
“SNMP-MGR5,<mgr5>,<sender5>,<iftout5>,<ifretry5>”
“SNMP:<snmpport>,<trapport>”
;
Table 2-15. RTRV-COND Output Fields
Field Description
<aid> = SYS
pwra Indicates if the IMC has detected a loss of power at the Power A(B) connection. The
pwrb possible returned values can be either PWRA(B)-OK (no PWRA(B) alarm is
currently active), or PWRA(B)-ALM (a PWRA(B) alarm is currently active).
expneqpt Indicates if the connection to the expansion output panel was lost. The possible
returned values can be either EXP-OK (no EXPFAIL alarm is currently active), or
EXP-ALM (an EXPFAIL alarm is currently active).
ioc1eqpt Indicates if the system is equipped with an IOC module in the specified slot. The
ioc2eqpt possible returned values can be either IOC1(2)-EQPT (an IOC1(2)-EQPT event was
received), or IOC1(2)-UNEQPT (no IOC1(2)-EQPT event was received).
lastdat The date the system was last provisioned by a user, when the IOC was rebooted, or
the IOC module was removed or inserted. The format is YY-MM-DD.
lasttim The time the system was last provisioned by a user, when the IOC was rebooted, or
the IOC module was removed or inserted. The format is HH:MM:SS.
<aid> = IMC
ioc1comm Indicates if an IOC1(2) communication alarm currently is active. The possible returned
ioc2comm values can be either IOC1(2)COMM-OK (no IOC1(2)COMM alarm is currently active),
or IOC1(2)COMM-ALM (an IOC1(2)COMM alarm is currently active).
iocstatus The current status of the specified IOC module. The status can be either OK (no IOC
alarms are currently active for the specified module), or ALM (one or more IOC
alarms are currently active for the specified module).
Field Description
ioccomm Indicates if a communication alarm from the IOC1(2) to the IOC2(1) module is
currently active. The returned values can be IOC1(2)TO2(1)COMM-OK
(no IOC1(2)TO2(1)COMM alarm is currently active), or IOC1(2)TO2(1)COMM-ALM
(an IOC1(2)TO2(1)COMM alarm is currently active).
imccomm Indicates if a communication alarm from the IMC to the IOC2(1) module currently is
active. The returned values can be IMC1(2)COMM-OK (no IMC1(2)COMM alarm is
currently active), or IMC1(2)COMM-ALM (an IMC1(2)COMM alarm is currently
active).
<aid> = GPS
gpsstatus The current status of the GPS input. The status can be OK (no alarms are currently
active for the specified component), ALM (one or more alarms are currently active
for the specified component), or UNEQUIPPED (TPIUEQPT connectivity alarm).
<aid> = PRS
prsstatus The current status of the PRS input. The status can be OK (no alarms are currently
active for the specified component), or ALM (one or more alarms are currently active
for the specified component).
inpstatus The current status of the specified input, output, or system component. The status
can be OK (no alarms are currently active for the specified component), or ALM (one
or more alarms are currently active for the specified component).
outstatus The current status of the specified output module. The status can be OK (no alarms
are currently active for the specified component), ALM (one or more alarms are
currently active for the specified component), or UNEQUIPPED (the OUTgEQPT
module is removed from the shelf).
rtm1status The current status of the indicated port on the specified Retimer module. The status
rtm2status can be OK (no alarms are currently active for the specified component), ALM (one or
more alarms are currently active for the specified component), or UNEQUIPPED
(the RTMgEQPT module is removed from the shelf).
outstatus The current status of the specified EIA-422 output module. The status can be OK (no
alarms are currently active for the specified component), ALM (one or more alarms
are currently active for the specified component), or UNEQUIPPED (the
E422gEQPT module is removed from the shelf).
Example
To display the current state and status for all AIDs:
Input
RTRV-COND::ALL:TP1000;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"SYS:PWRA-OK,PWRB-OK,EXP-OK,EXT1-OK,EXT2-OK,IOC1-EQPT,
IOC2-EQPT,2,05-02-10 13:37:39"
"IMC:IOC1COMM-OK,IOC2COMM-OK"
"IOC1:OK,IOC1TO2COMM-OK,IMC1COMM-OK"
"IOC2:OK,IOC2TO1COMM-OK,IMC2COMM-OK"
"GPS:OK"
"PRS:OK"
"INP1:OK"
"INP2:OK"
"OUTA:OK"
"OUTB:OK"
"OUTC:OK"
"OUTD:OK"
"RTMA:UNEQUIPPED,UNEQUIPPED"
"RTMB:UNEQUIPPED,UNEQUIPPED"
"RTMC:UNEQUIPPED,UNEQUIPPED"
"RTMD:UNEQUIPPED,UNEQUIPPED"
"E422A:UNEQUIPPED"
"E422B:UNEQUIPPED"
"E422C:UNEQUIPPED"
"E422D:UNEQUIPPED"
;
Autonomous Message
None
Syntax
RTRV-CRAFT:[<tid>]::[<ctag>];
Notes:
The information displayed for the system input, output, and
expansion components is reported by the active IOC.
If neither IOC is active, the information for the input and output
components and some of the system components is determined by
the IOC1 module if it is installed, or the IOC2 module if the IOC1
module is not installed.
If the IMC module cannot read information from either IOC module,
the related information is not displayed in the command output.
If either an IOC1(2)EQPT or IOC1(2)COMM alarm is active, then no
IOC1(2) information is displayed.
Command Output
The following shows the output format of the command, and Table 2-16 describes
the various fields in the command output:
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"SYS:<pwra>,<pwrb>,<expeqpt>,<extalm1>,<extalm2>,<ioc1eqpt>,<ioc2eqpt>,<sysqlevel>,
<lastdat>,<lasttim>,<syncmode>,<refmode>,<inpref>,<clrdelay>,<fltdelay>,<inacttime>,
<logecho>,<evtformat>,<gpsclrdel>,<gpsfltdel>"<cr><lf>
"IMC:<ioc1comm>,<ioc2comm>"<cr><lf>
"COML:<baud>,<flow>,<echo>"<cr><lf>
"COMR:<baud>,<flow>,<echo>"<cr><lf>
"COMI:<ipaddr>,<ipgate>,<ipsubnet>,[<echo>]"<cr><lf>
[ "IOC1:<iocstatus>,<ioccomm>,<imccomm>,<iocstate>,<iocmode>,<clkmode>,<clktype>,
<scavail>"<cr><lf>]
[ "IOC2:<iocstatus>,<ioccomm>,<imccomm>,<iocstate>,<iocmode>,<clkmode>,<clktype>,
<scavail>"<cr><lf>]
"GPS:<gpsstatus>,<instate>,<qlevel>,<priority>,<utc>,<mode>,<pos>,<elevmask>"<cr><lf>
"PRS:<prsstatus>,<instate>,<qlevel>,<priority>,<frmtype>"<cr><lf>
"INP1:<inpstatus>,<instate>,<qlevel>,<priority>,<frmtype>,<spantype>,<rqlevel>,<crcena>,
<ssmena>,<ssmbit>"<cr><lf>
"INP2:<inpstatus>,<inpstate>,<qlevel>,<priority>,<frmtype>,<spantype>,<rqlevel>,<crcena>,
<ssmena>, <ssmbit>"<cr><lf>
"OUTA:<outstatus>,<outstate>,<frmtype>,<freeflt>,<holdflt>"<cr><lf>
"OUTB:<outstatus>,<outstate>,<frmtype>,<freeflt>,<holdflt>"<cr><lf>
"OUTC:<outstatus>,<outstate>,<frmtype>,<freeflt>,<holdflt>"<cr><lf>
"OUTD:<outstatus>,<outstate>,<frmtype>,<freeflt>,<holdflt>"<cr><lf>
"RTMA-1:<rtmstatus>,<rtmstate>,<rtmlbo>,<freeflt>,<holdflt>,<rtmslip>”<cr><lf>
"RTMA-2:<rtmstatus>,<rtmstate>,<rtmlbo>,<freeflt>,<holdflt>,<rtmslip>”<cr><lf>
"RTMB-1:<rtmstatus>,<rtmstate>,<rtmlbo>,<freeflt>,<holdflt>,<rtmslip>”<cr><lf>
"RTMB-2:<rtmstatus>,<rtmstate>,<rtmlbo>,<freeflt>,<holdflt>,<rtmslip>”<cr><lf>
"RTMC-1:<rtmstatus>,<rtmstate>,<rtmlbo>,<freeflt>,<holdflt>,<rtmslip>”<cr><lf>
"RTMC-2:<rtmstatus>,<rtmstate>,<rtmlbo>,<freeflt>,<holdflt>,<rtmslip>”<cr><lf>
"RTMD-1:<rtmstatus>,<rtmstate>,<rtmlbo>,<freeflt>,<holdflt>,<rtmslip>”<cr><lf>
"RTMD-2:<rtmstatus>,<rtmstate>,<rtmlbo>,<freeflt>,<holdflt>,<rtmslip>”<cr><lf>
"E422A:<outstatus>,<outstate>,<frmtype>,<freeflt>,<holdflt>”<cr><lf>
"E422B:<outstatus>,<outstate>,<frmtype>,<freeflt>,<holdflt>”<cr><lf>
"E422C:<outstatus>,<outstate>,<frmtype>,<freeflt>,<holdflt>”<cr><lf>
"E422D:<outstatus>,<outstate>,<frmtype>,<freeflt>,<holdflt>”<cr><lf>
"NTP:AUTHENTICATION,<authen>"<cr><lf>
"NTP:SERVER,<serveripl>,<keyid>,<minpoll>,<maxpoll>,>preferred>"<cr><lf>
...
"NTP:SERVER,<serveripl>,<keyid>,<minpoll>,<maxpoll>,>preferred>"<cr><lf>
“SNMP-MGR1,<mgr1>,<sender1>,<iftout1>,<ifretry1>”
“SNMP-MGR2,<mgr2>,<sender2>,<iftout2>,<ifretry2>”
“SNMP-MGR3,<mgr3>,<sender3>,<iftout3>,<ifretry3>”
“SNMP-MGR4,<mgr4>,<sender4>,<iftout4>,<ifretry4>”
“SNMP-MGR5,<mgr5>,<sender5>,<iftout5>,<ifretry5>”
“SNMP:<snmpport>,<trapport>”
;
Field Description
<aid> = SYS
pwra Indicates if the IMC has detected a loss of power at the Power A(B) connection.
pwrb PWRA(B)-OK – no PWRA(B) alarm is currently active
PWRA(B)-ALM – a PWRA(B) alarm is currently active
expneqpt Indicates if the connection to the expansion output panel was lost.
EXP-OK – no EXPFAIL alarm is currently active
EXP-ALM – an EXPFAIL alarm is currently active
extalm1 Indicates if external equipment is currently generating alarm(s).
extalm2 EXT1(2)-OK – no EXTALM1(2) alarm is currently active
EXT1(2)-ALM – an EXTALM1(2) alarm is currently active
ioc1eqpt Indicates if the system is equipped with an IOC module in the specified slot.
ioc2eqpt IOC1(2)-EQPT – an IOC1(2)EQPT event was received
IOC1(2)-UNEQPT – no IOC1(2)EQPT event was received
sysqlevel Indicates the system output quality level (1 through 9)
lastdat The date the system was last provisioned by a user.
The format is YY-MM-DD, where YY is the 2-digit year, MM is the 2-digit
representation of the month, and DD is the day of the month.
lasttim The time the system was last provisioned by a user.
The format is HH:MM:SS, where HH is the hour in 24-hour format, MM is the minutes,
and SS is the seconds.
syncmode The TimeProvider system’s currently provisioned operating mode:
SSU | SUB | PRR
Field Description
Field Description
Field Description
Field Description
<aid> = OUTg
outstatus The current status of the specified output group.
OK | ALM | UNEQUIPPED
outstate The state of the specified output group.
ENABLE | DISABLE
frmtype The framing type that the specified output group is provisioned to generate.
2M | CAS | D4 | ESF | CC | ISOLATED_1
freeflt The type of signal to be generated on the specified output group when the Local
Oscillator enters Free-run mode.
ON | SQUELCH AIS
holdflt The type of signal to be generated on the specified output group when the Local
Oscillator enters Holdover mode.
ON | SQUELCH AIS
<aid> = RTMg-p
rtmstatus The current status of the specified Retimer group and port.
OK | ALM | UNEQUIPPED
rtmstate The state of the specified Retimer group and port.
ENABLE | DISABLE
rtmlbo The line buildout for the specified Retimer group and port.
0|1|2|3|4
freeflt The type of signal to be generated on the specified Retimer group and port when the
Local Oscillator enters Free-run mode.
RETIME | CUTTHRU
holdflt The type of signal to be generated on the specified Retimer group and port when the
Local Oscillator enters Holdover mode.
RETIME | CUTTHRU
rtmslip The number of slips permitted in a 24-hour period.
0 | 1 | ... | 255
<aid> = E422g
outstatus The current status of the specified EIA-422 output group.
OK | ALM | UNEQUIPPED
outstate The state of the specified EIA-422 output group.
ENABLE | DISABLE
frmtype The framing type that the specified EIA-422 output group is provisioned to generate.
1.544MHz | 2M
freeflt The type of signal to be generated on the specified EIA-422 output group when the
Local Oscillator enters Free-run mode.
ON | SQUELCH
Field Description
holdflt The type of signal to be generated on the specified EIA-422 output group when the
Local Oscillator enters Holdover mode.
ON | SQUELCH
<aid> = NTP:AUTHENTICATION
<aid> = NTP:Server
Example
To display all current state, status, and provisioning information:
Input
RTRV-CRAFT:::TP1000;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"SYS:PWRA-OK,PWRB-OK,EXP-OK,EXT1-OK,EXT2-OK,IOC1-EQPT,IOC2-EQPT,1,05-02-02,
15-53-10,PRR,AUTO,GPS,5,5,0,ENABLE,10,100"
"IMC:IOC1COMM-OK,IOC2COMM-OK"
"COML:9600,NONE,DISABLE"
"COMR:9600,NONE,DISABLE"
"COMI:192.168.21.46,192.168.21.1,255.255.255.0,DISABLE"
"IOC1:OK,IOC1TO2COMM-OK,IMC1COMM-OK,INSRV,ACTIVE,LOCKED,TYPEI"
"IOC2:OK,IOC2TO1COMM-OK,IMC2COMM-OK,OOSRV,STANDBY,,ST2"
"GPS:OK,ENABLE,1,1,05-02-03,17-18-34,AUTO,30-28-8.39N,97-40-35.21W,266.4,10"
"PRS:OK,ENABLE,2,1,2M"
"INP1:ALM,ENABLE,2,1,2M,E1,2,DISABLE,DISABLE,8"
"INP2:ALM,ENABLE,2,1,2M,E1,2,DISABLE,DISABLE,8"
"OUTA:OK,DISABLE,2M,ON,ON"
"OUTB:OK,DISABLE,2M,SQUELCH,ON"
"OUTC:OK,ENABLE,2M,SQUELCH,ON"
"OUTD:OK,ENABLE,CC,ON,ON"
"RTMA-1:OK,ENABLE,0,RETIME,RETIME,ON"
"RTMA-2:OK,ENABLE,0,RETIME,RETIME,ON"
"RTMB-1:OK,ENABLE,2,RETIME,RETIME,ON"
"RTMB-2:OK,ENABLE,2,RETIME,RETIME,ON"
"RTMC-1:UNEQUIPPED,DISABLE,2,CUTTHRU,CUTTHRU,ON"
"RTMC-2:UNEQUIPPED,DISABLE,2,CUTTHRU,CUTTHRU,ON"
"RTMD-1:UNEQUIPPED,DISABLE,2,CUTTHRU,CUTTHRU,ON"
"RTMD-2:UNEQUIPPED,DISABLE,2,CUTTHRU,CUTTHRU,ON"
"E422A:OK,DISABLE,2M,SQUELCH,ON"
"E422B:OK,DISABLE,2M,SQUELCH,ON"
"E422C:OK,DISABLE,2M,SQUELCH,ON"
"E422D:OK,DISABLE,2M,SQUELCH,ON"
"NTP:AUTHENTICATION,ENABLE"
"NTP:SERVER,254.255.255.254,0,16,1024,NO"
;
Autonomous Message
None
Syntax
RTRV-DAT:[<tid>]:<aid>:[<ctag>];
Command Output
The following shows the output format of the command, and Table 2-17 explains the
various fields in the command output:
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
”SYS:date,time,offset”<cr><lf>
;
Field Description
Example
To display the currently set system date, time, and local offset:
Input
RTRV-DAT::SYS:TP1000;
Normal Response
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"SYS:05-02-10 13:37:39,00-00"
;
Autonomous Message
None
Syntax
RTRV-EQPT:[<tid>]:<aid>:[<ctag>]::<keyword>;
Field Description
<aid> The access identifier for the equipment component (refer to Edit
Equipment (ED-EQPT), on page 48 for valid <aid>).
Example
To display the current baud rate setting for the local serial communications (COML)
port:
Input
RTRV-EQPT::COML:TP1000::BAUD;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"COML:BAUD,9600"
;
Autonomous Message
None
Syntax
RTRV-GPS-STAT:[<tid>]::[<ctag>];
Field Description
Command Output
The following shows the output format of the command, and Table 2-19 explains the
various fields in the command output:
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"GPS:<mode>,<pos>"<cr><lf>
"GPS:<sv>,<hlth>,<snr>,<svel>,<svaz>"<cr><lf>
;
Example
To display the current GPS status:
Input
RTRV-GPS-STAT:::TP1000;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"GPS:AUTO,0-0-0.0N,0-0-0.0E,0.0"
;
Autonomous Message
None
Syntax
RTRV-HDR:[<tid>]::[<ctag>];
Example
To retrieve the response header from the TimeProvider:
Input
RTRV-HDR:::TP1000;
Normal Response
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
;
Autonomous Message
None
Syntax
RTRV-INV:[<tid>]::[<ctag>];
Field Description
clei The Common Language Equipment Identification (CLEI) code for the module.
mac The media access control (MAC) address that uniquely identifies the Ethernet
hardware for the IMC module. The format is aa-aa-aa-aa-aa-aa
Command Output
The following shows the output format of the command, and Table 2-20 explains the
various fields in the command output:
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"IMC:<p/n>,<s/n>,<clei>,<hw ver>,<fw ver>,<mac>"<cr><lf>
"IOC1:<p/n>,<s/n>,<clei>,<hw ver>,<fw ver>"<cr><lf>
"IOC2:<p/n>,<s/n>,<clei>,<hw ver>,<fw ver>"<cr><lf>
"RTMA:<p/n>,<s/n>,<clei>,<hw ver>"<cr><lf>
"RTMB:<p/n>,<s/n>,<clei>,<hw ver>"<cr><lf>
"RTMC:<p/n>,<s/n>,<clei>,<hw ver>"<cr><lf>
"RTMD:<p/n>,<s/n>,<clei>,<hw ver>"<cr><lf>
"E422A:<p/n>,<s/n>,<clei>,<hw ver>"<cr><lf>
"E422B:<p/n>,<s/n>,<clei>,<hw ver>"<cr><lf>
"E422C:<p/n>,<s/n>,<clei>,<hw ver>"<cr><lf>
"E422D:<p/n>,<s/n>,<clei>,<hw ver>"<cr><lf>
;
Example
To display the current system inventory:
Input
RTRV-INV:::TP1000;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"IMC:,12345,,,1.02.01.build.16,00-60-08-00-A0-6E"
"IOC1:090-58021-02,C12345,CLEI012345,B,1.02.07"
"IOC2:090-58022-02,C12345,CLEI012345,B,1.02.07"
"RTMA:090-5802x-02,C12345,CLEI012345
"RTMB:,,,"
"RTMC:,,,"
"RTMD:,,,"
"E422A:090-58071-02,C12345,CLEI012345,A"
"E422B:,,,"
"E422C:,,,"
"E422D:,,,"
;
Autonomous Message
None
Syntax
RTRV-LED:[<tid>]:[<aid>]:[<ctag>];
IMC Retrieves the status of the LED indicators on the IMC module.
IOC1 Retrieves the status of the LED indicators on the IOC1 module.
IOC2 Retrieves the status of the LED indicators on the IOC2 module.
Command Output
The following shows the output format of the command, and Table 2-21 explains the
various fields in the command output:
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
”<aid>:indicator,state”<cr><lf>
”<aid>:indicator,state”<cr><lf>
.
.
”<aid>:indicator,state”<cr><lf>
Field Description
indicator The name of the LED indicator for which the state is retrieved. This corresponds to the
label on the panel of the unit.
Example
To display the current state of all IMC and IOC module LED indicators:
Input
RTRV-LED:::TP1000;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"IMC:POWER,GREEN"
"IMC:FAIL,OFF"
"IMC:ALARM,RED"
"IMC:CRITICAL,RED"
"IMC:MAJOR,OFF"
"IMC:MINOR,OFF"
"IMC:ACO,OFF"
"IMC:ANTPOWER,GREEN"
"IMC:ANTSIG,GREEN"
"IOC1:POWER,GREEN"
"IOC1:FAIL,OFF"
"IOC1:ALARM,RED"
"IOC1:ACTIVE,GREEN"
"IOC1:HOLDOVER,OFF"
"IOC1:GPS,RED"
"IOC1:PRS-Q,RED"
"IOC1:PRS-A,OFF"
"IOC1:INP1-Q,OFF"
"IOC1:INP1-A,OFF"
"IOC1:INP2-Q,OFF"
"IOC1:INP2-A,OFF"
"IOC2:POWER,GREEN"
"IOC2:FAIL,OFF"
"IOC2:ALARM,RED"
"IOC2:ACTIVE,OFF"
"IOC2:HOLDOVER,OFF"
"IOC2:GPS,RED"
"IOC2:PRS-Q,RED"
"IOC2:PRS-A,OFF"
"IOC2:INP1-Q,OFF"
"IOC2:INP1-A,OFF"
"IOC2:INP2-Q,OFF"
"IOC2:INP2-A,OFF"
;
Autonomous Message
None
Note: Alarms with an alarm level set to NONE are not stored in the
event log.
Syntax
RTRV-LOG:[<tid>]:[<aid>]:[<ctag>][::<keyword>,[index],[,count][,[start date],
[stop date]];
Description
Parameter Value
See Table 2-22 for <keyword> descriptions.
<aid> ALL (or null) Retrieves events containing any aid.
IMC Retrieves events with an aid field of IMC.
IOC Retrieves events with an aid field of IOC.
IOCm Retrieves events with an aid field of IOCm, where:
m = “1” for the slot marked “IOC 1" on the main shelf
m = “2” for the slot marked “IOC 2" on the main shelf
GPS Retrieves events with an aid field of GPS.
PRS Retrieves events with an aid field of PRS.
INPp Retrieves events with an aid field of INPp, where:
p = “1” for the input marked INP 1 on the Input
Connector module
p = “2” for the input marked INP 2 on the Input
Connector module
OUTg Retrieves events with an aid field of OUTg, where:
g = “A” for the group marked “A” on the main shelf
g = “B” for the group marked “B” on the main shelf
g = “C” for the group marked “C” on the main shelf
g = “D” for the group marked “D” on the main shelf
RTMg Retrieves events with an aid field of RTMg, where:
g = “A” for the group marked “A” on the main shelf
g = “B” for the group marked “B” on the main shelf
g = “C” for the group marked “C” on the main shelf
g = “D” for the group marked “D” on the main shelf
E422g Retrieves events with an aid field of E422g, where:
g = “A” for the group marked “A” on the main shelf
g = “B” for the group marked “B” on the main shelf
g = “C” for the group marked “C” on the main shelf
g = “D” for the group marked “D” on the main shelf
ALL (or null) Retrieves both alarmed and non-alarmed events for the specified aid. N/A
index A specified value to skip that number of events before displaying data. 1 to 500
count A specified value to retrieve that number of recent events or alarms. 1 to 500
Command Output
The following shows the event output format of the command and Table 2-23
explain the various fields in the output. The Alarm format follows this explanation of
events and Table 2-24 explains the fields in the alarm output:
Field Description
aidtype Specifies if the event is associated with the internal operation of the system (EQPT),
or external to the system or facility (T1).
ntfcncde The notification code for the alarm or event. The notification code can be CR (critical
alarm), MJ (major alarm), MN (minor alarm), CL (clearing event), or NA
(non-alarmed event or report).
condtype The TL1 alarm or event code that is associated with the event or alarm.
Note: Table C-2 shows all of the possible TimeProvider event codes (event condition
types), and Table B-2 shows all of the possible TimeProvider alarm condition types.
condeff Defines the effect of the event on the system: CL indicates clearing of a standing
condition, SC indicates a standing condition is raised, and TC indicates a transition
of a condition.
Field Description
ocrtim The time that the event occurred, in the format HH:MM:SS.
condscr The description of the alarm or event. It is a quoted text string, preceded with the “\”
escape character.
Note: Table C-2 shows all of the possible TimeProvider event codes (event condition
strings), and Table B-2 shows all of the possible TimeProvider alarm condition types.
Input
RTRV-LOG:::IOC1:TP1000::EVT;
Field Description
aidtype Specifies if the event is associated with the internal operation of the system (EQPT),
or external to the system or facility (T1).
ntfcncde The notification code for the alarm or event. The notification code can be CR (critical
alarm), MJ (major alarm), MN (minor alarm), CL (clearing event), or NA
(non-alarmed event or report).
condtype The TL1 alarm or event code that is associated with the event or alarm.
Note: Table C-2 shows all of the possible TimeProvider event codes (event condition
types), and Table B-2 shows all of the possible TimeProvider alarm condition types.
srveff Whether the event is service affecting (SA) or non-service affecting (NSA).
ocrtim The time that the event occurred, in the format HH:MM:SS.
Field Description
condscr The description of the alarm or event. It is a quoted text string, preceded with the “\”
escape character.
Note: Table C-2 shows all of the possible TimeProvider event descriptions (event
condition strings), and Table B-2 shows all of the possible TimeProvider alarm and
clearing alarm condition strings.
Example
To retrieve all alarmed and non-alarmed events which have an aid field of IOC1:
Input
RTRV-LOG:::IOC1:TP1000::ALL;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"IOC1,EQPT:MN,CLKWARM,SA,05-02-10,12-00-10:\"CLOCK ENTERED WARM-UP MODE\""
"IOC1,EQPT:CL,CLKWARM,SA,05-02-10,12-07-37:\"CLOCK EXITED WARM-UP MODE\""
"IOC1,EQPT:MJ,CLKFREE,SA,05-02-10,12-07-37:\"CLOCK ENTERED FREE-RUN MODE\""
"IOC1,EQPT:NA,IOCMODE,NSA,05-02-10,12-07-40:\"IOC MODE IS, ACTIVE\""
"IOC1,EQPT:MJ,CLKFREE,SA,05-02-10,12-00-01:\"CLOCK ENTERED FREE-RUN MODE\""
"IOC1,EQPT:CL,CLKFREE,SA,05-02-10,12-00-01:\"CLOCK EXITED FREE-RUN MODE\""
"IOC1,EQPT:CR,CLKFREE,SA,05-02-10,12-00-01:\"CLOCK ENTERED FREE-RUN MODE\""
;
Autonomous Message
None
Syntax
RTRV-NETYPE:::[<ctag>];
Example
To retrieve the NE type from the TimeProvider:
Input
RTRV-NETYPE:::TP1000;
Normal Response
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"TimeProvider"
;
Autonomous Message
None
Syntax
RTRV-NTP-PEER:[<tid>]::[<ctag>];
Command Output
The following shows the event output format of the command. Table 2-25 describes
the fields in the response.
Field Description
status The status of the NTP server, as described in RFC 1305 Appendix B.
delay The client’s calculated root delay value for the NTP server.
offset The client’s calculated time offset value for the NTP server.
dispersion The client’s calculated root dispersion value for the NTP server.
Example
To retrieve the NTP peer information from the TimeProvider:
Input
RTRV-NTP-PEER:::TP-1100;
Normal Response
TP-1100 06-02-14 11:01:01
M 0 COMPLD
"172.16.21.35,1,reject,-23,3.951,4000.230,0.015,2618.640"
"172.16.21.54,16,reject,-16,0.000,0.000,0.000,4000.000"
"172.16.21.198,16,reject,-16,0.000,0.000,0.000,4000.000"
Autonomous Message
None
Retrieve PM (RTRV-PM)
This command displays the current set of performance monitoring data for one input
channel.
Syntax
RTRV-PM:[<tid>]:<aid>:[<ctag>]::<keyword>[,[<startdat>][,<starttim>],
[<stopdat>],[<stoptim]];
<keyword> Description
MTIE MTIE measurements for the current 600-second observation window, displayed in
1 ns resolution.
MTIE24 MTIE measurement over the previous 24-hour period of 1 ns resolution data.
PHASE 1 second phase data for the current 60 seconds of 100 ps resolution data.
TDEV24 TDEV measurement over the previous 24-hour period, displayed in ns as a decimal
value.
Field Description
<sampledat> For Phase and FFOFF data the date represents the date of the first
data sample of the data set. For MTIE and TDEV data the date
represents the last date the data was calculated.
<sampletim> For Phase and FFOFF data the time represents the time of the first
data sample of the data set. For MTIE and TDEV data the time
represents the last time the data was calculated.
<.> A value that indicates the difference or delta from the <monval>
Example
To retrieve FFOFF data:
Notes:
To select a specific set of accumulated FFOFF-60 data from the
previous 24 hours, enter the start date (startdat), start time
(starttim), stop date (stopdat), and stop time (stoptim).
If any startdat or starttm combination is null or outside of the
previous 24-hour window, the current 1-Hour 1-Minute Fractional
Frequency Offset data is displayed.
The first line of the record has the first measurement requested, the
timestamp (<sampletim>, <sampledat>) is associated with this
measurement.
Input
RTRV-PM::IOC1-GPS:TP1000::FFOFF-60;
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"IOCm-INPp:FFOFF-60,<monval>,<vldty>,<sampledat>,<sampletim>"<cr><lf>
“<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>"<cr><lf>
"<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>"<cr><lf>
Response Example
TIMEPROVIDER 05-02-10 13:37:39
M TP1000 COMPLD
"IOC1-GPS:FFOFF-60,-59,COMPL,05-02-03,19-00-32"
"10,-26,83,-101,-7,25,-31,-47,-32,183"
"-129,-64,-51,-27,52,-41,70,-14,-7,63"
"18,-89,-12,58,40,-101,-27,103,-4,10"
"-1,-21,-12,-4,-4,-7,15,-19,113,-66"
"42,10,-52,70,-94,22,87,-16,-74,113"
"-16,75,-51,-11,-112,220,-212,-84,107,"
;
Example
To retrieve MTIE data:
Input
RTRV-PM::IOC1-INP-2:TP1000::MTIE;
Response Format
<sid> <date> <time><cr><lf>
M <ctag> COMPLD<cr><lf>
"IOCm-INPp:MTIE-a,<monval>,<vldty>,<sampledat>,<sampletim>"<cr><lf>
"IOCm-INPp:MTIE-a,<monval>,<vldty>,<sampledat>,<sampletim>"<cr><lf>
Response Example
TIMEPROVIDER 05-02-10 13:37:39
M TP1000 COMPLD
"IOC1-INP2:MTIE-1,1,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-5,3,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-10,6,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-50,7,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-100,8,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-500,10,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-1000,15,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-5000,15,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-10000,15,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-50000,20,COMPL,05-02-10,12-00-00"
"IOC1-INP2:MTIE-86400,25,COMPL,05-02-10,12-00-00"
;
Example
To retrieve PHASE data:
Notes:
This data record provides the most recent 60 seconds of phase data.
The data resolution is 100pS resolution. PHASE1S and PHASE1M
data record resolution is 1 nS.
The first line of the record has the first measurement requested, the
timestamp (<sampletim>, <sampledat>) are associated with this
measurement.
Input
RTRV-PM::IOC1-GPS:TP1000::PHASE;
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"IOCm-INPp:PHASE,<monval>,<vldty>,<sampledat>,<sampletim>"<cr><lf>
"<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>"<cr><lf>
"<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>"<cr><lf>
Response Example
Example
To retrieve PHASE1S data:
Notes:
To select a specific set of accumulated phase data from the previous
24 hours, enter the start date (startdat), start time (starttim),
stop date (stopdat), and stop time (stoptim).
If any startdat or starttim combination is null or outside of the
previous 24 hour window, the current 1-Hour 1-Second Phase data
(1 nS resolution) is displayed.
The first line of the record has the first measurement requested, the
timestamp (<sampletim>, <sampledat>) are associated with this
measurement.
Input
RTRV-PM::IOC1-GPS:TP1000::PHASE1S;
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"IOCm-INPp:PHASE1S,<manval>,<vldty>,<sampledat>,<sampletim>"<cr><lf>
"<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>"<cr><lf>
"<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>"<cr><lf> <cr><lf><lf>
Response Example
TIMEPROVIDER 05-02-03 20:20:51
M TP1000 RTRV
"IOC1-GPS:PHASE1S,80,COMPL,05-02-03,19-20-42"
"0,-3,-2,-1,-1,1,2,3,1,2"
"2,-1,-2,-2,0,-3,0,1,3,1"
"2,1,0,0,-2,0,-1,-1,-2,0"
"1,2,0,1,1,0,-3,-2,-1,-1"
"-1,-2,2,2,2,0,2,2,0,-1"
"-1,0,-1,-1,-2,-1,0,1,3,2"
"2,2,1,0,-2,-1,0,-2,-1,0"
"0,-1,-1,-1,0,-2,0,-1,0,-1"
"0,0,1,3,3,3,3,2,0,-1"
"-1,-1,-1,-1,0,0,0,0,1,0"
"-1,0,0,0,-1,0,0,0,0,0"
"0,1,0,1,1,0,0,1,1,0"
"-3,-1,-2,-3,-2,-1,0,0,1,0"
"1,1,2,2,2,-1,-2,-2,-2,-2"
"-1,1,1,3,2,1,1,2,-1,-3"
"-2,0,-1,-1,1,3,2,0,-2,-1"
"-1,-1,-1,1,1,2,-1,-1,-2,0"
"0,0,2,3,3,0,-1,-1,-1,-2"
"0,0,0,0,0,0,0,1,3,0"
>
Example
To retrieve PHASE1M data:
Notes:
To select a specific set of accumulated phase data from the previous
7 days, enter the start date (startdat), start time (starttim), stop
date (stopdat), and stop time (stoptim).
If any startdat or starttim combination is null or outside of the
previous 24 hour window, the current 24-Hour 1-Minute Phase data (1
nS resolution) is displayed.
The first line of the record has the first measurement requested, the
timestamp (<sampletim>, <sampledat>) are associated with this
measurement.
Input
RTRV-PM::IOC1-GPS:TP1000::PHASE1M;
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"IOCm-INPp:PHASE1M,<monval>,<vldty>,<sampledat>,<sampletim>"<cr><lf>
"<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>"<cr><lf>
"<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>,<.>"<cr><lf>
Response Example
TIMEPROVIDER 05-02-03 20:34:20
M TP1000 COMPLD
"IOC1-GPS:PHASE1M,84,COMPL,05-02-03,19-33-32"
"-1,1,0,-3,0,1,0,1,0,1"
"-1,0,1,-1,1,3,0,-1,2,0"
"0,-2,1,0,1,-5,5,2,0,-1"
"-1,2,0,-2,0,-1,2,0,0,-3"
"3,1,5,-1,4,0,-1,-2,1,1"
"1,-1,-1,1,1,-2,-4,-3,-2,0"
;
Example
To retrieve TDEV24 data:
Input
RTRV-PM::IOC1-INP2:TP1000::TDEV24;
Response Format
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
"IOCm-INPp:TDEV-a,<monval>,<vldty>,<sampledat>,<sampletim>"
"IOCm-INPp:TDEV-a,<monval>,<vldty>,<sampledat>,<sampletim>"
;
Response Example
TIMEPROVIDER 05-02-03 12:00:23
M CTAG COMPLD
“IOC2-PRS:TDEV-1,0.9,COMPL,05-02-03,12-00-00”
“IOC2-PRS:TDEV-5,0.4,COMPL,05-02-03,12-00-00”
“IOC2-PRS:TDEV-10,0.3,COMPL,05-02-03,12-00-00”
“IOC2-PRS:TDEV-50,0.8,COMPL,05-02-03,12-00-00”
“IOC2-PRS:TDEV-100,1.1,COMPL,05-02-03,12-00-00”
“IOC2-PRS:TDEV-500,1.3,COMPL,05-02-03,12-00-00”
“IOC2-PRS:TDEV-1000,2.0,COMPL,05-02-03,12-00-00”
“IOC2-PRS:TDEV-5000,2.2,COMPL,05-02-03,12-00-00”
“IOC2-PRS:TDEV-7200,1.8,COMPL,05-02-03,12-00-00”
;
Autonomous Message
None
Syntax
RTRV-SYNC:[<tid>]:<aid>:[<ctag>]::<keyword>;
Description
Parameter Value See Table 2-6 for <keywords> and descriptions of their
possible <values>.
Field Description
<aid> The access identifier for the equipment component (Refer to Edit Sync
(ED-SYNC), on page 58 for valid <aid>)
<keyword> The specific equipment parameter being requested (Refer to Edit Sync
(ED-SYNC), on page 58 for valid <keyword>)
Example
To retrieve the current priority setting for input reference 2:
Input
RTRV-SYNC::INP2:TP1000::PRIORITY;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"INP2:PRIORITY,3"
;
Autonomous Message
None
Syntax
RTRV-SYS-MODE:[<tid>]::[<ctag>];
Example
To retrieve the currently provisioned system operating mode:
Input
RTRV-SYS-MODE:::TP1000;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
SYS,EQPT:SYSMODE,SSU
;
Autonomous Message
None
Syntax
RTRV-TH:[<tid>]:<aid>:[<ctag>][::<keyword>];
Example
To retrieve the value set for the performance threshold:
Input
RTRV-TH::PRS:TP1000;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
"MTIE-1,750,OK"
"MTIE-5,750,OK"
"MTIE-10,1000,OK"
"MTIE-50,2000,OK"
"MTIE-100,2000,OK"
"MTIE-500,2000,OK"
"FFOFF-60,2700,OK"
"INPFRQ,2000,OK"
"SLIPCHG,25,OK"
;
Autonomous Message
None
Syntax
RTRV-USER:[<tid>]::[<ctag>];
Example
To retrieve a listing of all currently logged on users:
Input
RTRV-USER:::TP1000;
Response Example
TP-SSU 05-02-10 13:37:39
M TP1000 COMPLD
FRANKJ
FRED
BILLG
;
Autonomous Message
None
Syntax
RTRV-USER-SECU:[<tid>]:[<uid>]:[<ctag>];
<uid> text string The user name assigned to the user whose access level is
retrieved.
Command Output
The following shows the output format of the command, and Table 2-31 explains the
various fields in the command output. If more than 20 lines are returned, the
response is divided into two blocks.
<cr><lf><lf>
sid date time<cr><lf>
M ctag COMPLD<cr><lf>
”username,access,<usertype>,<engineid>”<cr><lf>
”username,access,<usertype>,<engineid>”<cr><lf>
.
.
”username,access,<usertype>,<engineid>”<cr><lf>
;
Field Description
username The user name assigned to the user whose access level is displayed.
access The access level for the specified user. The access level can be one of the
following:
NONE (user can receive autonomous messages, and has very limited
command access)
USER (user can issue commands having an access level of NONE or USER)
ADMIN (user can issue commands having an access level of NONE, USER,
and ADMIN)
SECURITY (user can issue all commands)
Field Description
<engineid> The engineid for the specified SNMP prinicpal. This is a hexadecimal number with a
dot separating each byte.
Example
To display the current access level settings for all users that have been defined in
the system:
Input
RTRV-USER-SECU:::TP1000;
Response Example
TIMEPROVIDER 08-03-24 00:40:13
M 0 RTRV
"TL1SEC,SECURITY"
"TL1ADM,ADMIN"
"TL1USER,USER"
"TL1NONE,NONE"
"TL1SEC1,SECURITY"
"TL1ADM1,ADMIN"
"TL1USER1,USER"
"TL1NONE1,NONE"
"TEST1,NONE"
"TEST2,USER"
"TEST3,ADMIN"
"TEST4,SECURITY"
"TL1TEST1,NONE"
"TL1TEST2,USER"
"TL1TEST3,ADMIN"
"TL1TEST4,SECURITY"
"SNMPV3SEC,SECURITY,SNMPV3,"
"SNMPV1SEC,SECURITY,SNMPV1,"
"SNMPMD5DESSECINF,SECURITY,SNMPMD5DES,00.C0.A8.05.59"
"SNMPMD5USERINF,USER,SNMPMD5,AA.BB.CC.DD.14"
;
TIMEPROVIDER 08-03-24 00:40:13
M 0 COMPLD
"SNMPSHANONEINF,NONE,SNMPSHA,11.22.33.44.10"
"SNMPMD5DESSEC1234567,SECURITY,SNMPMD5DES,"
"SNMPMD5SEC1234567890,SECURITY,SNMPMD5,"
"SNMPSHASEC1234567890,SECURITY,SNMPSHA,"
"SNMPSHADESSEC1234567,SECURITY,SNMPSHADES,"
"SNMPMD5DESADM1234567,ADMIN,SNMPMD5DES,"
"SNMPSHADESUSER123456,USER,SNMPSHADES,"
"SNMPMD5NONE123456789,NONE,SNMPMD5,"
"SNMPSHADESSECINF,SECURITY,SNMPSHADES,AA.BB.CC.DD.EE.59"
"SNMPMD5DESNONEINF,NONE,SNMPMD5DES,11.22.33.44.55.66.42"
"SNMPV1NONETRAP123456,NONE,SNMPV1,"
"SNMPV2CSECNOTIF12345,SECURITY,SNMPV2C,"
"SNMPV2CADMINF1234567,ADMIN,SNMPV2C,"
Syntax
SET-ATTR:[<tid>]:<aid>:[<ctag>]::<keyword>[=<value>];
Description
Parameter Value
See Table 2-32 for <keyword> and <value> descriptions.
IMC Sets the alarm level for the specified Information Management
Card module alarm to the specified value.
IOCm Sets the alarm level for the specified alarm in the specified
Input/Output Card module to the specified value.
m = “1” for the slot marked “IOC 1" on the main shelf
m = “2” for the slot marked “IOC 2" on the main shelf
GPS Sets the alarm level for the GPS alarm to the specified value.
PRS Sets the alarm level for the PRS alarm to the specified value.
INPp Sets the alarm level for the alarm related to the specified input
port to the specified value.
p = “1” for the input marked INP 1 on the Input Connector
module
p = “2” for the input marked INP 2 on the Input Connector
module
E422g Sets the alarm level on the EIA-422 output group specified by g:
g = “A” for the group marked “A” on the main shelf
g = “B” for the group marked “B” on the main shelf
g = “C” for the group marked “C” on the main shelf
g = “D” for the group marked “D” on the main shelf
BRDGTIM 300 to In PRR mode, this sets the length of time, in seconds, the 900
(SYS aid 500000 system remains in bridging mode. seconds
only)
DISABLE Disables the Bridging mode.
ELEVTIME ENABLE Minor alarms elevate to Major, and Major alarms elevate to DISABLE
(SYS aid Critical after the system elevation time has elapsed.
only) Note: The system elevation time is 86400 seconds (24
hours), and cannot be changed.
FACTORY (none) Sets the alarm level for all alarms to their factory settings. N/A
(SYS aid
only)
Alarm ID NR The alarm level for the specified alarm is set as not-reported. N/A
Note: See Table B-1 for a list of alarm identifiers, and possible alarm
levels that can be set.
Refer to Table B-1 for a list of all of the TimeProvider Alarm Identifiers (Alarm IDs)
and a brief description of each. The table also shows the possible alarm levels that
can be set with the SET-ATTR command, whether or not the error delay is editable,
and certain other defaults for each Alarm ID.
Example
To set the system-level EXPFAIL event’s alarm level to critical:
Input
SET-ATTR::SYS:TP1000::EXPFAIL=CR;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 175 REPT EVT
"IMC,EQPT:ALMCHG,TC,05-02-10,13-35-56,,,,:\"ALARM PARAMETER HAS CHANGED,
EXPFAIL,CRITICAL\""
;
Syntax
SET-SID:[<tid>]::[<ctag>]::<keyword>=<value>;
Example
To set the system’s SID from “BLUE” to “TP-SSU”:
Input
SET-SID:::TP1000::SIDCHG=TP-SSU;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 449 REPT EVT
Syntax
SET-SYS-MODE:[<tid>]::[<ctag>]::<keyword>=<value>;
Example
To set the system’s operating mode to subtending:
Input
SET-SYS-MODE:::TP1000::SYSMODE=SUB;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 396 REPT EVT
Syntax
SET-TH:[<tid>]:<aid>:[<ctag>]::<keyword>[=<value>];
Description
Parameter Value
See Table 2-35 for <keyword> and <value> descriptions
MASK GPS–R | PRS | Set MTIE-x and FFOFF-60 thresholds to predefined See
DS1 | OCN | PRC settings. Table 2-36
| TYPEI | TYPEII
Table 2-35. SET-TH – Keywords and Values for all <aids> (Continued)
FFOFF-60 100 to 10000000 Fractional Frequency Offset threshold for 60 second 10 000 000
(ps/s) calculation period, defined in ps per s
DEFAULT 10 000 50 000 100 000 500 000 1 000 000 5 000 000 10 000 000
Example
To set the GPS FFOFF parameter:
Input
SET-TH::GPS:C::FFOFF-60=1000;
Normal Response
TP-SSU 05-02-10 13:35:56
M TP1000 COMPLD
;
Autonomous Message
TP-SSU 05-02-10 13:35:56
A 1166 REPT EVT
This appendix lists the TL1 commands by function: Table A-1 contains security and
administrative commands, Table A-2 contains system commands, and Table A-3
contains performance monitoring commands. Refer to Chapter 2, TL1 Command
Syntax and Description for detailed information.
Command Description
Activate User (ACT-USER), on Logs the specified existing user onto the system, and begins a
page 37 user session
Retrieve User (RTRV-USER), on Lists all users that are currently logged onto the TimeProvider
page 136
Cancel User (CANC-USER), on Terminates the specified user’s session, and logs the user out
page 38 of the system
Enter Password (ENT-PID), on Allows a security-level user to edit any user’s password in the
page 67 user database
Edit Password (ED-PID), on Allows users to edit their own password in the user database
page 57
Retrieve User Security Displays the access level of the specified user, or the access
(RTRV-USER-SECU), on level of all users
page 137
Delete Security (DLT-SECU), on Deletes all of the information from the user database
page 42
Delete User Security Allows a security-level user to delete any user in the user list
(DLT-USER-SECU), on page 43
Retrieve Command Security Retrieves the access level set for a specified command, or all
(RTRV-CMD-SECU), on page 91 commands
Edit Command Security Changes the access level of the specified command
(ED-CMD-SECU), on page 45
Activate Software Download Mode Places the information management card (IMC) in the firmware
(ACT-SWDL), on page 31 download mode prior to a firmware download
Command Description
Copy Memory (CPY-MEM), on Saves a module’s Istate in another module’s flash memory
page 39
Retrieve Date (RTRV-DAT), on Retrieves the system date, time, and local offset
page 107
Edit Date (ED-DAT), on page 47 Changes the system date and time
Edit Sync (ED-SYNC), on page 58 Changes factory settings and input and output port parameter
settings
Retrieve Circuit Identification Retrieves the circuit ID for the specified input or output
(RTRV-CKTID), on page 90
Edit Circuit Identifier (ED-CKTID), Changes the circuit ID for the specified input or output
on page 44
Retrieve Attribute (RTRV-ATTR), Retrieves the alarm level set for a specified alarm
on page 82
Initialize Event Log (INIT-LOG), on Clears the event log on the IMC module
page 72
Set System Mode Provisions the TimeProvider system’s operating mode to SSU,
(SET-SYS-MODE), on page 143 SUB, or PRR
Operate Alarm Cutoff Deactivates (opens) the minor, major, and critical audible alarm
(OPR-ACO-ALL), on page 75 relays
Set Source Identifier (SET-SID), Provisions the TimeProvider system’s source identifier (SID)
on page 142
Command Description
Retrieve BesTime Status Displays the BesTime status, the data indicates predicted
(RTRV-BESTIME-STAT), on BesTime ensemble information
page 85
Retrieve Built-In Self Test Displays all currently active faulted built-in self test information
(RTRV-BIST), on page 87 for either the IMC or IOC or both
Retrieve Condition (RTRV-COND), Retrieves information about the current state and status of
on page 94 system components
Retrieve Craft Data Retrieves information about the system state, clock mode of
(RTRV-CRAFT), on page 99 operation, input provisioning, and output provisioning
Retrieve GPS Status Displays the position of the GPS receiver, UTC time and status
(RTRV-GPS-STAT), on page 111 information for each of the GPS satellites in view
Retrieve Header (RTRV-HDR), on Displays the response header information, including the system
page 112 identifier (<sid>), and the system date and time
Retrieve LED Status (RTRV-LED), Retrieves the current state (color) of the various LED indicators
on page 115 that are on the panels of the IMC and IOC modules
Retrieve Network Equipment Type Retrieves the network equipment (NE) type from the unit
(RTRV-NETYPE), on page 121
Retrieve NTP Information Retrieves information about the NTP peer server
(RTRV-NTP-PEER), on page 122
Remove Equipment (RMV-EQPT), Allows the TimeProvider to test (ping) for network connectivity
on page 77
Command Description
Retrieve PM (RTRV-PM), on Displays the current set of performance monitoring data for one
page 124 input channel
Delete Performance Monitoring Deletes the current set of performance monitoring data for one
Data (DLT-PM-DATA), on page 41 input channel
Set Threshold (SET-TH), on Sets the alarm threshold for performance monitored data, for
page 145 example MTIE and Fractional Frequency Offset
Retrieve Threshold (RTRV-TH), on Displays the alarm level set for a particular alarm
page 134
Set Attribute (SET-ATTR), on Sets the alarm level that an event generates
page 140
Table B-1 provides a list of all alarm identifiers and a description of the alarm. The
AID type indicates if the event occurred in the unit (EQPT) or externally from an
input or output (T1). The table also shows if the alarm is service affecting (SA), or
non-service affecting (NSA)
Table B-2 is a list of alarm identifiers and conditional descriptions. The set and clear
alarm conditional description is the text that appears when the event occurs. In the
following example, INPLOS is the Alarm ID and LOS FAULT is the set condition
description.
"INP1,T1:CR,INPLOS,NSA,05-01-17,15-10-03,,:\"LOS FAULT\""
<aid> = SYS
Alarm Default
Alarm ID Error Error
Alarm Condition AID Service Level
or Delay Delay
Description Type Affecting
CONDTYPE Default Editable
SSU PRS SUB
<aid> = IMC
<aid> = IOC1
Alarm Default
Alarm ID Error Error
Alarm Condition AID Service Level
or Delay Delay
Description Type Affecting
CONDTYPE Default Editable
SSU PRS SUB
<aid> = IOC2
Alarm Default
Alarm ID Error Error
Alarm Condition AID Service Level
or Delay Delay
Description Type Affecting
CONDTYPE Default Editable
SSU PRS SUB
<aid> = GPS
Alarm Default
Alarm ID Error Error
Alarm Condition AID Service Level
or Delay Delay
Description Type Affecting
CONDTYPE Default Editable
SSU PRS SUB
Alarm Default
Alarm ID Error Error
Alarm Condition AID Service Level
or Delay Delay
Description Type Affecting
CONDTYPE Default Editable
SSU PRS SUB
<aid> = PRS
Alarm Default
Alarm ID Error Error
Alarm Condition AID Service Level
or Delay Delay
Description Type Affecting
CONDTYPE Default Editable
SSU PRS SUB
Alarm Default
Alarm ID Error Error
Alarm Condition AID Service Level
or Delay Delay
Description Type Affecting
CONDTYPE Default Editable
SSU PRS SUB
Alarm Default
Alarm ID Error Error
Alarm Condition AID Service Level
or Delay Delay
Description Type Affecting
CONDTYPE Default Editable
SSU PRS SUB
Alarm Default
Alarm ID Error Error
Alarm Condition AID Service Level
or Delay Delay
Description Type Affecting
CONDTYPE Default Editable
SSU PRS SUB
INPFRQ The specified input port’s T1 NSA IMMED NO MN MN NR
calculated received
frequency is exceeding
the pull-in range of the
local oscillator. The
received signal’s
calculated frequency
alarmed condition
disqualifies the input as
a possible reference.
After INPFRQ is set, the
alarm clears when the
input frequency is within
the defined pull-in range
limits.
INPTRR The specified CC input T1 NSA IMMED NO MN MN MN
port has a Tip/Ring
reversal on it’s
connection to the system.
EXDSC Input has had excessive T1 NSA IMMED NO MN MN MN
discontinuities. This is
indicated when there
are more than 3 signal
faults (OOF, BPV, CRC,
or AIS) within a 5-
minute window. The
alarm clears when the
5-minute window
contains less than 3
signal faults.
MTIE Input has exceeded at T1 NSA IMMED NO MN MN MN
least one of the MTIE
alarm thresholds.
<aid> = E422A | E422B | E422C | E422D
E422FAULT The EIA-422 Output T1 NSA IMMED NO NA NA NA
module is not functioning.
<aid> = RTMA[-p] | RTMB[-p] | RTMC[-p]. | RTMD[-p]
S1LOS LOS on Side 1 T1 NSA IMMED NO MN MN MN
S2LOS LOS on Side 2 T1 NSA IMMED NO NA NA NA
EXSLIP Excessive Slip Rate T1 NSA IMMED NO NA NA NA
RTMFAULT The Retimer module is T1 NSA IMMED NO‘ NA NA NA
not functioning properly
IOCSTATE IOC State has Changed, Unequipped IOC State has Changed, Equipped
SYNTHEOR Output Generator Exceeded Pull-in Range Output Generator Within Pull-in Range
IOCSTATE IOC State has Changed, Unequipped IOC State has Changed, Equipped
SYNTHEOR Output Generator Exceeded Pull-in Range Output Generator Within Pull-in Range
ANTCOMM GPS Antenna Comm Fault GPS Antenna Comm Fault Cleared
INPQL Quality Level (SSM) Exceeded Threshold Quality Level (SSM) Within Threshold
This appendix lists all events and describes the possible cause. Table C-1 is a list of
events and descriptions and Table C-2 is a list of event code conditional
descriptions.
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
ACCLVL The user ‘s system EQPT SECURITY – NONE – user has no access
access level has when no users USER – user can access user
changed in the database have been level commands
assigned to the ADMIN – user can access admin
system level commands
SECURITY – user can access
security level commands
ACO Audio Alarm was EQPT NA NA
deactivated
ALMCHG The IMC alarm EQPT NA Alarm Keywords and Values are
parameters have been shown in Appendix B, Alarms.
changed When a Value is changed, the
ALMCHG event is generated and
the keyword and value is
displayed.
AOMERGE Enable/Disable EQPT ENABLE ENABLE – Enables the
autonomous event autonomous messages to be
generation for the current displayed in the current session.
session. DISABLE – Disables the
autonomous messages from being
displayed in the current session.
BAUD The IMC serial port baud EQPT 9600 2400 | 9600 | 19200 | 38400 |
rate has changed 57600 | 115200
CMDCHG The command access EQPT ACCLVL=USER NONE | USER | ADMIN |
level was changed SECURITY
ECHO The communication EQPT DISABLE ENABLE – User keystrokes
session’s echo setting are echoed
has changed DISABLE – User keystrokes
are not echoed
EVTFORMAT The autonomous EQPT LEGACY LEGACY – TimeProvider’s
message response block legacy message block format
format has changed. GR833 – GR833-compliant
message block format
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
FEATURE A System feature has EQPT NTP The NTP feature has been
been enabled enabled.
FLOW The IMC serial port flow EQPT NONE NONE – No flow control
control has changed SW – Software flow control
XON/XOFF
HW – Hardware flow control
CTS/RTS
SWHW – Use both types of
flow control
FWFAIL The firmware upgrade of EQPT NA NA
IMC was unsuccessful.
The firmware upgrade of
the IOC was unsuccessful.
FWOK The firmware upgrade of EQPT NA NA
IMC was successful. The
firmware upgrade of the
IOC was successful.
IMCBIST The user has requested EQPT NA PASSED – test(s) passed
the IMC to perform a FAILED – test(s) failed
Built-in Self Test.
INACTTIME Set the communication EQPT 1800 0 = Disable timeout
inactivity timeout. If no 100 to 10000 (seconds)
user command is entered
within the specified time
the user’s session is
terminated.
INITLOG The event log has EQPT NA NA
initialized.
IPADDR The IMC Ethernet EQPT 0.0.0.0 1.0.0.1 to 254.255.255.254
address has changed.
IPGATE The IMC Ethernet gateway EQPT 0.0.0.0 1.0.0.1 to 254.255.255.254
address has changed.
IPSUB The IMC Ethernet subnet EQPT 255.255.255.0 1.0.0.1 to 254.255.255.254
mask has changed.
ISDIFF Indicates that the CRC of EQPT NA NA
two Istates images stored
on separate modules are
different.
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
CLKTYPE The specified IOC sets EQPT TYPEI ST3E | TYPEI | ST2 |TYPEII
the clock type to the
specified value. The
value is used to define
module pull in range and
SSM generation during
Holdover.
INPREF The specified input was EQPT PRS GPS | PRS | INP1 | INP2
selected as system
reference. The possible
references includes PRS,
INP1, or INP2. GPS is
reference in PRR mode
only
IOCMODE When an IOC becomes EQPT ACTIVE ACTIVE | STANDBY
the Active it generates an
event.
IOCSTATE The specified IOC EQPT INSRV INSRV – In Service
module was inserted into
the system. The module
is automatically
Placed-In-Service.
The User has specified EQPT INSRV OOSRV – Out of Service
the IOC module be taken
“Out of Service”. OOSRV
prevents the module from
generating alarms or
being provisioned or
queried for provisioned
settings, etc.
RESET When the IOC is EQPT NA NA
commanded to reset, it
generates an event
indicating that it is being
restarted.
Prior to restarting all
alarms associated with
the specified IOC is
cleared. Prior to
restarting, if the IOC is
the Active IOC it is
successfully placed in
Standby mode.
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
SYSMODE Configures the systems EQPT SSU SSU – Sync Supply Unit mode
mode of operation. of operation
SUB – Subtending TSG mode
of operation
PRR – Primary Reference
Receiver mode of operation
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
BRDGTIM Bridging Time, in PRR EQPT 900 seconds 300 to 500000 seconds | DISABLE
mode the amount of time
the system stays in
Bridging Mode
CLRDELAY The time, in seconds, EQPT 5 seconds 0 to 1000 seconds
before a faulted signal
indicates it is valid to be
used as a system
reference.
GPSCLRDEL The time, in seconds, EQPT 5 0 to 1000 seconds
after a cleared GPS fault
can be used.
ELEVTIME The alarm elevation time EQPT DISABLE ENABLE | DISABLE
(1440 minutes) was
Enabled or Disabled.
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
Event ID
AID
or Event Description Default Value Value Description
TYPE
CONDTYPE
RQLEVEL RECEIVED QUALITY LEVEL HAS CHANGED, <old quality value>, <new
quality value>
UTC GPS HAS SET SYSTEM TIME TO UTC, <UTC date, UTC time>
Index
Symbols B
<sid> BAUD keyword 50
retrieving 112 baud rate
setting 142 retrieving 101
setting 50
A BIST, retrieving results 87
BRDGTIM keyword 141
access levels, default command 24–25
access levels, user 23
C
ACCLVL keyword 45, 65
ACT-FEATURE command 29 CANC-USER command 38
activating NTP 29 cautions defined 10
active mode, IOC, setting 50 circuit identifier
ACT-SWDL command 31 editing 44
ACT-USER command 37 retrieving 90
adding a user 68 CKTIDCHG keyword 44
address, IP, setting 50 CLEI, retrieving 113
alarm CLKTYPE keyword 51
condition descriptions 161–163 CLRDELAY keyword 59
condition type 81, 119 comm port
deactivating relays 75 baud rate, retrieving 101
expansion panel 96, 100 baud rate, setting 50
external equipment 96, 100 craft data, retrieving 101
list 151–160 echo, enabling and disabling 49
notification code 81, 119 equipment parameters, retrieving 109
occurrence date 81, 119 equipment parameters, setting 48, 49–50
occurrence time 81, 119 flow control, setting 50
retrieving 79 command code block 15
retrieving attributes 82 command descriptions, TL1 31–146
service affecting 81, 119 commands
setting level 140 ACT-FEATURE 29
thresholds, retrieving 134 ACT-SWDL 31
thresholds, setting 145 ACT-USER 37
ALARM ID keyword 83, 141 CANC-USER 38
ALL keyword 83, 118 CPY-MEM 39
ALM keyword 118 DLT-PM-DATA 41
antenna DLT-SECU 41, 42
elevation mask, setting 51 DLT-USER-SECU 43
retrieving position 111 ED-CKTID 44
setting position 51 ED-CMD-SECU 45
AOMERGE keyword 49 ED-DAT 47
audience, intended 8 ED-EQPT 48
AUTHEN keyword 55 ED-EQPT, NTP 54
ED-PID 57
authentication, NTP, configuring 55
ED-SYNC 58
autonomous messages 20 ED-USER-SECU 65
ENT-PID 67
ENT-USER-SECU 68
INIT-LOG 72