ENTERASYS-SNTP-CLIENT-MIB

File: ENTERASYS-SNTP-CLIENT-MIB.mib (36419 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB ENTERASYS-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 Gauge32 TEXTUAL-CONVENTION
RowStatus DateAndTime TruthValue
MODULE-COMPLIANCE OBJECT-GROUP InetAddressType
InetAddress etsysModules

Defined Types

SntpClientOperModes  
A SNTP client may operate in one of several modes. ------------------------------------------------------- -- Any or all of these modes MAY be supported on a -- device. ------------------------------------------------------- disabled - SNTP is not operational. No SNTP requests are sent from the device nor are any received SNTP messages processed. unicast - SNTP operates in a point-to-point fashion. A unicast client sends a request to a designated server at its unicast address and expects a reply from which it can determine the time and, optionally, the round-trip delay and local clock offset relative to the server. multicast - SNTP operates in point-to-multipoint fashion. The SNTP server uses a multicast group address to send unsolicited SNTP messages to clients. The client listens on this address and sends no requests for updates. broadcast - This operates in the same manner as multicast mode but uses an IP local broadcast address instead of a multicast address. The broadcast address is scoped to a single subnet, while a multicast address has Internet wide scope. anycast - SNTP operates in a multipoint-to-point fashion. The SNTP client sends a request to a designated IPv4 or IPv6 local broadcast address or multicast group address. One or more anycast servers reply with their individual unicast addresses. The client binds to the first one received, then continues operation in unicast mode.
TEXTUAL-CONVENTION    
  BITS disabled(0), unicast(1), multicast(2), broadcast(3), anycast(4)  

SntpClientUpdateStatus  
SNTP client status values for directed SNTP requests and processing of unsolicited SNTP messages. These values are appropriate for all operational modes. other - None of the following enumeration values. success - The SNTP operation was successful and the system time was updated. requestTimedOut - A directed SNTP request timed out without receiving a response from the SNTP server. badDateEncoded - The time provided by the SNTP server is not valid. versionNotSupported - The SNTP version supported by the server is not compatible with the version supported by the client. serverUnsychronized - The SNTP server is not synchronized with its peers. This is indicated via the 'leap indicator' field on the SNTP message.
TEXTUAL-CONVENTION    
  INTEGER other(1), success(2), requestTimedOut(3), badDateEncoded(4), versionNotSupported(5), serverUnsychronized(6)  

EtsysSntpClientUServerEntry  
SEQUENCE    
  etsysSntpClientUServerAddrType InetAddressType
  etsysSntpClientUServerAddr InetAddress
  etsysSntpClientUServerPrecedence Unsigned32
  etsysSntpClientUServerLastUpdateTime DateAndTime
  etsysSntpClientUServerLastAttemptTime DateAndTime
  etsysSntpClientUServerLastAttemptStatus SntpClientUpdateStatus
  etsysSntpClientUServerNumRequests Counter32
  etsysSntpClientUServerNumFailedRequests Counter32
  etsysSntpClientUServerStatus RowStatus
  etsysSntpClientUServerAuthKey Unsigned32

EtsysSntpClientUAuthKeyEntry  
SEQUENCE    
  etsysSntpClientUAuthKey Unsigned32
  etsysSntpClientUAuthType INTEGER
  etsysSntpClientUAuthValue OCTET STRING
  etsysSntpClientUKeyTrusted TruthValue
  etsysSntpClientUAuthKeyStatus RowStatus

Defined Values

etsysSntpClientMIB 1.3.6.1.4.1.5624.1.2.38
This MIB module defines a portion of the SNMP MIB under the Enterasys Networks enterprise OID pertaining to SNTP client configuration and statistical collection.
MODULE-IDENTITY    

etsysSntpClientObjects 1.3.6.1.4.1.5624.1.2.38.1
OBJECT IDENTIFIER    

etsysSntpClientDevice 1.3.6.1.4.1.5624.1.2.38.1.1
OBJECT IDENTIFIER    

etsysSntpClientUnicast 1.3.6.1.4.1.5624.1.2.38.1.2
OBJECT IDENTIFIER    

etsysSntpClientMulticast 1.3.6.1.4.1.5624.1.2.38.1.3
OBJECT IDENTIFIER    

etsysSntpClientBroadcast 1.3.6.1.4.1.5624.1.2.38.1.4
OBJECT IDENTIFIER    

etsysSntpClientAnycast 1.3.6.1.4.1.5624.1.2.38.1.5
OBJECT IDENTIFIER    

etsysSntpClientVersion 1.3.6.1.4.1.5624.1.2.38.1.1.1
The SNTP version this device supports. As specified in RFC 2030, higher versions are required to be backwards compatible with all lower versions with the exception of version 0.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER version1(1), version2(2), version3(3), version4(4)  

etsysSntpClientSupportedMode 1.3.6.1.4.1.5624.1.2.38.1.1.2
The SNTP client operational modes that this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  SntpClientOperModes  

etsysSntpClientMode 0.1.3.6.1.4.1.5624.1.2.38.1.1.3
The current operational mode of the SNTP client. A SET of this object will cause the SNTP client to change operational modes. A SET request MUST have only 1 bit set since is not possible to operate in multiple modes simultaneously. SETs of this object are further limited to values supported by the device as specified by etsysSntpClientSupportedMode. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  SntpClientOperModes  

etsysSntpClientLastUpdateTime 1.3.6.1.4.1.5624.1.2.38.1.1.4
The local date and time that the SNTP client last updated the system time on the device since agent reboot. This time is updated for all non-disabled operational modes of the SNTP client. If the SNTP client has not updated the time then this object MUST return '00000000'H.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime Size(8)  

etsysSntpClientLastAttemptTime 1.3.6.1.4.1.5624.1.2.38.1.1.5
The local date and time of the last SNTP request or unsolicited SNTP message for this SNTP client since agent reboot. Essentially, this value is a timestamp for the etsysSntpClientLastAttemptStatus object. When the etsysSntpClientLastAttemptStatus has a value of success(2), this object's value should be equal to the value returned by etsysSntpClientLastUpdateTime. If no SNTP frames have been processed by the SNTP client then this value MUST return '00000000'H. This object is updated for all non-disabled operational modes of the SNTP client.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime Size(8)  

etsysSntpClientLastAttemptStatus 1.3.6.1.4.1.5624.1.2.38.1.1.6
The status of the last SNTP request or unsolicited SNTP message for this SNTP client since agent reboot. The status is updated for all non-disabled operational modes of the SNTP client.
Status: current Access: read-only
OBJECT-TYPE    
  SntpClientUpdateStatus  

etsysSntpClientAuthenticationEnable 1.3.6.1.4.1.5624.1.2.38.1.1.7
A flag indicating if SNTP authentication is enabled for the client device.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

etsysSntpClientMaxAuthenticationKeys 1.3.6.1.4.1.5624.1.2.38.1.1.8
The maximum number of authentication key entries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysSntpClientUnicastPollInterval 1.3.6.1.4.1.5624.1.2.38.1.2.1
The number of seconds between successive SNTP request transmissions. This polling interval is used for directed SNTP requests in unicast(1) operational mode. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 16..16284  

etsysSntpClientUnicastPollTimeout 1.3.6.1.4.1.5624.1.2.38.1.2.2
The number of seconds to wait for a response from a SNTP server before considering the attempt to have 'timed out'. This timeout is used for directed SNTP requests in unicast(1) operational mode. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..30  

etsysSntpClientUnicastPollRetry 1.3.6.1.4.1.5624.1.2.38.1.2.3
The number of times to retry a request to a SNTP server that has not successfully responded. This retry count is used for directed SNTP requests in unicast(1) operational mode. For example, assume this object has been SET to a value of 2. When the SNTP client queries a given server it will send 1 SNTP request frame. If that original attempt fails, the client will retry up to a maximum of 2 more times before giving up and attempting the next server. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..10  

etsysSntpClientUServerMaxEntries 1.3.6.1.4.1.5624.1.2.38.1.2.4
The maximum number of server entries that are allowed in the etsysSntpClientUServerTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..10  

etsysSntpClientUServerCurrEntries 1.3.6.1.4.1.5624.1.2.38.1.2.5
The current number of server entries in the etsysSntpClientUServerTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..10  

etsysSntpClientUServerTable 1.3.6.1.4.1.5624.1.2.38.1.2.6
A table containing configuration and statistical information for unicast SNTP servers. Each server entry is represented by single conceptual row in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysSntpClientUServerEntry

etsysSntpClientUServerEntry 1.3.6.1.4.1.5624.1.2.38.1.2.6.1
Information for a particular unicast SNTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysSntpClientUServerEntry  

etsysSntpClientUServerAddrType 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.1
This object specifies how etsysSntpClientUServerAddr is encoded. Support for all possible enumerations defined by InetAddressType is NOT REQUIRED.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

etsysSntpClientUServerAddr 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.2
The encoded unicast IP address or hostname of a SNTP server. Unicast SNTP requests will be sent to this address. If this address is a DNS hostname, then that hostname SHOULD be resolved into an IP address each time a SNTP request is sent to it.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(1..64)  

etsysSntpClientUServerPrecedence 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.3
The precedence that this server has in relation to its peers in the determining the sequence of servers that SNTP requests will be sent to. When the poll interval, as specified by etsysSntpClientUnicastPollInterval, expires the SNTP client on this device will send SNTP requests to the servers listed in this table. The client will continue sending requests to different servers until a successful response is received or all servers are exhausted. This object indicates the order in which to query the servers. A server entry with a precedence of 1 will be queried before a server with a precedence of 2, and so forth. If more than one server has the same precedence then the requesting order will follow the lexicographical ordering of the entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

etsysSntpClientUServerLastUpdateTime 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.4
The local date and time that the response from this server was used to update the system time on the device since agent reboot. If the SNTP client has not updated the time using a response from this server then this object MUST return '00000000'H.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime Size(8)  

etsysSntpClientUServerLastAttemptTime 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.5
The local date and time that this SNTP server was last queried since agent reboot. Essentially, this value is a timestamp for the etsysSntpClientUServerLastAttemptStatus object. If this server has not been queried then this object MUST return '00000000'H.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime Size(8)  

etsysSntpClientUServerLastAttemptStatus 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.6
The status of the last SNTP request to this server since agent reboot. If no requests have been made then this object should return 'other'.
Status: current Access: read-only
OBJECT-TYPE    
  SntpClientUpdateStatus  

etsysSntpClientUServerNumRequests 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.7
The number of SNTP requests made to this server since the last agent reboot. This includes retry attempts to the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysSntpClientUServerNumFailedRequests 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.8
The number of SNTP requests made to this server that did not result in a successful response since the last agent reboot. This includes retry attempts to the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysSntpClientUServerStatus 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.9
The row status of this conceptual row in the table. active - The server is available for use in SNTP client operations. Other writable leaves in this table MAY be modified while the row is in the active state. notInService - The entry is fully configured but is not available for use in SNTP client operations. Conceptual rows with this status MAY be deleted at the discretion of the agent, at which time it will be treated as if destroy(6) was SET to this object. createAndGo - This is the preferred mechanism for creating conceptual rows in this table. All writable leaves have default values so createAndGo will always transition a new entry to the active state. destroy - This will remove the conceptual row from the table and make it unavailable for SNTP client operations. This MUST also cause any persistent data related to this row to be removed from the system. Maintaining active(1) entries across agent reboots is REQUIRED.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysSntpClientUServerAuthKey 1.3.6.1.4.1.5624.1.2.38.1.2.6.1.10
The key ID number which is used by the server for SNTP authentication
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

etsysSntpClientUAuthKeyTable 1.3.6.1.4.1.5624.1.2.38.1.2.7
A table containing configuration information for trusted and untrusted SNTP authentication keys.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysSntpClientUAuthKeyEntry

etsysSntpClientUAuthKeyEntry 1.3.6.1.4.1.5624.1.2.38.1.2.7.1
Information for a particular SNTP authentication key.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysSntpClientUAuthKeyEntry  

etsysSntpClientUAuthKey 1.3.6.1.4.1.5624.1.2.38.1.2.7.1.1
This object specifies the authentication key number of the authentication key entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

etsysSntpClientUAuthType 1.3.6.1.4.1.5624.1.2.38.1.2.7.1.2
This object identifies the encryption algorithm used for SNTP authentication.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER md5(1), sha-1(2)  

etsysSntpClientUAuthValue 1.3.6.1.4.1.5624.1.2.38.1.2.7.1.3
This object specifies the authentication password which is used by the encryption algorithm for authentication.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

etsysSntpClientUKeyTrusted 1.3.6.1.4.1.5624.1.2.38.1.2.7.1.4
A flag indicating if this key is a trusted key.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

etsysSntpClientUAuthKeyStatus 1.3.6.1.4.1.5624.1.2.38.1.2.7.1.5
The row status of this conceptual row in the table. createAndGo - This is the preferred mechanism for creating conceptual rows in this table. All value contain a default value. If configured to use an etsysSntpClientUAuthKeyTable for authentication, etsysSntpClientUAuthValue must contain a OCTET STRING with a length greater than zero. destroy - This will remove the conceptual row from the table and make it unavailable for SNTP client operations. This MUST also cause any persistent data related to this row to be removed from the system. Maintaining active(1) entries across agent reboots is REQUIRED.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

etsysSntpClientMulticastDelay 1.3.6.1.4.1.5624.1.2.38.1.3.1
The number of microseconds it takes for an unsolicited SNTP multicast message to travel from the SNTP server to the SNTP client. This value is added to the time encoded in the SNTP message to derive the correct system time. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..999999  

etsysSntpClientMulticastCount 1.3.6.1.4.1.5624.1.2.38.1.3.2
The number of unsolicited multicast SNTP messages that have been received and processed by the SNTP client. Unsolicited SNTP multicast frames will not be counted unless the SNTP agent is operating in multicast(2) mode, as specified by etsysSntpClientMode. Maintaining the value of this object across agent reboots is NOT RECOMMENDED.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysSntpClientBroadcastDelay 1.3.6.1.4.1.5624.1.2.38.1.4.1
The number of microseconds it takes for an unsolicited SNTP broadcast message to travel from the SNTP server to the SNTP client. This value is added to the time encoded in the SNTP message to derive the correct time. Maintaining the value of this object across reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..999999  

etsysSntpClientBroadcastCount 1.3.6.1.4.1.5624.1.2.38.1.4.2
The number of unsolicited broadcast SNTP messages that have been received and processed by the SNTP client. Unsolicited SNTP broadcast frames will not be counted unless the SNTP agent is operating in broadcast(3) mode, as specified by etsysSntpClientMode. Maintaining the value of this object across agent reboots is NOT RECOMMENDED.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysSntpClientAnycastBindRequestInterval 1.3.6.1.4.1.5624.1.2.38.1.5.1
The number of seconds between SNTP anycast bind requests. This polling interval is used when the SNTP client is in anycast(4) operational mode and it is not bound to a SNTP server. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 16..16284  

etsysSntpClientAnycastPollInterval 1.3.6.1.4.1.5624.1.2.38.1.5.2
The number of seconds between SNTP request transmissions. This polling interval is used for directed SNTP requests in anycast(4) operational mode. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 16..16284  

etsysSntpClientAnycastPollTimeout 1.3.6.1.4.1.5624.1.2.38.1.5.3
The number of seconds to wait for a response from a SNTP server before considering the unicast request attempt to have 'timed out'. This timeout is used for directed SNTP requests in anycast(4) operational mode. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..30  

etsysSntpClientAnycastPollRetry 1.3.6.1.4.1.5624.1.2.38.1.5.4
The number of times to retry a unicast request to a SNTP server that has not successfully responded. This retry count is used for directed SNTP requests in anycast(4) operational mode. For example, assume this object has been SET to a value of 2. When the SNTP client queries the bound server it will send 1 SNTP request frame. If that original attempt fails, the client will retry up to a maximum of 2 more times before giving up and unbinding from the server. Once the client becomes unbound it will start sending out anycast bind requests at an interval specified by etsysSntpClientAnycastBindRequestInterval. Maintaining the value of this object across agent reboots is REQUIRED.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..10  

etsysSntpClientAnycastServerAddrType 1.3.6.1.4.1.5624.1.2.38.1.5.5
This object specifies how etsysSntpClientAnycastServerAddr is encoded. If the SNTP client is not bound to a server this object MUST return unknown(0). Maintaining the value of this object across agent reboots is NOT RECOMMENDED. Support for all possible enumerations defined by InetAddressType is NOT REQUIRED.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

etsysSntpClientAnycastServerAddr 1.3.6.1.4.1.5624.1.2.38.1.5.6
The encoded unicast IP address or hostname of the SNTP server that we are bound to in anycast mode. If the SNTP client is not bound to a server this object MUST return a zero-length string. Maintaining the value of this object across agent reboots is NOT RECOMMENDED.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(0..64)  

etsysSntpClientAnycastNumRequests 1.3.6.1.4.1.5624.1.2.38.1.5.7
The number of anycast bind requests sent from this device since the last agent reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysSntpClientAnycastNumPollRequests 1.3.6.1.4.1.5624.1.2.38.1.5.8
The number of unicast poll requests sent from this device while in anycast(4) operational mode since the last agent reboot. Unicast poll requests are only sent once the SNTP client has bound to a server. This includes retry attempts to the server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

etsysSntpClientConformance 1.3.6.1.4.1.5624.1.2.38.2
OBJECT IDENTIFIER    

etsysSntpClientGroups 1.3.6.1.4.1.5624.1.2.38.2.1
OBJECT IDENTIFIER    

etsysSntpClientCompliances 1.3.6.1.4.1.5624.1.2.38.2.2
OBJECT IDENTIFIER    

etsysSntpClientDeviceGroup 1.3.6.1.4.1.5624.1.2.38.2.1.1
A collection of objects providing device level control of a SNTP client on Enterasys Network's devices.
Status: current Access: read-only
OBJECT-GROUP    

etsysSntpClientUnicastGroup 1.3.6.1.4.1.5624.1.2.38.2.1.2
A collection of objects providing control and statistics for a SNTP client capable of operating in unicast mode.
Status: current Access: read-only
OBJECT-GROUP    

etsysSntpClientMulticastGroup 1.3.6.1.4.1.5624.1.2.38.2.1.3
A collection of objects providing control and statistics for a SNTP client capable of operating in multicast mode.
Status: current Access: read-only
OBJECT-GROUP    

etsysSntpClientBroadcastGroup 1.3.6.1.4.1.5624.1.2.38.2.1.4
A collection of objects providing control and statistics for a SNTP client capable of operating in broadcast mode.
Status: current Access: read-only
OBJECT-GROUP    

etsysSntpClientAnycastGroup 1.3.6.1.4.1.5624.1.2.38.2.1.5
A collection of objects providing control and statistics for a SNTP client capable of operating in anycast mode.
Status: current Access: read-only
OBJECT-GROUP    

etsysSntpClientUnicastAuthenticationGroup 1.3.6.1.4.1.5624.1.2.38.2.1.6
A collection of objects providing control and statistics for a SNTP client capable of operating in unicast mode with authentication.
Status: current Access: read-only
OBJECT-GROUP    

etsysSntpClientCompliance 1.3.6.1.4.1.5624.1.2.38.2.2.1
The compliance statement for devices that support etsysSntpClientMIB.
Status: current Access: read-only
MODULE-COMPLIANCE