HPN-ICF-IF-EXT-MIB

File: HPN-ICF-IF-EXT-MIB.mib (31777 bytes)

Imported modules

HPN-ICF-OID-MIB IF-MIB SNMPv2-SMI
HCNUM-TC SNMPv2-TC

Imported symbols

hpnicfCommon ifIndex ifDescr
Integer32 Counter64 Unsigned32
TimeTicks OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE CounterBasedGauge64 DisplayString
RowStatus TruthValue

Defined Types

HpnicfIfFlowStatEntry  
SEQUENCE    
  hpnicfIfStatFlowInterval Integer32
  hpnicfIfStatFlowInBits Unsigned32
  hpnicfIfStatFlowOutBits Unsigned32
  hpnicfIfStatFlowInPkts Unsigned32
  hpnicfIfStatFlowOutPkts Unsigned32
  hpnicfIfStatFlowInBytes Unsigned32
  hpnicfIfStatFlowOutBytes Unsigned32

HpnicfIfSpeedStatEntry  
SEQUENCE    
  hpnicfIfSpeedStatInterval Integer32
  hpnicfIfSpeedStatInPkts Unsigned32
  hpnicfIfSpeedStatOutPkts Unsigned32
  hpnicfIfSpeedStatInBytes Unsigned32
  hpnicfIfSpeedStatOutBytes Unsigned32

HpnicfIfHCFlowStatEntry  
SEQUENCE    
  hpnicfIfStatFlowHCInBits CounterBasedGauge64
  hpnicfIfStatFlowHCOutBits CounterBasedGauge64
  hpnicfIfStatFlowHCInPkts CounterBasedGauge64
  hpnicfIfStatFlowHCOutPkts CounterBasedGauge64
  hpnicfIfStatFlowHCInBytes CounterBasedGauge64
  hpnicfIfStatFlowHCOutBytes CounterBasedGauge64

HpnicfRTParentIfEntry  
SEQUENCE    
  hpnicfRTParentIfIndex Integer32
  hpnicfRTMinSubIfOrdinal Integer32
  hpnicfRTMaxSubIfOrdinal Integer32

HpnicfRTSubIfEntry  
SEQUENCE    
  hpnicfRTSubIfParentIfIndex Integer32
  hpnicfRTSubIfOrdinal Integer32
  hpnicfRTSubIfSubIfIndex Integer32
  hpnicfRTSubIfSubIfDesc DisplayString
  hpnicfRTSubIfRowStatus RowStatus

HpnicfIfLinkModeEntry  
SEQUENCE    
  hpnicfIfLinkModeIndex Integer32
  hpnicfIfLinkMode INTEGER
  hpnicfIfLinkModeSwitchSupport TruthValue

HpnicfIfEntry  
SEQUENCE    
  hpnicfIfUpDownTimes Integer32
  hpnicfIfMtu Integer32
  hpnicfIfBandwidthRate Integer32
  hpnicfIfDiscardPktRate Integer32
  hpnicfIfStatusKeepTime TimeTicks
  hpnicfIfInNUcastPkts Counter64
  hpnicfIfOutNUcastPkts Counter64
  hpnicfIfIsPoe TruthValue
  hpnicfIfOperStatus INTEGER
  hpnicfIfDownTimes Integer32

HpnicfIfUsingEntry  
SEQUENCE    
  hpnicfIfUsingIndex Integer32
  hpnicfIfUsingSupportType Integer32
  hpnicfIfUsingType INTEGER
  hpnicfIfUsingStatus INTEGER

HpnicfIfExtTrapCfgEntry  
SEQUENCE    
  hpnicfIfBandwidthUpperLimit Integer32
  hpnicfIfDiscardPktRateUpperLimit Integer32

Defined Values

hpnicfIfExt 1.3.6.1.4.1.11.2.14.11.15.2.40
This MIB is an extension of interface MIBs such as IF-MIB. This MIB is applicable to routers, switches and other products. Some objects in this may be used only for some specific products, so users should refer to the related documents to acquire more detailed information.
MODULE-IDENTITY    

hpnicfIfExtScalarGroup 1.3.6.1.4.1.11.2.14.11.15.2.40.1
OBJECT IDENTIFIER    

