AT-NTP-MIB
- Registered at
- 1.3.6.1.4.1.207.8.4.4.4.502
- Last updated
- 2010-09-07 00:00
- Organization
- Allied Telesis, Inc
- Revisions
- 2010-09-07 00:00, 2010-06-15 00:15, 2008-11-11 00:00
- Namespace
- allied
- Source file
AT-NTP-MIB- Digest
sha256:b169a15a80bd311170ac70ca82c6ff490a0a0ffe6d13446d1bd6d8ba25ed6693
Description
This MIB file contains definitions of managed objects for the Allied Telesis Network Time Protocol configuration.
Contact
http://www.alliedtelesis.com
Imports
| From | Symbols |
|---|---|
| AT-SMI-MIB | modules |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
AT-NTP-MIB AT-SMI-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| atNtpPeerIndexNext OBJECT-TYPE This object represents the next available value for the object 'atNtpPeerIndex'. For creation of a new entry in the 'atNtpPeerTable', a management application should read this object, get the value and use the same. | 1.3.6.1.4.1.207.8.4.4.4.502.6 | INTEGER (1..65535) | read-only | current |
| atNtpPeerTable OBJECT-TYPE This table contains information on the Network Time Protocol (NTP) peers' configurations in the system. | 1.3.6.1.4.1.207.8.4.4.4.502.7 | not-accessible | current | |
| atNtpPeerEntry OBJECT-TYPE A conceptual entry in atNtpPeerTable. | 1.3.6.1.4.1.207.8.4.4.4.502.7.1 | not-accessible | current | |
| atNtpPeerIndex OBJECT-TYPE This object represents the index corresponding to a particular NTP server or peer configuration in the system. For creation of a new entry, the value of this object should be same as that of the value of 'atNtpPeerIndexNext' object. If this is not the case, then the entry creation will fail. | 1.3.6.1.4.1.207.8.4.4.4.502.7.1.1 | INTEGER (1..65535) | not-accessible | current |
| atNtpPeerNameAddr OBJECT-TYPE This object represents host name, or the IP address, of the NTP peer. This object is a current object for row creation. When a new row is created, this object is set with a default value '0.0.0.0', and the management application should change it to a desired value by a SET operation. | 1.3.6.1.4.1.207.8.4.4.4.502.7.1.2 | DisplayString | read-write | current |
| atNtpPeerMode OBJECT-TYPE This object represents the mode of the peer. It's value is coded as follows: server(1), peer(2) | 1.3.6.1.4.1.207.8.4.4.4.502.7.1.3 | INTEGER {server(1), peer(2)} | read-write | current |
| atNtpPeerPreference OBJECT-TYPE This object specifies whether this peer is the preferred one over the others. It's value is encoded as follows: 0 - unknown 1 - not preferred 2 - preferred When the value of this object is 'not preferred', NTP chooses the peer with which to synchronize the time on the local system. If this object is set to 'preferred', NTP will choose the corresponding peer to synchronize the time with. | 1.3.6.1.4.1.207.8.4.4.4.502.7.1.4 | INTEGER (0..2) | read-write | current |
| atNtpPeerVersion OBJECT-TYPE This object represents the NTP version the peer supports. It's value is encoded as follows: 0 - unknown 1 - version 1 2 - version 2 3 - version 3 4 - version 4 | 1.3.6.1.4.1.207.8.4.4.4.502.7.1.5 | INTEGER (0..4) | read-write | current |
| atNtpPeerKeyNumber OBJECT-TYPE This object represents the authentication key number. | 1.3.6.1.4.1.207.8.4.4.4.502.7.1.6 | Unsigned32 | read-write | current |
| atNtpPeerRowStatus OBJECT-TYPE The status of this row. The reading of this object should have a value of 'active(1)'. For creation of new entry, a management application should set this object with value 'createAndGo(4)', and using the same value as that got from reading object 'atNtpPeerIndexNext', as the index for the new entry. When an entry is created, the object 'atNtpPeerNameAddr' in the entry is set with a default value '0.0.0.0'. The management application should change it to a desired value with a SET operation. The management application may need to take additional SET operations to set values for other objects, to ensure they have desired values. For deletion of entry, a management application should set this object with value 'destroy(6)'. Once an entry is deleted, other entries in the table which have bigger index than the deleted one, will be indexed again. Therefore a management application can effectively delete multiple entries by repeating the SET operation using the same index. | 1.3.6.1.4.1.207.8.4.4.4.502.7.1.7 | RowStatus | read-create | current |
| atNtpAssociationTable OBJECT-TYPE This table contains NTP association information. | 1.3.6.1.4.1.207.8.4.4.4.502.10 | not-accessible | current | |
| atNtpAssociationEntry OBJECT-TYPE An conceptual entry in atNtpAssociationTable. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1 | not-accessible | current | |
| atNtpAssociationIndex OBJECT-TYPE This object represents the index corresponding to a particular NTP association. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| atNtpAssociationPeerAddr OBJECT-TYPE This object represents the peer's IP address or host name. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.2 | DisplayString | read-only | current |
| atNtpAssocaitionStatus OBJECT-TYPE This object indicates the association's status. It's value is defined as follows: master(synced), master(unsynced), selected, candidate, configured, unknown. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.3 | DisplayString | read-only | current |
| atNtpAssociationConfigured OBJECT-TYPE This object indicates whether the association is from configuration or not. It's value can be either 'configured' or 'dynamic'. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.4 | DisplayString | read-only | current |
| atNtpAssociationRefClkAddr OBJECT-TYPE This object indicates the IP address for the reference clock. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.5 | DisplayString | read-only | current |
| atNtpAssociationStratum OBJECT-TYPE This object indicates the stratum of the peer clock. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.6 | Integer32 | read-only | current |
| atNtpAssociationPoll OBJECT-TYPE This object indicates the time between NTP requests from the device to the server. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.7 | Integer32 | read-only | current |
| atNtpAssociationReach OBJECT-TYPE This object indicates the reachability status of the peer. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.8 | Integer32 | read-only | current |
| atNtpAssociationDelay OBJECT-TYPE This object indicates the round trip delay between the device and the server. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.9 | DisplayString | read-only | current |
| atNtpAssociationOffset OBJECT-TYPE This object indicates the difference between the device clock and the server clock. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.10 | DisplayString | read-only | current |
| atNtpAssociationDisp OBJECT-TYPE This object indicates the lowest measure of error associated with peer offset based on delay, in seconds. | 1.3.6.1.4.1.207.8.4.4.4.502.10.1.11 | DisplayString | read-only | current |
| atNtpStatus OBJECT-IDENTITY | 1.3.6.1.4.1.207.8.4.4.4.502.11 | |||
| atNtpSysClockSync OBJECT-TYPE This object indicates whether the system clock is synchronized. | 1.3.6.1.4.1.207.8.4.4.4.502.11.1 | TruthValue | read-only | current |
| atNtpSysStratum OBJECT-TYPE This object represents the stratum of the local clock. | 1.3.6.1.4.1.207.8.4.4.4.502.11.2 | Integer32 | read-only | current |
| atNtpSysReference OBJECT-TYPE This object represents the current synchronization source. | 1.3.6.1.4.1.207.8.4.4.4.502.11.3 | DisplayString | read-only | current |
| atNtpSysFrequency OBJECT-TYPE This object represents the actual clock frequency. source. | 1.3.6.1.4.1.207.8.4.4.4.502.11.4 | Integer32 | read-only | current |
| atNtpSysPrecision OBJECT-TYPE Signed integer indicating the precision of the system clock, in seconds to the nearest power of two. The value is rounded to the next larger power of two; for instance, a 50-Hz(20 ms) or 60-Hz (16.67 ms) power-frequency clock would be assigned the value -5 (31.25 ms), while a 1000-Hz (1 ms) crystal-controlled clock would be assigned the value -9 (1.95 ms). | 1.3.6.1.4.1.207.8.4.4.4.502.11.5 | Integer32 | read-only | current |
| atNtpSysRefTime OBJECT-TYPE This object indicates the local time when the local clock was last updated. If the local clock has never been synchronized, the value is zero | 1.3.6.1.4.1.207.8.4.4.4.502.11.6 | OCTET STRING (SIZE(1..8)) | read-only | current |
| atNtpSysClkOffset OBJECT-TYPE This object indicates the offset of the local clock relative to the server clock, in milliseconds. | 1.3.6.1.4.1.207.8.4.4.4.502.11.7 | Integer32 | read-only | current |
| atNtpSysRootDelay OBJECT-TYPE This object indicats the total round-trip delay in milliseconds, to the primary reference source at the root of the synchronization subnet. | 1.3.6.1.4.1.207.8.4.4.4.502.11.8 | Integer32 | read-only | current |
| atNtpSysRootDisp OBJECT-TYPE This object indicates the maximum error in milliseconds, relative to the primary reference source at the root of the synchronization subnet. | 1.3.6.1.4.1.207.8.4.4.4.502.11.9 | Integer32 | read-only | current |