HH3C-ACL-MIB

File: HH3C-ACL-MIB.mib (261607 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-SMI INET-ADDRESS-MIB
SNMPv2-TC

Imported symbols

hh3cCommon 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)  

Hh3cAclNumGroupEntry  
SEQUENCE    
  hh3cAclNumGroupAclNum Integer32
  hh3cAclNumGroupMatchOrder INTEGER
  hh3cAclNumGroupSubitemNum Integer32
  hh3cAclNumGroupDescription OCTET STRING
  hh3cAclNumGroupCountClear INTEGER
  hh3cAclNumGroupRowStatus RowStatus

Hh3cAclNameGroupEntry  
SEQUENCE    
  hh3cAclNameGroupIndex Integer32
  hh3cAclNameGroupCreateName OCTET STRING
  hh3cAclNameGroupTypes INTEGER
  hh3cAclNameGroupMatchOrder INTEGER
  hh3cAclNameGroupSubitemNum Integer32
  hh3cAclNameGroupRowStatus RowStatus

Hh3cAclBasicRuleEntry  
SEQUENCE    
  hh3cAclBasicAclNum Integer32
  hh3cAclBasicSubitem Integer32
  hh3cAclBasicAct INTEGER
  hh3cAclBasicSrcIp IpAddress
  hh3cAclBasicSrcWild IpAddress
  hh3cAclBasicTimeRangeName OCTET STRING
  hh3cAclBasicFragments TruthValue
  hh3cAclBasicLog TruthValue
  hh3cAclBasicEnable TruthValue
  hh3cAclBasicCount Counter32
  hh3cAclBasicCountClear INTEGER
  hh3cAclBasicRowStatus RowStatus

Hh3cAclAdvancedRuleEntry  
SEQUENCE    
  hh3cAclAdvancedAclNum Integer32
  hh3cAclAdvancedSubitem Integer32
  hh3cAclAdvancedAct INTEGER
  hh3cAclAdvancedProtocol Integer32
  hh3cAclAdvancedSrcIp IpAddress
  hh3cAclAdvancedSrcWild IpAddress
  hh3cAclAdvancedSrcOp INTEGER
  hh3cAclAdvancedSrcPort1 Integer32
  hh3cAclAdvancedSrcPort2 Integer32
  hh3cAclAdvancedDestIp IpAddress
  hh3cAclAdvancedDestWild IpAddress
  hh3cAclAdvancedDestOp INTEGER
  hh3cAclAdvancedDestPort1 Integer32
  hh3cAclAdvancedDestPort2 Integer32
  hh3cAclAdvancedPrecedence Integer32
  hh3cAclAdvancedTos Integer32
  hh3cAclAdvancedDscp Integer32
  hh3cAclAdvancedEstablish TruthValue
  hh3cAclAdvancedTimeRangeName OCTET STRING
  hh3cAclAdvancedIcmpType Integer32
  hh3cAclAdvancedIcmpCode Integer32
  hh3cAclAdvancedFragments TruthValue
  hh3cAclAdvancedLog TruthValue
  hh3cAclAdvancedEnable TruthValue
  hh3cAclAdvancedCount Counter32
  hh3cAclAdvancedCountClear INTEGER
  hh3cAclAdvancedRowStatus RowStatus

Hh3cAclIfRuleEntry  
SEQUENCE    
  hh3cAclIfAclNum Integer32
  hh3cAclIfSubitem Integer32
  hh3cAclIfAct INTEGER
  hh3cAclIfIndex Integer32
  hh3cAclIfAny TruthValue
  hh3cAclIfTimeRangeName OCTET STRING
  hh3cAclIfLog TruthValue
  hh3cAclIfEnable TruthValue
  hh3cAclIfCount Counter32
  hh3cAclIfCountClear INTEGER
  hh3cAclIfRowStatus RowStatus

Hh3cAclLinkEntry  
SEQUENCE    
  hh3cAclLinkAclNum Integer32
  hh3cAclLinkSubitem Integer32
  hh3cAclLinkAct INTEGER
  hh3cAclLinkProtocol INTEGER
  hh3cAclLinkFormatType INTEGER
  hh3cAclLinkVlanTag INTEGER
  hh3cAclLinkVlanPri Integer32
  hh3cAclLinkSrcVlanId Integer32
  hh3cAclLinkSrcMac MacAddress
  hh3cAclLinkSrcMacWild MacAddress
  hh3cAclLinkSrcIfIndex Integer32
  hh3cAclLinkSrcAny TruthValue
  hh3cAclLinkDestVlanId Integer32
  hh3cAclLinkDestMac MacAddress
  hh3cAclLinkDestMacWild MacAddress
  hh3cAclLinkDestIfIndex Integer32
  hh3cAclLinkDestAny TruthValue
  hh3cAclLinkTimeRangeName OCTET STRING
  hh3cAclLinkEnable TruthValue
  hh3cAclLinkRowStatus RowStatus
  hh3cAclLinkTypeCode OCTET STRING
  hh3cAclLinkTypeMask OCTET STRING
  hh3cAclLinkLsapCode OCTET STRING
  hh3cAclLinkLsapMask OCTET STRING
  hh3cAclLinkL2LabelRangeOp INTEGER
  hh3cAclLinkL2LabelRangeBegin Integer32
  hh3cAclLinkL2LabelRangeEnd Integer32
  hh3cAclLinkMplsExp Integer32

Hh3cAclUserEntry  
SEQUENCE    
  hh3cAclUserAclNum Integer32
  hh3cAclUserSubitem Integer32
  hh3cAclUserAct INTEGER
  hh3cAclUserFormatType INTEGER
  hh3cAclUserVlanTag INTEGER
  hh3cAclUserRuleStr OCTET STRING
  hh3cAclUserRuleMask OCTET STRING
  hh3cAclUserTimeRangeName OCTET STRING
  hh3cAclUserEnable TruthValue
  hh3cAclUserRowStatus RowStatus

