HH3C-EPON-FB-MIB: View SNMP OID List / Download MIB

VENDOR: H3C


 Home MIB: HH3C-EPON-FB-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
 hh3cEponFBMibObjects 1.3.6.1.4.1.25506.2.42.6
The objects in this MIB module are used to manage and display current configuration of fiber backup groups based on EPON OLT port.
     hh3cEponFBMIB 1.3.6.1.4.1.25506.2.42.6.1
         hh3cEponFBMIBTable 1.3.6.1.4.1.25506.2.42.6.1.1 no-access
This table defines several optical fiber-backup system parameters.
             hh3cEponFBMIBEntry 1.3.6.1.4.1.25506.2.42.6.1.1.1 no-access
The entry of hh3cEponFBMIBTable.
                 hh3cEponFBGroupIndex 1.3.6.1.4.1.25506.2.42.6.1.1.1.1 integer32 no-access
The EPON fiber-backup group ID.
                 hh3cEponFBGroupRowStatus 1.3.6.1.4.1.25506.2.42.6.1.1.1.2 rowstatus read-only
This object allows entry to be created and deleted from the hh3cEponFBMIBTable.
                 hh3cEponFBMasterPort 1.3.6.1.4.1.25506.2.42.6.1.1.1.3 integer32 read-only
OLT port ifindex of the fiber-backup group. Use it to set or get the group master port.
                 hh3cEponFBSlavePort 1.3.6.1.4.1.25506.2.42.6.1.1.1.4 integer32 read-only
OLT port ifindex of the fiber-backup group. Use it to set or get the group slave port. hh3cEponFBSlavePort must be set after hh3cEponFBMasterPort.
                 hh3cEponFBMasterPortStatus 1.3.6.1.4.1.25506.2.42.6.1.1.1.5 integer read-only
The master port status of the fiber-backup group. The active state indicates that the port's role is master, the olt chip is right and the optical module is inserted. The down state indicates others conditions. Enumeration: 'active': 1, 'down': 2.
                 hh3cEponFBSlavePortStatus 1.3.6.1.4.1.25506.2.42.6.1.1.1.6 integer read-only
The slave port status of the fiber-backup group. The ready state indicates that the port's role is slave, the olt chip is right and optical module is inserted. The down state indicates others conditions. Enumeration: 'ready': 1, 'down': 2.
                 hh3cEponFBSwitchover 1.3.6.1.4.1.25506.2.42.6.1.1.1.7 integer read-only
Switch the fiber backup group's two port manually. The group must has two ports and the value of hh3cEponFBSlavePortStatus must be ready before Switchover. after Switchover the port's role will be changed. The value true is for switch-over. The default value is false. Enumeration: 'true': 2, 'false': 1.