HPN-ICF-ACL-MIB

File: HPN-ICF-ACL-MIB.mib (265353 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI INET-ADDRESS-MIB
SNMPv2-TC

Imported symbols

hpnicfCommon IpAddress Integer32
Counter32 OBJECT-TYPE MODULE-IDENTITY
NOTIFICATION-TYPE Unsigned32 Counter64
InetAddressType InetAddress InetAddressPrefixLength
RowStatus TruthValue MacAddress
TEXTUAL-CONVENTION

Defined Types

RuleAction  
The value of rule's action. permit: The packet matching the rule will be permitted to forward. deny: The packet matching the rule will be denied.
TEXTUAL-CONVENTION    
  INTEGER invalid(1), permit(2), deny(3)  

CounterClear  
cleared: Reset the value of the rule's counter. nouse: 'nouse' will be returned when getting.
TEXTUAL-CONVENTION    
  INTEGER cleared(1), nouse(2)  

PortOp  
The operation type of TCP and UDP. lt : Less than given port number. eq : Equal to given port number. gt : Greater than given port number. neq : Not equal to given port number. range : Between two port numbers. Default value is 'invalid'.
TEXTUAL-CONVENTION    
  INTEGER invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)  

DSCPValue  
The value of DSCP. <0-63> Value of DSCP af11 Specify Assured Forwarding 11 service(10) af12 Specify Assured Forwarding 12 service(12) af13 Specify Assured Forwarding 13 service(14) af21 Specify Assured Forwarding 21 service(18) af22 Specify Assured Forwarding 22 service(20) af23 Specify Assured Forwarding 23 service(22) af31 Specify Assured Forwarding 31 service(26) af32 Specify Assured Forwarding 32 service(28) af33 Specify Assured Forwarding 33 service(30) af41 Specify Assured Forwarding 41 service(34) af42 Specify Assured Forwarding 42 service(36) af43 Specify Assured Forwarding 43 service(38) be Specify Best Effort service(0) cs1 Specify Class Selector 1 service(8) cs2 Specify Class Selector 2 service(16) cs3 Specify Class Selector 3 service(24) cs4 Specify Class Selector 4 service(32) cs5 Specify Class Selector 5 service(40) cs6 Specify Class Selector 6 service(48) cs7 Specify Class Selector 7 service(56) ef Specify Expedited Forwarding service(46)
TEXTUAL-CONVENTION    
  Integer32 0..63 | 255  

TCPFlag  
Type of TCP. invalid(0) tcpack(1) TCP protocol ACK Packet tcpfin(2) TCP protocol PIN Packet tcppsh(3) TCP protocol PUSH Packet tcprst(4) TCP protocol RST Packet tcpsyn(5) TCP protocol SYN Packet tcpurg(6) TCP protocol URG Packet Default value is 'invalid'.
TEXTUAL-CONVENTION    
  INTEGER invalid(0), tcpack(1), tcpfin(2), tcppsh(3), tcprst(4), tcpsyn(5), tcpurg(6)  

FragmentFlag  
Type of fragment. invalid(0) fragment(1) Frag-Type Fragment fragmentSubseq(2) Frag-Type Fragment-subsequent nonFragment(3) Frag-Type non-Fragment nonSubseq(4) Frag-Type non-subsequent Default value is 'invalid'.
TEXTUAL-CONVENTION    
  INTEGER invalid(0), fragment(1), fragmentSubseq(2), nonFragment(3), nonSubseq(4)  

AddressFlag  
Address flag to select IPv6 Address. Default value is 'invalid'. t64SrcAddrPre64DestAddrPre(1): The mean of the enumeration 't64SrcAddrPre64DestAddrPre' is that system gets the 64 bits prefix of source address and the 64 bits prefix of destination address. t64SrcAddrPre64DestAddrSuf(2): The mean of the enumeration 't64SrcAddrPre64DestAddrSuf' is that system gets the 64 bits prefix of source address and the 64 bits suffix of destination address. t64SrcAddrSuf64DestAddrPre(3): The mean of the enumeration 't64SrcAddrSuf64DestAddrPre' is that system gets the 64 bits suffix of source address and the 64 bits prefix of destination address. t64SrcAddrSuf64DestAddrSuf(4): The mean of the enumeration 't64SrcAddrSuf64DestAddrSuf' is that system gets the 64 bits suffix of source address and the 64 bits suffix of destination address. t128SourceAddress(5): The mean of the enumeration 't128SourceAddress' is that system gets the 128 bits of source address. t128DestinationAddress(6): The mean of the enumeration 't128SourceAddress' is that system gets the 128 bits of destination address.
TEXTUAL-CONVENTION    
  INTEGER invalid(0), t64SrcAddrPre64DestAddrPre(1), t64SrcAddrPre64DestAddrSuf(2), t64SrcAddrSuf64DestAddrPre(3), t64SrcAddrSuf64DestAddrSuf(4), t128SourceAddress(5), t128DestinationAddress(6)  

DirectionType  
The direction: inbound or outbound.
TEXTUAL-CONVENTION    
  INTEGER inbound(1), outbound(2)  

HpnicfAclNumGroupEntry  
SEQUENCE    
  hpnicfAclNumGroupAclNum Integer32
  hpnicfAclNumGroupMatchOrder INTEGER
  hpnicfAclNumGroupSubitemNum Integer32
  hpnicfAclNumGroupDescription OCTET STRING
  hpnicfAclNumGroupCountClear INTEGER
  hpnicfAclNumGroupRowStatus RowStatus

HpnicfAclNameGroupEntry  
SEQUENCE    
  hpnicfAclNameGroupIndex Integer32
  hpnicfAclNameGroupCreateName OCTET STRING
  hpnicfAclNameGroupTypes INTEGER
  hpnicfAclNameGroupMatchOrder INTEGER
  hpnicfAclNameGroupSubitemNum Integer32
  hpnicfAclNameGroupRowStatus RowStatus

HpnicfAclBasicRuleEntry  
SEQUENCE    
  hpnicfAclBasicAclNum Integer32
  hpnicfAclBasicSubitem Integer32
  hpnicfAclBasicAct INTEGER
  hpnicfAclBasicSrcIp IpAddress
  hpnicfAclBasicSrcWild IpAddress
  hpnicfAclBasicTimeRangeName OCTET STRING
  hpnicfAclBasicFragments TruthValue
  hpnicfAclBasicLog TruthValue
  hpnicfAclBasicEnable TruthValue
  hpnicfAclBasicCount Counter32
  hpnicfAclBasicCountClear INTEGER
  hpnicfAclBasicRowStatus RowStatus

HpnicfAclAdvancedRuleEntry  
SEQUENCE    
  hpnicfAclAdvancedAclNum Integer32
  hpnicfAclAdvancedSubitem Integer32
  hpnicfAclAdvancedAct INTEGER
  hpnicfAclAdvancedProtocol Integer32
  hpnicfAclAdvancedSrcIp IpAddress
  hpnicfAclAdvancedSrcWild IpAddress
  hpnicfAclAdvancedSrcOp INTEGER
  hpnicfAclAdvancedSrcPort1 Integer32
  hpnicfAclAdvancedSrcPort2 Integer32
  hpnicfAclAdvancedDestIp IpAddress
  hpnicfAclAdvancedDestWild IpAddress
  hpnicfAclAdvancedDestOp INTEGER
  hpnicfAclAdvancedDestPort1 Integer32
  hpnicfAclAdvancedDestPort2 Integer32
  hpnicfAclAdvancedPrecedence Integer32
  hpnicfAclAdvancedTos Integer32
  hpnicfAclAdvancedDscp Integer32
  hpnicfAclAdvancedEstablish TruthValue
  hpnicfAclAdvancedTimeRangeName OCTET STRING
  hpnicfAclAdvancedIcmpType Integer32
  hpnicfAclAdvancedIcmpCode Integer32
  hpnicfAclAdvancedFragments TruthValue
  hpnicfAclAdvancedLog TruthValue
  hpnicfAclAdvancedEnable TruthValue
  hpnicfAclAdvancedCount Counter32
  hpnicfAclAdvancedCountClear INTEGER
  hpnicfAclAdvancedRowStatus RowStatus

HpnicfAclIfRuleEntry  
SEQUENCE    
  hpnicfAclIfAclNum Integer32
  hpnicfAclIfSubitem Integer32
  hpnicfAclIfAct INTEGER
  hpnicfAclIfIndex Integer32
  hpnicfAclIfAny TruthValue
  hpnicfAclIfTimeRangeName OCTET STRING
  hpnicfAclIfLog TruthValue
  hpnicfAclIfEnable TruthValue
  hpnicfAclIfCount Counter32
  hpnicfAclIfCountClear INTEGER
  hpnicfAclIfRowStatus RowStatus

HpnicfAclLinkEntry  
SEQUENCE    
  hpnicfAclLinkAclNum Integer32
  hpnicfAclLinkSubitem Integer32
  hpnicfAclLinkAct INTEGER
  hpnicfAclLinkProtocol INTEGER
  hpnicfAclLinkFormatType INTEGER
  hpnicfAclLinkVlanTag INTEGER
  hpnicfAclLinkVlanPri Integer32
  hpnicfAclLinkSrcVlanId Integer32
  hpnicfAclLinkSrcMac MacAddress
  hpnicfAclLinkSrcMacWild MacAddress
  hpnicfAclLinkSrcIfIndex Integer32
  hpnicfAclLinkSrcAny TruthValue
  hpnicfAclLinkDestVlanId Integer32
  hpnicfAclLinkDestMac MacAddress
  hpnicfAclLinkDestMacWild MacAddress
  hpnicfAclLinkDestIfIndex Integer32
  hpnicfAclLinkDestAny TruthValue
  hpnicfAclLinkTimeRangeName OCTET STRING
  hpnicfAclLinkEnable TruthValue
  hpnicfAclLinkRowStatus RowStatus
  hpnicfAclLinkTypeCode OCTET STRING
  hpnicfAclLinkTypeMask OCTET STRING
  hpnicfAclLinkLsapCode OCTET STRING
  hpnicfAclLinkLsapMask OCTET STRING
  hpnicfAclLinkL2LabelRangeOp INTEGER
  hpnicfAclLinkL2LabelRangeBegin Integer32
  hpnicfAclLinkL2LabelRangeEnd Integer32
  hpnicfAclLinkMplsExp Integer32

HpnicfAclUserEntry  
SEQUENCE    
  hpnicfAclUserAclNum Integer32
  hpnicfAclUserSubitem Integer32
  hpnicfAclUserAct INTEGER
  hpnicfAclUserFormatType INTEGER
  hpnicfAclUserVlanTag INTEGER
  hpnicfAclUserRuleStr OCTET STRING
  hpnicfAclUserRuleMask OCTET STRING
  hpnicfAclUserTimeRangeName OCTET STRING
  hpnicfAclUserEnable TruthValue
  hpnicfAclUserRowStatus RowStatus

HpnicfAclActiveEntry  
SEQUENCE    
  hpnicfAclActiveAclIndex Integer32
  hpnicfAclActiveIfIndex Integer32
  hpnicfAclActiveVlanID Integer32
  hpnicfAclActiveDirection INTEGER
  hpnicfAclActiveUserAclNum Integer32
  hpnicfAclActiveUserAclSubitem Integer32
  hpnicfAclActiveIpAclNum Integer32
  hpnicfAclActiveIpAclSubitem Integer32
  hpnicfAclActiveLinkAclNum Integer32
  hpnicfAclActiveLinkAclSubitem Integer32
  hpnicfAclActiveRuntime TruthValue
  hpnicfAclActiveRowStatus RowStatus

HpnicfAclIDSEntry  
SEQUENCE    
  hpnicfAclIDSName OCTET STRING
  hpnicfAclIDSSrcMac MacAddress
  hpnicfAclIDSDestMac MacAddress
  hpnicfAclIDSSrcIp IpAddress
  hpnicfAclIDSSrcWild IpAddress
  hpnicfAclIDSDestIp IpAddress
  hpnicfAclIDSDestWild IpAddress
  hpnicfAclIDSSrcPort Integer32
  hpnicfAclIDSDestPort Integer32
  hpnicfAclIDSProtocol Integer32
  hpnicfAclIDSDenyTime Unsigned32
  hpnicfAclIDSAct INTEGER
  hpnicfAclIDSRowStatus RowStatus

HpnicfAclMib2CapabilityEntry  
SEQUENCE    
  hpnicfAclMib2EntityType INTEGER
  hpnicfAclMib2EntityIndex Integer32
  hpnicfAclMib2ModuleIndex INTEGER
  hpnicfAclMib2CharacteristicsIndex Integer32
  hpnicfAclMib2CharacteristicsDesc OCTET STRING
  hpnicfAclMib2CharacteristicsValue Unsigned32

HpnicfAclNumberGroupEntry  
SEQUENCE    
  hpnicfAclNumberGroupType INTEGER
  hpnicfAclNumberGroupIndex Integer32
  hpnicfAclNumberGroupRowStatus RowStatus
  hpnicfAclNumberGroupMatchOrder INTEGER
  hpnicfAclNumberGroupStep Integer32
  hpnicfAclNumberGroupDescription OCTET STRING
  hpnicfAclNumberGroupCountClear CounterClear
  hpnicfAclNumberGroupRuleCounter Counter32
  hpnicfAclNumberGroupName OCTET STRING

