MIBs Depot

HPN-ICF-PEX-MIB

Registered at
1.3.6.1.4.1.11.2.14.11.15.2.129
Last updated
2012-11-12 11:29
Revisions
2012-11-12 11:29
Namespace
hp
Source file
HPN-ICF-PEX-MIB
Digest
sha256:4ce349468305edd124bd7638e480b2f44a50f3d0d58ec46aca73d65cd583068e

Description

This MIB is used to manage Port Extender (PEX) information. This MIB is applicable to products that support PEX.

Imports

FromSymbols
ENTITY-MIBentPhysicalDescr, entPhysicalIndex
HPN-ICF-OID-MIBhpnicfCommon
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

ENTITY-MIB
HPN-ICF-OID-MIB
HPN-ICF-PEX-MIB
IANA-ENTITY-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC
UUID-TC-MIB

Objects

NameOIDSyntaxAccessStatus
hpnicfPexSpecInfo
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.129.1
hpnicfPexPortMinId
OBJECT-TYPE
Lowest PEX port ID that can be used to uniquely identify a PEX port.
1.3.6.1.4.1.11.2.14.11.15.2.129.1.1Integer32read-onlycurrent
hpnicfPexPortMaxId
OBJECT-TYPE
Highest PEX port ID that can be used to uniquely identify a PEX port.
1.3.6.1.4.1.11.2.14.11.15.2.129.1.2Integer32read-onlycurrent
hpnicfPexMinAssociateId
OBJECT-TYPE
Lowest ID that can be assigned to a port extender (PEX).
1.3.6.1.4.1.11.2.14.11.15.2.129.1.3Integer32read-onlycurrent
hpnicfPexMaxAssociateId
OBJECT-TYPE
Highest ID that can be assigned to a PEX.
1.3.6.1.4.1.11.2.14.11.15.2.129.1.4Integer32read-onlycurrent
hpnicfPexMaxPortPerPexPort
OBJECT-TYPE
Maximum number of ports that can be bound to a PEX port.
1.3.6.1.4.1.11.2.14.11.15.2.129.1.5Integer32read-onlycurrent
hpnicfPexTable
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.129.2
hpnicfPexPortTable
OBJECT-TYPE
This table contains objects used to configure the PEX ports.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.1not-accessiblecurrent
hpnicfPexPortEntry
OBJECT-TYPE
Information about a PEX.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1not-accessiblecurrent
hpnicfPexPortId
OBJECT-TYPE
ID that can be used to uniquely identify a PEX port. The value range is hpnicfPexPortMinId to hpnicfPexPortMaxId.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1.1Integer32 (1..2147483647)accessible-for-notifycurrent
hpnicfPexPortAssociateId
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1.2Integer32read-createcurrent
hpnicfPexPortEntPhysicalIndex
OBJECT-TYPE
Entity index of a PEX in the IRF. A value of zero indicates that the PEX is not online.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1.3Integer32read-onlycurrent
hpnicfPexPortDescr
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1.4DisplayString (SIZE(0..79))read-createcurrent
hpnicfPexPortStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1.5INTEGER {offline(1), loading(2), online(3)}read-onlycurrent
hpnicfPexPortRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.1.1.6RowStatusread-createcurrent
hpnicfPexPhyPortTable
OBJECT-TYPE
This table contains objects used to manage physical ports that can be bound or are already bound to a PEX port.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.2not-accessiblecurrent
hpnicfPexPhyPortEntry
OBJECT-TYPE
Information about a physical port that can be bound to or has been bound to a PEX port.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.2.1not-accessiblecurrent
hpnicfPexPhyPortStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.2.1.1INTEGER {unknown(1), down(2), blocked(3), forwarding(4)}read-onlycurrent
hpnicfPexPhyPortBelongToPexPort
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.2.1.2Integer32read-writecurrent
hpnicfPexPhyPortNeighborEntIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.129.2.2.1.3Integer32read-onlycurrent
hpnicfPexTraps
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.129.3
hpnicfPexTrapPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.129.3.0
hpnicfPexTrapObjects
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.129.4
hpnicfPexEntPhysicalIndexBind
OBJECT-TYPE
This index is identical to entPhysicalIndex in ENTITY-MIB.
1.3.6.1.4.1.11.2.14.11.15.2.129.4.1Integer32accessible-for-notifycurrent

Notifications

NameOIDStatus
hpnicfPexPortOnline
NOTIFICATION-TYPE
An hpnicfPexPortOnline trap is sent when the PEX transitions to online state.
1.3.6.1.4.1.11.2.14.11.15.2.129.3.0.1current
hpnicfPexPortOffline
NOTIFICATION-TYPE
An hpnicfPexPortOnline trap is sent when the PEX transitions to offline state.
1.3.6.1.4.1.11.2.14.11.15.2.129.3.0.2current
hpnicfPexPhyPortForwarding
NOTIFICATION-TYPE
An hpnicfPexPhyPortForwarding trap is sent when the PEX physical port transitions to forwarding state.
1.3.6.1.4.1.11.2.14.11.15.2.129.3.0.3current
hpnicfPexPhyPortBlocked
NOTIFICATION-TYPE
An hpnicfPexPhyPortBlocked trap is sent when the PEX physical port transitions from forwarding state to blocked state.
1.3.6.1.4.1.11.2.14.11.15.2.129.3.0.4current