Hh3cAclActiveEntry  
SEQUENCE    
  hh3cAclActiveAclIndex Integer32
  hh3cAclActiveIfIndex Integer32
  hh3cAclActiveVlanID Integer32
  hh3cAclActiveDirection INTEGER
  hh3cAclActiveUserAclNum Integer32
  hh3cAclActiveUserAclSubitem Integer32
  hh3cAclActiveIpAclNum Integer32
  hh3cAclActiveIpAclSubitem Integer32
  hh3cAclActiveLinkAclNum Integer32
  hh3cAclActiveLinkAclSubitem Integer32
  hh3cAclActiveRuntime TruthValue
  hh3cAclActiveRowStatus RowStatus

Hh3cAclIDSEntry  
SEQUENCE    
  hh3cAclIDSName OCTET STRING
  hh3cAclIDSSrcMac MacAddress
  hh3cAclIDSDestMac MacAddress
  hh3cAclIDSSrcIp IpAddress
  hh3cAclIDSSrcWild IpAddress
  hh3cAclIDSDestIp IpAddress
  hh3cAclIDSDestWild IpAddress
  hh3cAclIDSSrcPort Integer32
  hh3cAclIDSDestPort Integer32
  hh3cAclIDSProtocol Integer32
  hh3cAclIDSDenyTime Unsigned32
  hh3cAclIDSAct INTEGER
  hh3cAclIDSRowStatus RowStatus

Hh3cAclMib2CapabilityEntry  
SEQUENCE    
  hh3cAclMib2EntityType INTEGER
  hh3cAclMib2EntityIndex Integer32
  hh3cAclMib2ModuleIndex INTEGER
  hh3cAclMib2CharacteristicsIndex Integer32
  hh3cAclMib2CharacteristicsDesc OCTET STRING
  hh3cAclMib2CharacteristicsValue Unsigned32

Hh3cAclNumberGroupEntry  
SEQUENCE    
  hh3cAclNumberGroupType INTEGER
  hh3cAclNumberGroupIndex Integer32
  hh3cAclNumberGroupRowStatus RowStatus
  hh3cAclNumberGroupMatchOrder INTEGER
  hh3cAclNumberGroupStep Integer32
  hh3cAclNumberGroupDescription OCTET STRING
  hh3cAclNumberGroupCountClear CounterClear
  hh3cAclNumberGroupRuleCounter Counter32
  hh3cAclNumberGroupName OCTET STRING

Hh3cAclNamedGroupEntry  
SEQUENCE    
  hh3cAclNamedGroupCategory INTEGER
  hh3cAclNamedGroupName OCTET STRING
  hh3cAclNamedGroupRowStatus RowStatus
  hh3cAclNamedGroupMatchOrder INTEGER
  hh3cAclNamedGroupStep Integer32
  hh3cAclNamedGroupDescription OCTET STRING
  hh3cAclNamedGroupCountClear CounterClear
  hh3cAclNamedGroupRuleCounter Counter32

Hh3cAclIPAclBasicEntry  
SEQUENCE    
  hh3cAclIPAclBasicRuleIndex Integer32
  hh3cAclIPAclBasicRowStatus RowStatus
  hh3cAclIPAclBasicAct RuleAction
  hh3cAclIPAclBasicSrcAddrType InetAddressType
  hh3cAclIPAclBasicSrcAddr InetAddress
  hh3cAclIPAclBasicSrcPrefix InetAddressPrefixLength
  hh3cAclIPAclBasicSrcAny TruthValue
  hh3cAclIPAclBasicSrcWild IpAddress
  hh3cAclIPAclBasicTimeRangeName OCTET STRING
  hh3cAclIPAclBasicFragmentFlag FragmentFlag
  hh3cAclIPAclBasicLog TruthValue
  hh3cAclIPAclBasicCount Unsigned32
  hh3cAclIPAclBasicCountClear CounterClear
  hh3cAclIPAclBasicEnable TruthValue
  hh3cAclIPAclBasicVpnInstanceName OCTET STRING
  hh3cAclIPAclBasicComment OCTET STRING
  hh3cAclIPAclBasicCounting TruthValue
  hh3cAclIPAclBasicRouteTypeAny TruthValue
  hh3cAclIPAclBasicRouteTypeValue Integer32