HpnicfAclNamedGroupEntry  
SEQUENCE    
  hpnicfAclNamedGroupCategory INTEGER
  hpnicfAclNamedGroupName OCTET STRING
  hpnicfAclNamedGroupRowStatus RowStatus
  hpnicfAclNamedGroupMatchOrder INTEGER
  hpnicfAclNamedGroupStep Integer32
  hpnicfAclNamedGroupDescription OCTET STRING
  hpnicfAclNamedGroupCountClear CounterClear
  hpnicfAclNamedGroupRuleCounter Counter32

HpnicfAclIPAclBasicEntry  
SEQUENCE    
  hpnicfAclIPAclBasicRuleIndex Integer32
  hpnicfAclIPAclBasicRowStatus RowStatus
  hpnicfAclIPAclBasicAct RuleAction
  hpnicfAclIPAclBasicSrcAddrType InetAddressType
  hpnicfAclIPAclBasicSrcAddr InetAddress
  hpnicfAclIPAclBasicSrcPrefix InetAddressPrefixLength
  hpnicfAclIPAclBasicSrcAny TruthValue
  hpnicfAclIPAclBasicSrcWild IpAddress
  hpnicfAclIPAclBasicTimeRangeName OCTET STRING
  hpnicfAclIPAclBasicFragmentFlag FragmentFlag
  hpnicfAclIPAclBasicLog TruthValue
  hpnicfAclIPAclBasicCount Unsigned32
  hpnicfAclIPAclBasicCountClear CounterClear
  hpnicfAclIPAclBasicEnable TruthValue
  hpnicfAclIPAclBasicVpnInstanceName OCTET STRING
  hpnicfAclIPAclBasicComment OCTET STRING
  hpnicfAclIPAclBasicCounting TruthValue
  hpnicfAclIPAclBasicRouteTypeAny TruthValue
  hpnicfAclIPAclBasicRouteTypeValue Integer32

HpnicfAclIPAclAdvancedEntry  
SEQUENCE    
  hpnicfAclIPAclAdvancedRuleIndex Integer32
  hpnicfAclIPAclAdvancedRowStatus RowStatus
  hpnicfAclIPAclAdvancedAct RuleAction
  hpnicfAclIPAclAdvancedProtocol Integer32
  hpnicfAclIPAclAdvancedAddrFlag AddressFlag
  hpnicfAclIPAclAdvancedSrcAddrType InetAddressType
  hpnicfAclIPAclAdvancedSrcAddr InetAddress
  hpnicfAclIPAclAdvancedSrcPrefix InetAddressPrefixLength
  hpnicfAclIPAclAdvancedSrcAny TruthValue
  hpnicfAclIPAclAdvancedSrcWild IpAddress
  hpnicfAclIPAclAdvancedSrcOp PortOp
  hpnicfAclIPAclAdvancedSrcPort1 Integer32
  hpnicfAclIPAclAdvancedSrcPort2 Integer32
  hpnicfAclIPAclAdvancedDestAddrType InetAddressType
  hpnicfAclIPAclAdvancedDestAddr InetAddress
  hpnicfAclIPAclAdvancedDestPrefix InetAddressPrefixLength
  hpnicfAclIPAclAdvancedDestAny TruthValue
  hpnicfAclIPAclAdvancedDestWild IpAddress
  hpnicfAclIPAclAdvancedDestOp PortOp
  hpnicfAclIPAclAdvancedDestPort1 Integer32
  hpnicfAclIPAclAdvancedDestPort2 Integer32
  hpnicfAclIPAclAdvancedIcmpType Integer32
  hpnicfAclIPAclAdvancedIcmpCode Integer32
  hpnicfAclIPAclAdvancedPrecedence Integer32
  hpnicfAclIPAclAdvancedTos Integer32
  hpnicfAclIPAclAdvancedDscp DSCPValue
  hpnicfAclIPAclAdvancedTimeRangeName OCTET STRING
  hpnicfAclIPAclAdvancedTCPFlag TCPFlag
  hpnicfAclIPAclAdvancedFragmentFlag FragmentFlag
  hpnicfAclIPAclAdvancedLog TruthValue
  hpnicfAclIPAclAdvancedCount Unsigned32
  hpnicfAclIPAclAdvancedCountClear CounterClear
  hpnicfAclIPAclAdvancedEnable TruthValue
  hpnicfAclIPAclAdvancedVpnInstanceName OCTET STRING
  hpnicfAclIPAclAdvancedComment OCTET STRING
  hpnicfAclIPAclAdvancedReflective TruthValue
  hpnicfAclIPAclAdvancedCounting TruthValue
  hpnicfAclIPAclAdvancedTCPFlagMask BITS
  hpnicfAclIPAclAdvancedTCPFlagValue BITS
  hpnicfAclIPAclAdvancedRouteTypeAny TruthValue
  hpnicfAclIPAclAdvancedRouteTypeValue Integer32
  hpnicfAclIPAclAdvancedFlowLabel Unsigned32
  hpnicfAclIPAclAdvancedSrcSuffix Unsigned32
  hpnicfAclIPAclAdvancedDestSuffix Unsigned32

HpnicfAclIPAclNamedBscEntry  
SEQUENCE    
  hpnicfAclIPAclNamedBscRowStatus RowStatus
  hpnicfAclIPAclNamedBscAct RuleAction
  hpnicfAclIPAclNamedBscSrcAddrType InetAddressType
  hpnicfAclIPAclNamedBscSrcAddr InetAddress
  hpnicfAclIPAclNamedBscSrcPrefix InetAddressPrefixLength
  hpnicfAclIPAclNamedBscSrcAny TruthValue
  hpnicfAclIPAclNamedBscSrcWild IpAddress
  hpnicfAclIPAclNamedBscTRangeName OCTET STRING
  hpnicfAclIPAclNamedBscFragmentFlag FragmentFlag
  hpnicfAclIPAclNamedBscLog TruthValue
  hpnicfAclIPAclNamedBscCount Unsigned32
  hpnicfAclIPAclNamedBscCountClear CounterClear
  hpnicfAclIPAclNamedBscEnable TruthValue
  hpnicfAclIPAclNamedBscVpnInstName OCTET STRING
  hpnicfAclIPAclNamedBscComment OCTET STRING
  hpnicfAclIPAclNamedBscCounting TruthValue
  hpnicfAclIPAclNamedBscRouteTypeAny TruthValue
  hpnicfAclIPAclNamedBscRouteTypeValue Integer32

HpnicfAclIPAclNamedAdvEntry  
SEQUENCE    
  hpnicfAclIPAclNamedAdvRowStatus RowStatus
  hpnicfAclIPAclNamedAdvAct RuleAction
  hpnicfAclIPAclNamedAdvProtocol Integer32
  hpnicfAclIPAclNamedAdvAddrFlag AddressFlag
  hpnicfAclIPAclNamedAdvSrcAddrType InetAddressType
  hpnicfAclIPAclNamedAdvSrcAddr InetAddress
  hpnicfAclIPAclNamedAdvSrcPrefix InetAddressPrefixLength
  hpnicfAclIPAclNamedAdvSrcAny TruthValue
  hpnicfAclIPAclNamedAdvSrcWild IpAddress
  hpnicfAclIPAclNamedAdvSrcOp PortOp
  hpnicfAclIPAclNamedAdvSrcPort1 Integer32
  hpnicfAclIPAclNamedAdvSrcPort2 Integer32
  hpnicfAclIPAclNamedAdvDstAddrType InetAddressType
  hpnicfAclIPAclNamedAdvDstAddr InetAddress
  hpnicfAclIPAclNamedAdvDstPrefix InetAddressPrefixLength
  hpnicfAclIPAclNamedAdvDstAny TruthValue
  hpnicfAclIPAclNamedAdvDstWild IpAddress
  hpnicfAclIPAclNamedAdvDstOp PortOp
  hpnicfAclIPAclNamedAdvDstPort1 Integer32
  hpnicfAclIPAclNamedAdvDstPort2 Integer32
  hpnicfAclIPAclNamedAdvIcmpType Integer32
  hpnicfAclIPAclNamedAdvIcmpCode Integer32
  hpnicfAclIPAclNamedAdvPrecedence Integer32
  hpnicfAclIPAclNamedAdvTos Integer32
  hpnicfAclIPAclNamedAdvDscp DSCPValue
  hpnicfAclIPAclNamedAdvTRangeName OCTET STRING
  hpnicfAclIPAclNamedAdvTCPFlag TCPFlag
  hpnicfAclIPAclNamedAdvFragmentFlag FragmentFlag
  hpnicfAclIPAclNamedAdvLog TruthValue
  hpnicfAclIPAclNamedAdvCount Unsigned32
  hpnicfAclIPAclNamedAdvCountClear CounterClear
  hpnicfAclIPAclNamedAdvEnable TruthValue
  hpnicfAclIPAclNamedAdvVpnInstName OCTET STRING
  hpnicfAclIPAclNamedAdvComment OCTET STRING
  hpnicfAclIPAclNamedAdvReflective TruthValue
  hpnicfAclIPAclNamedAdvCounting TruthValue
  hpnicfAclIPAclNamedAdvTCPFlagMask BITS
  hpnicfAclIPAclNamedAdvTCPFlagValue BITS
  hpnicfAclIPAclNamedAdvRouteTypeAny TruthValue
  hpnicfAclIPAclNamedAdvRouteTypeValue Integer32
  hpnicfAclIPAclNamedAdvFlowLabel Unsigned32
  hpnicfAclIPAclNamedAdvSrcSuffix Unsigned32
  hpnicfAclIPAclNamedAdvDstSuffix Unsigned32

HpnicfAclMACEntry  
SEQUENCE    
  hpnicfAclMACRuleIndex Integer32
  hpnicfAclMACRowStatus RowStatus
  hpnicfAclMACAct RuleAction
  hpnicfAclMACTypeCode OCTET STRING
  hpnicfAclMACTypeMask OCTET STRING
  hpnicfAclMACSrcMac MacAddress
  hpnicfAclMACSrcMacWild MacAddress
  hpnicfAclMACDestMac MacAddress
  hpnicfAclMACDestMacWild MacAddress
  hpnicfAclMACLsapCode OCTET STRING
  hpnicfAclMACLsapMask OCTET STRING
  hpnicfAclMACCos Integer32
  hpnicfAclMACTimeRangeName OCTET STRING
  hpnicfAclMACCount Unsigned32
  hpnicfAclMACCountClear CounterClear
  hpnicfAclMACEnable TruthValue
  hpnicfAclMACComment OCTET STRING
  hpnicfAclMACLog TruthValue
  hpnicfAclMACCounting TruthValue

HpnicfAclNamedMACEntry  
SEQUENCE    
  hpnicfAclNamedMACRowStatus RowStatus
  hpnicfAclNamedMACAct RuleAction
  hpnicfAclNamedMACTypeCode OCTET STRING
  hpnicfAclNamedMACTypeMask OCTET STRING
  hpnicfAclNamedMACSrcMac MacAddress
  hpnicfAclNamedMACSrcMacWild MacAddress
  hpnicfAclNamedMACDstMac MacAddress
  hpnicfAclNamedMACDstMacWild MacAddress
  hpnicfAclNamedMACLsapCode OCTET STRING
  hpnicfAclNamedMACLsapMask OCTET STRING
  hpnicfAclNamedMACCos Integer32
  hpnicfAclNamedMACTimeRangeName OCTET STRING
  hpnicfAclNamedMACCount Unsigned32
  hpnicfAclNamedMACCountClear CounterClear
  hpnicfAclNamedMACEnable TruthValue
  hpnicfAclNamedMACComment OCTET STRING
  hpnicfAclNamedMACLog TruthValue
  hpnicfAclNamedMACCounting TruthValue

HpnicfAclEnUserEntry  
SEQUENCE    
  hpnicfAclEnUserRuleIndex Integer32
  hpnicfAclEnUserRowStatus RowStatus
  hpnicfAclEnUserAct RuleAction
  hpnicfAclEnUserStartString OCTET STRING
  hpnicfAclEnUserL2String OCTET STRING
  hpnicfAclEnUserMplsString OCTET STRING
  hpnicfAclEnUserIPv4String OCTET STRING
  hpnicfAclEnUserIPv6String OCTET STRING
  hpnicfAclEnUserL4String OCTET STRING
  hpnicfAclEnUserL5String OCTET STRING
  hpnicfAclEnUserTimeRangeName OCTET STRING
  hpnicfAclEnUserCount Unsigned32
  hpnicfAclEnUserCountClear CounterClear
  hpnicfAclEnUserEnable TruthValue
  hpnicfAclEnUserComment OCTET STRING
  hpnicfAclEnUserLog TruthValue
  hpnicfAclEnUserCounting TruthValue

