EdgeSwitch-SNTP-CLIENT-MIB

File: EdgeSwitch-SNTP-CLIENT-MIB.mib (28827 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB EdgeSwitch-REF-MIB IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter32 Gauge32 TEXTUAL-CONVENTION
RowStatus DateAndTime MODULE-COMPLIANCE
OBJECT-GROUP InetAddressType InetAddress
InetPortNumber fastPath InterfaceIndexOrZero

Defined Types

SntpClientAdminMode  
An SNTP client may operate in any of several modes. At least one mode other than disabled must be supported by a client. disabled - SNTP is not administrative. No SNTP requests are sent from the client 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. broadcast - SNTP operates using the local broadcast address. The broadcast address has a single subnet scope. The SNTP server uses a broadcast address to send unsolicited SNTP messages to clients. The client listens on this address and sends no requests for updates. The broadcast address is determined by the address and netmask of the service port over which the SNTP client is operating. multicast - SNTP operates in a point-to-multipoint fashion. A multicast client listens on the dedicated broadcast address or multicast group address.
TEXTUAL-CONVENTION    
  BITS disabled(0), unicast(1), broadcast(2), multicast(3)  

SntpClientUpdateStatus  
The status of the last received response or broadcast from a configured server. These values are appropriate for all administrative modes. other - None of the following enumeration values. success - The SNTP operation was successful and the system time was updated. requestTimedOut - An SNTP poll request timed out without receiving a response from the SNTP server. badDateEncoded - The time provided by the SNTP server was not valid. versionNotSupported - The SNTP version supported by the server is not compatible with the version supported by the client. This is indicated by the server returning a version later than the version configured for that server or a version of '0'. serverUnsychronized - The SNTP server is not synchronized with its peers. This is indicated via the 'leap indicator' field on the SNTP message. serverKissOfDeath - The SNTP server indicated that no further polls are to be sent to this server. This is indicated by a stratum field field equal to 0 in a message received from a server.
TEXTUAL-CONVENTION    
  INTEGER other(1), success(2), requestTimedOut(3), badDateEncoded(4), versionNotSupported(5), serverUnsychronized(6), serverKissOfDeath(7)  

AgentSntpClientUcastServerEntry  
SEQUENCE    
  agentSntpClientUcastServerIndex Unsigned32
  agentSntpClientUcastServerAddressType InetAddressType
  agentSntpClientUcastServerAddress InetAddress
  agentSntpClientUcastServerPort InetPortNumber
  agentSntpClientUcastServerVersion INTEGER
  agentSntpClientUcastServerPrecedence Unsigned32
  agentSntpClientUcastServerLastUpdateTime DateAndTime
  agentSntpClientUcastServerLastAttemptTime DateAndTime
  agentSntpClientUcastServerLastAttemptStatus SntpClientUpdateStatus
  agentSntpClientUcastServerNumRequests Counter32
  agentSntpClientUcastServerNumFailedRequests Counter32
  agentSntpClientUcastServerRowStatus RowStatus

Defined Values

agentSntpClientMIB 1.3.6.1.4.1.4413.1.1.17
This MIB module defines a portion of the SNMP MIB under the Broadcom Inc enterprise OID pertaining to SNTP client configuration and statistical collection.
MODULE-IDENTITY    

agentSntpClientObjects 1.3.6.1.4.1.4413.1.1.17.1
OBJECT IDENTIFIER    

agentSntpClient 1.3.6.1.4.1.4413.1.1.17.1.1
OBJECT IDENTIFIER    

agentSntpClientUnicast 1.3.6.1.4.1.4413.1.1.17.1.2
OBJECT IDENTIFIER    

agentSntpClientBroadcast 1.3.6.1.4.1.4413.1.1.17.1.3
OBJECT IDENTIFIER    

agentSntpClientVersion 1.3.6.1.4.1.4413.1.1.17.1.1.1
The highest SNTP version this client supports. Per 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)  

agentSntpClientSupportedMode 1.3.6.1.4.1.4413.1.1.17.1.1.2
The SNTP client administrative modes that this device supports. A client may support more than one administrative mode.
Status: current Access: read-only
OBJECT-TYPE    
  SntpClientAdminMode  