Hh3cAclIPAclAdvancedEntry  
SEQUENCE    
  hh3cAclIPAclAdvancedRuleIndex Integer32
  hh3cAclIPAclAdvancedRowStatus RowStatus
  hh3cAclIPAclAdvancedAct RuleAction
  hh3cAclIPAclAdvancedProtocol Integer32
  hh3cAclIPAclAdvancedAddrFlag AddressFlag
  hh3cAclIPAclAdvancedSrcAddrType InetAddressType
  hh3cAclIPAclAdvancedSrcAddr InetAddress
  hh3cAclIPAclAdvancedSrcPrefix InetAddressPrefixLength
  hh3cAclIPAclAdvancedSrcAny TruthValue
  hh3cAclIPAclAdvancedSrcWild IpAddress
  hh3cAclIPAclAdvancedSrcOp PortOp
  hh3cAclIPAclAdvancedSrcPort1 Integer32
  hh3cAclIPAclAdvancedSrcPort2 Integer32
  hh3cAclIPAclAdvancedDestAddrType InetAddressType
  hh3cAclIPAclAdvancedDestAddr InetAddress
  hh3cAclIPAclAdvancedDestPrefix InetAddressPrefixLength
  hh3cAclIPAclAdvancedDestAny TruthValue
  hh3cAclIPAclAdvancedDestWild IpAddress
  hh3cAclIPAclAdvancedDestOp PortOp
  hh3cAclIPAclAdvancedDestPort1 Integer32
  hh3cAclIPAclAdvancedDestPort2 Integer32
  hh3cAclIPAclAdvancedIcmpType Integer32
  hh3cAclIPAclAdvancedIcmpCode Integer32
  hh3cAclIPAclAdvancedPrecedence Integer32
  hh3cAclIPAclAdvancedTos Integer32
  hh3cAclIPAclAdvancedDscp DSCPValue
  hh3cAclIPAclAdvancedTimeRangeName OCTET STRING
  hh3cAclIPAclAdvancedTCPFlag TCPFlag
  hh3cAclIPAclAdvancedFragmentFlag FragmentFlag
  hh3cAclIPAclAdvancedLog TruthValue
  hh3cAclIPAclAdvancedCount Unsigned32
  hh3cAclIPAclAdvancedCountClear CounterClear
  hh3cAclIPAclAdvancedEnable TruthValue
  hh3cAclIPAclAdvancedVpnInstanceName OCTET STRING
  hh3cAclIPAclAdvancedComment OCTET STRING
  hh3cAclIPAclAdvancedReflective TruthValue
  hh3cAclIPAclAdvancedCounting TruthValue
  hh3cAclIPAclAdvancedTCPFlagMask BITS
  hh3cAclIPAclAdvancedTCPFlagValue BITS
  hh3cAclIPAclAdvancedRouteTypeAny TruthValue
  hh3cAclIPAclAdvancedRouteTypeValue Integer32
  hh3cAclIPAclAdvancedFlowLabel Unsigned32
  hh3cAclIPAclAdvancedSrcSuffix Unsigned32
  hh3cAclIPAclAdvancedDestSuffix Unsigned32

Hh3cAclIPAclNamedBscEntry  
SEQUENCE    
  hh3cAclIPAclNamedBscRowStatus RowStatus
  hh3cAclIPAclNamedBscAct RuleAction
  hh3cAclIPAclNamedBscSrcAddrType InetAddressType
  hh3cAclIPAclNamedBscSrcAddr InetAddress
  hh3cAclIPAclNamedBscSrcPrefix InetAddressPrefixLength
  hh3cAclIPAclNamedBscSrcAny TruthValue
  hh3cAclIPAclNamedBscSrcWild IpAddress
  hh3cAclIPAclNamedBscTRangeName OCTET STRING
  hh3cAclIPAclNamedBscFragmentFlag FragmentFlag
  hh3cAclIPAclNamedBscLog TruthValue
  hh3cAclIPAclNamedBscCount Unsigned32
  hh3cAclIPAclNamedBscCountClear CounterClear
  hh3cAclIPAclNamedBscEnable TruthValue
  hh3cAclIPAclNamedBscVpnInstName OCTET STRING
  hh3cAclIPAclNamedBscComment OCTET STRING
  hh3cAclIPAclNamedBscCounting TruthValue
  hh3cAclIPAclNamedBscRouteTypeAny TruthValue
  hh3cAclIPAclNamedBscRouteTypeValue Integer32

Hh3cAclIPAclNamedAdvEntry  
SEQUENCE    
  hh3cAclIPAclNamedAdvRowStatus RowStatus
  hh3cAclIPAclNamedAdvAct RuleAction
  hh3cAclIPAclNamedAdvProtocol Integer32
  hh3cAclIPAclNamedAdvAddrFlag AddressFlag
  hh3cAclIPAclNamedAdvSrcAddrType InetAddressType
  hh3cAclIPAclNamedAdvSrcAddr InetAddress
  hh3cAclIPAclNamedAdvSrcPrefix InetAddressPrefixLength
  hh3cAclIPAclNamedAdvSrcAny TruthValue
  hh3cAclIPAclNamedAdvSrcWild IpAddress
  hh3cAclIPAclNamedAdvSrcOp PortOp
  hh3cAclIPAclNamedAdvSrcPort1 Integer32
  hh3cAclIPAclNamedAdvSrcPort2 Integer32
  hh3cAclIPAclNamedAdvDstAddrType InetAddressType
  hh3cAclIPAclNamedAdvDstAddr InetAddress
  hh3cAclIPAclNamedAdvDstPrefix InetAddressPrefixLength
  hh3cAclIPAclNamedAdvDstAny TruthValue
  hh3cAclIPAclNamedAdvDstWild IpAddress
  hh3cAclIPAclNamedAdvDstOp PortOp
  hh3cAclIPAclNamedAdvDstPort1 Integer32
  hh3cAclIPAclNamedAdvDstPort2 Integer32
  hh3cAclIPAclNamedAdvIcmpType Integer32
  hh3cAclIPAclNamedAdvIcmpCode Integer32
  hh3cAclIPAclNamedAdvPrecedence Integer32
  hh3cAclIPAclNamedAdvTos Integer32
  hh3cAclIPAclNamedAdvDscp DSCPValue
  hh3cAclIPAclNamedAdvTRangeName OCTET STRING
  hh3cAclIPAclNamedAdvTCPFlag TCPFlag
  hh3cAclIPAclNamedAdvFragmentFlag FragmentFlag
  hh3cAclIPAclNamedAdvLog TruthValue
  hh3cAclIPAclNamedAdvCount Unsigned32
  hh3cAclIPAclNamedAdvCountClear CounterClear
  hh3cAclIPAclNamedAdvEnable TruthValue
  hh3cAclIPAclNamedAdvVpnInstName OCTET STRING
  hh3cAclIPAclNamedAdvComment OCTET STRING
  hh3cAclIPAclNamedAdvReflective TruthValue
  hh3cAclIPAclNamedAdvCounting TruthValue
  hh3cAclIPAclNamedAdvTCPFlagMask BITS
  hh3cAclIPAclNamedAdvTCPFlagValue BITS
  hh3cAclIPAclNamedAdvRouteTypeAny TruthValue
  hh3cAclIPAclNamedAdvRouteTypeValue Integer32
  hh3cAclIPAclNamedAdvFlowLabel Unsigned32
  hh3cAclIPAclNamedAdvSrcSuffix Unsigned32
  hh3cAclIPAclNamedAdvDstSuffix Unsigned32

