BSUCLK-MIB: View SNMP OID List / Download MIB

VENDOR: APERTO NETWORKS


 Home MIB: BSUCLK-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
 aniBsuClock 1.3.6.1.4.1.4325.3.4
This module is used to configure the clock time on the BSU. BSUs need to obtain and set their current clock time at boot up. Sus will communicate with the BSU during their own boot up and set their own clock time to that of BSU. Time at the BSU can be set either through SNTP or manually. It is recommended to use SNTP to obtain time.
     aniBsuClkSntpTimeZone 1.3.6.1.4.1.4325.3.4.1 displaystring read-write
This is used to set the appropriate Time Zone offset from GMT. The format of data should be +Hour:Min or -Hour:Min. The valid Hour should be between -13 to +14 The valid Min should be 00,15,30 or 45 For example: +12:00 or +12:30 or -3:45
     aniBsuClkSntpDstEnable 1.3.6.1.4.1.4325.3.4.2 integer read-write
This shows whether Daylight Saving is enabled or not. It gives user the option to incorporate Daylight Saving Time in the configuration. Enumeration: 'enable': 1, 'disable': 2.
     aniBsuClkSntpDstStart 1.3.6.1.4.1.4325.3.4.3 displaystring read-write
Used to specify the start of Daylight Saving Time which should be entered in the 'mmddhh' format where m - month, d - day and h - hour. Can and must be set only if aniBsuClkSntpDstEnable is enabled.
     aniBsuClkSntpDstEnd 1.3.6.1.4.1.4325.3.4.4 displaystring read-write
Used to specify the end of Daylight Saving Time which should be entered in the 'mmddhh' format where m - month, d - day and h - hour. Can and must be set only if aniBsuClkSntpDstEnable is enabled.
     aniBsuClkSntpEnable 1.3.6.1.4.1.4325.3.4.5 integer read-write
This flag is used to enable(1) or disable(2) SNTP. It is recommended to use SNTP rather than manually setting the time to avoid errors in clock times simply due to manual entry across various BSUs. Enumeration: 'enable': 1, 'disable': 2.
     aniBsuClkManualTime 1.3.6.1.4.1.4325.3.4.6 displaystring read-write
Used to specify the local clock time manually. It should be entered in the 'mm/dd/yyyy hh:mm:ss' format that is, month/day/year hour:minute:second. When the user sends a set request on this parameter, the aniBsuClkSntpEnable value is automatically set to disable(2), to set this manual time entry on BSU.
     aniBsuClkCurrentTime 1.3.6.1.4.1.4325.3.4.7 displaystring read-only
The Current Time in 'mm/dd/yy hh:mm:ss' format, that is, month/day/year hour:minute:second.