HPN-ICF-PEX-MIB

File: HPN-ICF-PEX-MIB.mib (10215 bytes)

Imported modules

HPN-ICF-OID-MIB ENTITY-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

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

Defined Types

HpnicfPexPortEntry  
SEQUENCE    
  hpnicfPexPortId Integer32
  hpnicfPexPortAssociateId Integer32
  hpnicfPexPortEntPhysicalIndex Integer32
  hpnicfPexPortDescr DisplayString
  hpnicfPexPortStatus INTEGER
  hpnicfPexPortRowStatus RowStatus

HpnicfPexPhyPortEntry  
SEQUENCE    
  hpnicfPexPhyPortStatus INTEGER
  hpnicfPexPhyPortBelongToPexPort Integer32
  hpnicfPexPhyPortNeighborEntIndex Integer32

Defined Values

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

hpnicfPexSpecInfo 1.3.6.1.4.1.11.2.14.11.15.2.129.1
OBJECT IDENTIFIER    

hpnicfPexPortMinId 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfPexPortMaxId 1.3.6.1.4.1.11.2.14.11.15.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  

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

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

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

hpnicfPexTable 1.3.6.1.4.1.11.2.14.11.15.2.129.2
OBJECT IDENTIFIER    

hpnicfPexPortTable 1.3.6.1.4.1.11.2.14.11.15.2.129.2.1
This table contains objects used to configure the PEX ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPexPortEntry

hpnicfPexPortEntry 1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1
Information about a PEX.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPexPortEntry  

hpnicfPexPortId 1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1.1
ID that can be used to uniquely identify a PEX port. The value range is hpnicfPexPortMinId to hpnicfPexPortMaxId.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfPexPortAssociateId 1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1.2
ID assigned to a PEX. The value range is hpnicfPexMinAssociateId to hpnicfPexMaxAssociateId. 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  

hpnicfPexPortEntPhysicalIndex 1.3.6.1.4.1.11.2.14.11.15.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  

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

hpnicfPexPortStatus 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfPexPortRowStatus 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfPexPhyPortTable 1.3.6.1.4.1.11.2.14.11.15.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  
    HpnicfPexPhyPortEntry

hpnicfPexPhyPortEntry 1.3.6.1.4.1.11.2.14.11.15.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    
  HpnicfPexPhyPortEntry  

hpnicfPexPhyPortStatus 1.3.6.1.4.1.11.2.14.11.15.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)  

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

hpnicfPexPhyPortNeighborEntIndex 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfPexTraps 1.3.6.1.4.1.11.2.14.11.15.2.129.3
OBJECT IDENTIFIER    

hpnicfPexTrapPrefix 1.3.6.1.4.1.11.2.14.11.15.2.129.3.0
OBJECT IDENTIFIER    

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

hpnicfPexPortOffline 1.3.6.1.4.1.11.2.14.11.15.2.129.3.0.2
An hpnicfPexPortOnline trap is sent when the PEX transitions to offline state.
Status: current Access: read-only
NOTIFICATION-TYPE    

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

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

hpnicfPexTrapObjects 1.3.6.1.4.1.11.2.14.11.15.2.129.4
OBJECT IDENTIFIER    

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