Hh3cAclMACEntry  
SEQUENCE    
  hh3cAclMACRuleIndex Integer32
  hh3cAclMACRowStatus RowStatus
  hh3cAclMACAct RuleAction
  hh3cAclMACTypeCode OCTET STRING
  hh3cAclMACTypeMask OCTET STRING
  hh3cAclMACSrcMac MacAddress
  hh3cAclMACSrcMacWild MacAddress
  hh3cAclMACDestMac MacAddress
  hh3cAclMACDestMacWild MacAddress
  hh3cAclMACLsapCode OCTET STRING
  hh3cAclMACLsapMask OCTET STRING
  hh3cAclMACCos Integer32
  hh3cAclMACTimeRangeName OCTET STRING
  hh3cAclMACCount Unsigned32
  hh3cAclMACCountClear CounterClear
  hh3cAclMACEnable TruthValue
  hh3cAclMACComment OCTET STRING
  hh3cAclMACLog TruthValue
  hh3cAclMACCounting TruthValue

Hh3cAclNamedMACEntry  
SEQUENCE    
  hh3cAclNamedMACRowStatus RowStatus
  hh3cAclNamedMACAct RuleAction
  hh3cAclNamedMACTypeCode OCTET STRING
  hh3cAclNamedMACTypeMask OCTET STRING
  hh3cAclNamedMACSrcMac MacAddress
  hh3cAclNamedMACSrcMacWild MacAddress
  hh3cAclNamedMACDstMac MacAddress
  hh3cAclNamedMACDstMacWild MacAddress
  hh3cAclNamedMACLsapCode OCTET STRING
  hh3cAclNamedMACLsapMask OCTET STRING
  hh3cAclNamedMACCos Integer32
  hh3cAclNamedMACTimeRangeName OCTET STRING
  hh3cAclNamedMACCount Unsigned32
  hh3cAclNamedMACCountClear CounterClear
  hh3cAclNamedMACEnable TruthValue
  hh3cAclNamedMACComment OCTET STRING
  hh3cAclNamedMACLog TruthValue
  hh3cAclNamedMACCounting TruthValue

Hh3cAclEnUserEntry  
SEQUENCE    
  hh3cAclEnUserRuleIndex Integer32
  hh3cAclEnUserRowStatus RowStatus
  hh3cAclEnUserAct RuleAction
  hh3cAclEnUserStartString OCTET STRING
  hh3cAclEnUserL2String OCTET STRING
  hh3cAclEnUserMplsString OCTET STRING
  hh3cAclEnUserIPv4String OCTET STRING
  hh3cAclEnUserIPv6String OCTET STRING
  hh3cAclEnUserL4String OCTET STRING
  hh3cAclEnUserL5String OCTET STRING
  hh3cAclEnUserTimeRangeName OCTET STRING
  hh3cAclEnUserCount Unsigned32
  hh3cAclEnUserCountClear CounterClear
  hh3cAclEnUserEnable TruthValue
  hh3cAclEnUserComment OCTET STRING
  hh3cAclEnUserLog TruthValue
  hh3cAclEnUserCounting TruthValue

Hh3cAclNamedUserEntry  
SEQUENCE    
  hh3cAclNamedUserRowStatus RowStatus
  hh3cAclNamedUserAct RuleAction
  hh3cAclNamedUserStartString OCTET STRING
  hh3cAclNamedUserL2String OCTET STRING
  hh3cAclNamedUserMplsString OCTET STRING
  hh3cAclNamedUserIPv4String OCTET STRING
  hh3cAclNamedUserIPv6String OCTET STRING
  hh3cAclNamedUserL4String OCTET STRING
  hh3cAclNamedUserL5String OCTET STRING
  hh3cAclNamedUserTimeRangeName OCTET STRING
  hh3cAclNamedUserCount Unsigned32
  hh3cAclNamedUserCountClear CounterClear
  hh3cAclNamedUserEnable TruthValue
  hh3cAclNamedUserComment OCTET STRING
  hh3cAclNamedUserLog TruthValue
  hh3cAclNamedUserCounting TruthValue

Hh3cAclResourceUsageEntry  
SEQUENCE    
  hh3cAclResourceChassis Unsigned32
  hh3cAclResourceSlot Unsigned32
  hh3cAclResourceChip Unsigned32
  hh3cAclResourceType Integer32
  hh3cAclPortRange OCTET STRING
  hh3cAclResourceTotal Unsigned32
  hh3cAclResourceReserved Unsigned32
  hh3cAclResourceConfigured Unsigned32
  hh3cAclResourceUsagePercent Unsigned32
  hh3cAclResourceTypeDescription OCTET STRING

Hh3cAclIntervalEntry  
SEQUENCE    
  hh3cAclIntervalType INTEGER
  hh3cAclIntervalValue Integer32
  hh3cAclIntervalRowStatus RowStatus

Hh3cPfilterApplyEntry  
SEQUENCE    
  hh3cPfilterApplyObjType INTEGER
  hh3cPfilterApplyObjIndex Integer32
  hh3cPfilterApplyDirection DirectionType
  hh3cPfilterApplyAclType INTEGER
  hh3cPfilterApplyAclIndex Integer32
  hh3cPfilterApplyHardCount TruthValue
  hh3cPfilterApplySequence Unsigned32
  hh3cPfilterApplyCountClear CounterClear
  hh3cPfilterApplyRowStatus RowStatus