HpnicfAclNamedUserEntry  
SEQUENCE    
  hpnicfAclNamedUserRowStatus RowStatus
  hpnicfAclNamedUserAct RuleAction
  hpnicfAclNamedUserStartString OCTET STRING
  hpnicfAclNamedUserL2String OCTET STRING
  hpnicfAclNamedUserMplsString OCTET STRING
  hpnicfAclNamedUserIPv4String OCTET STRING
  hpnicfAclNamedUserIPv6String OCTET STRING
  hpnicfAclNamedUserL4String OCTET STRING
  hpnicfAclNamedUserL5String OCTET STRING
  hpnicfAclNamedUserTimeRangeName OCTET STRING
  hpnicfAclNamedUserCount Unsigned32
  hpnicfAclNamedUserCountClear CounterClear
  hpnicfAclNamedUserEnable TruthValue
  hpnicfAclNamedUserComment OCTET STRING
  hpnicfAclNamedUserLog TruthValue
  hpnicfAclNamedUserCounting TruthValue

HpnicfAclResourceUsageEntry  
SEQUENCE    
  hpnicfAclResourceChassis Unsigned32
  hpnicfAclResourceSlot Unsigned32
  hpnicfAclResourceChip Unsigned32
  hpnicfAclResourceType Integer32
  hpnicfAclPortRange OCTET STRING
  hpnicfAclResourceTotal Unsigned32
  hpnicfAclResourceReserved Unsigned32
  hpnicfAclResourceConfigured Unsigned32
  hpnicfAclResourceUsagePercent Unsigned32
  hpnicfAclResourceTypeDescription OCTET STRING

HpnicfAclIntervalEntry  
SEQUENCE    
  hpnicfAclIntervalType INTEGER
  hpnicfAclIntervalValue Integer32
  hpnicfAclIntervalRowStatus RowStatus

HpnicfPfilterApplyEntry  
SEQUENCE    
  hpnicfPfilterApplyObjType INTEGER
  hpnicfPfilterApplyObjIndex Integer32
  hpnicfPfilterApplyDirection DirectionType
  hpnicfPfilterApplyAclType INTEGER
  hpnicfPfilterApplyAclIndex Integer32
  hpnicfPfilterApplyHardCount TruthValue
  hpnicfPfilterApplySequence Unsigned32
  hpnicfPfilterApplyCountClear CounterClear
  hpnicfPfilterApplyRowStatus RowStatus

HpnicfPfilterAclGroupRunInfoEntry  
SEQUENCE    
  hpnicfPfilterRunApplyObjType INTEGER
  hpnicfPfilterRunApplyObjIndex Integer32
  hpnicfPfilterRunApplyDirection DirectionType
  hpnicfPfilterRunApplyAclType INTEGER
  hpnicfPfilterRunApplyAclIndex Integer32
  hpnicfPfilterAclGroupStatus INTEGER
  hpnicfPfilterAclGroupCountStatus INTEGER
  hpnicfPfilterAclGroupPermitPkts Counter64
  hpnicfPfilterAclGroupPermitBytes Counter64
  hpnicfPfilterAclGroupDenyPkts Counter64
  hpnicfPfilterAclGroupDenyBytes Counter64

HpnicfPfilterAclRuleRunInfoEntry  
SEQUENCE    
  hpnicfPfilterAclRuleIndex Integer32
  hpnicfPfilterAclRuleStatus INTEGER
  hpnicfPfilterAclRuleCountStatus INTEGER
  hpnicfPfilterAclRuleMatchPackets Counter64
  hpnicfPfilterAclRuleMatchBytes Counter64

HpnicfPfilterStatisticSumEntry  
SEQUENCE    
  hpnicfPfilterSumDirection DirectionType
  hpnicfPfilterSumAclType INTEGER
  hpnicfPfilterSumAclIndex Integer32
  hpnicfPfilterSumRuleIndex Integer32
  hpnicfPfilterSumRuleMatchPackets Counter64
  hpnicfPfilterSumRuleMatchBytes Counter64

HpnicfPfilter2ApplyEntry  
SEQUENCE    
  hpnicfPfilter2ApplyObjType INTEGER
  hpnicfPfilter2ApplyObjIndex Integer32
  hpnicfPfilter2ApplyDirection DirectionType
  hpnicfPfilter2ApplyAclType INTEGER
  hpnicfPfilter2ApplyAclIndex OCTET STRING
  hpnicfPfilter2ApplyHardCount TruthValue
  hpnicfPfilter2ApplySequence Unsigned32
  hpnicfPfilter2ApplyCountClear CounterClear
  hpnicfPfilter2ApplyRowStatus RowStatus

HpnicfPfilter2AclGroupRunInfoEntry  
SEQUENCE    
  hpnicfPfilter2RunApplyObjType INTEGER
  hpnicfPfilter2RunApplyObjIndex Integer32
  hpnicfPfilter2RunApplyDirection DirectionType
  hpnicfPfilter2RunApplyAclType INTEGER
  hpnicfPfilter2RunApplyAclIndex OCTET STRING
  hpnicfPfilter2AclGroupStatus INTEGER
  hpnicfPfilter2AclGroupCountStatus INTEGER
  hpnicfPfilter2AclGroupPermitPkts Counter64
  hpnicfPfilter2AclGroupPermitBytes Counter64
  hpnicfPfilter2AclGroupDenyPkts Counter64
  hpnicfPfilter2AclGroupDenyBytes Counter64

HpnicfPfilter2AclRuleRunInfoEntry  
SEQUENCE    
  hpnicfPfilter2AclRuleIndex Integer32
  hpnicfPfilter2AclRuleStatus INTEGER
  hpnicfPfilter2AclRuleCountStatus INTEGER
  hpnicfPfilter2AclRuleMatchPackets Counter64
  hpnicfPfilter2AclRuleMatchBytes Counter64

HpnicfPfilter2StatisticSumEntry  
SEQUENCE    
  hpnicfPfilter2SumDirection DirectionType
  hpnicfPfilter2SumAclType INTEGER
  hpnicfPfilter2SumAclIndex OCTET STRING
  hpnicfPfilter2SumRuleIndex Integer32
  hpnicfPfilter2SumRuleMatchPackets Counter64
  hpnicfPfilter2SumRuleMatchBytes Counter64

Defined Values

hpnicfAcl 1.3.6.1.4.1.11.2.14.11.15.2.8
ACL management information base for managing devices that support access control list and packet filtering.
MODULE-IDENTITY    

hpnicfAclMibObjects 1.3.6.1.4.1.11.2.14.11.15.2.8.1
OBJECT IDENTIFIER    

hpnicfAclMode 1.3.6.1.4.1.11.2.14.11.15.2.8.1.1
Access-list mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER linkBased(1), ipBased(2)  

hpnicfAclNumGroupTable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.2
Configure the match-order of number-acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclNumGroupEntry

hpnicfAclNumGroupEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.1.2.1
Define the index of hpnicfAclNumGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclNumGroupEntry  

hpnicfAclNumGroupAclNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.2.1.1
The index of number-acl group Interface type:1000..1999 Basic type:2000..2999 Advance type:3000..3999 Link type:4000..4999 User type:5000..5999
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1000..5999  

hpnicfAclNumGroupMatchOrder 1.3.6.1.4.1.11.2.14.11.15.2.8.1.2.1.2
The match-order of number-acl group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER config(1), auto(2)  

hpnicfAclNumGroupSubitemNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.2.1.3
The number of number-acl group's node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfAclNumGroupDescription 1.3.6.1.4.1.11.2.14.11.15.2.8.1.2.1.4
The description of this acl group.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclNumGroupCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.1.2.1.5
Reset the value of rules' counter, which belong to this group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cleared(1), nouse(2)  

hpnicfAclNumGroupRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.1.2.1.6
RowStatus, now support three state: CreateAndGo, Active, Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclNameGroupTable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.3
Create acl-group that identified by name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclNameGroupEntry

hpnicfAclNameGroupEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.1.3.1
Define the index of hpnicfAclNameGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclNameGroupEntry  

hpnicfAclNameGroupIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.1.3.1.1
The index of name-acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 10000..12999  

hpnicfAclNameGroupCreateName 1.3.6.1.4.1.11.2.14.11.15.2.8.1.3.1.2
The name of name-acl group.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclNameGroupTypes 1.3.6.1.4.1.11.2.14.11.15.2.8.1.3.1.3
The type of name-acl group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER basic(1), advanced(2), ifBased(3), link(4), user(5)  

hpnicfAclNameGroupMatchOrder 1.3.6.1.4.1.11.2.14.11.15.2.8.1.3.1.4
The match-order of name-acl group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER config(1), auto(2)  

hpnicfAclNameGroupSubitemNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.3.1.5
The number of name-acl group's node.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..128  

hpnicfAclNameGroupRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.1.3.1.6
RowStatus, now support three state: CreateAndGo, Active, Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclBasicRuleTable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4
Configure the rule for basic acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclBasicRuleEntry

hpnicfAclBasicRuleEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1
Define the index of hpnicfAclBasicRuleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclBasicRuleEntry  

hpnicfAclBasicAclNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.1
The index of basic acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 2000..2999 | 10000..12999  

hpnicfAclBasicSubitem 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.2
The subindex of basic acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclBasicAct 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.3
The action of basic acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

hpnicfAclBasicSrcIp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.4
Source IP-address of basic acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclBasicSrcWild 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.5
Source IP-address wild of basic acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclBasicTimeRangeName 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.6
The Time-range of basic acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclBasicFragments 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.7
The flag of matching fragmented packet.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclBasicLog 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.8
The flag of log.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclBasicEnable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.9
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclBasicCount 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.10
The count of matched by basic rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfAclBasicCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.11
Reset the value of counter.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cleared(1), nouse(2)  

hpnicfAclBasicRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.1.4.1.12
RowStatus, now support three state: CreateAndGo, Active, Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclAdvancedRuleTable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5
Configure the rule for advanced acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclAdvancedRuleEntry

hpnicfAclAdvancedRuleEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1
Define the index of hpnicfAclAdvancedRuleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclAdvancedRuleEntry  

hpnicfAclAdvancedAclNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.1
The index of advanced acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 3000..3999 | 10000..12999  

hpnicfAclAdvancedSubitem 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.2
The subindex of advanced acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclAdvancedAct 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.3
The action of Advance acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

hpnicfAclAdvancedProtocol 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.4
The protocol-type of advanced acl group. <1-255> Protocol number gre GRE tunneling(47) icmp Internet Control Message Protocol(1) igmp Internet Group Management Protocol(2) ip Any IP protocol ipinip IP in IP tunneling(4) ospf OSPF routing protocol(89) tcp Transmission Control Protocol (6) udp User Datagram Protocol (17)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

hpnicfAclAdvancedSrcIp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.5
Source IP-address of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclAdvancedSrcWild 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.6
Source IP-address wild of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclAdvancedSrcOp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.7
The source IP-address's operator of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)  

hpnicfAclAdvancedSrcPort1 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.8
The fourth layer source port1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclAdvancedSrcPort2 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.9
The fourth layer source port2.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclAdvancedDestIp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.10
Destination IP-address of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclAdvancedDestWild 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.11
Destination IP-address wild of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclAdvancedDestOp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.12
The destination IP-address's operator of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)  

hpnicfAclAdvancedDestPort1 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.13
The fourth layer destination port1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclAdvancedDestPort2 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.14
The fourth layer destination port2.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclAdvancedPrecedence 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.15
The value of IP-packet's precedence. <0-7> Value of precedence routine Specify routine precedence(0) priority Specify priority precedence(1) immediate Specify immediate precedence(2) flash Specify flash precedence(3) flash-override Specify flash-override precedence(4) critical Specify critical precedence(5) internet Specify internetwork control precedence(6) network Specify network control precedence(7)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7 | 255  

hpnicfAclAdvancedTos 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.16
The value of IP-packet's TOS. <0-15> Value of TOS(type of service) max-reliability Match packets with max reliable TOS(2) max-throughput Match packets with max throughput TOS(4) min-delay Match packets with min delay TOS(8) min-monetary-cost Match packets with min monetary cost TOS(1) normal Match packets with normal TOS(0)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..15 | 255  

hpnicfAclAdvancedDscp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.17
The value of DSCP. <0-63> Value of DSCP af11 Specify Assured Forwarding 11 service(10) af12 Specify Assured Forwarding 12 service(12) af13 Specify Assured Forwarding 13 service(14) af21 Specify Assured Forwarding 21 service(18) af22 Specify Assured Forwarding 22 service(20) af23 Specify Assured Forwarding 23 service(22) af31 Specify Assured Forwarding 31 service(26) af32 Specify Assured Forwarding 32 service(28) af33 Specify Assured Forwarding 33 service(30) af41 Specify Assured Forwarding 41 service(34) af42 Specify Assured Forwarding 42 service(36) af43 Specify Assured Forwarding 43 service(38) be Specify Best Effort service(0) cs1 Specify Class Selector 1 service(8) cs2 Specify Class Selector 2 service(16) cs3 Specify Class Selector 3 service(24) cs4 Specify Class Selector 4 service(32) cs5 Specify Class Selector 5 service(40) cs6 Specify Class Selector 6 service(48) cs7 Specify Class Selector 7 service(56) ef Specify Expedited Forwarding service(46)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..63 | 255  

