RC-NTP-MIB: View SNMP OID List / Download MIB
VENDOR: RAPID CITY COMMUNICATION
Home | MIB: RC-NTP-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).
|
|||
Object Name | OID | Type | Access | Info |
rcNtpMib | 1.3.6.1.4.1.2272.1.33.0 |
Enterprise MIB for the Accelar product family. |
||
rcNtpGlobal | 1.3.6.1.4.1.2272.1.33.1 | |||
rcNtpGlobalEnable | 1.3.6.1.4.1.2272.1.33.1.1 | truthvalue | read-write |
Enable/disable NTP feature |
rcNtpGlobalInterval | 1.3.6.1.4.1.2272.1.33.1.2 | integer | read-write |
Time interval between successive NTP updates in minutes. |
rcNtpServerTable | 1.3.6.1.4.1.2272.1.33.2 | no-access |
The NTP server table. This table lists the information of a NTP server |
|
1.3.6.1.4.1.2272.1.33.2.1 | no-access |
A NTP server table entry. |
||
rcNtpServerAddress | 1.3.6.1.4.1.2272.1.33.2.1.1 | ipaddress | read-only |
Server IP address of NTP time source referred to in this table entry. |
rcNtpServerEnable | 1.3.6.1.4.1.2272.1.33.2.1.2 | truthvalue | read-write |
Enable or disable this server for participation in time update. |
rcNtpServerAuthentication | 1.3.6.1.4.1.2272.1.33.2.1.3 | truthvalue | read-write |
Enable or disable the MD5 Authentication on this serve. |
rcNtpServerKeyId | 1.3.6.1.4.1.2272.1.33.2.1.4 | integer | read-write |
Public Key used to generate MD5 digest for this server. |
rcNtpServerAccessAttempts | 1.3.6.1.4.1.2272.1.33.2.1.5 | counter32 | read-only |
The number of NTP requests sent to this server |
rcNtpServerAccessSuccess | 1.3.6.1.4.1.2272.1.33.2.1.6 | counter32 | read-only |
The number of times this server was selected to update the time |
rcNtpServerAccessFailure | 1.3.6.1.4.1.2272.1.33.2.1.7 | counter32 | read-only |
The number of times this server was rejected from updating the time |
rcNtpServerRowStatus | 1.3.6.1.4.1.2272.1.33.2.1.8 | rowstatus | read-write |
Used to create/delete entries. |
rcNtpServerStratum | 1.3.6.1.4.1.2272.1.33.2.1.9 | displaystring | read-only |
Stratum of this server |
rcNtpServerVersion | 1.3.6.1.4.1.2272.1.33.2.1.10 | displaystring | read-only |
NTP version of this server |
rcNtpServerRootDelay | 1.3.6.1.4.1.2272.1.33.2.1.11 | displaystring | read-only |
Root Delay of this server |
rcNtpServerPrecision | 1.3.6.1.4.1.2272.1.33.2.1.12 | displaystring | read-only |
NTP precision of this server in seconds |
rcNtpServerReachable | 1.3.6.1.4.1.2272.1.33.2.1.13 | displaystring | read-only |
NTP Reachability of this server |
rcNtpServerSynchronized | 1.3.6.1.4.1.2272.1.33.2.1.14 | displaystring | read-only |
Status of synchronization with this server |
rcNtpKeyTable | 1.3.6.1.4.1.2272.1.33.3 | no-access |
The NTP key table. This table lists the private key of the public key Id |
|
1.3.6.1.4.1.2272.1.33.3.1 | no-access |
A NTP key table entry. |
||
rcNtpKeyId | 1.3.6.1.4.1.2272.1.33.3.1.1 | integer | read-only |
Public Key used to generate MD5 digest |
rcNtpKeySecret | 1.3.6.1.4.1.2272.1.33.3.1.2 | displaystring | read-write |
Private Key used to generate MD5 Digest |
rcNtpKeyRowStatus | 1.3.6.1.4.1.2272.1.33.3.1.3 | rowstatus | read-write |
Used to create/delete entries. |