Hh3cPfilterAclGroupRunInfoEntry  
SEQUENCE    
  hh3cPfilterRunApplyObjType INTEGER
  hh3cPfilterRunApplyObjIndex Integer32
  hh3cPfilterRunApplyDirection DirectionType
  hh3cPfilterRunApplyAclType INTEGER
  hh3cPfilterRunApplyAclIndex Integer32
  hh3cPfilterAclGroupStatus INTEGER
  hh3cPfilterAclGroupCountStatus INTEGER
  hh3cPfilterAclGroupPermitPkts Counter64
  hh3cPfilterAclGroupPermitBytes Counter64
  hh3cPfilterAclGroupDenyPkts Counter64
  hh3cPfilterAclGroupDenyBytes Counter64

Hh3cPfilterAclRuleRunInfoEntry  
SEQUENCE    
  hh3cPfilterAclRuleIndex Integer32
  hh3cPfilterAclRuleStatus INTEGER
  hh3cPfilterAclRuleCountStatus INTEGER
  hh3cPfilterAclRuleMatchPackets Counter64
  hh3cPfilterAclRuleMatchBytes Counter64

Hh3cPfilterStatisticSumEntry  
SEQUENCE    
  hh3cPfilterSumDirection DirectionType
  hh3cPfilterSumAclType INTEGER
  hh3cPfilterSumAclIndex Integer32
  hh3cPfilterSumRuleIndex Integer32
  hh3cPfilterSumRuleMatchPackets Counter64
  hh3cPfilterSumRuleMatchBytes Counter64

Hh3cPfilter2ApplyEntry  
SEQUENCE    
  hh3cPfilter2ApplyObjType INTEGER
  hh3cPfilter2ApplyObjIndex Integer32
  hh3cPfilter2ApplyDirection DirectionType
  hh3cPfilter2ApplyAclType INTEGER
  hh3cPfilter2ApplyAclIndex OCTET STRING
  hh3cPfilter2ApplyHardCount TruthValue
  hh3cPfilter2ApplySequence Unsigned32
  hh3cPfilter2ApplyCountClear CounterClear
  hh3cPfilter2ApplyRowStatus RowStatus

Hh3cPfilter2AclGroupRunInfoEntry  
SEQUENCE    
  hh3cPfilter2RunApplyObjType INTEGER
  hh3cPfilter2RunApplyObjIndex Integer32
  hh3cPfilter2RunApplyDirection DirectionType
  hh3cPfilter2RunApplyAclType INTEGER
  hh3cPfilter2RunApplyAclIndex OCTET STRING
  hh3cPfilter2AclGroupStatus INTEGER
  hh3cPfilter2AclGroupCountStatus INTEGER
  hh3cPfilter2AclGroupPermitPkts Counter64
  hh3cPfilter2AclGroupPermitBytes Counter64
  hh3cPfilter2AclGroupDenyPkts Counter64
  hh3cPfilter2AclGroupDenyBytes Counter64

Hh3cPfilter2AclRuleRunInfoEntry  
SEQUENCE    
  hh3cPfilter2AclRuleIndex Integer32
  hh3cPfilter2AclRuleStatus INTEGER
  hh3cPfilter2AclRuleCountStatus INTEGER
  hh3cPfilter2AclRuleMatchPackets Counter64
  hh3cPfilter2AclRuleMatchBytes Counter64

Hh3cPfilter2StatisticSumEntry  
SEQUENCE    
  hh3cPfilter2SumDirection DirectionType
  hh3cPfilter2SumAclType INTEGER
  hh3cPfilter2SumAclIndex OCTET STRING
  hh3cPfilter2SumRuleIndex Integer32
  hh3cPfilter2SumRuleMatchPackets Counter64
  hh3cPfilter2SumRuleMatchBytes Counter64

Defined Values

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

hh3cAclMibObjects 1.3.6.1.4.1.25506.2.8.1
OBJECT IDENTIFIER    

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

hh3cAclNumGroupTable 1.3.6.1.4.1.25506.2.8.1.2
Configure the match-order of number-acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclNumGroupEntry

hh3cAclNumGroupEntry 1.3.6.1.4.1.25506.2.8.1.2.1
Define the index of hh3cAclNumGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclNumGroupEntry  

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

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

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

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

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

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

hh3cAclNameGroupTable 1.3.6.1.4.1.25506.2.8.1.3
Create acl-group that identified by name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclNameGroupEntry

hh3cAclNameGroupEntry 1.3.6.1.4.1.25506.2.8.1.3.1
Define the index of hh3cAclNameGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclNameGroupEntry  

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

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

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

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

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

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

hh3cAclBasicRuleTable 1.3.6.1.4.1.25506.2.8.1.4
Configure the rule for basic acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclBasicRuleEntry

hh3cAclBasicRuleEntry 1.3.6.1.4.1.25506.2.8.1.4.1
Define the index of hh3cAclBasicRuleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclBasicRuleEntry  

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

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

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

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

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

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

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

hh3cAclBasicLog 1.3.6.1.4.1.25506.2.8.1.4.1.8
The flag of log.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

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

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

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

hh3cAclAdvancedRuleTable 1.3.6.1.4.1.25506.2.8.1.5
Configure the rule for advanced acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclAdvancedRuleEntry

hh3cAclAdvancedRuleEntry 1.3.6.1.4.1.25506.2.8.1.5.1
Define the index of hh3cAclAdvancedRuleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclAdvancedRuleEntry  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hh3cAclAdvancedEstablish 1.3.6.1.4.1.25506.2.8.1.5.1.18
Establish flag.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

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

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

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

hh3cAclAdvancedLog 1.3.6.1.4.1.25506.2.8.1.5.1.23
The flag of log.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

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

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

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