hpnicfAclAdvancedEstablish 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.18
Establish flag.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclAdvancedTimeRangeName 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.19
The Time-range of advanced acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclAdvancedIcmpType 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.20
The type of ICMP packet. Integer32 ICMP type echo Type=8, Code=0 echo-reply Type=0, Code=0 fragmentneed-DFset Type=3, Code=4 host-redirect Type=5, Code=1 host-tos-redirect Type=5, Code=3 host-unreachable Type=3, Code=1 information-reply Type=16, Code=0 information-request Type=15, Code=0 net-redirect Type=5, Code=0 net-tos-redirect Type=5, Code=2 net-unreachable Type=3, Code=0 parameter-problem Type=12, Code=0 port-unreachable Type=3, Code=3 protocol-unreachable Type=3, Code=2 reassembly-timeout Type=11, Code=1 source-quench Type=4, Code=0 source-route-failed Type=3, Code=5 timestamp-reply Type=14, Code=0 timestamp-request Type=13, Code=0 ttl-exceeded Type=11, Code=0
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclAdvancedIcmpCode 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.21
The code of ICMP packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclAdvancedFragments 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.22
The flag of matching fragmented packet.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclAdvancedLog 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.23
The flag of log.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclAdvancedEnable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.24
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclAdvancedCount 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.25
The count of matched by advanced rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfAclAdvancedCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.26
Reset the value of counter.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cleared(1), nouse(2)  

hpnicfAclAdvancedRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.1.5.1.27
RowStatus, now support three state: CreateAndGo, Active, Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclIfRuleTable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6
Configure the rule for interface-based acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclIfRuleEntry

hpnicfAclIfRuleEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1
Define the index of hpnicfAclIfRuleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclIfRuleEntry  

hpnicfAclIfAclNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.1
The index of interface-based acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 1000..1999 | 10000..12999  

hpnicfAclIfSubitem 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.2
The subindex of interface-based acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIfAct 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.3
The action of interface-based acl group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

hpnicfAclIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.4
The index of interface.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfAclIfAny 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.5
The flag of matching any interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIfTimeRangeName 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.6
The Time-range of interface-based acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclIfLog 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.7
The flag of log.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIfEnable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.8
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclIfCount 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.9
The count of matched by basic rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfAclIfCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.10
Reset the value of the rule's counter.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER cleared(1), nouse(2)  

hpnicfAclIfRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.1.6.1.11
RowStatus, now support three state: CreateAndGo, Active, Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclLinkTable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7
Create link acl.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclLinkEntry

hpnicfAclLinkEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1
The entry of the link acl table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclLinkEntry  

hpnicfAclLinkAclNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.1
The index of link-based acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 4000..4999 | 10000..12999  

hpnicfAclLinkSubitem 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.2
The subindex of link-based acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclLinkAct 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.3
The action of link-based acl group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

hpnicfAclLinkProtocol 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.4
The layer 2 protocol-type of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), ip(2048), arp(2054), rarp(32821), mpls(34887), pppoeControl(34915), pppoeData(34916)  

hpnicfAclLinkFormatType 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.5
Format type of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), ethernetII(1), snap(2), ieee802Dot3And2(3), ieee802Dot3(4)  

hpnicfAclLinkVlanTag 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.6
The flag of vlan tag of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), tagged(1), untagged(2)  

hpnicfAclLinkVlanPri 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.7
Vlan priority of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7 | 255  

hpnicfAclLinkSrcVlanId 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.8
Source vlan ID of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4094  

hpnicfAclLinkSrcMac 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.9
Source mac of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclLinkSrcMacWild 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.10
Source mac wildzard of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclLinkSrcIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.11
Source IfIndex of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfAclLinkSrcAny 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.12
The flag of matching any source.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclLinkDestVlanId 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.13
Destination vlan ID of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4094  

hpnicfAclLinkDestMac 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.14
Destination mac of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclLinkDestMacWild 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.15
Destination mac wildzard of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclLinkDestIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.16
Destination IfIndex of link acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfAclLinkDestAny 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.17
The flag of matching any destination.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclLinkTimeRangeName 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.18
The Time-range of link-based acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclLinkEnable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.19
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclLinkRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.20
RowStatus, now support three state: CreateAndGo, Active, Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclLinkTypeCode 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.21
The type of layer 2 protocol.0x0000...0xffff.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclLinkTypeMask 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.22
The mask of layer 2 protocol.0x0000...0xffff.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclLinkLsapCode 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.23
The type of LSAP.0x0000...0xffff.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclLinkLsapMask 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.24
The mask of LSAP.0x0000...0xffff.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclLinkL2LabelRangeOp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.25
Operation symbol of the MPLS label. If the symbol is range(5), the objects hpnicfAclLinkL2LabelRangeBegin and hpnicfAclLinkL2LabelRangeEnd should have different values indicating a range. Otherwise, only hpnicfAclLinkL2LabelRangeBegin counts, object hpnicfAclLinkL2LabelRangeEnd is ignored. invalid(0) -- unavailable lt(1) -- less than eq(2) -- equal gt(3) -- great than neq(4) -- not equal range(5) -- a range with two ends included
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), lt(1), eq(2), gt(3), neq(4), range(5)  

hpnicfAclLinkL2LabelRangeBegin 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.26
The beginning of VPLS VC label.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfAclLinkL2LabelRangeEnd 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.27
The end of VPLS VC label.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfAclLinkMplsExp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.7.1.28
The value of MPLS-packet's Exp.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfAclUserTable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8
Create user acl.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclUserEntry

hpnicfAclUserEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1
The entry of user acl table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclUserEntry  

hpnicfAclUserAclNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.1
The number of the user acl.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 5000..5999 | 10000..12999  

hpnicfAclUserSubitem 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.2
The subitem of the user acl.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclUserAct 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.3
The action of the user acl.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

hpnicfAclUserFormatType 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.4
Format type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), ethernetII(1), snap(2), ieee802Dot2And3(3), ieee802Dot4(4)  

hpnicfAclUserVlanTag 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.5
Vlan tag exits or not.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(0), tagged(1), untagged(2)  

hpnicfAclUserRuleStr 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.6
Rule string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..80)  

hpnicfAclUserRuleMask 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.7
Rule mask.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..80)  

hpnicfAclUserTimeRangeName 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.8
The Time-range of the user defined acl.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclUserEnable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.9
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclUserRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.1.8.1.10
RowStatus, now support three state: CreateAndGo, Active, Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclActiveTable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9
Active acl.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclActiveEntry

hpnicfAclActiveEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1
The entry of active acl table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclActiveEntry  

hpnicfAclActiveAclIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.1
Acl index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 1..5999 | 10000..12999  

hpnicfAclActiveIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.2
IfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfAclActiveVlanID 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.3
The lower 16 bits is Vlan ID, the higher 16 bits, if not zero, it describes the slot ID of the L3plus board.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfAclActiveDirection 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.4
Direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER invalid(0), input(1), output(2), both(3)  

hpnicfAclActiveUserAclNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.5
The number of the user acl.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 5000..5999 | 10000..12999  

hpnicfAclActiveUserAclSubitem 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.6
The subitem of the user acl.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclActiveIpAclNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.7
The number of the IP acl.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 2000..3999 | 10000..12999  

hpnicfAclActiveIpAclSubitem 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.8
The subitem of the IP acl.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclActiveLinkAclNum 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.9
The num of the link acl.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 4000..4999 | 10000..12999  

hpnicfAclActiveLinkAclSubitem 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.10
The subitem of the link acl.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclActiveRuntime 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.11
Is run or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclActiveRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.1.9.1.12
RowStatus, now support three state: CreateAndGo, Active, Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclIDSTable 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10
Configure the rule for IDS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclIDSEntry

hpnicfAclIDSEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1
The entry of acl ids table.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclIDSEntry  

hpnicfAclIDSName 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.1
The name index of the IDS table.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hpnicfAclIDSSrcMac 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.2
Source mac of IDS acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclIDSDestMac 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.3
Destination mac of IDS acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclIDSSrcIp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.4
Source IP-address of IDS acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIDSSrcWild 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.5
Source IP-address wild of IDS acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIDSDestIp 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.6
Destination IP-address of IDS acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIDSDestWild 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.7
Destination IP-address wild of IDS acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIDSSrcPort 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.8
The fourth layer source port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIDSDestPort 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.9
The fourth layer destination port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIDSProtocol 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.10
The protocol-type of advanced acl group. <1-255> Protocol number gre GRE tunneling(47) icmp Internet Control Message Protocol(1) igmp Internet Group Management Protocol(2) ip Any IP protocol ipinip IP in IP tunneling(4) ospf OSPF routing protocol(89) tcp Transmission Control Protocol (6) udp User Datagram Protocol (17)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

hpnicfAclIDSDenyTime 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.11
The maximum number of seconds which deny for this acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfAclIDSAct 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.12
The action of IDS acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

hpnicfAclIDSRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.1.10.1.13
RowStatus, now supports three states: CreateAndGo, Active, and Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclMib2Objects 1.3.6.1.4.1.11.2.14.11.15.2.8.2
OBJECT IDENTIFIER    

hpnicfAclMib2GlobalGroup 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1
OBJECT IDENTIFIER    

hpnicfAclMib2NodesGroup 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.1
OBJECT IDENTIFIER    

hpnicfAclMib2Mode 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.1.1
The applying mode of ACL.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER linkBased(1), ipBased(2)  

hpnicfAclMib2Version 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.1.2
The version of this file. The output value has the format of 'xx'or 'xxx'. For example: 10 means 1.0; 125 means 12.5.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfAclMib2ObjectsCapabilities 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.1.3
The objects of hpnicfAclMib2Objects.
Status: current Access: read-only
OBJECT-TYPE    
  BITS hpnicfAclMib2Mode(0), hpnicfAclVersion(1), hpnicfAclMib2ObjectsCapabilities(2), hpnicfAclMib2CapabilityTable(3), hpnicfAclNumberGroupTable(4), hpnicfAclIPAclBasicTable(5), hpnicfAclIPAclAdvancedTable(6), hpnicfAclMACTable(7), hpnicfAclEnUserTable(8), hpnicfAclMib2ProcessingStatus(9)  

hpnicfAclMib2ProcessingStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.1.4
The processing status of ACL operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER processing(1), done(2)  

hpnicfAclMib2CapabilityTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.2
The capability of mib2.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclMib2CapabilityEntry

hpnicfAclMib2CapabilityEntry 3.1
The information of Capability of mib2.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclMib2CapabilityEntry  

hpnicfAclMib2EntityType 3.1.1
The type of entity. system: The entity is systemic level. interface: The entity is interface level.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER system(1), interface(2)  

hpnicfAclMib2EntityIndex 3.1.2
The index of entity. If hpnicfAclMib2EntityType is system, the value of this object is 0. If hpnicfAclMib2EntityType is interface, the value of this object is equal to 'ifIndex'.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfAclMib2ModuleIndex 3.1.3
The module index of ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER layer3(1), layer2(2), userDefined(3)  

hpnicfAclMib2CharacteristicsIndex 3.1.4
The characteristics index of mib2. See DESCRIPTION of hpnicfAclMib2CharacteristicsValue to get detail information about the value of this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfAclMib2CharacteristicsDesc 3.1.5
The description of characteristics.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclMib2CharacteristicsValue 3.1.6
The value of capability of this object. TypeOfRuleStringValue : notSupport(0) and the length of RuleString. TypeOfCodeValue : OnlyOneNotSupport(0), MoreThanOneNotSupport(1) If hpnicfAclMib2CharacteristicsValue is 'moreThanOneNotSupport', hpnicfAclMib2CharacteristicsDesc must be used to depict which protocols are not supported. The output value of hpnicfAclMib2CharacteristicsDesc has the format of 'a,b'. For example, 'ip,rarp'. layer3 Module: Index Characteristics value 1 SourceIPAddress notSupport(0) 2 DestinationIPAddress notSupport(0) 3 SourcePort notSupport(0) 4 DestinationPort notSupport(0) 5 IPPrecedence notSupport(0) 6 TOS notSupport(0) 7 DSCP notSupport(0) 8 TCPFlag notSupport(0) 9 FragmentFlag notSupport(0) 10 Log notSupport(0) 11 RuleMatchCounter notSupport(0) 12 ResetRuleMatchCounter notSupport(0) 13 VPN notSupport(0) 15 protocol notSupport(0) 16 AddressFlag notSupport(0) layer2 Module: Index Characteristics value 1 ProtocolType TypeOfCodeValue 2 SourceMAC notSupport(0) 3 DestinationMAC notSupport(0) 4 LSAPType TypeOfCodeValue 5 CoS notSupport(0) UserDefined Module: Index Characteristics value 1 UserDefaultOffset TypeOfRuleStringValue 2 UserL2RuleOffset TypeOfRuleStringValue 3 UserMplsOffset TypeOfRuleStringValue 4 UserIPv4Offset TypeOfRuleStringValue 5 UserIPv6Offset TypeOfRuleStringValue 6 UserL4Offset TypeOfRuleStringValue 7 UserL5Offset TypeOfRuleStringValue
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclNumberGroupTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.3
A table of the number acl group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclNumberGroupEntry

hpnicfAclNumberGroupEntry 4.1
Number acl group information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclNumberGroupEntry  

hpnicfAclNumberGroupType 4.1.1
The type of number group. Basic ACL and Advanced ACL support ipv4 and ipv6. The range of Basic ACL is from 2000 to 2999. The range of Advanced ACL is from 3000 to 3999. Simple ACL supports ipv6 only. The range of Simple ACL is from 10000 to 42767. MAC ACL support mac only. The range of MAC ACL is from 4000 to 4999. User-defined ACL support user only. The range of user-defined ACL is from 5000 to 5999.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), mac(3), user(4)  

hpnicfAclNumberGroupIndex 4.1.2
The group index of number acl. Basic type:2000..2999 Advanced type:3000..3999 MAC type:4000..4999 User type:5000..5999 Simple type:10000..42767
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 2000..5999 | 10000..42767  

hpnicfAclNumberGroupRowStatus 4.1.3
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclNumberGroupMatchOrder 4.1.4
The match-order of number acl group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER config(1), auto(2)  

hpnicfAclNumberGroupStep 4.1.5
The step of rule index.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..20  

hpnicfAclNumberGroupDescription 4.1.6
Description of this acl group.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclNumberGroupCountClear 4.1.7
Reset the value of counters of this group.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclNumberGroupRuleCounter 4.1.8
The rule count of number acl group.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfAclNumberGroupName 4.1.9
Name of this acl group.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..63)  

hpnicfAclNamedGroupTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4
A table of the named ACL group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclNamedGroupEntry

hpnicfAclNamedGroupEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4.1
Named ACL group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclNamedGroupEntry  

hpnicfAclNamedGroupCategory 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4.1.1
The category of number group. 1 indicates basic ACL, 2 indicates advanced ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER invalid(0), basic(1), advanced(2)  

hpnicfAclNamedGroupName 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4.1.2
Name of an ACL group, a case-insensitive string of 1 to 63 characters. It must start with an English letter.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..63)  

hpnicfAclNamedGroupRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4.1.3
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclNamedGroupMatchOrder 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4.1.4
The match-order of name acl group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER config(1), auto(2)  

hpnicfAclNamedGroupStep 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4.1.5
The numbering step of the increment of the rule index.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..20  

hpnicfAclNamedGroupDescription 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4.1.6
Description of this ACL group.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclNamedGroupCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4.1.7
Reset the statistics counter of this group.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclNamedGroupRuleCounter 1.3.6.1.4.1.11.2.14.11.15.2.8.2.1.4.1.8
The amount of rules of this group.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

hpnicfAclIPAclGroup 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2
OBJECT IDENTIFIER    

hpnicfAclIPAclBasicTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.2
A table of basic rule group. If some objects of this table are not supported by some products, these objects can't be created, changed or applied. Default value of these objects will be returned when they are read.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclIPAclBasicEntry

hpnicfAclIPAclBasicEntry 5.1
Basic rule group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclIPAclBasicEntry  

hpnicfAclIPAclBasicRuleIndex 5.1.1
The rule index of basic acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65534  

hpnicfAclIPAclBasicRowStatus 5.1.2
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclIPAclBasicAct 5.1.3
The action of basic acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  RuleAction  

hpnicfAclIPAclBasicSrcAddrType 5.1.4
The IP addresses type of IP pool.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfAclIPAclBasicSrcAddr 5.1.5
The value of a local IP address is available for this association. The type of this address is determined by the value of hpnicfAclIPAclBasicSrcAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfAclIPAclBasicSrcPrefix 5.1.6
Denotes the length of a generic Internet network address prefix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the most significant bit (MSB) and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfAclIPAclBasicSrcAny 5.1.7
The flag of matching any IP address.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclBasicSrcWild 5.1.8
Source IPv4 address wildcard mask. Only IPv4 Basic Rule supports this object. Default value is '0.0.0.0'.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIPAclBasicTimeRangeName 5.1.9
The Time-range of basic acl rule. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclIPAclBasicFragmentFlag 5.1.10
The flag of matching fragmented packets.
Status: current Access: read-create
OBJECT-TYPE    
  FragmentFlag  

hpnicfAclIPAclBasicLog 5.1.11
The packet will be logged when it matches the rule.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclBasicCount 5.1.12
The count of matches by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclIPAclBasicCountClear 5.1.13
Reset the value of counter.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclIPAclBasicEnable 5.1.14
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclBasicVpnInstanceName 5.1.15
The VPN name, to which the rule will be applied. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclIPAclBasicComment 5.1.16
The description of ACL rule. Default value is Zero-length String.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclIPAclBasicCounting 5.1.17
The packet will be counted when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclBasicRouteTypeAny 5.1.18
The flag of matching any type of routing header of IPv6 packet.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclBasicRouteTypeValue 5.1.19
Match specific type of routing header of IPv6 packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclIPAclAdvancedTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.3
A table of advanced and simple acl group. If some objects of this table are not supported by some products, these objects can't be created, changed and applied. Default value of these objects will be returned when they are read.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclIPAclAdvancedEntry

hpnicfAclIPAclAdvancedEntry 6.1
Advanced acl group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclIPAclAdvancedEntry  

hpnicfAclIPAclAdvancedRuleIndex 6.1.1
The rule index of advanced acl group. As a Simple ACL group, the value of this object must be 0. As an Advanced ACL group, the value of this object is ranging from 0 to 65534.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65534  

hpnicfAclIPAclAdvancedRowStatus 6.1.2
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclIPAclAdvancedAct 6.1.3
The action of advanced acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  RuleAction  

hpnicfAclIPAclAdvancedProtocol 6.1.4
The protocol-type of advanced acl group. 0 indicates any IPv4 or IPv6 protocol. <1-255> Protocol number gre GRE tunneling(47) icmp Internet Control Message Protocol(1) icmpv6 Internet Control Message Protocol6(58) igmp Internet Group Management Protocol(2) ipinip IP in IP tunneling(4) ospf OSPF routing protocol(89) tcp Transmission Control Protocol (6) udp User Datagram Protocol (17) ipv6-ah IPv6 Authentication Header(51) ipv6-esp IPv6 Encapsulating Security Payload(50)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

hpnicfAclIPAclAdvancedAddrFlag 6.1.5
Address flag to select address.
Status: current Access: read-create
OBJECT-TYPE    
  AddressFlag  

hpnicfAclIPAclAdvancedSrcAddrType 6.1.6
The IP addresses type of IP pool.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfAclIPAclAdvancedSrcAddr 6.1.7
The value of a local IP address available for this association. The type of this address is determined by the value of hpnicfAclIPAclAdvancedSrcAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfAclIPAclAdvancedSrcPrefix 6.1.8
Denotes the length of a generic Internet network address prefix. A value of n corresponds to an IP address mask which has n contiguous 1-bits from the most significant bit (MSB) and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfAclIPAclAdvancedSrcAny 6.1.9
The flag of matching any IP address.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclAdvancedSrcWild 6.1.10
Source IPv4 address wildcard mask. Only IPv4 Advanced Rule supports this object. Default value is '0.0.0.0'.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIPAclAdvancedSrcOp 6.1.11
Source port operation symbol of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  PortOp  

hpnicfAclIPAclAdvancedSrcPort1 6.1.12
The fourth layer source port1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIPAclAdvancedSrcPort2 6.1.13
The fourth layer source port2.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIPAclAdvancedDestAddrType 6.1.14
The IP addresses type of IP pool.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfAclIPAclAdvancedDestAddr 6.1.15
The value of a local IP address available for this association. The type of this address is determined by the value of hpnicfAclIPAclAdvancedDestAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfAclIPAclAdvancedDestPrefix 6.1.16
Denotes the length of a generic Internet network address prefix. A value of n corresponds to an IP address mask which has n contiguous 1-bits from the most significant bit (MSB) and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfAclIPAclAdvancedDestAny 6.1.17
The flag of matching any IP address.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclAdvancedDestWild 6.1.18
Destination IPv4 address wildcard mask. Only IPv4 Advanced Rule supports this object. Default value is '0.0.0.0'.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIPAclAdvancedDestOp 6.1.19
Destination port operation symbol of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  PortOp  

hpnicfAclIPAclAdvancedDestPort1 6.1.20
The fourth layer destination port1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIPAclAdvancedDestPort2 6.1.21
The fourth layer destination port2.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIPAclAdvancedIcmpType 6.1.22
The type of ICMP packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclIPAclAdvancedIcmpCode 6.1.23
The code of ICMP packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclIPAclAdvancedPrecedence 6.1.24
The value of IP-packet's precedence. <0-7> Value of precedence routine Specify routine precedence(0) priority Specify priority precedence(1) immediate Specify immediate precedence(2) flash Specify flash precedence(3) flash-override Specify flash-override precedence(4) critical Specify critical precedence(5) internet Specify internetwork control precedence(6) network Specify network control precedence(7)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7 | 255  

hpnicfAclIPAclAdvancedTos 6.1.25
The value of IP-packet's TOS. <0-15> Value of TOS(type of service) max-reliability Match packets with max reliable TOS(2) max-throughput Match packets with max throughput TOS(4) min-delay Match packets with min delay TOS(8) min-monetary-cost Match packets with min monetary cost TOS(1) normal Match packets with normal TOS(0)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..15 | 255  

hpnicfAclIPAclAdvancedDscp 6.1.26
The value of DSCP of IP packet.
Status: current Access: read-create
OBJECT-TYPE    
  DSCPValue  

hpnicfAclIPAclAdvancedTimeRangeName 6.1.27
The Time-range of advanced acl rule. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclIPAclAdvancedTCPFlag 6.1.28
The packet type of TCP protocol.
Status: current Access: read-create
OBJECT-TYPE    
  TCPFlag  

hpnicfAclIPAclAdvancedFragmentFlag 6.1.29
The flag of matching fragmented packet, and now support two value: 0 or 2.
Status: current Access: read-create
OBJECT-TYPE    
  FragmentFlag  

hpnicfAclIPAclAdvancedLog 6.1.30
Log matched packets.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclAdvancedCount 6.1.31
The count of matched by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclIPAclAdvancedCountClear 6.1.32
Reset the value of counter.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclIPAclAdvancedEnable 6.1.33
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclAdvancedVpnInstanceName 6.1.34
The VPN name that the rule will be applied. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclIPAclAdvancedComment 6.1.35
The description of ACL rule. Default value is Zero-length String.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclIPAclAdvancedReflective 6.1.36
The flag of reflective.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclAdvancedCounting 6.1.37
The packet will be counted when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclAdvancedTCPFlagMask 6.1.38
The TCP Flag Mask. This is a bit-map of possible conditions. The various bit positions are: |0 |tcpack | |1 |tcpfin | |2 |tcppsh | |3 |tcprst | |4 |tcpsyn | |5 |tcpurg |
Status: current Access: read-create
OBJECT-TYPE    
  BITS tcpack(0), tcpfin(1), tcppsh(2), tcprst(3), tcpsyn(4), tcpurg(5)  

hpnicfAclIPAclAdvancedTCPFlagValue 6.1.39
The TCP Flag Value. This is a bit-map of possible conditions. The various bit positions are: |0 |tcpack | |1 |tcpfin | |2 |tcppsh | |3 |tcprst | |4 |tcpsyn | |5 |tcpurg |
Status: current Access: read-create
OBJECT-TYPE    
  BITS tcpack(0), tcpfin(1), tcppsh(2), tcprst(3), tcpsyn(4), tcpurg(5)  

hpnicfAclIPAclAdvancedRouteTypeAny 6.1.40
The flag of matching any type of routing header of IPv6 packet.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclAdvancedRouteTypeValue 6.1.41
The type of routing header of IPv6 packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclIPAclAdvancedFlowLabel 6.1.42
The value of flow label of IPv6 packet header.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..1048575 | 4294967295  

hpnicfAclIPAclAdvancedSrcSuffix 6.1.43
Denotes the length of a generic Internet network address suffix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the least significant bit and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfAclIPAclAdvancedDestSuffix 6.1.44
Denotes the length of a generic Internet network address suffix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the least significant bit and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfAclIPAclNamedBscTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4
A table of basic rule of named ACL. The name of ACL group will be used as an index in this table, which differs from the table hpnicfAclIPAclBasicTable. If some objects of this table are not supported by some products, these objects can't be created, changed or applied. Default value of these objects will be returned when they are read.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclIPAclNamedBscEntry

hpnicfAclIPAclNamedBscEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1
Basic named ACL rule entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclIPAclNamedBscEntry  

hpnicfAclIPAclNamedBscRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.1
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclIPAclNamedBscAct 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.2
The action of basic ACL rule.
Status: current Access: read-create
OBJECT-TYPE    
  RuleAction  