agentSntpClientMode 1.3.6.1.4.1.4413.1.1.17.1.1.3
The current administrative mode of the SNTP client. A SET of this object will cause the SNTP client to change administrative 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 limited to values supported by the device as specified by agentSntpClientSupportedMode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), unicast(1), broadcast(2), multicast(3)  

agentSntpClientPort 1.3.6.1.4.1.4413.1.1.17.1.1.4
The local port number used to listen for broadcasts and responses from servers.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber 0 | 123 | 1025..65535  

agentSntpClientLastUpdateTime 1.3.6.1.4.1.4413.1.1.17.1.1.5
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 administrative modes of the SNTP client. If the SNTP client has not updated the time then the client MUST return '00000000'H.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

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

agentSntpClientLastAttemptStatus 1.3.6.1.4.1.4413.1.1.17.1.1.7
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 administrative modes of the SNTP client.
Status: current Access: read-only
OBJECT-TYPE    
  SntpClientUpdateStatus  

agentSntpClientServerAddressType 1.3.6.1.4.1.4413.1.1.17.1.1.8
The address type of the SNTP server as identified by the last received packet. Support for all address types is NOT REQUIRED.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

agentSntpClientServerAddress 1.3.6.1.4.1.4413.1.1.17.1.1.9
The encoded address of the SNTP server as identified by the last received packet.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(1..64)  

agentSntpClientServerMode 1.3.6.1.4.1.4413.1.1.17.1.1.10
This is a 3-bit integer identifying the mode of the server as indicated in the last received packet with values defined as follows: Mode Meaning ------------------------------------ 0 reserved 1 symmetric active 2 symmetric passive 3 client 4 server 5 broadcast 6 reserved for NTP control message 7 reserved for private use
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..7  

agentSntpClientServerStratum 1.3.6.1.4.1.4413.1.1.17.1.1.11
This is an 8-bit integer identifying the stratum of the server as indicated in the last received packet with values defined as follows: Stratum Meaning ------------------------------------ 0 unspecified 1 primary reference 2-15 secondary reference 16-255 reserved
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

agentSntpClientServerRefClkId 1.3.6.1.4.1.4413.1.1.17.1.1.12
This is the value of the Reference Identifier in the last received packet defined as follows. Reference Identifier: This is a 32-bit bitstring identifying the particular reference source. In the case of NTP Version 3 or Version 4 stratum-0 (unspecified) or stratum-1 (primary) servers, this is a four-character ASCII string, left justified and zero padded to 32 bits. In NTP Version 3 secondary servers, this is the 32-bit IPv4 address of the reference source. In NTP Version 4 secondary servers, this is the low order 32 bits of the latest transmit timestamp of the reference source.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(4)  

agentSntpClientPollInterval 1.3.6.1.4.1.4413.1.1.17.1.1.13
The minimum number of seconds between successive SNTP polls of the server in seconds as a power of two. This polling interval is used for SNTP requests in unicast(1) or broadcast(2) administrative mode.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Unsigned32 6..10  

agentSntpClientSourceInterface 1.3.6.1.4.1.4413.1.1.17.1.1.14
A source-interface selection on an Interface Index (like vlan based routing interface, port based routing interface, loopback interface, tunnel interface). A non-zero value indicates ifIndex for the corresponding interface entry in the ifTable is selected. A zero value indicates the source-interface un-selection.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

agentSntpClientUnicastPollInterval 1.3.6.1.4.1.4413.1.1.17.1.2.1
The minimum number of seconds between successive SNTP polls of the server in seconds as a power of two. This polling interval is used for SNTP requests in unicast(1) administrative mode.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 6..10  

agentSntpClientUnicastPollTimeout 1.3.6.1.4.1.4413.1.1.17.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 SNTP requests in unicast(1) administrative mode.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..30  

agentSntpClientUnicastPollRetry 1.3.6.1.4.1.4413.1.1.17.1.2.3
The number of times to retry a request to the same SNTP server that has 'timed out.'. This retry count is used for directed SNTP requests in unicast(1) administrative 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 declaring the unicast poll unsuccessful and attempting the next server.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..10  