hh3cAclIfRuleTable 1.3.6.1.4.1.25506.2.8.1.6
Configure the rule for interface-based acl group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclIfRuleEntry

hh3cAclIfRuleEntry 1.3.6.1.4.1.25506.2.8.1.6.1
Define the index of hh3cAclIfRuleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclIfRuleEntry  

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

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

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

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

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

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

hh3cAclIfLog 1.3.6.1.4.1.25506.2.8.1.6.1.7
The flag of log.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

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

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

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

hh3cAclLinkTable 1.3.6.1.4.1.25506.2.8.1.7
Create link acl.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclLinkEntry

hh3cAclLinkEntry 1.3.6.1.4.1.25506.2.8.1.7.1
The entry of the link acl table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclLinkEntry  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hh3cAclLinkL2LabelRangeOp 1.3.6.1.4.1.25506.2.8.1.7.1.25
Operation symbol of the MPLS label. If the symbol is range(5), the objects hh3cAclLinkL2LabelRangeBegin and hh3cAclLinkL2LabelRangeEnd should have different values indicating a range. Otherwise, only hh3cAclLinkL2LabelRangeBegin counts, object hh3cAclLinkL2LabelRangeEnd 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)  

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

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

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

hh3cAclUserTable 1.3.6.1.4.1.25506.2.8.1.8
Create user acl.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclUserEntry

hh3cAclUserEntry 1.3.6.1.4.1.25506.2.8.1.8.1
The entry of user acl table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclUserEntry  

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

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

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

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

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

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

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

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

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

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

hh3cAclActiveTable 1.3.6.1.4.1.25506.2.8.1.9
Active acl.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclActiveEntry

hh3cAclActiveEntry 1.3.6.1.4.1.25506.2.8.1.9.1
The entry of active acl table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclActiveEntry  

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

hh3cAclActiveIfIndex 1.3.6.1.4.1.25506.2.8.1.9.1.2
IfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..2147483647  

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

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

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

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

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

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

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

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

hh3cAclActiveRuntime 1.3.6.1.4.1.25506.2.8.1.9.1.11
Is run or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

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

hh3cAclIDSTable 1.3.6.1.4.1.25506.2.8.1.10
Configure the rule for IDS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclIDSEntry

hh3cAclIDSEntry 1.3.6.1.4.1.25506.2.8.1.10.1
The entry of acl ids table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclIDSEntry  

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

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

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

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

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

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

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

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

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

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

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

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

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

hh3cAclMib2Objects 1.3.6.1.4.1.25506.2.8.2
OBJECT IDENTIFIER    

hh3cAclMib2GlobalGroup 1.3.6.1.4.1.25506.2.8.2.1
OBJECT IDENTIFIER    

hh3cAclMib2NodesGroup 1.3.6.1.4.1.25506.2.8.2.1.1
OBJECT IDENTIFIER    

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

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

hh3cAclMib2ObjectsCapabilities 1.3.6.1.4.1.25506.2.8.2.1.1.3
The objects of hh3cAclMib2Objects.
Status: current Access: read-only
OBJECT-TYPE    
  BITS hh3cAclMib2Mode(0), hh3cAclVersion(1), hh3cAclMib2ObjectsCapabilities(2), hh3cAclMib2CapabilityTable(3), hh3cAclNumberGroupTable(4), hh3cAclIPAclBasicTable(5), hh3cAclIPAclAdvancedTable(6), hh3cAclMACTable(7), hh3cAclEnUserTable(8), hh3cAclMib2ProcessingStatus(9)  

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

hh3cAclMib2CapabilityTable 1.3.6.1.4.1.25506.2.8.2.1.2
The capability of mib2.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclMib2CapabilityEntry

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

hh3cAclMib2EntityType 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)  

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

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

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

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

hh3cAclMib2CharacteristicsValue 3.1.6
The value of capability of this object. TypeOfRuleStringValue : notSupport(0) and the length of RuleString. TypeOfCodeValue : OnlyOneNotSupport(0), MoreThanOneNotSupport(1) If hh3cAclMib2CharacteristicsValue is 'moreThanOneNotSupport', hh3cAclMib2CharacteristicsDesc must be used to depict which protocols are not supported. The output value of hh3cAclMib2CharacteristicsDesc 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  

hh3cAclNumberGroupTable 1.3.6.1.4.1.25506.2.8.2.1.3
A table of the number acl group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclNumberGroupEntry

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

hh3cAclNumberGroupType 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)  

hh3cAclNumberGroupIndex 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  

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

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

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

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

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

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

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

hh3cAclNamedGroupTable 1.3.6.1.4.1.25506.2.8.2.1.4
A table of the named ACL group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclNamedGroupEntry

hh3cAclNamedGroupEntry 1.3.6.1.4.1.25506.2.8.2.1.4.1
Named ACL group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclNamedGroupEntry  

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

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

hh3cAclNamedGroupRowStatus 1.3.6.1.4.1.25506.2.8.2.1.4.1.3
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

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

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

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

hh3cAclIPAclGroup 1.3.6.1.4.1.25506.2.8.2.2
OBJECT IDENTIFIER    

hh3cAclIPAclBasicTable 1.3.6.1.4.1.25506.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  
    Hh3cAclIPAclBasicEntry

hh3cAclIPAclBasicEntry 5.1
Basic rule group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclIPAclBasicEntry  

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

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

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

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

hh3cAclIPAclBasicSrcAddr 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 hh3cAclIPAclBasicSrcAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hh3cAclIPAclBasicSrcPrefix 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  

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

hh3cAclIPAclBasicSrcWild 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  

hh3cAclIPAclBasicTimeRangeName 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)  

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

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

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

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

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

hh3cAclIPAclBasicVpnInstanceName 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)  