hpnicfIfStatGlobalFlowInterval 1.3.6.1.4.1.11.2.14.11.15.2.40.1.1
Sampling interval for in/out flow of all interfaces. Setting zero indicates closing the statistic function.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIfShutDownInterval 1.3.6.1.4.1.11.2.14.11.15.2.40.1.2
Set the port status detection timer. The device starts a port status detection timer when a port is shut down by a protocol. Once the timer expires, the device brings up the port so the port status reflects the port's physical status.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIfExtGroup 1.3.6.1.4.1.11.2.14.11.15.2.40.2
OBJECT IDENTIFIER    

hpnicfIfStat 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1
OBJECT IDENTIFIER    

hpnicfIfStatScalarGroup 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.1
OBJECT IDENTIFIER    

hpnicfIfStatTable 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2
OBJECT IDENTIFIER    

hpnicfIfFlowStatTable 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.1
This table contains objects to get statistic information of interfaces on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIfFlowStatEntry

hpnicfIfFlowStatEntry 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.1.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIfFlowStatEntry  

hpnicfIfStatFlowInterval 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.1.1.1
Sampling interval for in/out flow of interface. Setting zero indicates closing this statistic function and objects in this table should return 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIfStatFlowInBits 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.1.1.2
In bits in the specific interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfStatFlowOutBits 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.1.1.3
Out bits in specific interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfStatFlowInPkts 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.1.1.4
In Packets in the specific interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfStatFlowOutPkts 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.1.1.5
Out packets in the specific interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfStatFlowInBytes 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.1.1.6
In bytes in the specific interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfStatFlowOutBytes 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.1.1.7
Out bytes in the specific interval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfSpeedStatTable 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.2
This table contains objects to get average speed information in the specific interval of interfaces on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIfSpeedStatEntry

hpnicfIfSpeedStatEntry 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.2.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIfSpeedStatEntry  

hpnicfIfSpeedStatInterval 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.2.1.1
Sampling interval for in/out flow of interface. Setting zero indicates closing this statistic function and objects in this table should return 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIfSpeedStatInPkts 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.2.1.2
Average of input packets per second in the specific interval by hpnicfIfSpeedStatInterval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfSpeedStatOutPkts 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.2.1.3
Average of output packets per second in the specific interval by hpnicfIfSpeedStatInterval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfSpeedStatInBytes 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.2.1.4
Average of input bytes per second in the specific interval by hpnicfIfSpeedStatInterval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfSpeedStatOutBytes 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.2.1.5
Average of output bytes per second in the specific interval by hpnicfIfSpeedStatInterval.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfIfHCFlowStatTable 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.3
This table contains objects to get statistic information of interfaces on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIfHCFlowStatEntry

hpnicfIfHCFlowStatEntry 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.3.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIfHCFlowStatEntry  

hpnicfIfStatFlowHCInBits 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.3.1.1
In bits in the specific interval. This object is a 64-bit version of hpnicfIfStatFlowInBits.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfIfStatFlowHCOutBits 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.3.1.2
Out bits in specific interval. This object is a 64-bit version of hpnicfIfStatFlowOutBits.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfIfStatFlowHCInPkts 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.3.1.3
In Packets in the specific interval. This object is a 64-bit version of hpnicfIfStatFlowInPkts.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfIfStatFlowHCOutPkts 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.3.1.4
Out packets in the specific interval. This object is a 64-bit version of hpnicfIfStatFlowOutPkts.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfIfStatFlowHCInBytes 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.3.1.5
In bytes in the specific interval. This object is a 64-bit version of hpnicfIfStatFlowInBytes.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfIfStatFlowHCOutBytes 1.3.6.1.4.1.11.2.14.11.15.2.40.2.1.2.3.1.6
Out bytes in the specific interval. This object is a 64-bit version of hpnicfIfStatFlowOutBytes.
Status: current Access: read-only
OBJECT-TYPE    
  CounterBasedGauge64  

hpnicfIfControl 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2
OBJECT IDENTIFIER    

hpnicfRTParentIfTable 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.1
This table contains all interfaces that can create sub interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfRTParentIfEntry

hpnicfRTParentIfEntry 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.1.1
This entry describes a interface that can create sub interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfRTParentIfEntry  

hpnicfRTParentIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.1.1.1
The index of interface that can creat sub interface. The value is the same as ifIndex value for this interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfRTMinSubIfOrdinal 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.1.1.2
The minimum ordinal of the sub interface can be created.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRTMaxSubIfOrdinal 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.1.1.3
The max ordinal of the sub interface can be created.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRTSubIfTable 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.2
This table contains objects to create or delete sub interfaces. To create a sub interface, a valid parent interface must be specified by hpnicfRTSubIfParentIfIndex and the hpnicfRTSubIfOrdinal must be in the range between hpnicfRTMinSubIfOrdinal and hpnicfRTMaxSubIfOrdinal of the parent interface from hpnicfRTParentIfTable. Sub interfaces are logical virtual interfaces configured on a main interface. The main interface can be either a physical interface (such as a Layer 3 Ethernet interface) or a logical interface (such as an MFR interface). The subinterfaces on a main interface share the physical layer parameters of the main interface but can have link layer and network layer parameters of their own. Disabling or enabling a subinterface does not affect the main interface, but the main interface status change affects the subinterfaces. The subinterfaces cannot operate normally unless the main interface is connected. A single physical interface containing multiple subinterfaces enables you to network in a more flexible way. You can create subinterfaces for the following physical interfaces: Ethernet interface. An Ethernet subinterface associated with no VLAN supports only IPX, while an Ethernet subinterface associated with a VLAN supports both IP and IPX. WAN interfaces with their data link layer protocols being frame relay, whose subinterfaces support IP and IPX. WAN interfaces with their data link layer protocols being X.25, whose subinterfaces support IP and IPX. ATM interface, whose subinterfaces support only IP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfRTSubIfEntry

hpnicfRTSubIfEntry 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.2.1
The hpnicfRTSubIfTable entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfRTSubIfEntry  

hpnicfRTSubIfParentIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.2.1.1
The parent interface index. The value should be the same as the hpnicfRTParentIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfRTSubIfOrdinal 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.2.1.2
The ordinal of sub interface. It should between hpnicfRTMinSubIfOrdinal and hpnicfRTMaxSubIfOrdinal of the parent interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfRTSubIfSubIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.2.1.3
The ifIndex value of the sub interface
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRTSubIfSubIfDesc 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.2.1.4
The name of the interface
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

hpnicfRTSubIfRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.2.1.5
Operation status.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfIfLinkModeTable 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.3
This table contains objects to get or set the link mode of an interface. According to the layer at which the device processes received data packets, Ethernet interfaces can operate in bridge or route mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIfLinkModeEntry

hpnicfIfLinkModeEntry 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.3.1
The interface link mode table entry
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIfLinkModeEntry  

hpnicfIfLinkModeIndex 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.3.1.1
The value is same as ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIfLinkMode 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.3.1.2
The current link mode of the interface If hpnicfIfLinkModeSwitchSupport is true, writing to the object can change the link mode of the interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER bridgeMode(1), routeMode(2)  

hpnicfIfLinkModeSwitchSupport 1.3.6.1.4.1.11.2.14.11.15.2.40.2.2.3.1.3
Whether the interface supports link mode switching. If this object is true, the interface can operate in either bridge mode or route mode. Otherwise the interfaces can operate only in bridge or route mode.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfIfInterfaces 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3
OBJECT IDENTIFIER    

hpnicfIfPhysicalNumber 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.1
Represents the number of physical interfaces in the device.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfIfTable 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2
A list of interface entries. The number of entries is given by the value of IfNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIfEntry

hpnicfIfEntry 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIfEntry  

hpnicfIfUpDownTimes 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.1
The interface's up/down times, since the device was initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfIfMtu 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.2
The size of the largest datagram which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagram, this is the size of the largest network datagram that can be sent on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIfBandwidthRate 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.3
The rate of the bandwidth for an interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

hpnicfIfDiscardPktRate 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.4
The rate of the discarded packets for an interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

hpnicfIfStatusKeepTime 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.5
The time since the interface entered its current operational state.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

hpnicfIfInNUcastPkts 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.6
The number of non-unicast (i.e., subnetwork- broadcast or subnetwork-multicast) packets delivered to a higher-layer protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIfOutNUcastPkts 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.7
The total number of packets that higher-level protocols requested be transmitted to a non- unicast (i.e., a subnetwork-broadcast or subnetwork-multicast) address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfIfIsPoe 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.8
Whether the interface supports poe.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfIfOperStatus 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.9
Current status of the interface. In testing state, no operational packets can be forwarded. If ifAdminStatus is down, hpnicfIfOperStatus should be admindown. If ifAdminStatus is changed to up, hpnicfIfOperStatus should change to up if the interface is ready to send and receive network traffic; otherwise, it should stay in down state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), admindown(4)  

