NBS-NTP-MIB: View SNMP OID List / Download MIB
VENDOR: NBASE SWITCH COMMUNICATION
Home | MIB: NBS-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 |
nbsNtpMib | 1.3.6.1.4.1.629.200.9.1 |
MIB for representing NBS NTP private information |
||
nbsNtpEnable | 1.3.6.1.4.1.629.200.9.1.1 | integer | read-write |
Whether or not to enable NTP Enumeration: 'yes': 3, 'notSupported': 1, 'no': 2. |
nbsNtpServerTableSize | 1.3.6.1.4.1.629.200.9.1.2 | integer | read-only |
The number of rows in the NTP Server table |
nbsNtpServerTable | 1.3.6.1.4.1.629.200.9.1.3 | no-access |
A table of NTP servers to consult for time synchronization. It represents the current operational table as well as the NVRAM saved table. The entries in the table are saved over system resets and power up cycles |
|
1.3.6.1.4.1.629.200.9.1.3.1 | no-access |
Contains the information necessary to contact an NTP server. The object nbsNtpServerTableEntryStatus, when written, is used to create or delete an entry/row in nbsNtpServerTable. To create a new entry, a SET PDU with the nbsNtpServerIpAddr object is required. |
||
nbsNtpServerIpAddr | 1.3.6.1.4.1.629.200.9.1.3.1.1 | ipaddress | no-access |
IP Address of an NTP server that should be used for time synchronization. |
nbsNtpServerStatus | 1.3.6.1.4.1.629.200.9.1.3.1.2 | integer | read-write |
This object is used to get/set the validity of the information contained by nbsNtpServerEntry row. Setting this object to the value invalid(1) has the effect of deleting the corresponding nbsNtpServerTable entry. Deleting and entry has the effect of initializing it to default values : IpAddr = 0.0.0.0 Setting this object to the value valid(2) entry has the effect of creating a new row in the nbsNtpServerTable object, if an entry with the same nbsNtpServerIpAddr does not exist. If such an entry exists, then a 'badValue' error will be returned. The GET operations will receive a value of valid(2) for existing entries. An invalid(1) value indicates an entry that was deleted by a previous SET operation. Enumeration: 'active': 2, 'invalid': 1. |