hh3cAclIPAclBasicComment 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)  

hh3cAclIPAclBasicCounting 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  

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

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

hh3cAclIPAclAdvancedTable 1.3.6.1.4.1.25506.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  
    Hh3cAclIPAclAdvancedEntry

hh3cAclIPAclAdvancedEntry 6.1
Advanced acl group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclIPAclAdvancedEntry  

hh3cAclIPAclAdvancedRuleIndex 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  

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

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

hh3cAclIPAclAdvancedProtocol 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  

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

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

hh3cAclIPAclAdvancedSrcAddr 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 hh3cAclIPAclAdvancedSrcAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hh3cAclIPAclAdvancedSrcPrefix 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  

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

hh3cAclIPAclAdvancedSrcWild 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  

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

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

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

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

hh3cAclIPAclAdvancedDestAddr 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 hh3cAclIPAclAdvancedDestAddrType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hh3cAclIPAclAdvancedDestPrefix 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  

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

hh3cAclIPAclAdvancedDestWild 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  

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

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

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

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

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

hh3cAclIPAclAdvancedPrecedence 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  

hh3cAclIPAclAdvancedTos 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  

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

hh3cAclIPAclAdvancedTimeRangeName 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)  

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

hh3cAclIPAclAdvancedFragmentFlag 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  

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

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

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

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

hh3cAclIPAclAdvancedVpnInstanceName 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)  

hh3cAclIPAclAdvancedComment 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)  

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

hh3cAclIPAclAdvancedCounting 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  

hh3cAclIPAclAdvancedTCPFlagMask 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)  

hh3cAclIPAclAdvancedTCPFlagValue 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)  

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

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

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

hh3cAclIPAclAdvancedSrcSuffix 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  

hh3cAclIPAclAdvancedDestSuffix 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  

hh3cAclIPAclNamedBscTable 1.3.6.1.4.1.25506.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 hh3cAclIPAclBasicTable. 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  
    Hh3cAclIPAclNamedBscEntry

hh3cAclIPAclNamedBscEntry 1.3.6.1.4.1.25506.2.8.2.2.4.1
Basic named ACL rule entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclIPAclNamedBscEntry  

hh3cAclIPAclNamedBscRowStatus 1.3.6.1.4.1.25506.2.8.2.2.4.1.1
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hh3cAclIPAclNamedAdvTable 1.3.6.1.4.1.25506.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 hh3cAclIPAclAdvancedTable. 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  
    Hh3cAclIPAclNamedAdvEntry

hh3cAclIPAclNamedAdvEntry 1.3.6.1.4.1.25506.2.8.2.2.5.1
Advanced ACL rule information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclIPAclNamedAdvEntry  

hh3cAclIPAclNamedAdvRowStatus 1.3.6.1.4.1.25506.2.8.2.2.5.1.1
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hh3cAclIPAclNamedAdvLog 1.3.6.1.4.1.25506.2.8.2.2.5.1.29
Log matched packets.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

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

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

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

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

hh3cAclIPAclNamedAdvReflective 1.3.6.1.4.1.25506.2.8.2.2.5.1.35
The flag of reflective.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

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

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

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

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

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

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

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

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

hh3cAclMACAclGroup 1.3.6.1.4.1.25506.2.8.2.3
OBJECT IDENTIFIER    

hh3cAclMACTable 1.3.6.1.4.1.25506.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  
    Hh3cAclMACEntry

hh3cAclMACEntry 7.1
MAC acl group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclMACEntry  

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

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

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

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

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

hh3cAclMACSrcMac 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  

hh3cAclMACSrcMacWild 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  

hh3cAclMACDestMac 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  

hh3cAclMACDestMacWild 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  

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

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

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

hh3cAclMACTimeRangeName 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)  

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

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

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

hh3cAclMACComment 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)  

hh3cAclMACLog 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  

hh3cAclMACCounting 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  

hh3cAclNamedMACTable 1.3.6.1.4.1.25506.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 hh3cAclMACTable. 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  
    Hh3cAclNamedMACEntry

hh3cAclNamedMACEntry 1.3.6.1.4.1.25506.2.8.2.3.2.1
MAC acl group information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclNamedMACEntry  

hh3cAclNamedMACRowStatus 1.3.6.1.4.1.25506.2.8.2.3.2.1.1
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hh3cAclEnUserAclGroup 1.3.6.1.4.1.25506.2.8.2.4
OBJECT IDENTIFIER    

hh3cAclEnUserTable 1.3.6.1.4.1.25506.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  
    Hh3cAclEnUserEntry

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

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

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

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

hh3cAclEnUserStartString 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)  

hh3cAclEnUserL2String 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)  

hh3cAclEnUserMplsString 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)  

hh3cAclEnUserIPv4String 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)  

hh3cAclEnUserIPv6String 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)  

hh3cAclEnUserL4String 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)  

hh3cAclEnUserL5String 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)  

hh3cAclEnUserTimeRangeName 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)  

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

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

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

hh3cAclEnUserComment 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)  

hh3cAclEnUserLog 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  

hh3cAclEnUserCounting 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  

hh3cAclNamedUserTable 1.3.6.1.4.1.25506.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 hh3cAclEnUserTable. 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  
    Hh3cAclNamedUserEntry

hh3cAclNamedUserEntry 1.3.6.1.4.1.25506.2.8.2.4.4.1
User defined acl group entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclNamedUserEntry  

hh3cAclNamedUserRowStatus 1.3.6.1.4.1.25506.2.8.2.4.4.1.1
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hh3cAclResourceGroup 1.3.6.1.4.1.25506.2.8.2.5
OBJECT IDENTIFIER    

hh3cAclResourceUsageTable 1.3.6.1.4.1.25506.2.8.2.5.1
The table shows ACL resource usage information. Support for resource types that are denoted by hh3cAclResourceType 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  
    Hh3cAclResourceUsageEntry