hpnicfIfDownTimes 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.2.1.10
Number of times the interface went down, since the device was initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfIfUsingTable 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.3
A table containing management information applicable to splitting interfaces. To improve port density, reduce costs, and improve network flexibility, a high-bandwidth interface can be split into multiple low-bandwidth breakout interfaces, and the breakout interfaces can be combined into a higher-bandwidth interface. For example, a 40-GE interface can be split into four 10-GE breakout interfaces. After the operation takes effect on a 40-GE interface, the system deletes the 40-GE interface and creates four 10-GE breakout interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIfUsingEntry

hpnicfIfUsingEntry 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.3.1
An entry of hpnicfIfUsingTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIfUsingEntry  

hpnicfIfUsingIndex 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.3.1.1
Index of an interface which can be split into multiple low-bandwidth breakout interfaces or be restored to a high-bandwidth interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

hpnicfIfUsingSupportType 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.3.1.2
This object specifies the port type which can be split into or restored to. From lowest bit, each bit corresponds to a port type ('10GE', '20GE', '40GE', '100GE'). For example, value 3 means this object can be split into 10GE or 20GE, value 4 means this object can be split into 40GE, or can be restored to 40GE.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfIfUsingType 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.3.1.3
This object specifies the port type that can be split into or restored to. After this object is set to a none-zero value, the operation returns success in the following cases: 1. The original instance stills exist and is read as a non-zero value. In this case, object hpnicfIfUsingStatus change to needReboot(1), which means that you need to reboot the line card (for distributed devices) or device (for centralized devices) where the port is located to make the operation take effect. Set this object to noUsing(0) for cancelling the operation. 2. The operation takes effect immediately. Original instance is deleted and new instance is created while the operation takes effect.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noUsing(0), using10GE(1), using20GE(2), using40GE(3), using100GE(4)  

hpnicfIfUsingStatus 1.3.6.1.4.1.11.2.14.11.15.2.40.2.3.3.1.4
After object hpnicfIfUsingType is set to a none-zero value, if the operation does not takes effect before reboot the line card (for distributed devices) or device (for centralized devices) where the port is located, the value of this object is needReboot(1).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noUsing(0), needReboot(1)  

hpnicfIfExtTrap 1.3.6.1.4.1.11.2.14.11.15.2.40.3
OBJECT IDENTIFIER    

hpnicfIfExtTrapPrex 1.3.6.1.4.1.11.2.14.11.15.2.40.3.0
OBJECT IDENTIFIER    

hpnicfIfBandwidthUsageHigh 1.3.6.1.4.1.11.2.14.11.15.2.40.3.0.1
The notification is generated when the rate of the bandwidth for the interface exceeds the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpnicfIfDiscardPktRateHigh 1.3.6.1.4.1.11.2.14.11.15.2.40.3.0.2
The notification is generated when the rate of the discarded packets for the interface exceeds the upper limit.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpnicfIfDampeningSuppressed 1.3.6.1.4.1.11.2.14.11.15.2.40.3.0.3
The notification is generated when the interface is suppressed via dampening.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpnicfIfDampeningNotSuppressed 1.3.6.1.4.1.11.2.14.11.15.2.40.3.0.4
The notification is generated when the interface is resumed to not suppressed via dampening.
Status: current Access: read-only
NOTIFICATION-TYPE    

hpnicfIfExtTrapObject 1.3.6.1.4.1.11.2.14.11.15.2.40.3.1
OBJECT IDENTIFIER    

hpnicfIfExtTrapCfgTable 1.3.6.1.4.1.11.2.14.11.15.2.40.3.1.1
The trap configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfIfExtTrapCfgEntry

hpnicfIfExtTrapCfgEntry 1.3.6.1.4.1.11.2.14.11.15.2.40.3.1.1.1
An entry for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfIfExtTrapCfgEntry  

hpnicfIfBandwidthUpperLimit 1.3.6.1.4.1.11.2.14.11.15.2.40.3.1.1.1.1
The rate of the bandwidth upper limit for an interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hpnicfIfDiscardPktRateUpperLimit 1.3.6.1.4.1.11.2.14.11.15.2.40.3.1.1.1.2
The rate of the discarded packets upper limit for an interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100