HH3C-PEX-MIB

File: HH3C-PEX-MIB.mib (10204 bytes)

Imported modules

HH3C-OID-MIB ENTITY-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

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

Defined Types

Hh3cPexPortEntry  
SEQUENCE    
  hh3cPexPortId Integer32
  hh3cPexPortAssociateId Integer32
  hh3cPexPortEntPhysicalIndex Integer32
  hh3cPexPortDescr DisplayString
  hh3cPexPortStatus INTEGER
  hh3cPexPortRowStatus RowStatus

Hh3cPexPhyPortEntry  
SEQUENCE    
  hh3cPexPhyPortStatus INTEGER
  hh3cPexPhyPortBelongToPexPort Integer32
  hh3cPexPhyPortNeighborEntIndex Integer32

Defined Values

hh3cPex 1.3.6.1.4.1.25506.2.129
This MIB is used to manage Port Extender (PEX) information. This MIB is applicable to products that support PEX.
MODULE-IDENTITY    

hh3cPexSpecInfo 1.3.6.1.4.1.25506.2.129.1
OBJECT IDENTIFIER    

hh3cPexPortMinId 1.3.6.1.4.1.25506.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  

hh3cPexPortMaxId 1.3.6.1.4.1.25506.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  

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

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

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

hh3cPexTable 1.3.6.1.4.1.25506.2.129.2
OBJECT IDENTIFIER    

hh3cPexPortTable 1.3.6.1.4.1.25506.2.129.2.1
This table contains objects used to configure the PEX ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPexPortEntry

hh3cPexPortEntry 1.3.6.1.4.1.25506.2.129.2.1.1
Information about a PEX.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPexPortEntry  

hh3cPexPortId 1.3.6.1.4.1.25506.2.129.2.1.1.1
ID that can be used to uniquely identify a PEX port. The value range is hh3cPexPortMinId to hh3cPexPortMaxId.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

hh3cPexPortAssociateId 1.3.6.1.4.1.25506.2.129.2.1.1.2
ID assigned to a PEX. The value range is hh3cPexMinAssociateId to hh3cPexMaxAssociateId. 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  

hh3cPexPortEntPhysicalIndex 1.3.6.1.4.1.25506.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  

hh3cPexPortDescr 1.3.6.1.4.1.25506.2.129.2.1.1.4
Description for the PEX port. The default value is 'pex-port XXXX', where 'XXXX' is hh3cPexPortId. 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)  

hh3cPexPortStatus 1.3.6.1.4.1.25506.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)  

hh3cPexPortRowStatus 1.3.6.1.4.1.25506.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  

hh3cPexPhyPortTable 1.3.6.1.4.1.25506.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  
    Hh3cPexPhyPortEntry

hh3cPexPhyPortEntry 1.3.6.1.4.1.25506.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    
  Hh3cPexPhyPortEntry  

hh3cPexPhyPortStatus 1.3.6.1.4.1.25506.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)  

hh3cPexPhyPortBelongToPexPort 1.3.6.1.4.1.25506.2.129.2.2.1.2
ID of the PEX port to which the physical port belongs. The value range is hh3cPexPortMinId to hh3cPexPortMaxId. A value of zero indicates that the port doesn't belong to any PEX port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cPexPhyPortNeighborEntIndex 1.3.6.1.4.1.25506.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  

hh3cPexTraps 1.3.6.1.4.1.25506.2.129.3
OBJECT IDENTIFIER    

hh3cPexTrapPrefix 1.3.6.1.4.1.25506.2.129.3.0
OBJECT IDENTIFIER    

hh3cPexPortOnline 1.3.6.1.4.1.25506.2.129.3.0.1
An hh3cPexPortOnline trap is sent when the PEX transitions to online state.
Status: current Access: read-only
NOTIFICATION-TYPE    

hh3cPexPortOffline 1.3.6.1.4.1.25506.2.129.3.0.2
An hh3cPexPortOnline trap is sent when the PEX transitions to offline state.
Status: current Access: read-only
NOTIFICATION-TYPE    

hh3cPexPhyPortForwarding 1.3.6.1.4.1.25506.2.129.3.0.3
An hh3cPexPhyPortForwarding trap is sent when the PEX physical port transitions to forwarding state.
Status: current Access: read-only
NOTIFICATION-TYPE    

hh3cPexPhyPortBlocked 1.3.6.1.4.1.25506.2.129.3.0.4
An hh3cPexPhyPortBlocked trap is sent when the PEX physical port transitions from forwarding state to blocked state.
Status: current Access: read-only
NOTIFICATION-TYPE    

hh3cPexTrapObjects 1.3.6.1.4.1.25506.2.129.4
OBJECT IDENTIFIER    

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