hh3cAclResourceUsageEntry 1.3.6.1.4.1.25506.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    
  Hh3cAclResourceUsageEntry  

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

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

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

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

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

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

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

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

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

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

hh3cAclIntervalGroup 1.3.6.1.4.1.25506.2.8.2.6
OBJECT IDENTIFIER    

hh3cAclIntervalTable 1.3.6.1.4.1.25506.2.8.2.6.1
Log interval table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cAclIntervalEntry

hh3cAclIntervalEntry 1.3.6.1.4.1.25506.2.8.2.6.1.1
Log interval entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cAclIntervalEntry  

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

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

hh3cAclIntervalRowStatus 1.3.6.1.4.1.25506.2.8.2.6.1.1.3
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cAclPacketFilterObjects 1.3.6.1.4.1.25506.2.8.3
OBJECT IDENTIFIER    

hh3cPfilterScalarGroup 1.3.6.1.4.1.25506.2.8.3.1
OBJECT IDENTIFIER    

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

hh3cPfilterProcessingStatus 1.3.6.1.4.1.25506.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 hh3cAclPacketFilterObjects MIB module when the value is processing.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER processing(1), done(2)  

hh3cPfilterApplyTable 1.3.6.1.4.1.25506.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  
    Hh3cPfilterApplyEntry

hh3cPfilterApplyEntry 1.3.6.1.4.1.25506.2.8.3.2.1
Packet filter application information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPfilterApplyEntry  

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

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

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

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

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

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

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

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

hh3cPfilterApplyRowStatus 1.3.6.1.4.1.25506.2.8.3.2.1.9
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cPfilterAclGroupRunInfoTable 1.3.6.1.4.1.25506.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  
    Hh3cPfilterAclGroupRunInfoEntry

hh3cPfilterAclGroupRunInfoEntry 1.3.6.1.4.1.25506.2.8.3.3.1
ACL group running information entry for packet filtering.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPfilterAclGroupRunInfoEntry  

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

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

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

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

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

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

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

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

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

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

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

hh3cPfilterAclRuleRunInfoTable 1.3.6.1.4.1.25506.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 hh3cPfilterAclRuleMatchPackets and hh3cPfilterAclRuleMatchBytes will be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPfilterAclRuleRunInfoEntry

hh3cPfilterAclRuleRunInfoEntry 1.3.6.1.4.1.25506.2.8.3.4.1
ACL rule's running information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPfilterAclRuleRunInfoEntry  

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

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

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

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

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

hh3cPfilterStatisticSumTable 1.3.6.1.4.1.25506.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  
    Hh3cPfilterStatisticSumEntry

hh3cPfilterStatisticSumEntry 1.3.6.1.4.1.25506.2.8.3.5.1
ACL rule's sum statistics information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPfilterStatisticSumEntry  

hh3cPfilterSumDirection 1.3.6.1.4.1.25506.2.8.3.5.1.1
The direction of application.
Status: current Access: not-accessible
OBJECT-TYPE    
  DirectionType  

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

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

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

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

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

hh3cPfilter2ApplyTable 1.3.6.1.4.1.25506.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  
    Hh3cPfilter2ApplyEntry

hh3cPfilter2ApplyEntry 1.3.6.1.4.1.25506.2.8.3.6.1
Packet filter application information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPfilter2ApplyEntry  

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

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

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

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

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

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

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

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

hh3cPfilter2ApplyRowStatus 1.3.6.1.4.1.25506.2.8.3.6.1.9
RowStatus.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cPfilter2AclGroupRunInfoTable 1.3.6.1.4.1.25506.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  
    Hh3cPfilter2AclGroupRunInfoEntry

hh3cPfilter2AclGroupRunInfoEntry 1.3.6.1.4.1.25506.2.8.3.7.1
ACL group running information entry for packet filtering.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPfilter2AclGroupRunInfoEntry  

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

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

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

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

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

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

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

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

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

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

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

hh3cPfilter2AclRuleRunInfoTable 1.3.6.1.4.1.25506.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 hh3cPfilter2AclRuleMatchPackets and hh3cPfilter2AclRuleMatchBytes will be zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cPfilter2AclRuleRunInfoEntry

hh3cPfilter2AclRuleRunInfoEntry 1.3.6.1.4.1.25506.2.8.3.8.1
ACL rule's running information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPfilter2AclRuleRunInfoEntry  

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

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

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

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

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

hh3cPfilter2StatisticSumTable 1.3.6.1.4.1.25506.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  
    Hh3cPfilter2StatisticSumEntry

hh3cPfilter2StatisticSumEntry 1.3.6.1.4.1.25506.2.8.3.9.1
ACL rule's sum statistics information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cPfilter2StatisticSumEntry  

hh3cPfilter2SumDirection 1.3.6.1.4.1.25506.2.8.3.9.1.1
The direction of application.
Status: current Access: not-accessible
OBJECT-TYPE    
  DirectionType  

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

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

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

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

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

hh3cAclPacketfilterTrapObjects 1.3.6.1.4.1.25506.2.8.4
OBJECT IDENTIFIER    

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

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

hh3cPfilterACLNumber 1.3.6.1.4.1.25506.2.8.4.3
ACL number.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hh3cAclPacketfilterTrap 1.3.6.1.4.1.25506.2.8.5
OBJECT IDENTIFIER    

hh3cPfilterTrapPrefix 1.3.6.1.4.1.25506.2.8.5.0
OBJECT IDENTIFIER    

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

hh3cAclRuleMatchCount 1.3.6.1.4.1.25506.2.8.5.0.2
This notification is generated periodically due to a timer. The interval of the timer is configured in hh3cAclIntervalTable. 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    

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

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

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