H3C-PEX-MIB

File: H3C-PEX-MIB.mib (10118 bytes)

Imported modules

HUAWEI-3COM-OID-MIB ENTITY-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

h3cCommon entPhysicalIndex entPhysicalDescr
Integer32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE RowStatus DisplayString

Defined Types

H3cPexPortEntry  
SEQUENCE    
  h3cPexPortId Integer32
  h3cPexPortAssociateId Integer32
  h3cPexPortEntPhysicalIndex Integer32
  h3cPexPortDescr DisplayString
  h3cPexPortStatus INTEGER
  h3cPexPortRowStatus RowStatus

H3cPexPhyPortEntry  
SEQUENCE    
  h3cPexPhyPortStatus INTEGER
  h3cPexPhyPortBelongToPexPort Integer32
  h3cPexPhyPortNeighborEntIndex Integer32

Defined Values

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.
MODULE-IDENTITY    

h3cPexSpecInfo 1.3.6.1.4.1.2011.10.2.129.1
OBJECT IDENTIFIER    

h3cPexPortMinId 1.3.6.1.4.1.2011.10.2.129.1.1
Lowest PEX port ID that can be used to uniquely identify a PEX port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cPexPortMaxId 1.3.6.1.4.1.2011.10.2.129.1.2
Highest PEX port ID that can be used to uniquely identify a PEX port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cPexMinAssociateId 1.3.6.1.4.1.2011.10.2.129.1.3
Lowest ID that can be assigned to a port extender (PEX).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cPexMaxAssociateId 1.3.6.1.4.1.2011.10.2.129.1.4
Highest ID that can be assigned to a PEX.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cPexMaxPortPerPexPort 1.3.6.1.4.1.2011.10.2.129.1.5
Maximum number of ports that can be bound to a PEX port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cPexTable 1.3.6.1.4.1.2011.10.2.129.2
OBJECT IDENTIFIER    

h3cPexPortTable 1.3.6.1.4.1.2011.10.2.129.2.1
This table contains objects used to configure the PEX ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cPexPortEntry

h3cPexPortEntry 1.3.6.1.4.1.2011.10.2.129.2.1.1
Information about a PEX.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cPexPortEntry  

h3cPexPortId 1.3.6.1.4.1.2011.10.2.129.2.1.1.1
ID that can be used to uniquely identify a PEX port. The value range is h3cPexPortMinId to h3cPexPortMaxId.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

h3cPexPortAssociateId 1.3.6.1.4.1.2011.10.2.129.2.1.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

h3cPexPortEntPhysicalIndex 1.3.6.1.4.1.2011.10.2.129.2.1.1.3
Entity index of a PEX in the IRF. A value of zero indicates that the PEX is not online.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cPexPortDescr 1.3.6.1.4.1.2011.10.2.129.2.1.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..79)  

h3cPexPortStatus 1.3.6.1.4.1.2011.10.2.129.2.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER offline(1), loading(2), online(3)  

h3cPexPortRowStatus 1.3.6.1.4.1.2011.10.2.129.2.1.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cPexPhyPortTable 1.3.6.1.4.1.2011.10.2.129.2.2
This table contains objects used to manage physical ports that can be bound or are already bound to a PEX port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cPexPhyPortEntry

h3cPexPhyPortEntry 1.3.6.1.4.1.2011.10.2.129.2.2.1
Information about a physical port that can be bound to or has been bound to a PEX port.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cPexPhyPortEntry  

h3cPexPhyPortStatus 1.3.6.1.4.1.2011.10.2.129.2.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), down(2), blocked(3), forwarding(4)  

h3cPexPhyPortBelongToPexPort 1.3.6.1.4.1.2011.10.2.129.2.2.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

h3cPexPhyPortNeighborEntIndex 1.3.6.1.4.1.2011.10.2.129.2.2.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cPexTraps 1.3.6.1.4.1.2011.10.2.129.3
OBJECT IDENTIFIER    

h3cPexTrapPrefix 1.3.6.1.4.1.2011.10.2.129.3.0
OBJECT IDENTIFIER    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

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.
Status: current Access: read-only
NOTIFICATION-TYPE    

h3cPexTrapObjects 1.3.6.1.4.1.2011.10.2.129.4
OBJECT IDENTIFIER    

h3cPexEntPhysicalIndexBind 1.3.6.1.4.1.2011.10.2.129.4.1
This index is identical to entPhysicalIndex in ENTITY-MIB.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32