H3C-PEX-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: H3C-PEX-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
 h3cPex 1.3.6.1.4.1.2011.10.2.129
This MIB is used to manage Port Extender (PEX) information. This MIB is applicable to products that support PEX.
         h3cPexSpecInfo 1.3.6.1.4.1.2011.10.2.129.1
             h3cPexPortMinId 1.3.6.1.4.1.2011.10.2.129.1.1 integer32 read-only
Lowest PEX port ID that can be used to uniquely identify a PEX port.
             h3cPexPortMaxId 1.3.6.1.4.1.2011.10.2.129.1.2 integer32 read-only
Highest PEX port ID that can be used to uniquely identify a PEX port.
             h3cPexMinAssociateId 1.3.6.1.4.1.2011.10.2.129.1.3 integer32 read-only
Lowest ID that can be assigned to a port extender (PEX).
             h3cPexMaxAssociateId 1.3.6.1.4.1.2011.10.2.129.1.4 integer32 read-only
Highest ID that can be assigned to a PEX.
             h3cPexMaxPortPerPexPort 1.3.6.1.4.1.2011.10.2.129.1.5 integer32 read-only
Maximum number of ports that can be bound to a PEX port.
         h3cPexTable 1.3.6.1.4.1.2011.10.2.129.2
             h3cPexPortTable 1.3.6.1.4.1.2011.10.2.129.2.1 no-access
This table contains objects used to configure the PEX ports.
                 h3cPexPortEntry 1.3.6.1.4.1.2011.10.2.129.2.1.1 no-access
Information about a PEX.
                     h3cPexPortId 1.3.6.1.4.1.2011.10.2.129.2.1.1.1 integer32 no-access
ID that can be used to uniquely identify a PEX port. The value range is h3cPexPortMinId to h3cPexPortMaxId.
                     h3cPexPortAssociateId 1.3.6.1.4.1.2011.10.2.129.2.1.1.2 integer32 read-only
ID assigned to a PEX. The value range is h3cPexMinAssociateId to h3cPexMaxAssociateId. The value is 0xffff if the PEX is not assigned an ID. For a successful configuration, the ID should not be used by any other PEX.
                     h3cPexPortEntPhysicalIndex 1.3.6.1.4.1.2011.10.2.129.2.1.1.3 integer32 read-only
Entity index of a PEX in the IRF. A value of zero indicates that the PEX is not online.
                     h3cPexPortDescr 1.3.6.1.4.1.2011.10.2.129.2.1.1.4 displaystring read-only
Description for the PEX port. The default value is 'pex-port XXXX', where 'XXXX' is h3cPexPortId. Writing a zero-length string to this object resets the value to the default.
                     h3cPexPortStatus 1.3.6.1.4.1.2011.10.2.129.2.1.1.5 integer read-only
Status of the PEX. offline: The PEX is absent or its configuration is incomplete. loading: The PEX is loading software. online: The PEX is operating correctly. Enumeration: 'offline': 1, 'loading': 2, 'online': 3.
                     h3cPexPortRowStatus 1.3.6.1.4.1.2011.10.2.129.2.1.1.6 rowstatus read-only
The control that allows creation and deletion of entries. Values include createAndGo, active, and destroy. If the row to be created or modified already exists, an error message is returned. If the row to be deleted does not exist, a success message is returned.
             h3cPexPhyPortTable 1.3.6.1.4.1.2011.10.2.129.2.2 no-access
This table contains objects used to manage physical ports that can be bound or are already bound to a PEX port.
                 h3cPexPhyPortEntry 1.3.6.1.4.1.2011.10.2.129.2.2.1 no-access
Information about a physical port that can be bound to or has been bound to a PEX port.
                     h3cPexPhyPortStatus 1.3.6.1.4.1.2011.10.2.129.2.2.1.1 integer read-only
Status of the physical port that is bound to a PEX port. The following are status values: unknown: The physical port is not bound to any PEX port. down: The physical port is link down. blocked: The physical port is blocked and cannot forward traffic. forwarding: The physical port can forwarding traffic. Enumeration: 'down': 2, 'unknown': 1, 'forwarding': 4, 'blocked': 3.
                     h3cPexPhyPortBelongToPexPort 1.3.6.1.4.1.2011.10.2.129.2.2.1.2 integer32 read-write
ID of the PEX port to which the physical port belongs. The value range is h3cPexPortMinId to h3cPexPortMaxId. A value of zero indicates that the port doesn't belong to any PEX port.
                     h3cPexPhyPortNeighborEntIndex 1.3.6.1.4.1.2011.10.2.129.2.2.1.3 integer32 read-only
Entity index of a physical port that connects the PEX to the parent device. This value is identical to entPhysicalIndex in ENTITY-MIB. A value of zero indicates that the physical port is not bound to any PEX port or is not up.
         h3cPexTraps 1.3.6.1.4.1.2011.10.2.129.3
             h3cPexTrapPrefix 1.3.6.1.4.1.2011.10.2.129.3.0
                 h3cPexPortOnline 1.3.6.1.4.1.2011.10.2.129.3.0.1
An h3cPexPortOnline trap is sent when the PEX transitions to online state.
                 h3cPexPortOffline 1.3.6.1.4.1.2011.10.2.129.3.0.2
An h3cPexPortOnline trap is sent when the PEX transitions to offline state.
                 h3cPexPhyPortForwarding 1.3.6.1.4.1.2011.10.2.129.3.0.3
An h3cPexPhyPortForwarding trap is sent when the PEX physical port transitions to forwarding state.
                 h3cPexPhyPortBlocked 1.3.6.1.4.1.2011.10.2.129.3.0.4
An h3cPexPhyPortBlocked trap is sent when the PEX physical port transitions from forwarding state to blocked state.
         h3cPexTrapObjects 1.3.6.1.4.1.2011.10.2.129.4
             h3cPexEntPhysicalIndexBind 1.3.6.1.4.1.2011.10.2.129.4.1 integer32 no-access
This index is identical to entPhysicalIndex in ENTITY-MIB.