hpnicfAclIPAclNamedBscSrcAddrType 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.3
The IP addresses type of IP pool.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfAclIPAclNamedBscSrcAddr 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.4
The specified source IP address. The type of this address is determined by the value of hpnicfAclIPAclNamedBscSrcAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfAclIPAclNamedBscSrcPrefix 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.5
Specify the length of a generic Internet network address prefix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the most significant bit (MSB) and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfAclIPAclNamedBscSrcAny 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.6
The flag of matching any source IP address.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedBscSrcWild 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.7
Source IPv4 address wildcard mask. Only IPv4 Basic Rule supports this object. Default value is '0.0.0.0'.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIPAclNamedBscTRangeName 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.8
The Time-range of basic acl rule. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclIPAclNamedBscFragmentFlag 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.9
The flag of matching fragmented packets.
Status: current Access: read-create
OBJECT-TYPE    
  FragmentFlag  

hpnicfAclIPAclNamedBscLog 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.10
The packet will be logged when it matches the rule.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedBscCount 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.11
The count of matches by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclIPAclNamedBscCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.12
Reset the statistics counter of the rule.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclIPAclNamedBscEnable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.13
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedBscVpnInstName 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.14
The VPN name, to which the rule will be applied. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclIPAclNamedBscComment 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.15
The description of ACL rule. Default value is Zero-length String.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclIPAclNamedBscCounting 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.16
The packet will be counted when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedBscRouteTypeAny 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.17
The flag of matching any type of routing header of IPv6 packet.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedBscRouteTypeValue 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.4.1.18
Value of the routing header type of IPv6 packet, in the range of 0 to 255.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclIPAclNamedAdvTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5
A table of advanced rule of named ACL. The name of ACL group will be used as an index in this table, which differs from the table hpnicfAclIPAclAdvancedTable. If some objects of this table are not supported by some products, these objects can't be created, changed or applied. Default value of these objects will be returned when they are read.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclIPAclNamedAdvEntry

hpnicfAclIPAclNamedAdvEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1
Advanced ACL rule information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclIPAclNamedAdvEntry  

hpnicfAclIPAclNamedAdvRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.1
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclIPAclNamedAdvAct 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.2
The action of advanced ACL rule.
Status: current Access: read-create
OBJECT-TYPE    
  RuleAction  

hpnicfAclIPAclNamedAdvProtocol 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.3
The protocol-type of advanced ACL rule. 0 indicates any IPv4 or IPv6 protocol. <1-255> Protocol number gre GRE tunneling(47) icmp Internet Control Message Protocol(1) icmpv6 Internet Control Message Protocol6(58) igmp Internet Group Management Protocol(2) ipinip IP in IP tunneling(4) ospf OSPF routing protocol(89) tcp Transmission Control Protocol (6) udp User Datagram Protocol (17) ipv6-ah IPv6 Authentication Header(51) ipv6-esp IPv6 Encapsulating Security Payload(50)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255  

hpnicfAclIPAclNamedAdvAddrFlag 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.4
Address flag to select address.
Status: current Access: read-create
OBJECT-TYPE    
  AddressFlag  

hpnicfAclIPAclNamedAdvSrcAddrType 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.5
The type of source IP address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfAclIPAclNamedAdvSrcAddr 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.6
The specified source IP address. The type of this address is determined by the value of hpnicfAclIPAclNamedAdvSrcAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfAclIPAclNamedAdvSrcPrefix 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.7
Specify the length of a generic Internet network address prefix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the most significant bit (MSB) and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfAclIPAclNamedAdvSrcAny 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.8
The flag of matching any IP address.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedAdvSrcWild 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.9
Source IPv4 address wildcard mask. Only IPv4 Advanced Rule supports this object. Default value is '0.0.0.0'.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIPAclNamedAdvSrcOp 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.10
Source port operation symbol of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  PortOp  

hpnicfAclIPAclNamedAdvSrcPort1 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.11
The fourth layer source port1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIPAclNamedAdvSrcPort2 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.12
The fourth layer source port2.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIPAclNamedAdvDstAddrType 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.13
The type of destination IP address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hpnicfAclIPAclNamedAdvDstAddr 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.14
The specified destination IP address. The type of this address is determined by the value of hpnicfAclIPAclNamedAdvDstAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hpnicfAclIPAclNamedAdvDstPrefix 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.15
Specify the length of a generic Internet network address prefix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the most significant bit (MSB) and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

hpnicfAclIPAclNamedAdvDstAny 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.16
The flag of matching any IP address.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedAdvDstWild 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.17
Destination IPv4 address wildcard mask. Only IPv4 Advanced Rule supports this object. Default value is '0.0.0.0'.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

hpnicfAclIPAclNamedAdvDstOp 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.18
Destination port operation symbol of advanced acl group.
Status: current Access: read-create
OBJECT-TYPE    
  PortOp  

hpnicfAclIPAclNamedAdvDstPort1 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.19
The fourth layer destination port1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIPAclNamedAdvDstPort2 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.20
The fourth layer destination port2.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclIPAclNamedAdvIcmpType 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.21
The type of ICMP packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclIPAclNamedAdvIcmpCode 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.22
The code of ICMP packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclIPAclNamedAdvPrecedence 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.23
The value of IP-packet's precedence. <0-7> Value of precedence routine Specify routine precedence(0) priority Specify priority precedence(1) immediate Specify immediate precedence(2) flash Specify flash precedence(3) flash-override Specify flash-override precedence(4) critical Specify critical precedence(5) internet Specify internetwork control precedence(6) network Specify network control precedence(7)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7 | 255  

hpnicfAclIPAclNamedAdvTos 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.24
The value of IP-packet's TOS. <0-15> Value of TOS(type of service) max-reliability Match packets with max reliable TOS(2) max-throughput Match packets with max throughput TOS(4) min-delay Match packets with min delay TOS(8) min-monetary-cost Match packets with min monetary cost TOS(1) normal Match packets with normal TOS(0)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..15 | 255  

hpnicfAclIPAclNamedAdvDscp 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.25
The value of DSCP of IP packet.
Status: current Access: read-create
OBJECT-TYPE    
  DSCPValue  

hpnicfAclIPAclNamedAdvTRangeName 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.26
The Time-range of advanced ACL rule. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclIPAclNamedAdvTCPFlag 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.27
The packet type of TCP protocol.
Status: current Access: read-create
OBJECT-TYPE    
  TCPFlag  

hpnicfAclIPAclNamedAdvFragmentFlag 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.28
The flag of matching fragmented packet, and now support two value: 0 or 2.
Status: current Access: read-create
OBJECT-TYPE    
  FragmentFlag  

hpnicfAclIPAclNamedAdvLog 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.29
Log matched packets.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedAdvCount 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.30
The count of matches by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclIPAclNamedAdvCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.31
Reset the statistics counter of this rule.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclIPAclNamedAdvEnable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.32
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedAdvVpnInstName 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.33
The VPN name to which the rule will be applied. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclIPAclNamedAdvComment 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.34
The description of ACL rule. Default value is zero-length String.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclIPAclNamedAdvReflective 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.35
The flag of reflective.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedAdvCounting 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.36
The packet will be counted when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedAdvTCPFlagMask 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.37
The TCP Flag Mask. This is a bit-map of possible conditions. The various bit positions are: |0 |tcpack | |1 |tcpfin | |2 |tcppsh | |3 |tcprst | |4 |tcpsyn | |5 |tcpurg |
Status: current Access: read-create
OBJECT-TYPE    
  BITS tcpack(0), tcpfin(1), tcppsh(2), tcprst(3), tcpsyn(4), tcpurg(5)  

hpnicfAclIPAclNamedAdvTCPFlagValue 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.38
The TCP Flag Value. This is a bit-map of possible conditions. The various bit positions are: |0 |tcpack | |1 |tcpfin | |2 |tcppsh | |3 |tcprst | |4 |tcpsyn | |5 |tcpurg |
Status: current Access: read-create
OBJECT-TYPE    
  BITS tcpack(0), tcpfin(1), tcppsh(2), tcprst(3), tcpsyn(4), tcpurg(5)  

hpnicfAclIPAclNamedAdvRouteTypeAny 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.39
The flag of matching any type of routing header of IPv6 packet.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclIPAclNamedAdvRouteTypeValue 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.40
The type of routing header of IPv6 packet.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclIPAclNamedAdvFlowLabel 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.41
The value of flow label of IPv6 packet header.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..1048575 | 4294967295  

hpnicfAclIPAclNamedAdvSrcSuffix 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.42
Denotes the length of a generic Internet network address suffix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the least significant bit and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfAclIPAclNamedAdvDstSuffix 1.3.6.1.4.1.11.2.14.11.15.2.8.2.2.5.1.43
Denotes the length of a generic Internet network address suffix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the least significant bit and all other bits set to 0.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hpnicfAclMACAclGroup 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3
OBJECT IDENTIFIER    

hpnicfAclMACTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.1
A table of MAC acl group. If some objects of this table are not supported by some products, these objects can't be created, changed or applied. Default value of these objects will be returned when they are read.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclMACEntry

hpnicfAclMACEntry 7.1
MAC acl group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclMACEntry  

hpnicfAclMACRuleIndex 7.1.1
The rule index of MAC-based acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65534  

hpnicfAclMACRowStatus 7.1.2
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclMACAct 7.1.3
The action of MAC acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  RuleAction  

hpnicfAclMACTypeCode 7.1.4
The type of protocol.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclMACTypeMask 7.1.5
The mask of protocol.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclMACSrcMac 7.1.6
Source MAC of MAC acl rule. Default value is '00:00:00:00:00:00'.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclMACSrcMacWild 7.1.7
Source MAC wildzard of MAC acl rule. Default value is '00:00:00:00:00:00'.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclMACDestMac 7.1.8
Destination MAC of MAC acl rule. Default value is '00:00:00:00:00:00'.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclMACDestMacWild 7.1.9
Destination MAC wildzard of MAC acl rule. Default value is '00:00:00:00:00:00'
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclMACLsapCode 7.1.10
The type of LSAP.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclMACLsapMask 7.1.11
The mask of LSAP.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclMACCos 7.1.12
Vlan priority of MAC acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7 | 255  

hpnicfAclMACTimeRangeName 7.1.13
The Time-range of MAC acl rule. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclMACCount 7.1.14
The count of matched frames by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclMACCountClear 7.1.15
Reset the value of counter.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclMACEnable 7.1.16
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclMACComment 7.1.17
The description of ACL rule. Default value is Zero-length String.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclMACLog 7.1.18
The packet will be logged when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclMACCounting 7.1.19
The packet will be counted when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclNamedMACTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2
A table of named MAC ACL rule. The name of ACL group will be used as an index in this table, which differs from the table hpnicfAclMACTable. If some objects of this table are not supported by some products, these objects can't be created, changed or applied. Default value of these objects will be returned when they are read.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclNamedMACEntry

hpnicfAclNamedMACEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1
MAC acl group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclNamedMACEntry  

hpnicfAclNamedMACRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.1
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclNamedMACAct 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.2
The action of MAC ACL rule.
Status: current Access: read-create
OBJECT-TYPE    
  RuleAction  

hpnicfAclNamedMACTypeCode 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.3
The type of protocol.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclNamedMACTypeMask 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.4
The mask of protocol.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclNamedMACSrcMac 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.5
Source MAC of MAC ACL rule. Default value is '00:00:00:00:00:00'.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclNamedMACSrcMacWild 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.6
Source MAC wildcard of MAC ACL rule. Default value is '00:00:00:00:00:00'.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclNamedMACDstMac 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.7
Destination MAC of MAC ACL rule. Default value is '00:00:00:00:00:00'.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclNamedMACDstMacWild 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.8
Destination MAC wildcard of MAC ACL rule. Default value is '00:00:00:00:00:00'
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

hpnicfAclNamedMACLsapCode 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.9
The type of LSAP.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclNamedMACLsapMask 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.10
The mask of LSAP.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclNamedMACCos 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.11
Vlan priority of MAC ACL rule.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7 | 255  

hpnicfAclNamedMACTimeRangeName 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.12
The time-range of MAC ACL rule. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclNamedMACCount 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.13
The count of matched frames by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclNamedMACCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.14
Reset the value of counter.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclNamedMACEnable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.15
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclNamedMACComment 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.16
The description of ACL rule. Default value is Zero-length String.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclNamedMACLog 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.17
The packet will be logged when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclNamedMACCounting 1.3.6.1.4.1.11.2.14.11.15.2.8.2.3.2.1.18
The packet will be counted when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclEnUserAclGroup 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4
OBJECT IDENTIFIER    

hpnicfAclEnUserTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.3
A table of user acl group information. If some objects of this table are not supported by some products, these objects can't be created, changed and applied. Default value of these objects will be returned when they are read.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclEnUserEntry

hpnicfAclEnUserEntry 8.1
User defined acl group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclEnUserEntry  

hpnicfAclEnUserRuleIndex 8.1.1
The subitem of the user acl.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65534  

hpnicfAclEnUserRowStatus 8.1.2
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclEnUserAct 8.1.3
The action of user defined acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  RuleAction  

