NETGEAR-SNTP-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: NETGEAR


 Home MIB: NETGEAR-SNTP-CLIENT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 agentSntpClientMIB 1.3.6.1.4.1.4526.10.17
This MIB module defines a portion of the SNMP MIB under the Netgear enterprise OID pertaining to SNTP client configuration and statistical collection.
       agentSntpClientObjects 1.3.6.1.4.1.4526.10.17.1
           agentSntpClient 1.3.6.1.4.1.4526.10.17.1.1
               agentSntpClientVersion 1.3.6.1.4.1.4526.10.17.1.1.1 integer read-only
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. Enumeration: 'version4': 4, 'version1': 1, 'version2': 2, 'version3': 3.
               agentSntpClientSupportedMode 1.3.6.1.4.1.4526.10.17.1.1.2 sntpclientadminmode read-only
The SNTP client administrative modes that this device supports. A client may support more than one administrative mode.
               agentSntpClientMode 1.3.6.1.4.1.4526.10.17.1.1.3 integer read-write
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. Enumeration: 'disabled': 0, 'unicast': 1, 'broadcast': 2, 'multicast': 3.
               agentSntpClientPort 1.3.6.1.4.1.4526.10.17.1.1.4 inetportnumber read-write
The local port number used to listen for broadcasts and responses from servers. A set request MUST NOT use a value of 0 for this object.
               agentSntpClientLastUpdateTime 1.3.6.1.4.1.4526.10.17.1.1.5 dateandtime read-only
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.
               agentSntpClientLastAttemptTime 1.3.6.1.4.1.4526.10.17.1.1.6 dateandtime read-only
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.
               agentSntpClientLastAttemptStatus 1.3.6.1.4.1.4526.10.17.1.1.7 sntpclientupdatestatus read-only
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.
               agentSntpClientServerAddressType 1.3.6.1.4.1.4526.10.17.1.1.8 inetaddresstype read-only
The address type of the SNTP server as identified by the last received packet. Support for all address types is NOT REQUIRED.
               agentSntpClientServerAddress 1.3.6.1.4.1.4526.10.17.1.1.9 inetaddress read-only
The encoded address of the SNTP server as identified by the last received packet.
               agentSntpClientServerMode 1.3.6.1.4.1.4526.10.17.1.1.10 unsigned32 read-only
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
               agentSntpClientServerStratum 1.3.6.1.4.1.4526.10.17.1.1.11 unsigned32 read-only
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
               agentSntpClientServerRefClkId 1.3.6.1.4.1.4526.10.17.1.1.12 octet string read-only
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.
           agentSntpClientUnicast 1.3.6.1.4.1.4526.10.17.1.2
               agentSntpClientUnicastPollInterval 1.3.6.1.4.1.4526.10.17.1.2.1 unsigned32 read-write
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.
               agentSntpClientUnicastPollTimeout 1.3.6.1.4.1.4526.10.17.1.2.2 unsigned32 read-write
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.
               agentSntpClientUnicastPollRetry 1.3.6.1.4.1.4526.10.17.1.2.3 unsigned32 read-write
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.
               agentSntpClientUcastServerMaxEntries 1.3.6.1.4.1.4526.10.17.1.2.4 unsigned32 read-only
The maximum number of server entries that are allowed in the agentSntpClientUcastServerTable.
               agentSntpClientUcastServerCurrEntries 1.3.6.1.4.1.4526.10.17.1.2.5 gauge32 read-only
The current number of server entries in the agentSntpClientUcastServerTable.
               agentSntpClientUcastServerTable 1.3.6.1.4.1.4526.10.17.1.2.6 no-access
A table containing configuration and statistical information for unicast SNTP servers. Each server entry is represented by single conceptual row in this table.
                   agentSntpClientUcastServerEntry 1.3.6.1.4.1.4526.10.17.1.2.6.1 no-access
Information for a particular unicast SNTP server.
                       agentSntpClientUcastServerIndex 1.3.6.1.4.1.4526.10.17.1.2.6.1.1 unsigned32 no-access
This object uniquely identifies the entry in the table.
                       agentSntpClientUcastServerAddressType 1.3.6.1.4.1.4526.10.17.1.2.6.1.2 inetaddresstype read-only
This object specifies how agentSntpClientUcastServerAddr is encoded. Support for all possible enumerations defined by InetAddressType is NOT REQUIRED.
                       agentSntpClientUcastServerAddress 1.3.6.1.4.1.4526.10.17.1.2.6.1.3 inetaddress read-only
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.
                       agentSntpClientUcastServerPort 1.3.6.1.4.1.4526.10.17.1.2.6.1.4 inetportnumber read-only
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.
                       agentSntpClientUcastServerVersion 1.3.6.1.4.1.4526.10.17.1.2.6.1.5 integer read-only
The SNTP version this server supports. This is the value that will be encoded in NTP polls when operating in unicast(1) administrative mode. Enumeration: 'version4': 4, 'version1': 1, 'version2': 2, 'version3': 3.
                       agentSntpClientUcastServerPrecedence 1.3.6.1.4.1.4526.10.17.1.2.6.1.6 unsigned32 read-only
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.
                       agentSntpClientUcastServerLastUpdateTime 1.3.6.1.4.1.4526.10.17.1.2.6.1.7 dateandtime read-only
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.
                       agentSntpClientUcastServerLastAttemptTime 1.3.6.1.4.1.4526.10.17.1.2.6.1.8 dateandtime read-only
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.
                       agentSntpClientUcastServerLastAttemptStatus 1.3.6.1.4.1.4526.10.17.1.2.6.1.9 sntpclientupdatestatus read-only
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'.
                       agentSntpClientUcastServerNumRequests 1.3.6.1.4.1.4526.10.17.1.2.6.1.10 counter32 read-only
The number of SNTP requests made to this server since the last agent reboot. This includes retry attempts to the server.
                       agentSntpClientUcastServerNumFailedRequests 1.3.6.1.4.1.4526.10.17.1.2.6.1.11 counter32 read-only
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.
                       agentSntpClientUcastServerRowStatus 1.3.6.1.4.1.4526.10.17.1.2.6.1.12 rowstatus read-only
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.
           agentSntpClientBroadcast 1.3.6.1.4.1.4526.10.17.1.3
               agentSntpClientBroadcastCount 1.3.6.1.4.1.4526.10.17.1.3.1 counter32 read-only
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.
               agentSntpClientBroadcastInterval 1.3.6.1.4.1.4526.10.17.1.3.2 unsigned32 read-write
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.
       agentSntpClientConformance 1.3.6.1.4.1.4526.10.17.2
           agentSntpClientGroups 1.3.6.1.4.1.4526.10.17.2.1
               agentSntpClientDeviceGroup 1.3.6.1.4.1.4526.10.17.2.1.1
A collection of objects providing device level control of an SNTP client on enabled devices.
               agentSntpClientUnicastGroup 1.3.6.1.4.1.4526.10.17.2.1.2
A collection of objects providing control and statistics for an SNTP client capable of operating in unicast mode.
               agentSntpClientBroadcastGroup 1.3.6.1.4.1.4526.10.17.2.1.3
A collection of objects providing control and statistics for an SNTP client capable of operating in broadcast mode.
           agentSntpClientCompliances 1.3.6.1.4.1.4526.10.17.2.2
               agentSntpClientCompliance 1.3.6.1.4.1.4526.10.17.2.2.1
The compliance statement for devices that support agentSntpClient.