agentSntpClientUcastServerMaxEntries 1.3.6.1.4.1.4413.1.1.17.1.2.4
The maximum number of server entries that are allowed in the agentSntpClientUcastServerTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentSntpClientUcastServerCurrEntries 1.3.6.1.4.1.4413.1.1.17.1.2.5
The current number of server entries in the agentSntpClientUcastServerTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 0..3  

agentSntpClientUcastServerTable 1.3.6.1.4.1.4413.1.1.17.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  
    AgentSntpClientUcastServerEntry

agentSntpClientUcastServerEntry 1.3.6.1.4.1.4413.1.1.17.1.2.6.1
Information for a particular unicast SNTP server.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentSntpClientUcastServerEntry  

agentSntpClientUcastServerIndex 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.1
This object uniquely identifies the entry in the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

agentSntpClientUcastServerAddressType 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.2
This object specifies how agentSntpClientUcastServerAddr is encoded. Support for all possible enumerations defined by InetAddressType is NOT REQUIRED.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

agentSntpClientUcastServerAddress 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.3
The encoded internet address of an 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: read-create
OBJECT-TYPE    
  InetAddress Size(1..64)  

agentSntpClientUcastServerPort 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.4
The port number on the server to which poll requests are sent. A set request MUST NOT use a value of 0 for this object.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber 1..65535  

agentSntpClientUcastServerVersion 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.5
The SNTP version this server supports. This is the value that will be encoded in NTP polls when operating in unicast(1) administrative mode.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER version1(1), version2(2), version3(3), version4(4)  

agentSntpClientUcastServerPrecedence 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.6
The precedence that this server has in relation to its peers in the determining the sequence of servers to which SNTP requests will be sent. The client continues 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 request order will follow the lexicographical ordering of the entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3  

agentSntpClientUcastServerLastUpdateTime 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.7
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  

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

agentSntpClientUcastServerLastAttemptStatus 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.9
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  

agentSntpClientUcastServerNumRequests 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.10
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  

agentSntpClientUcastServerNumFailedRequests 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.11
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  

agentSntpClientUcastServerRowStatus 1.3.6.1.4.1.4413.1.1.17.1.2.6.1.12
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. The agent MAY transition a row from the active to notInService upon receipt of a kiss of death packet from the server. createAndGo - This is the preferred mechanism for creating conceptual rows in this table. This value can never be read as the row will always transition immediately to either active or notInService. destroy - This will remove the conceptual row from the table and make it unavailable for SNTP client operations.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentSntpClientBroadcastCount 1.3.6.1.4.1.4413.1.1.17.1.3.1
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 agentSntpClientMode.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

agentSntpClientBroadcastInterval 1.3.6.1.4.1.4413.1.1.17.1.3.2
The number of seconds the client will wait before processing another broadcast packet expressed as a power of two. Packets received during the wait interval are silently discarded.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 6..10  

agentSntpClientConformance 1.3.6.1.4.1.4413.1.1.17.2
OBJECT IDENTIFIER    

agentSntpClientGroups 1.3.6.1.4.1.4413.1.1.17.2.1
OBJECT IDENTIFIER    

agentSntpClientCompliances 1.3.6.1.4.1.4413.1.1.17.2.2
OBJECT IDENTIFIER    

agentSntpClientDeviceGroup 1.3.6.1.4.1.4413.1.1.17.2.1.1
A collection of objects providing device level control of an SNTP client on EdgeSwitch enabled devices.
Status: current Access: read-write
OBJECT-GROUP    

agentSntpClientUnicastGroup 1.3.6.1.4.1.4413.1.1.17.2.1.2
A collection of objects providing control and statistics for an SNTP client capable of operating in unicast mode.
Status: current Access: read-write
OBJECT-GROUP    

agentSntpClientBroadcastGroup 1.3.6.1.4.1.4413.1.1.17.2.1.3
A collection of objects providing control and statistics for an SNTP client capable of operating in broadcast mode.
Status: current Access: read-write
OBJECT-GROUP    

agentSntpClientCompliance 1.3.6.1.4.1.4413.1.1.17.2.2.1
The compliance statement for devices that support agentSntpClient.
Status: current Access: read-write
MODULE-COMPLIANCE