hpnicfAclEnUserStartString 8.1.4
The rule, matching packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value of this object is defined by product and it indicates the offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: 10,10af,ffff. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclEnUserL2String 8.1.5
The rule, matching layer 2 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclEnUserMplsString 8.1.6
The rule, matching mpls packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclEnUserIPv4String 8.1.7
The rule, matching IPv4 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclEnUserIPv6String 8.1.8
The rule, matching IPv6 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclEnUserL4String 8.1.9
The rule, matching layer 4 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclEnUserL5String 8.1.10
The rule, matching layer 5 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclEnUserTimeRangeName 8.1.11
The Time-range of user acl rule. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclEnUserCount 8.1.12
The count of matched by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclEnUserCountClear 8.1.13
Reset the value of counter.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclEnUserEnable 8.1.14
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclEnUserComment 8.1.15
The description of ACL rule. Default value is Zero-length String.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclEnUserLog 8.1.16
The packet will be logged when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclEnUserCounting 8.1.17
The packet will be counted when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclNamedUserTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4
A table of named user acl rule. The name of ACL group will be used as an index in this table, which differs from the table hpnicfAclEnUserTable. If some objects of this table are not supported by some products, these objects can't be created, changed and applied. Default value of these objects will be returned when they are read.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclNamedUserEntry

hpnicfAclNamedUserEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1
User defined acl group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclNamedUserEntry  

hpnicfAclNamedUserRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.1
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclNamedUserAct 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.2
The action of user defined acl rule.
Status: current Access: read-create
OBJECT-TYPE    
  RuleAction  

hpnicfAclNamedUserStartString 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.3
The rule, matching packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value of this object is defined by product and it indicates the offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: 10,10af,ffff. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclNamedUserL2String 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.4
The rule, matching layer 2 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclNamedUserMplsString 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.5
The rule, matching mpls packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclNamedUserIPv4String 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.6
The rule, matching IPv4 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclNamedUserIPv6String 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.7
The rule, matching IPv6 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclNamedUserL4String 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.8
The rule, matching layer 4 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclNamedUserL5String 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.9
The rule, matching layer 5 packets, input like this: 'RuleOffset','RuleString','RuleMask'. RuleOffset: The value is defined by product and it indicates offset of the rule mask in the packet(unit: byte). RuleString: The length of RuleString is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. RuleMask: The length of RuleMask is defined by product. The string must be hexadecimal. The length of string must be multiple of 2. For example: '10','10af','ffff'. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclNamedUserTimeRangeName 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.10
The Time-range of user acl rule. Default value is zero-length.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

hpnicfAclNamedUserCount 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.11
The count of matched by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclNamedUserCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.12
Reset the value of counter.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfAclNamedUserEnable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.13
The rule is active or not. true : active false : inactive
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

hpnicfAclNamedUserComment 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.14
The description of ACL rule. Default value is Zero-length String.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

hpnicfAclNamedUserLog 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.15
The packet will be logged when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclNamedUserCounting 1.3.6.1.4.1.11.2.14.11.15.2.8.2.4.4.1.16
The packet will be counted when it matches the rule. It is disabled by default.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfAclResourceGroup 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5
OBJECT IDENTIFIER    

hpnicfAclResourceUsageTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1
The table shows ACL resource usage information. Support for resource types that are denoted by hpnicfAclResourceType object varies with products. If a type is not supported, the corresponding row for the type will not be instantiated in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclResourceUsageEntry

hpnicfAclResourceUsageEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1
Each row contains a brief description of the resource type, a port range associated with the chip, total, reserved, and configured amount of resource of this type, the percent of resource that has been allocated, and so on.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclResourceUsageEntry  

hpnicfAclResourceChassis 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.1
The chassis number. On a centralized or distributed device, the value for this node is always zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfAclResourceSlot 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.2
The slot number. On a centralized device, the value for this node is always zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfAclResourceChip 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.3
The chip number. On a single chip device, the value for this node is always zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hpnicfAclResourceType 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.4
The resource type.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..255  

hpnicfAclPortRange 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.5
The port range associated with the chip. Commas are used to separate multiple port ranges, for example, Ethernet1/2 to Ethernet1/12, Ethernet1/31 to Ethernet1/48.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclResourceTotal 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.6
Total TCAM entries of the resource type.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclResourceReserved 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.7
The amount of reserved TCAM entries of the resource type.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclResourceConfigured 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.8
The amount of configured TCAM entries of the resource type.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclResourceUsagePercent 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.9
The percent of TCAM entries that have been used for this resource type.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfAclResourceTypeDescription 1.3.6.1.4.1.11.2.14.11.15.2.8.2.5.1.1.10
The description of this resource type.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..31)  

hpnicfAclIntervalGroup 1.3.6.1.4.1.11.2.14.11.15.2.8.2.6
OBJECT IDENTIFIER    

hpnicfAclIntervalTable 1.3.6.1.4.1.11.2.14.11.15.2.8.2.6.1
Log interval table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfAclIntervalEntry

hpnicfAclIntervalEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.2.6.1.1
Log interval entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfAclIntervalEntry  

hpnicfAclIntervalType 1.3.6.1.4.1.11.2.14.11.15.2.8.2.6.1.1.1
The types of the interval specified for generating packet filtering logs or traps.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER logging(1), trap(2)  

hpnicfAclIntervalValue 1.3.6.1.4.1.11.2.14.11.15.2.8.2.6.1.1.2
The value of interval. It must be a multiple of 5 and in the range of 5 to 1440.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 5..1440  

hpnicfAclIntervalRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.2.6.1.1.3
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfAclPacketFilterObjects 1.3.6.1.4.1.11.2.14.11.15.2.8.3
OBJECT IDENTIFIER    

hpnicfPfilterScalarGroup 1.3.6.1.4.1.11.2.14.11.15.2.8.3.1
OBJECT IDENTIFIER    

hpnicfPfilterDefaultAction 1.3.6.1.4.1.11.2.14.11.15.2.8.3.1.1
The default action of packet filter. By default, the packet filter permits packets that do not match any ACL rule to pass.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

hpnicfPfilterProcessingStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.1.2
This object shows the status of the system when applying packet filter. It is forbidden to set or read in hpnicfAclPacketFilterObjects MIB module when the value is processing.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER processing(1), done(2)  

hpnicfPfilterApplyTable 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2
A table of packet filter application. It's not supported to set default action on an entity, but supported to enable hardware count of default action on an entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPfilterApplyEntry

hpnicfPfilterApplyEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1
Packet filter application information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPfilterApplyEntry  

hpnicfPfilterApplyObjType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1.1
The object type of packet filter application. interface: Apply an ACL to the interface to filter packets. vlan: Apply an ACL to the VLAN to filter packets. global: Apply an ACL globally to filter packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER interface(1), vlan(2), global(3)  

hpnicfPfilterApplyObjIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1.2
The object ID of packet filter application. Interface: interface index, equal to ifIndex VLAN: VLAN ID, 1..4094 Global: 0
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPfilterApplyDirection 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1.3
The direction of packet filter application.
Status: current Access: not-accessible
OBJECT-TYPE    
  DirectionType  

hpnicfPfilterApplyAclType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1.4
ACL Type: IPv4, IPv6, default action, MAC, and user. Take default action as a special ACL group.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), default(3), mac(4), user(5)  

hpnicfPfilterApplyAclIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1.5
The ACL group index. Basic type: 2000..2999 Advanced type: 3000..3999 MAC type: 4000..4999 User type: 5000..5999 Default action type: 0
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 2000..5999  

hpnicfPfilterApplyHardCount 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1.6
Hardware count flag. true: enable hardware count false: disable hardware count
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfPfilterApplySequence 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1.7
The configure sequence of packet filter application.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfPfilterApplyCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1.8
Clear the value of counters.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfPfilterApplyRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.2.1.9
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPfilterAclGroupRunInfoTable 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3
A table of group running information of ACLs for packet filtering. If hardware count function is not supported or not enabled to the packet filter application, the statistics entry will be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPfilterAclGroupRunInfoEntry

hpnicfPfilterAclGroupRunInfoEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1
ACL group running information entry for packet filtering.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPfilterAclGroupRunInfoEntry  

hpnicfPfilterRunApplyObjType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.1
The object type of packet filter application. interface: Apply an ACL to the interface to filter packets. vlan: Apply an ACL to the VLAN to filter packets. global: Apply an ACL globally to filter packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER interface(1), vlan(2), global(3)  

hpnicfPfilterRunApplyObjIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.2
The object ID of packet filter application. Interface: interface index, equal to ifIndex VLAN: VLAN ID, 1..4094 Global: 0
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPfilterRunApplyDirection 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.3
The direction of packet filter application.
Status: current Access: not-accessible
OBJECT-TYPE    
  DirectionType  

hpnicfPfilterRunApplyAclType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.4
ACL Type: IPv4, IPv6, default action, MAC, and user. Take default action as a special ACL group.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), default(3), mac(4), user(5)  

hpnicfPfilterRunApplyAclIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.5
The ACL group index. Basic type: 2000..2999 Advanced type: 3000..3999 MAC type: 4000..4999 User type: 5000..5999 MAC default action: 1 IPv4 default action: 2 IPv6 default action: 3
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..3 | 2000..5999  

hpnicfPfilterAclGroupStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.6
The status of ACL group applied. success: ACL applied successfully on all slots failed: failed to apply ACL on all slots partialSuccess: failed to apply ACL on some slots
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), partialSuccess(3)  

hpnicfPfilterAclGroupCountStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.7
The status of enabling hardware count. If hardware count is not enabled, it returns success. success: enable hardware count successfully on all slots failed: failed to enable hardware count on all slots partialSuccess: failed to enable hardware count on some slots
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), partialSuccess(3)  

hpnicfPfilterAclGroupPermitPkts 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.8
The number of packets permitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilterAclGroupPermitBytes 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.9
The number of bytes permitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilterAclGroupDenyPkts 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.10
The number of packets denied.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilterAclGroupDenyBytes 1.3.6.1.4.1.11.2.14.11.15.2.8.3.3.1.11
The number of bytes denied.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilterAclRuleRunInfoTable 1.3.6.1.4.1.11.2.14.11.15.2.8.3.4
A table of rule's running information of ACLs for packet filtering. If hardware count function is not supported or not enabled to the packet filter application, the hpnicfPfilterAclRuleMatchPackets and hpnicfPfilterAclRuleMatchBytes will be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPfilterAclRuleRunInfoEntry

hpnicfPfilterAclRuleRunInfoEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.3.4.1
ACL rule's running information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPfilterAclRuleRunInfoEntry  

hpnicfPfilterAclRuleIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.4.1.1
The ACL rule index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65534  

hpnicfPfilterAclRuleStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.4.1.2
The status of rule application. success: rule applied successfully on all slots failed: failed to apply rule on all slots partialSuccess: failed to apply rule on some slots
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), partialSuccess(3)  

hpnicfPfilterAclRuleCountStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.4.1.3
The status of enabling rule's hardware count. If hardware count is not enabled, it returns success. success: enable hardware count successfully on all slots failed: failed to enable hardware count on all slots partialSuccess: failed to enable hardware count on some slots
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), partialSuccess(3)  

hpnicfPfilterAclRuleMatchPackets 1.3.6.1.4.1.11.2.14.11.15.2.8.3.4.1.4
The number of packets matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilterAclRuleMatchBytes 1.3.6.1.4.1.11.2.14.11.15.2.8.3.4.1.5
The number of bytes matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilterStatisticSumTable 1.3.6.1.4.1.11.2.14.11.15.2.8.3.5
A table of ACL rule's sum statistics information, accumulated by all entity application on all slots.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPfilterStatisticSumEntry

hpnicfPfilterStatisticSumEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.3.5.1
ACL rule's sum statistics information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPfilterStatisticSumEntry  

hpnicfPfilterSumDirection 1.3.6.1.4.1.11.2.14.11.15.2.8.3.5.1.1
The direction of application.
Status: current Access: not-accessible
OBJECT-TYPE    
  DirectionType  

hpnicfPfilterSumAclType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.5.1.2
ACL type: IPv4, IPv6, MAC, and user.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), mac(3), user(4)  

hpnicfPfilterSumAclIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.5.1.3
The ACL group index. Basic type: 2000..2999 Advanced type: 3000..3999 MAC type: 4000..4999 User type: 5000..5999
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 2000..5999  

hpnicfPfilterSumRuleIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.5.1.4
The ACL rule index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65534  

hpnicfPfilterSumRuleMatchPackets 1.3.6.1.4.1.11.2.14.11.15.2.8.3.5.1.5
The sum number of packets matched the ACL rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilterSumRuleMatchBytes 1.3.6.1.4.1.11.2.14.11.15.2.8.3.5.1.6
The sum number of bytes matched the ACL rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilter2ApplyTable 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6
A table of packet filter application. It's not supported to set default action on an entity, but supported to enable hardware count of default action on an entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPfilter2ApplyEntry

hpnicfPfilter2ApplyEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1
Packet filter application information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPfilter2ApplyEntry  

hpnicfPfilter2ApplyObjType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1.1
The object type of packet filter application. interface: Apply an ACL to the interface to filter packets. vlan: Apply an ACL to the VLAN to filter packets. global: Apply an ACL globally to filter packets.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER interface(1), vlan(2), global(3)  

hpnicfPfilter2ApplyObjIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1.2
The object ID of packet filter application. Interface: interface index, equal to ifIndex VLAN: VLAN ID, 1..4094 Global: 0
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPfilter2ApplyDirection 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1.3
The direction of packet filter application.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DirectionType  

hpnicfPfilter2ApplyAclType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1.4
ACL Type: IPv4, IPv6, default action, MAC, and user. Take default action as a special ACL group.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), default(3), mac(4), user(5)  

hpnicfPfilter2ApplyAclIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1.5
The index of ACL group used by packet-filter. If the specified string comprises only digits, it is converted into a numerical sequence in decimal notation, and regarded as an ACL group index or a default action. If the string is a character string beginning with an English letter, it is regarded as an ACL group name. Group index range and default action: Basic type: 2000..2999 Advanced type: 3000..3999 MAC type: 4000..4999 User type: 5000..5999 Default action type: 0
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(1..63)  

hpnicfPfilter2ApplyHardCount 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1.6
Hardware count flag. true: enable hardware count false: disable hardware count
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

hpnicfPfilter2ApplySequence 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1.7
The configure sequence of packet filter application.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hpnicfPfilter2ApplyCountClear 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1.8
Clear the value of counters.
Status: current Access: read-write
OBJECT-TYPE    
  CounterClear  

hpnicfPfilter2ApplyRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.6.1.9
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfPfilter2AclGroupRunInfoTable 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7
A table of group running information of ACLs for packet filtering. If hardware count function is not supported or not enabled to the packet filter application, the statistics entry will be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPfilter2AclGroupRunInfoEntry

hpnicfPfilter2AclGroupRunInfoEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1
ACL group running information entry for packet filtering.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPfilter2AclGroupRunInfoEntry  

hpnicfPfilter2RunApplyObjType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.1
The object type of packet filter application. interface: Apply an ACL to the interface to filter packets. vlan: Apply an ACL to the VLAN to filter packets. global: Apply an ACL globally to filter packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER interface(1), vlan(2), global(3)  

hpnicfPfilter2RunApplyObjIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.2
The object ID of packet filter application. Interface: interface index, equal to ifIndex VLAN: VLAN ID, 1..4094 Global: 0
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

hpnicfPfilter2RunApplyDirection 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.3
The direction of packet filter application.
Status: current Access: not-accessible
OBJECT-TYPE    
  DirectionType  

hpnicfPfilter2RunApplyAclType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.4
ACL Type: IPv4, IPv6, default action, MAC, and user. Take default action as a special ACL group.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), default(3), mac(4), user(5)  

hpnicfPfilter2RunApplyAclIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.5
The index of ACL group used by packet-filter. If the specified string comprises only digits, it is converted into a numerical sequence in decimal notation, and regarded as an ACL group index or a default action. If the string is a character string beginning with an English letter, it is regarded as an ACL group name. Group index range and default action: Basic type: 2000..2999 Advanced type: 3000..3999 MAC type: 4000..4999 User type: 5000..5999 MAC default action: 1 IPv4 default action: 2 IPv6 default action: 3
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..63)  

hpnicfPfilter2AclGroupStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.6
The status of ACL group applied. success: ACL applied successfully on all slots failed: failed to apply ACL on all slots partialSuccess: failed to apply ACL on some slots
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), partialSuccess(3)  

hpnicfPfilter2AclGroupCountStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.7
The status of enabling hardware count. If hardware count is not enabled, it returns success. success: enable hardware count successfully on all slots failed: failed to enable hardware count on all slots partialSuccess: failed to enable hardware count on some slots
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), partialSuccess(3)  

hpnicfPfilter2AclGroupPermitPkts 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.8
The number of packets permitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilter2AclGroupPermitBytes 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.9
The number of bytes permitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilter2AclGroupDenyPkts 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.10
The number of packets denied.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilter2AclGroupDenyBytes 1.3.6.1.4.1.11.2.14.11.15.2.8.3.7.1.11
The number of bytes denied.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilter2AclRuleRunInfoTable 1.3.6.1.4.1.11.2.14.11.15.2.8.3.8
A table of rule's running information of ACLs for packet filtering. If hardware count function is not supported or not enabled to the packet filter application, the hpnicfPfilter2AclRuleMatchPackets and hpnicfPfilter2AclRuleMatchBytes will be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPfilter2AclRuleRunInfoEntry

hpnicfPfilter2AclRuleRunInfoEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.3.8.1
ACL rule's running information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPfilter2AclRuleRunInfoEntry  

hpnicfPfilter2AclRuleIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.8.1.1
The ACL rule index.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..65534  

hpnicfPfilter2AclRuleStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.8.1.2
The status of rule application. success: rule applied successfully on all slots failed: failed to apply rule on all slots partialSuccess: failed to apply rule on some slots
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), partialSuccess(3)  

hpnicfPfilter2AclRuleCountStatus 1.3.6.1.4.1.11.2.14.11.15.2.8.3.8.1.3
The status of enabling rule's hardware count. If hardware count is not enabled, it returns success. success: enable hardware count successfully on all slots failed: failed to enable hardware count on all slots partialSuccess: failed to enable hardware count on some slots
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER success(1), failed(2), partialSuccess(3)  

hpnicfPfilter2AclRuleMatchPackets 1.3.6.1.4.1.11.2.14.11.15.2.8.3.8.1.4
The number of packets matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilter2AclRuleMatchBytes 1.3.6.1.4.1.11.2.14.11.15.2.8.3.8.1.5
The number of bytes matched.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilter2StatisticSumTable 1.3.6.1.4.1.11.2.14.11.15.2.8.3.9
A table of ACL rule's sum statistics information, accumulated by all entity application on all slots.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfPfilter2StatisticSumEntry

hpnicfPfilter2StatisticSumEntry 1.3.6.1.4.1.11.2.14.11.15.2.8.3.9.1
ACL rule's sum statistics information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfPfilter2StatisticSumEntry  

hpnicfPfilter2SumDirection 1.3.6.1.4.1.11.2.14.11.15.2.8.3.9.1.1
The direction of application.
Status: current Access: not-accessible
OBJECT-TYPE    
  DirectionType  

hpnicfPfilter2SumAclType 1.3.6.1.4.1.11.2.14.11.15.2.8.3.9.1.2
ACL type: IPv4, IPv6, MAC, and user.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), mac(3), user(4)  

hpnicfPfilter2SumAclIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.9.1.3
The index of ACL group used by packet-filter. If the specified string comprises only digits, it is converted into a numerical sequence in decimal notation, and regarded as an ACL group index. If the string is a character string beginning with an English letter, it is regarded as an ACL group name. Group index range and default action: Basic type: 2000..2999 Advanced type: 3000..3999 MAC type: 4000..4999 User type: 5000..5999
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..63)  

hpnicfPfilter2SumRuleIndex 1.3.6.1.4.1.11.2.14.11.15.2.8.3.9.1.4
The ACL rule index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65534  

hpnicfPfilter2SumRuleMatchPackets 1.3.6.1.4.1.11.2.14.11.15.2.8.3.9.1.5
The sum number of packets matched the ACL rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfPfilter2SumRuleMatchBytes 1.3.6.1.4.1.11.2.14.11.15.2.8.3.9.1.6
The sum number of bytes matched the ACL rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hpnicfAclPacketfilterTrapObjects 1.3.6.1.4.1.11.2.14.11.15.2.8.4
OBJECT IDENTIFIER    

hpnicfPfilterInterface 1.3.6.1.4.1.11.2.14.11.15.2.8.4.1
The interface which policy apply.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

hpnicfPfilterDirection 1.3.6.1.4.1.11.2.14.11.15.2.8.4.2
Inbound or outbound.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfPfilterACLNumber 1.3.6.1.4.1.11.2.14.11.15.2.8.4.3
ACL number.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpnicfPfilterAction 1.3.6.1.4.1.11.2.14.11.15.2.8.4.4
Permit or deny.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfMACfilterSourceMac 1.3.6.1.4.1.11.2.14.11.15.2.8.4.5
Source MAC address.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfMACfilterDestinationMac 1.3.6.1.4.1.11.2.14.11.15.2.8.4.6
Destination MAC address.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfPfilterPacketNumber 1.3.6.1.4.1.11.2.14.11.15.2.8.4.7
The number of packets permitted or denied by ACL.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

hpnicfPfilterReceiveInterface 1.3.6.1.4.1.11.2.14.11.15.2.8.4.8
The interface where packet come from.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclPacketIfName 1.3.6.1.4.1.11.2.14.11.15.2.8.4.9
The name of the interface on which the packet is matched.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclPacketDirection 1.3.6.1.4.1.11.2.14.11.15.2.8.4.10
The direction the packet is going.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DirectionType  

hpnicfAclPacketBAGG 1.3.6.1.4.1.11.2.14.11.15.2.8.4.11
The bridge-aggregation-interface ID the interface belongs to.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..2048  

hpnicfAclPacketVlanID 1.3.6.1.4.1.11.2.14.11.15.2.8.4.12
The vlan the interface belongs to.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..4094  

hpnicfAclPacketSrcIP 1.3.6.1.4.1.11.2.14.11.15.2.8.4.13
Source IP address of IPv4/IPv6 packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclPacketDstIP 1.3.6.1.4.1.11.2.14.11.15.2.8.4.14
Destination IP address of IPv4/IPv6 packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

hpnicfAclPacketProtocol 1.3.6.1.4.1.11.2.14.11.15.2.8.4.15
The protocol of IPv4/IPv6 packet. icmp(1), tcp(6), udp(17), igmp(2), gre(47), ospf(89), ipinip(4), icmp6(58), ipv6_ah(51), ipv6_esp(50)
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..255  

hpnicfAclPacketDscp 1.3.6.1.4.1.11.2.14.11.15.2.8.4.16
DSCP of IPv4/IPv6 packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DSCPValue  

hpnicfAclPacketFlowLabel 1.3.6.1.4.1.11.2.14.11.15.2.8.4.17
Flow label value of IPv6 packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Unsigned32 0..1048575 | 4294967295  

hpnicfAclPacketIcmpIgmpType 1.3.6.1.4.1.11.2.14.11.15.2.8.4.18
The type of ICMP or IGMP packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclPacketIcmpIgmpCode 1.3.6.1.4.1.11.2.14.11.15.2.8.4.19
The code of ICMP or IGMP packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..255 | 65535  

hpnicfAclPacketTcpFlags 1.3.6.1.4.1.11.2.14.11.15.2.8.4.20
The flags of TCP packet. tcpack(1), tcpfin(2), tcppsh(3), tcprst(4), tcpsyn(5), tcpurg(6), invalid(255)
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER tcpack(1), tcpfin(2), tcppsh(3), tcprst(4), tcpsyn(5), tcpurg(6), invalid(255)  

hpnicfAclPacketSrcPort 1.3.6.1.4.1.11.2.14.11.15.2.8.4.21
Source port of TCP or UDP packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclPacketDstPort 1.3.6.1.4.1.11.2.14.11.15.2.8.4.22
Destination port of TCP or UDP packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclPacketSrcMacAddr 1.3.6.1.4.1.11.2.14.11.15.2.8.4.23
Source MAC address of Ethernet packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

hpnicfAclPacketDstMacAddr 1.3.6.1.4.1.11.2.14.11.15.2.8.4.24
Destination MAC address of Ethernet packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MacAddress  

hpnicfAclPacketMacTypeLen 1.3.6.1.4.1.11.2.14.11.15.2.8.4.25
The Ethertype or 802.3 length of Ethernet packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..65535  

hpnicfAclPacketVlanPCP 1.3.6.1.4.1.11.2.14.11.15.2.8.4.26
802.1p priority code point of Ethernet packet.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..7 | 255  

hpnicfAclPacketfilterTrap 1.3.6.1.4.1.11.2.14.11.15.2.8.5
OBJECT IDENTIFIER    

hpnicfPfilterTrapPrefix 1.3.6.1.4.1.11.2.14.11.15.2.8.5.0
OBJECT IDENTIFIER    

hpnicfMACfilterTrap 1.3.6.1.4.1.11.2.14.11.15.2.8.5.0.1
This notification is generated when a packet was processed by MAC address filter, but not every packet will generate one notification, the same notification only generate once in 30 seconds.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpnicfAclRuleMatchCount 1.3.6.1.4.1.11.2.14.11.15.2.8.5.0.2
This notification is generated periodically due to a timer. The interval of the timer is configured in hpnicfAclIntervalTable. The notification details the entries about the packet-filter object, the matched ACL rule and the number of matching packets.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpnicfAclFirstIPv4PktCaptured 1.3.6.1.4.1.11.2.14.11.15.2.8.5.0.3
This notification is generated immediately when the first packet of the matched IPv4 flow is captured. Other packets of the matched flow won't be captured.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpnicfAclFirstIPv6PktCaptured 1.3.6.1.4.1.11.2.14.11.15.2.8.5.0.4
This notification is generated immediately when the first packet of the matched IPv6 flow is captured. Other packets of the matched flow won't be captured.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hpnicfAclFirstEthernetPktCaptured 1.3.6.1.4.1.11.2.14.11.15.2.8.5.0.5
This notification is generated immediately when the first packet of the matched Ethernet flow is captured. Other packets of the matched flow won't be captured.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE