DLINKSW-ACL-MIB

File: DLINKSW-ACL-MIB.mib (137258 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB Q-BRIDGE-MIB INET-ADDRESS-MIB
DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 IpAddress Counter64
MacAddress DisplayString TruthValue
RowStatus TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP InterfaceIndex InterfaceIndexOrZero
VlanId VlanIdOrNone InetAddressIPv6
InetAddressPrefixLength dlinkIndustrialCommon

Defined Types

DlinkAclRuleType  
The action type when the packets match the access profile. permit(1)- Specifies that packets that match the access rule are permitted to be forwarded by the switch. deny(2) - Specifies that packets that match the access rule are not permitted to be forwarded by the switch and will be filtered. deny-cpu(3)- Specifies that packet that match the access rule are prevented to be copied to CPU and redirected to CPU. And the hardware forwarding behavior should not be affected.
TEXTUAL-CONVENTION    
  INTEGER permit(1), deny(2), deny-cpu(3)  

DlinkAclPortOperatorType  
The type of UDP/TCP port operator indicates how a packet's TCP/UDP source or destination port number is compared. none(1) - No comparison. eq (2)- equal gt (3)- greater than. lt (4)- less than. neq(5)- not equal range(6)- compares the port value between two numbers. mask(7)- check the bit corresponding to bit value 1, ignore the bit corresponding to bit value 0.
TEXTUAL-CONVENTION    
  INTEGER none(1), eq(2), gt(3), lt(4), neq(5), range(6), mask(7)  

TcpFlag  
The TCP flag fields. Each bit defined as follow: urgent(0) - urgent. acknowledge(1) - acknowledge. push(2) - push, reset(3) - reset. synchronize(4) - synchronize. finish (5) - finish.
TEXTUAL-CONVENTION    
  BITS urgent(0), acknowledge(1), push(2), reset(3), synchronize(4), finish(5)  

DAclReSeqEntry  
SEQUENCE    
  dAclReSeqAccessListName DisplayString
  dAclReSeqStartingNumber Integer32
  dAclReSeqIncrement Integer32

DAclMacAccessListEntry  
SEQUENCE    
  dAclMacAccessListName DisplayString
  dAclMacAccessListRowStatus RowStatus
  dAclMacAccessListId Integer32
  dAclMacAccessListCounterEnabled TruthValue
  dAclMacAccessListClearStatAction INTEGER
  dAclMacAccessListRemark DisplayString

DAclMacAccessRuleEntry  
SEQUENCE    
  dAclMacAccessRuleSn Integer32
  dAclMacAccessRuleRowStatus RowStatus
  dAclMacAccessRuleAction DlinkAclRuleType
  dAclMacAccessRuleSrcMacAddr MacAddress
  dAclMacAccessRuleSrcMacWildcard MacAddress
  dAclMacAccessRuleDstMacAddr MacAddress
  dAclMacAccessRuleDstMacWildcard MacAddress
  dAclMacAccessRulePacketType INTEGER
  dAclMacAccessRuleEthernetType Integer32
  dAclMacAccessRuleLlcDSAP Integer32
  dAclMacAccessRuleLlcSSAP Integer32
  dAclMacAccessRuleLlcCntl Integer32
  dAclMacAccessRuleDot1p Integer32
  dAclMacAccessRuleInnerDot1p Integer32
  dAclMacAccessRuleVlanID VlanIdOrNone
  dAclMacAccessRuleInnerVlanID VlanIdOrNone
  dAclMacAccessRuleTimeName DisplayString
  dAclMacAccessRuleEthernetTypeMask OCTET STRING
  dAclMacAccessRuleDot1pMask OCTET STRING
  dAclMacAccessRuleInnerDot1pMask OCTET STRING
  dAclMacAccessRuleVlanIDMask OCTET STRING
  dAclMacAccessRuleInnerVlanIDMask OCTET STRING
  dAclMacAccessRuleVlanRangeMin VlanIdOrNone
  dAclMacAccessRuleVlanRangeMax VlanIdOrNone

DAclMacAccessGroupEntry  
SEQUENCE    
  dAclMacAccessGroupIfIndex InterfaceIndex
  dAclMacAccessGroupApplyDirection INTEGER
  dAclMacAccessGroupRowStatus RowStatus
  dAclMacAccessGroupAclName DisplayString
  dAclMacAccessGroupAclId Integer32

DAclIpAccessListEntry  
SEQUENCE    
  dAclIpAccessListName DisplayString
  dAclIpAccessListRowStatus RowStatus
  dAclIpAccessExtended TruthValue
  dAclIpAccessListId Integer32
  dAclIpAccessListCounterEnabled TruthValue
  dAclIpAccessListClearStatAction INTEGER
  dAclIpAccessListRemark DisplayString

DAclIpAccessRuleEntry  
SEQUENCE    
  dAclIpAccessRuleSn Integer32
  dAclIpAccessRuleRowStatus RowStatus
  dAclIpAccessRuleAction DlinkAclRuleType
  dAclIpAccessRuleProtocol INTEGER
  dAclIpAccessRuleUserDefProtocol Integer32
  dAclIpAccessRuleSrcAddr IpAddress
  dAclIpAccessRuleSrcWildcard IpAddress
  dAclIpAccessRuleDstAddr IpAddress
  dAclIpAccessRuleDstWildcard IpAddress
  dAclIpAccessRuleSrcOperator DlinkAclPortOperatorType
  dAclIpAccessRuleSrcPort Integer32
  dAclIpAccessRuleSrcPortRange Integer32
  dAclIpAccessRuleDstOperator DlinkAclPortOperatorType
  dAclIpAccessRuleDstPort Integer32
  dAclIpAccessRuleDstPortRange Integer32
  dAclIpAccessRuleQosPrecedence Integer32
  dAclIpAccessRuleQosTos Integer32
  dAclIpAccessRuleQosDscp Integer32
  dAclIpAccessRuleIcmpType Integer32
  dAclIpAccessRuleIcmpCode Integer32
  dAclIpAccessRuleTimeName DisplayString
  dAclIpAccRuleTcpFlag TcpFlag
  dAclIpAccRuleFragments TruthValue
  dAclIpAccRuleUserDefProtocolMask OCTET STRING
  dAclIpAccRuleSrcPortMask OCTET STRING
  dAclIpAccRuleDstPortMask OCTET STRING
  dAclIpAccRuleQosPrecedenceMask OCTET STRING
  dAclIpAccRuleQosTosMask OCTET STRING
  dAclIpAccRuleQosDscpMask OCTET STRING

DAclIpAccessGroupEntry  
SEQUENCE    
  dAclIpAccessGroupIfIndex InterfaceIndex
  dAclIpAccessGroupApplyDirection INTEGER
  dAclIpAccessGroupStatus RowStatus
  dAclIpAccessGroupAclName DisplayString
  dAclIpAccessGroupAclId Integer32

DAclIPv6AccessListEntry  
SEQUENCE    
  dAclIPv6AccessListName DisplayString
  dAclIPv6AccessListRowStatus RowStatus
  dAclIPv6AccessExtended TruthValue
  dAclIPv6AccessListId Integer32
  dAclIPv6AccessListCounterEnabled TruthValue
  dAclIPv6AccessListClearStatAction INTEGER
  dAclIPv6AccessListRemark DisplayString

DAclIPv6AccessRuleEntry  
SEQUENCE    
  dAclIPv6AccessRuleSn Integer32
  dAclIPv6AccessRuleRowStatus RowStatus
  dAclIPv6AccessRuleAction DlinkAclRuleType
  dAclIPv6AccessRuleProtocol INTEGER
  dAclIPv6AccessRuleUserDefProtocol Integer32
  dAclIPv6AccessRuleSrcAddr InetAddressIPv6
  dAclIPv6AccessRuleSrcPrefixLen InetAddressPrefixLength
  dAclIPv6AccessRuleDstAddr InetAddressIPv6
  dAclIPv6AccessRuleDstPrefixLen InetAddressPrefixLength
  dAclIPv6AccessRuleDstOperator DlinkAclPortOperatorType
  dAclIPv6AccessRuleSrcOperator DlinkAclPortOperatorType
  dAclIPv6AccessRuleSrcPort Integer32
  dAclIPv6AccessRuleSrcPortRange Integer32
  dAclIPv6AccessRuleDstPort Integer32
  dAclIPv6AccessRuleDstPortRange Integer32
  dAclIPv6AccessRuleDscp Integer32
  dAclIPv6AccessRuleIcmpType Integer32
  dAclIPv6AccessRuleIcmpCode Integer32
  dAclIPv6AccessRuleTimeName DisplayString
  dAclIPv6AccRuleTcpFlag TcpFlag
  dAclIPv6AccRuleFragments TruthValue
  dAclIPv6AccRuleFlowLabel Integer32
  dAclIPv6AccRuleTrafficClass Integer32
  dAclIPv6AccRuleUserDefProtocolMask OCTET STRING
  dAclIPv6AccRuleSrcPortMask OCTET STRING
  dAclIPv6AccRuleDstPortMask OCTET STRING
  dAclIPv6AccRuleDscpMask OCTET STRING
  dAclIPv6AccRuleFlowLabelMask OCTET STRING
  dAclIPv6AccRuleTrafficClassMask OCTET STRING

DAclIPv6AccessGroupEntry  
SEQUENCE    
  dAclIPv6AccessGroupIfIndex InterfaceIndex
  dAclIpv6AccessGroupApplyDirection INTEGER
  dAclIPv6AccessGroupStatus RowStatus
  dAclIPv6AccessGroupAclName DisplayString
  dAclIPv6AccessGroupAclId Integer32

DAclExpertAccessListEntry  
SEQUENCE    
  dAclExpertAccessListName DisplayString
  dAclExpertAccessListRowStatus RowStatus
  dAclExpertAccessListId Integer32
  dAclExpertAccessListCounterEnabled TruthValue
  dAclExpertAccessListClearStatAction INTEGER
  dAclExpertAccessListRemark DisplayString

DAclExpertAccessRuleEntry  
SEQUENCE    
  dAclExpertAccRuleSn Integer32
  dAclExpertAccRuleRowStatus RowStatus
  dAclExpertAccRuleAction DlinkAclRuleType
  dAclExpertAccRuleProtocol INTEGER
  dAclExpertAccRuleUserDefProtocol Integer32
  dAclExpertAccRuleSrcIpAddr IpAddress
  dAclExpertAccRuleSrcIpWildcard IpAddress
  dAclExpertAccRuleSrcMacAddr MacAddress
  dAclExpertAccRuleSrcMacWildcard MacAddress
  dAclExpertAccRuleSrcOperator DlinkAclPortOperatorType
  dAclExpertAccRuleSrcPort Integer32
  dAclExpertAccRuleSrcPortRange Integer32
  dAclExpertAccRuleDstIpAddr IpAddress
  dAclExpertAccRuleDstIpWildcard IpAddress
  dAclExpertAccRuleDstMacAddr MacAddress
  dAclExpertAccRuleDstMacWildcard MacAddress
  dAclExpertAccRuleDstOperator DlinkAclPortOperatorType
  dAclExpertAccRuleDstPort Integer32
  dAclExpertAccRuleDstPortRange Integer32
  dAclExpertAccRuleVlanID VlanIdOrNone
  dAclExpertAccRuleInnerVlanID VlanIdOrNone
  dAclExpertAccRuleQosPrecedence Integer32
  dAclExpertAccRuleQosTos Integer32
  dAclExpertAccRuleQosDscp Integer32
  dAclExpertAccRuleIcmpType Integer32
  dAclExpertAccRuleIcmpCode Integer32
  dAclExpertAccRuleTimeName DisplayString
  dAclExpertAccRuleTcpFlag TcpFlag
  dAclExpertAccRuleFragments TruthValue
  dAclExpertAccRuleOuterCos Integer32
  dAclExpertAccRuleInnerCos Integer32
  dAclExpertAccRuleUserDefProtocolMask OCTET STRING
  dAclExpertAccRuleSrcPortMask OCTET STRING
  dAclExpertAccRuleDstPortMask OCTET STRING
  dAclExpertAccRuleVlanIDMask OCTET STRING
  dAclExpertAccRuleInnerVlanIDMask OCTET STRING
  dAclExpertAccRuleQosPrecedenceMask OCTET STRING
  dAclExpertAccRuleQosTosMask OCTET STRING
  dAclExpertAccRuleQosDscpMask OCTET STRING
  dAclExpertAccRuleOuterCosMask OCTET STRING
  dAclExpertAccRuleInnerCosMask OCTET STRING
  dAclExpertAccRuleVlanRangeMin VlanIdOrNone
  dAclExpertAccRuleVlanRangeMax VlanIdOrNone

DAclExpertAccessGroupEntry  
SEQUENCE    
  dAclExpertAccessGroupIfIndex InterfaceIndex
  dAclExpertAccessGroupApplyDirection INTEGER
  dAclExpertAccessGroupRowStatus RowStatus
  dAclExpertAccessGroupAclName DisplayString
  dAclExpertAccessGroupAclId Integer32

DAclVlanSubMapEntry  
SEQUENCE    
  dAclVlanAccMapName DisplayString
  dAclVlanAccSubMapSeq Integer32
  dAclVlanAccSubMapRowStatus RowStatus
  dAclVlanAccSubMapMatchAclName DisplayString
  dAclVlanAccessSubMapAction INTEGER
  dAclVlanAccSubMapRedirectIfIndex InterfaceIndexOrZero
  dAclVlanAccSubMapMatchAclId Integer32

DAclVlanFilterEntry  
SEQUENCE    
  dAclVlanFilterVlanId VlanId
  dAclVlanFilterRowStatus RowStatus
  dAclVlanFilterVlanAccMapName DisplayString

DAclVlanAccessMapEntry  
SEQUENCE    
  dAclVlanAccessMapCounterEnabled TruthValue
  dAclVlanAccessMapClearStatAction INTEGER

DAclAccessGroupCounterEntry  
SEQUENCE    
  dAclAccessGroupCounterAccListId Integer32
  dAclAccessGroupCounterAccRuleSn Integer32
  dAclAccessGroupCounterIngressStat Counter64
  dAclAccessGroupCounterEgressStat Counter64

DAclVlanFilterCounterEntry  
SEQUENCE    
  dAclVlanFilterCounterAccMapName DisplayString
  dAclVlanFilterCounterSubMapSeq Integer32
  dAclVlanFilterCounterStatistics Counter64

Defined Values

dlinkSwAclMIB 1.3.6.1.4.1.171.14.28
The Structure of Access Control List Information for the proprietary enterprise.
MODULE-IDENTITY    

dAclMIBNotifications 1.3.6.1.4.1.171.14.28.0
OBJECT IDENTIFIER    

dAclMIBObjects 1.3.6.1.4.1.171.14.28.1
OBJECT IDENTIFIER    

dAclMIBConformance 1.3.6.1.4.1.171.14.28.2
OBJECT IDENTIFIER    

dAclGeneral 1.3.6.1.4.1.171.14.28.1.1
OBJECT IDENTIFIER    

dAclReSeqTable 1.3.6.1.4.1.171.14.28.1.1.1
A table consists of a list of information about how re-sequencing the rules in access lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclReSeqEntry

dAclReSeqEntry 1.3.6.1.4.1.171.14.28.1.1.1.1
An entry appears in this table for controlling the re-sequence of an access-list.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclReSeqEntry  

dAclReSeqAccessListName 1.3.6.1.4.1.171.14.28.1.1.1.1.1
Indicates the name of an access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclReSeqStartingNumber 1.3.6.1.4.1.171.14.28.1.1.1.1.2
Indicates the initial value of sequence number of the corresponding access list.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

dAclReSeqIncrement 1.3.6.1.4.1.171.14.28.1.1.1.1.3
Indicates the number that the sequence numbers step. If the increment value is 5 and the beginning sequence number is 20, the subsequent sequence numbers are 25, 30, 35, 40, and so on.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..32  

dAclMac 1.3.6.1.4.1.171.14.28.1.2
OBJECT IDENTIFIER    

dAclMacAccessListNumber 1.3.6.1.4.1.171.14.28.1.2.1
Indicates the number of entries present in the MAC access list table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dAclMacAccessListTable 1.3.6.1.4.1.171.14.28.1.2.2
The table contains information about MAC access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclMacAccessListEntry

dAclMacAccessListEntry 1.3.6.1.4.1.171.14.28.1.2.2.1
An entry defined in dAclMacAccessListTable. An entry is created/removed when an MAC access list is created/deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclMacAccessListEntry  

dAclMacAccessListName 1.3.6.1.4.1.171.14.28.1.2.2.1.1
The name of the MAC access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclMacAccessListRowStatus 1.3.6.1.4.1.171.14.28.1.2.2.1.2
This object allows the dynamic creation and deletion of a MAC access list.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclMacAccessListId 1.3.6.1.4.1.171.14.28.1.2.2.1.3
The number of the MAC access list. If user specify value zero(0) for this node, agent will assign a number for it. After the table created, this node should not be changed.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dAclMacAccessListCounterEnabled 1.3.6.1.4.1.171.14.28.1.2.2.1.4
This object indicates the counter state of the access list is enabled('true') or disabled('false'). And the counter state just for the all interface that applied the access list in dAclMacAccessGroupTable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dAclMacAccessListClearStatAction 1.3.6.1.4.1.171.14.28.1.2.2.1.5
This object is used to clear statistics of the access list when set to 'clear'. No action is taken if this object is set to 'noOp'. The 'clear' action just for the all interface that applied the access list in dAclMacAccessGroupTable. When read, the value 'noOp' is returned.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dAclMacAccessListRemark 1.3.6.1.4.1.171.14.28.1.2.2.1.6
The description of the MAC access list.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

dAclMacAccessRuleTable 1.3.6.1.4.1.171.14.28.1.2.3
A table consists of a list of rules for the MAC access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclMacAccessRuleEntry

dAclMacAccessRuleEntry 1.3.6.1.4.1.171.14.28.1.2.3.1
An entry is defined dAclMacAccessRuleTable. The first instance identifier index value identifies the dAclMacAccessListEntry that a MAC access rule (dAclMacAccessRuleEntry) belongs to. An entry is removed from this table when its corresponding dAclMacAccessListEntry is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclMacAccessRuleEntry  

dAclMacAccessRuleSn 1.3.6.1.4.1.171.14.28.1.2.3.1.1
Specifies the sequence number of this rule. The lower the number is, the higher the priority of the rule. The special value of 0 means the sequence number will be automatically determined by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

dAclMacAccessRuleRowStatus 1.3.6.1.4.1.171.14.28.1.2.3.1.2
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclMacAccessRuleAction 1.3.6.1.4.1.171.14.28.1.2.3.1.3
This object indicates the result of the packet examination is to permit or deny or prevent to CPU.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclRuleType  

dAclMacAccessRuleSrcMacAddr 1.3.6.1.4.1.171.14.28.1.2.3.1.4
Specifies a source MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

dAclMacAccessRuleSrcMacWildcard 1.3.6.1.4.1.171.14.28.1.2.3.1.5
This object is a wildcard bitmap to specify a group of source MAC addresses. The bit value 1 indicates the corresponding bit will be ignored. The bit value 0 indicates the corresponding bit will be checked. In other words, when the value of all 'ff'Hs indicates any source MAC address is specified. When the value of all '00'Hs indicates host source MAC address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

dAclMacAccessRuleDstMacAddr 1.3.6.1.4.1.171.14.28.1.2.3.1.6
Specifies a destination MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

dAclMacAccessRuleDstMacWildcard 1.3.6.1.4.1.171.14.28.1.2.3.1.7
This object is a wildcard bitmap to specify a group of destination MAC addresses. The bit value 1 indicates the corresponding bit will be ignored. The bit value 0 indicates the corresponding bit will be checked. In other words, when the value of all 'ff'Hs indicates any destination MAC address is specified. When the value of all '00'Hs indicates host destination MAC address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

dAclMacAccessRulePacketType 1.3.6.1.4.1.171.14.28.1.2.3.1.8
Specifies the Ethernet frame type. The value of none (1) means the frame type is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), ethernet(2), llc(3)  

dAclMacAccessRuleEthernetType 1.3.6.1.4.1.171.14.28.1.2.3.1.9
Specifies the Ethernet type for an Ethernet II or SNAP packet. The special value of -1 means the Ethernet type value is not specified. It is only meaningful when the dAclMacAccessRulePacketType is 'ethernet'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..65535  

dAclMacAccessRuleLlcDSAP 1.3.6.1.4.1.171.14.28.1.2.3.1.10
Specifies the DSAP value for the LLC packet. If the value is -1, it means the DSAP number is not specified. It is only meaningful when the dAclMacAccessRulePacketType is 'llc'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclMacAccessRuleLlcSSAP 1.3.6.1.4.1.171.14.28.1.2.3.1.11
Specifies the SSAP value for the LLC packet. If the value is -1, it means the SSAP number is not specified. It is only meaningful when the dAclMacAccessRulePacketType is 'llc'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclMacAccessRuleLlcCntl 1.3.6.1.4.1.171.14.28.1.2.3.1.12
Specifies the control field for the LLC packet. If the value is -1, it means the SSAP number is not specified. It is only meaningful when the dAclMacAccessRulePacketType is 'llc'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclMacAccessRuleDot1p 1.3.6.1.4.1.171.14.28.1.2.3.1.13
Specifies the priority value. The value of -1 means the priority is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..7  

dAclMacAccessRuleInnerDot1p 1.3.6.1.4.1.171.14.28.1.2.3.1.14
Specifies the inner priority value. The value of -1 means the inner priority is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..7  

dAclMacAccessRuleVlanID 1.3.6.1.4.1.171.14.28.1.2.3.1.15
Specifies the VLAN ID. A value of zero indicates the VLAN ID is not specified. This node and dAclMacAccessRuleVlanRangeMin/dAclMacAccessRuleVlanRangeMax cannot be specified at same time in a row.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

dAclMacAccessRuleInnerVlanID 1.3.6.1.4.1.171.14.28.1.2.3.1.16
Specifies the inner VLAN ID. A value of zero indicates the inner VLAN ID is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

dAclMacAccessRuleTimeName 1.3.6.1.4.1.171.14.28.1.2.3.1.17
Specifies the name of time-period profile associated with the access-list delineating its activation period. The value 'NULL' means that this rule is not bound with any Time mechanism.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dAclMacAccessRuleEthernetTypeMask 1.3.6.1.4.1.171.14.28.1.2.3.1.18
Specifies the mask for ethernet type defined by dAclMacAccessRuleEthernetType. Valid values are from 0x0000 to 0xFFFF. Default value is 0xFFFF. This node is valid only for the dAclMacAccessRuleEthernetType specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclMacAccessRuleDot1pMask 1.3.6.1.4.1.171.14.28.1.2.3.1.19
Specifies the mask for priority defined by dAclMacAccessRuleDot1p. Valid values are from 0x00 to 0x07. Default value is 0x07. This node is valid only for the dAclMacAccessRuleDot1p specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclMacAccessRuleInnerDot1pMask 1.3.6.1.4.1.171.14.28.1.2.3.1.20
Specifies the mask for inner priority defined by dAclMacAccessRuleInnerDot1p. Valid values are from 0x00 to 0x07. Default value is 0x07. This node is valid only for the dAclMacAccessRuleInnerDot1p specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclMacAccessRuleVlanIDMask 1.3.6.1.4.1.171.14.28.1.2.3.1.21
Specifies the mask for VLAN ID defined by dAclMacAccessRuleVlanID. Valid values are from 0x0000 to 0x0FFF. This node and dAclMacAccessRuleVlanRangeMin/dAclMacAccessRuleVlanRangeMax cannot be specified at same time in a row. Default value is 0x0FFF. This node is valid only for the dAclMacAccessRuleVlanID specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclMacAccessRuleInnerVlanIDMask 1.3.6.1.4.1.171.14.28.1.2.3.1.22
Specifies the mask for inner VLAN ID defined by dAclMacAccessRuleInnerVlanID. Valid values are from 0x0000 to 0x0FFF. Default value is 0x0FFF. This node is valid only for the dAclMacAccessRuleInnerVlanID specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclMacAccessRuleVlanRangeMin 1.3.6.1.4.1.171.14.28.1.2.3.1.23
Specifies the minimum outer VLAN ID of a VLAN range. A value of zero indicates the VLAN range is not specified. This node and dAclMacAccessRuleVlanID/dAclMacAccessRuleVlanIDMask cannot be specified at same time in a row. This node is valid only for the dAclMacAccessRuleVlanRangeMax specified.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

dAclMacAccessRuleVlanRangeMax 1.3.6.1.4.1.171.14.28.1.2.3.1.24
Specifies the maximum outer VLAN ID of a VLAN range. A value of zero indicates the VLAN range is not specified. This node and dAclMacAccessRuleVlanID/dAclMacAccessRuleVlanIDMask cannot be specified at same time in a row. This node is valid only for the dAclMacAccessRuleVlanRangeMin specified.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

dAclMacAccessGroupTable 1.3.6.1.4.1.171.14.28.1.2.4
The table represents a list of MAC access group configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclMacAccessGroupEntry

dAclMacAccessGroupEntry 1.3.6.1.4.1.171.14.28.1.2.4.1
An entry in dAclMacAccessGroupTable contains interface specific MAC access list association.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclMacAccessGroupEntry  

dAclMacAccessGroupIfIndex 1.3.6.1.4.1.171.14.28.1.2.4.1.1
Indicates the ifIndex of the interface. Only physical port is valid interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dAclMacAccessGroupApplyDirection 1.3.6.1.4.1.171.14.28.1.2.4.1.2
Indicates whether this access list is to be attached to ingress or egress direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2)  

dAclMacAccessGroupRowStatus 1.3.6.1.4.1.171.14.28.1.2.4.1.3
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclMacAccessGroupAclName 1.3.6.1.4.1.171.14.28.1.2.4.1.4
The name of the MAC access list to be applied.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclMacAccessGroupAclId 1.3.6.1.4.1.171.14.28.1.2.4.1.5
The ID of the MAC access list to be applied. User maybe specify access list ID(by this object) or name (by dAclMacAccessGroupAclName) to be applied. If both access list ID and name are specified, the access list name specified by dAclMacAccessGroupAclName will be take.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dAclIp 1.3.6.1.4.1.171.14.28.1.3
OBJECT IDENTIFIER    

dAclIpAccessListNumber 1.3.6.1.4.1.171.14.28.1.3.1
Indicates the number of entries present in the IP access list table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dAclIpAccessListTable 1.3.6.1.4.1.171.14.28.1.3.2
The table contains IP access list configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclIpAccessListEntry

dAclIpAccessListEntry 1.3.6.1.4.1.171.14.28.1.3.2.1
An entry defined in dAclIpAccessListTable. An entry is created/removed when an IP access list is created/deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclIpAccessListEntry  

dAclIpAccessListName 1.3.6.1.4.1.171.14.28.1.3.2.1.1
The name of the IP access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclIpAccessListRowStatus 1.3.6.1.4.1.171.14.28.1.3.2.1.2
This object allows the dynamic creation and deletion of an IP access list.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclIpAccessExtended 1.3.6.1.4.1.171.14.28.1.3.2.1.3
This object indicates the IP access list is extended ('true') or standard ('false'). A standard ip access list means only IP address related i.e. source or destination IP address is specified for the filter. For an extended IP access list, more fields can be chosen for the filter.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dAclIpAccessListId 1.3.6.1.4.1.171.14.28.1.3.2.1.4
The number of the IP access list. If user specify value zero(0) for this node, agent will assign a number for it. After the table created, this node should not be changed.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dAclIpAccessListCounterEnabled 1.3.6.1.4.1.171.14.28.1.3.2.1.5
This object indicates the counter state of the access list is enabled('true') or disabled('false'). And the counter just for the all interface that applied the access list in dAclIpAccessGroupTable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dAclIpAccessListClearStatAction 1.3.6.1.4.1.171.14.28.1.3.2.1.6
This object is used to clear statistics of the access list when set to 'clear'. No action is taken if this object is set to 'noOp'. The 'clear' action just for the all interface that applied the access list in dAclIpAccessGroupTable. When read, the value 'noOp' is returned.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dAclIpAccessListRemark 1.3.6.1.4.1.171.14.28.1.3.2.1.7
The description of the IP access list.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

dAclIpAccessRuleTable 1.3.6.1.4.1.171.14.28.1.3.3
The table contains a list of IP access rules for IP access lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclIpAccessRuleEntry

dAclIpAccessRuleEntry 1.3.6.1.4.1.171.14.28.1.3.3.1
An entry is defined dAclIpAccessRuleTable. The first instance identifier index value identifies the dAclIpAccessListEntry that an IP access rule (dAclIpAccessRuleEntry) belongs to. An entry is removed from this table when its corresponding dAclIpAccessRuleEntry is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclIpAccessRuleEntry  

dAclIpAccessRuleSn 1.3.6.1.4.1.171.14.28.1.3.3.1.1
Specifies the sequence number of this rule. The lower the number is, the higher the priority of the rule. The special value of 0 means the sequence number will be automatically determined by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

dAclIpAccessRuleRowStatus 1.3.6.1.4.1.171.14.28.1.3.3.1.2
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclIpAccessRuleAction 1.3.6.1.4.1.171.14.28.1.3.3.1.3
This object indicates the result of the packet examination is to permit or deny or prevent to CPU.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclRuleType  

dAclIpAccessRuleProtocol 1.3.6.1.4.1.171.14.28.1.3.3.1.4
Specifies the IP protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), userDefine(1), tcp(2), udp(3), icmp(4), gre(5), esp(6), eigrp(7), igmp(8), ospf(9), pim(10), vrrp(11), ipinip(12), pcp(13)  

dAclIpAccessRuleUserDefProtocol 1.3.6.1.4.1.171.14.28.1.3.3.1.5
Specifies the user defined protocol ID when the dAclIpAccessRuleProtocol is 'userDefine (1)'. The value of -1 means the user defined protocol ID is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclIpAccessRuleSrcAddr 1.3.6.1.4.1.171.14.28.1.3.3.1.6
Specifies a source IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dAclIpAccessRuleSrcWildcard 1.3.6.1.4.1.171.14.28.1.3.3.1.7
This object is a wildcard bitmap to specify a group of source IP addresses. The bit value 1 indicates the corresponding bit will be ignored. The bit value 0 indicates the corresponding bit will be checked. In other words, when the value of all 'ff'Hs indicates any IP source address is specified. When the value of all '00'Hs indicates host IP source address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dAclIpAccessRuleDstAddr 1.3.6.1.4.1.171.14.28.1.3.3.1.8
Specifies a destination IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dAclIpAccessRuleDstWildcard 1.3.6.1.4.1.171.14.28.1.3.3.1.9
This object is a wildcard bitmap to specify a group of destination IP addresses. The bit value 1 indicates the corresponding bit will be ignored. The bit value 0 indicates the corresponding bit will be checked. In other words, when the value of all 'ff'Hs indicates any IP destination address is specified. When the value of all '00'Hs indicates host IP destination address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dAclIpAccessRuleSrcOperator 1.3.6.1.4.1.171.14.28.1.3.3.1.10
This object indicates how a packet's source TCP/UDP port number is compared. When the value of this object is eq(2),gt(3),lt(4) or neq(5) uses the dAclIpAccessRuleSrcPort as an operand which is the only one needed. When the value of this object is range(6) needs 2 operands. One is dAclIpAccessRuleSrcPort, which is the starting port number of the range, and the other operand is dAclIpAccessRuleSrcPortRange, which is the ending port number of the range. When the value of this object is mask(7) needs 2 operands. One is dAclIpAccessRuleSrcPort, the other operand is dAclIpAccRuleSrcPortMask. This object is used for TCP/UDP protocol only, hence when the object 'dAclIpAccessRuleProtocol' is set to other than TCP/UDP, the object has to be 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclPortOperatorType  

dAclIpAccessRuleSrcPort 1.3.6.1.4.1.171.14.28.1.3.3.1.11
This object indicates the source port number of TCP/UDP protocol. If the value is -1, it means the value is not specified. If the dAclIpAccessRuleSrcOperator object in the same row is range(6), this object will be the starting port number of the port range. This object only can be configured dAclIpAccessRuleSrcOperator in the same row is not 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclIpAccessRuleSrcPortRange 1.3.6.1.4.1.171.14.28.1.3.3.1.12
The source port number of the TCP/UDP protocol. If the dAclIpAccessRuleSrcOperator object in the same row is range(6), this object will be the ending port number of the port range. The value of -1 means the ending port number is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclIpAccessRuleDstOperator 1.3.6.1.4.1.171.14.28.1.3.3.1.13
This object indicates how a packet's TCP/UDP destination port number is compared. When the value of this object is eq(2),gt(3),lt(4) or neq(5) uses the dAclIpAccessRuleSrcPort as an operand which is the only one needed. When the value of this object is range(6) needs 2 operands. One is dAclIpAccessRuleSrcPort, which is the starting port number of the range, and the other operand is dAclIpAccessRuleDstPortRange, which is the ending port number of the range. When the value of this object is mask(7) needs 2 operands. One is dAclIpAccessRuleDstPort, the other operand is dAclIpAccRuleDstPortMask. This object is used for TCP/UDP protocol only, hence when the object 'dAclIpAccessRuleProtocol' is set to other than TCP/UDP, the object has to be 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclPortOperatorType  

dAclIpAccessRuleDstPort 1.3.6.1.4.1.171.14.28.1.3.3.1.14
This object indicates the destination port number of TCP/UDP protocol. If the value is -1, it means the value is not specified. If the dAclIpAccessRuleDstOperator object in the same row is range(6), this object will be the starting port number of the port range. This object only can be configured dAclIpAccessRuleDstOperator in the same row is not 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclIpAccessRuleDstPortRange 1.3.6.1.4.1.171.14.28.1.3.3.1.15
The destination port number of the TCP/UDP protocol. If the dAclIpAccessRuleDstOperator object in the same row is range(6), this object will be the ending port number of the port range. The value of -1 means the ending port number is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclIpAccessRuleQosPrecedence 1.3.6.1.4.1.171.14.28.1.3.3.1.16
Specifies the value of precedence. The value of -1 means the value is not specified or not applicable. dAclIpAccessRuleQosPrecedence and dAclIpAccessRuleQosDscp cannot be specified at same time in a row.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..7  

dAclIpAccessRuleQosTos 1.3.6.1.4.1.171.14.28.1.3.3.1.17
Specifies the value of type of service. The value of -1 means the value is not specified or not applicable. dAclIpAccessRuleQosTos and dAclIpAccessRuleQosDscp cannot be specified at same time in a row.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..15  

dAclIpAccessRuleQosDscp 1.3.6.1.4.1.171.14.28.1.3.3.1.18
Specifies the value of DSCP code. The value of -1 means the value is not specified or not applicable. Neither dAclIpAccessRuleQosPrecedence nor dAclIpAccessRuleQosTos cannot be specified with dAclIpAccessRuleQosDscp at same time in a row.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..63  

dAclIpAccessRuleIcmpType 1.3.6.1.4.1.171.14.28.1.3.3.1.19
This object indicates the type of ICMP protocol. If the value is -1, it means the value is not specified. This object is used for ICMP protocol only, hence when the object 'dAclIpAccessRuleProtocol' is set to other than ICMP, the object has to be -1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclIpAccessRuleIcmpCode 1.3.6.1.4.1.171.14.28.1.3.3.1.20
This object indicates the code of ICMP protocol. If the value is -1, it means the value is not specified. This object is used for ICMP protocol only, hence when the object 'dAclIpAccessRuleProtocol' is set to other than ICMP, the object has to be -1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclIpAccessRuleTimeName 1.3.6.1.4.1.171.14.28.1.3.3.1.21
Specifies the name of time-period profile associated with the access-list delineating its activation period. The value 'NULL' means that this rule is not bound with any Time mechanism.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dAclIpAccRuleTcpFlag 1.3.6.1.4.1.171.14.28.1.3.3.1.22
Specifies the TCP flag fields. This node is available only for TCP protocol. The default value for this node is empty set, which means no TCP flag values are set.
Status: current Access: read-create
OBJECT-TYPE    
  TcpFlag  

dAclIpAccRuleFragments 1.3.6.1.4.1.171.14.28.1.3.3.1.23
This object indicates the Packet fragment filtering status is enabled('true') or disabled('false').
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dAclIpAccRuleUserDefProtocolMask 1.3.6.1.4.1.171.14.28.1.3.3.1.24
Specifies the mask for protocol ID defined by dAclIpAccessRuleUserDefProtocol. Valid values are from 0x00 to 0xFF. Default value is 0xFF. This node is valid only for the dAclIpAccessRuleUserDefProtocol specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclIpAccRuleSrcPortMask 1.3.6.1.4.1.171.14.28.1.3.3.1.25
Specifies the mask for L4 source port defined by dAclIpAccessRuleSrcPort. Valid values are from 0x0 to 0xFFFF. Default value is 0xFFFF. This object only can be configured dAclIpAccessRuleSrcOperator in the same row is 'mask(7)'. This node is valid only for the dAclIpAccessRuleSrcPort specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclIpAccRuleDstPortMask 1.3.6.1.4.1.171.14.28.1.3.3.1.26
Specifies the mask for L4 destination port defined by dAclIpAccessRuleDstPort. Valid values are from 0x0 to 0xFFFF. Default value is 0xFFFF. This object only can be configured dAclIpAccessRuleDstOperator in the same row is 'mask(7)'. This node is valid only for the dAclIpAccessRuleDstPort specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclIpAccRuleQosPrecedenceMask 1.3.6.1.4.1.171.14.28.1.3.3.1.27
Specifies the mask for ip precedence defined by dAclIpAccessRuleQosPrecedence. Valid values are from 0x0 to 0x7. Default value is 0x7. This node is valid only for the dAclIpAccessRuleQosPrecedence specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclIpAccRuleQosTosMask 1.3.6.1.4.1.171.14.28.1.3.3.1.28
Specifies the mask for type of service defined by dAclIpAccessRuleQosTos. Valid values are from 0x0 to 0xF. Default value is 0xF. This node is valid only for the dAclIpAccessRuleQosTos specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclIpAccRuleQosDscpMask 1.3.6.1.4.1.171.14.28.1.3.3.1.29
Specifies the mask for DSCP code defined by dAclIpAccessRuleQosDscp. Valid values are from 0x0 to 0x3F. Default value is 0x3F. This node is valid only for the dAclIpAccessRuleQosDscp specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclIpAccessGroupTable 1.3.6.1.4.1.171.14.28.1.3.4
The table represents a list of IP access group configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclIpAccessGroupEntry

dAclIpAccessGroupEntry 1.3.6.1.4.1.171.14.28.1.3.4.1
An entry in dAclIpAccessGroupTable contains interface specific IP access list association.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclIpAccessGroupEntry  

dAclIpAccessGroupIfIndex 1.3.6.1.4.1.171.14.28.1.3.4.1.1
Indicates the ifIndex of the interface. Only physical port is valid interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dAclIpAccessGroupApplyDirection 1.3.6.1.4.1.171.14.28.1.3.4.1.2
Indicates whether this access list is to be attached to ingress or egress direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2)  

dAclIpAccessGroupStatus 1.3.6.1.4.1.171.14.28.1.3.4.1.3
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclIpAccessGroupAclName 1.3.6.1.4.1.171.14.28.1.3.4.1.4
The name of the IP access list to be applied.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclIpAccessGroupAclId 1.3.6.1.4.1.171.14.28.1.3.4.1.5
The ID of the IP access list to be applied. User maybe specify access list ID(by this object) or name (by dAclIpAccessGroupAclName) to be applied. If both access list ID and name are specified, the access list name specified by dAclIpAccessGroupAclName will be take.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dAclIPv6 1.3.6.1.4.1.171.14.28.1.4
OBJECT IDENTIFIER    

dAclIPv6AccessListNumber 1.3.6.1.4.1.171.14.28.1.4.1
Indicates the number of entries present in the IPv6 access list table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dAclIPv6AccessListTable 1.3.6.1.4.1.171.14.28.1.4.2
The table contains IPv6 access list configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclIPv6AccessListEntry

dAclIPv6AccessListEntry 1.3.6.1.4.1.171.14.28.1.4.2.1
An entry defined in dAclIPv6AccessListTable. An entry is created/removed when an IPv6 access list is created/deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclIPv6AccessListEntry  

dAclIPv6AccessListName 1.3.6.1.4.1.171.14.28.1.4.2.1.1
The name of the IPv6 access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclIPv6AccessListRowStatus 1.3.6.1.4.1.171.14.28.1.4.2.1.2
This object allows the dynamic creation and deletion of an IPv6 access list.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclIPv6AccessExtended 1.3.6.1.4.1.171.14.28.1.4.2.1.3
This object indicates the IPv6 access list is extended ('true') or standard ('false'). A standard ip access list means only IPv6 address related i.e. source or destination IPv6 address is specified for the filter. For an extended IPv6 access list, more fields can be chosen for the filter.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dAclIPv6AccessListId 1.3.6.1.4.1.171.14.28.1.4.2.1.4
The number of the IPv6 access list.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dAclIPv6AccessListCounterEnabled 1.3.6.1.4.1.171.14.28.1.4.2.1.5
This object indicates the counter state of the access list is enabled('true') or disabled('false'). And the counter just for the all interface that applied the access list in dAclIPv6AccessGroupTable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dAclIPv6AccessListClearStatAction 1.3.6.1.4.1.171.14.28.1.4.2.1.6
This object is used to clear statistics of the access list when set to 'clear'. No action is taken if this object is set to 'noOp'. The 'clear' action just for the all interface that applied the access list in dAclIPv6AccessGroupTable. When read, the value 'noOp' is returned.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dAclIPv6AccessListRemark 1.3.6.1.4.1.171.14.28.1.4.2.1.7
The description of the IPv6 access list.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

dAclIPv6AccessRuleTable 1.3.6.1.4.1.171.14.28.1.4.3
The table contains a list of IPv6 access rules for IPv6 access lists.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclIPv6AccessRuleEntry

dAclIPv6AccessRuleEntry 1.3.6.1.4.1.171.14.28.1.4.3.1
An entry is defined dAclIPv6AccessRuleTable. The first instance identifier index value identifies the dAclIPv6AccessListEntry that an IPv6 access rule (dAclIPv6AccessRuleEntry) belongs to. An entry is removed from this table when its corresponding dAclIPv6AccessRuleEntry is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclIPv6AccessRuleEntry  

dAclIPv6AccessRuleSn 1.3.6.1.4.1.171.14.28.1.4.3.1.1
Specifies the sequence number of this rule. The lower the number is, the higher the priority of the rule. The special value of 0 means the sequence number will be automatically determined by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

dAclIPv6AccessRuleRowStatus 1.3.6.1.4.1.171.14.28.1.4.3.1.2
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclIPv6AccessRuleAction 1.3.6.1.4.1.171.14.28.1.4.3.1.3
This object indicates the result of the packet examination is to permit or deny or prevent to CPU.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclRuleType  

dAclIPv6AccessRuleProtocol 1.3.6.1.4.1.171.14.28.1.4.3.1.4
Specifies the IP protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), userDefine(1), tcp(2), udp(3), icmp(4), esp(5), pcp(6), sctp(7)  

dAclIPv6AccessRuleUserDefProtocol 1.3.6.1.4.1.171.14.28.1.4.3.1.5
Specifies the user defined protocol ID when the dAclIPv6AccessRuleProtocol is 'userDefine (1)'. The value of -1 means the user defined protocol ID is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclIPv6AccessRuleSrcAddr 1.3.6.1.4.1.171.14.28.1.4.3.1.6
Specifies a source IPv6 address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv6  

dAclIPv6AccessRuleSrcPrefixLen 1.3.6.1.4.1.171.14.28.1.4.3.1.7
Specifies the length in bits of source IPv6 address will be matched. In other words, the value of 0 indicates any source IPv6 address is specified. When the value of 128 indicates host IPv6 source address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

dAclIPv6AccessRuleDstAddr 1.3.6.1.4.1.171.14.28.1.4.3.1.8
Specifies a destination IPv6 address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressIPv6  

dAclIPv6AccessRuleDstPrefixLen 1.3.6.1.4.1.171.14.28.1.4.3.1.9
Specifies the length in bits of destination IPv6 address will be matched. In other words, the value of 0 indicates any destination IPv6 address is specified. When the value of 128 indicates host IPv6 destination address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

dAclIPv6AccessRuleSrcOperator 1.3.6.1.4.1.171.14.28.1.4.3.1.10
This object indicates how a packet's TCP/UDP source port number is compared. When the value of this object is eq(2),gt(3),lt(4) or neq(5) uses the dAclIPv6AccessRuleSrcPort as an operand which is the only one needed. When the value of this object is range(6) needs 2 operands. One is dAclIPv6AccessRuleSrcPort, which is the starting port number of the range, and the other operand is dAclIPv6AccessRuleSrcPortRange, which is the ending port number of the range. When the value of this object is mask(7) needs 2 operands. One is dAclIPv6AccessRuleSrcPort, the other operand is dAclIPv6AccessRuleSrcPortMask. This object is used for TCP/UDP protocol only, hence when the object 'dAclIPv6AccessRuleProtocol' is set to other than TCP/UDP, the object has to be 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclPortOperatorType  

dAclIPv6AccessRuleSrcPort 1.3.6.1.4.1.171.14.28.1.4.3.1.11
This object indicates the source port number of TCP/UDP protocol. If the value is -1, it means the value is not specified. If the dAclIPv6AccessRuleSrcOperator object in the same row is range(6), this object will be the starting port number of the port range. This object only can be configured dAclIPv6AccessRuleSrcOperator in the same row is not 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclIPv6AccessRuleSrcPortRange 1.3.6.1.4.1.171.14.28.1.4.3.1.12
The source port number of the TCP/UDP protocol. If the dAclIPv6AccessRuleSrcOperator object in the same row is range(6), this object will be the ending port number of the port range. The value of -1 means the ending port number is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclIPv6AccessRuleDstOperator 1.3.6.1.4.1.171.14.28.1.4.3.1.13
This object indicates how a packet's TCP/UDP destination port number is compared. When the value of this object is eq(2),gt(3),lt(4) or neq(5) uses the dAclIPv6AccessRuleDstPort as an operand which is the only one needed. When the value of this object is range(6) needs 2 operands. One is dAclIPv6AccessRuleDstPort, which is the starting port number of the range, and the other operand is dAclIPv6AccessRuleDstPortRange, which is the ending port number of the range. When the value of this object is mask(7) needs 2 operands. One is dAclIPv6AccessRuleDstPort, the other operand is dAclIPv6AccessRuleDstPortMask. This object is used for TCP/UDP protocol only, hence when the object 'dAclIPv6AccessRuleProtocol' is set to other than TCP/UDP, the object has to be 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclPortOperatorType  

dAclIPv6AccessRuleDstPort 1.3.6.1.4.1.171.14.28.1.4.3.1.14
This object indicates the destination port number of TCP/UDP protocol. If the value is -1, it means the value is not specified. If the dAclIPv6AccessRuleDstOperator object in the same row is range(6), this object will be the starting port number of the port range. This object only can be configured dAclIPv6AccessRuleDstOperator in the same row is not 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclIPv6AccessRuleDstPortRange 1.3.6.1.4.1.171.14.28.1.4.3.1.15
The destination port number of the TCP/UDP protocol. If the dAclIPv6AccessRuleDstOperator object in the same row is range(6), this object will be the ending port number of the port range. The value of -1 means the ending port number is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclIPv6AccessRuleDscp 1.3.6.1.4.1.171.14.28.1.4.3.1.16
Specifies the matching DSCP code value in IPv6 header. The value of -1 means the DSCP value is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..63  

dAclIPv6AccessRuleIcmpType 1.3.6.1.4.1.171.14.28.1.4.3.1.17
This object indicates the type of ICMP protocol. The value of -1 means the ICMP type is not specified. This object is used for ICMP protocol only, hence when the object 'dAclIPv6AccessRuleProtocol' is set to other than ICMP, the object has to be -1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclIPv6AccessRuleIcmpCode 1.3.6.1.4.1.171.14.28.1.4.3.1.18
This object indicates the code of ICMP protocol. If the value is -1, it means the value is not specified. This object is used for ICMP protocol only, hence when the object 'dAclIPv6AccessRuleProtocol' is set to other than ICMP, the object has to be -1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclIPv6AccessRuleTimeName 1.3.6.1.4.1.171.14.28.1.4.3.1.19
Specifies the name of time-period profile associated with the access-list delineating its activation period. The value 'NULL' means that this rule is not bound with any Time mechanism.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dAclIPv6AccRuleTcpFlag 1.3.6.1.4.1.171.14.28.1.4.3.1.20
Specifies the TCP flag fields. And this node is available only for TCP protocol. The default value for this node is empty set, which means no TCP flag values are set.
Status: current Access: read-create
OBJECT-TYPE    
  TcpFlag  

dAclIPv6AccRuleFragments 1.3.6.1.4.1.171.14.28.1.4.3.1.21
This object indicates the Packet fragment filtering status is enabled('true') or disabled('false').
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dAclIPv6AccRuleFlowLabel 1.3.6.1.4.1.171.14.28.1.4.3.1.22
This object indicates the Flow label value. The value of -1 means the flow-label value is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..1048575  

dAclIPv6AccRuleTrafficClass 1.3.6.1.4.1.171.14.28.1.4.3.1.23
Specifies the matching traffic class value in IPv6 header. The value of -1 means the traffic class value is not specified. This node and dAclIPv6AccessRuleDscp cannot be specified at same time in a row.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclIPv6AccRuleUserDefProtocolMask 1.3.6.1.4.1.171.14.28.1.4.3.1.24
Specifies the mask for protocol ID defined by dAclIPv6AccessRuleUserDefProtocol. Valid values are from 0x00 to 0xFF. Default value is 0xFF. This node is valid only for the dAclIPv6AccessRuleUserDefProtocol specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclIPv6AccRuleSrcPortMask 1.3.6.1.4.1.171.14.28.1.4.3.1.25
Specifies the mask for L4 source port defined by dAclIPv6AccessRuleSrcPort. Valid values are from 0x0 to 0xFFFF. Default value is 0xFFFF. This object only can be configured dAclIPv6AccessRuleSrcOperator in the same row is 'mask(7)'. This node is valid only for the dAclIPv6AccessRuleSrcPort specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclIPv6AccRuleDstPortMask 1.3.6.1.4.1.171.14.28.1.4.3.1.26
Specifies the mask for L4 destination port defined by dAclIPv6AccessRuleDstPort. Valid values are from 0x0 to 0xFFFF. Default value is 0xFFFF. This object only can be configured dAclIPv6AccessRuleDstOperator in the same row is 'mask(7)'. This node is valid only for the dAclIPv6AccessRuleDstPort specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclIPv6AccRuleDscpMask 1.3.6.1.4.1.171.14.28.1.4.3.1.27
Specifies the mask for DSCP code defined by dAclIPv6AccessRuleDscp. Valid values are from 0x0 to 0x3F. Default value is 0x3F. This node is valid only for the dAclIPv6AccessRuleDscp specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclIPv6AccRuleFlowLabelMask 1.3.6.1.4.1.171.14.28.1.4.3.1.28
Specifies the mask for Flow label value defined by dAclIPv6AccRuleFlowLabel. Valid values are from 0x0 to 0xFFFFF. Default value is 0xFFFFF. This node is valid only for the dAclIPv6AccRuleFlowLabel specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(3)  

dAclIPv6AccRuleTrafficClassMask 1.3.6.1.4.1.171.14.28.1.4.3.1.29
Specifies the mask for traffic class defined by dAclIPv6AccRuleTrafficClass. Valid values are from 0x0 to 0xFF. Default value is 0xFF. This node is valid only for the dAclIPv6AccRuleTrafficClass specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclIPv6AccessGroupTable 1.3.6.1.4.1.171.14.28.1.4.4
The table represents a list of IPv6 access group configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclIPv6AccessGroupEntry

dAclIPv6AccessGroupEntry 1.3.6.1.4.1.171.14.28.1.4.4.1
An entry in dAclIPv6AccessGroupTable contains interface specific IPv6 access list association.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclIPv6AccessGroupEntry  

dAclIPv6AccessGroupIfIndex 1.3.6.1.4.1.171.14.28.1.4.4.1.1
Indicates the ifIndex of the interface. Only physical port is valid interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dAclIpv6AccessGroupApplyDirection 1.3.6.1.4.1.171.14.28.1.4.4.1.2
Indicates whether this ACL access list is to be attached to ingress or egress direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2)  

dAclIPv6AccessGroupStatus 1.3.6.1.4.1.171.14.28.1.4.4.1.3
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclIPv6AccessGroupAclName 1.3.6.1.4.1.171.14.28.1.4.4.1.4
The name of the IPv6 access list to be applied.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclIPv6AccessGroupAclId 1.3.6.1.4.1.171.14.28.1.4.4.1.5
The ID of the IPv6 access list to be applied. User maybe specify access list ID(by this object) or name (by dAclIPv6AccessGroupAclName) to be applied. If both access list ID and name are specified, the access list name specified by dAclIPv6AccessGroupAclName will be take.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dAclExpert 1.3.6.1.4.1.171.14.28.1.5
OBJECT IDENTIFIER    

dAclExpertAccessListNumber 1.3.6.1.4.1.171.14.28.1.5.1
Indicates the number of entries present in the extended expert access list table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dAclExpertAccessListTable 1.3.6.1.4.1.171.14.28.1.5.2
The table contains information about extended expert access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclExpertAccessListEntry

dAclExpertAccessListEntry 1.3.6.1.4.1.171.14.28.1.5.2.1
An entry defined in dAclExpertAccessListTable. An entry is created/removed when an extended expert access list is created/deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclExpertAccessListEntry  

dAclExpertAccessListName 1.3.6.1.4.1.171.14.28.1.5.2.1.1
The name of the extended expert access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclExpertAccessListRowStatus 1.3.6.1.4.1.171.14.28.1.5.2.1.2
This object allows the dynamic creation and deletion of an extended expert access list.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclExpertAccessListId 1.3.6.1.4.1.171.14.28.1.5.2.1.3
The number of the extended expert access list.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dAclExpertAccessListCounterEnabled 1.3.6.1.4.1.171.14.28.1.5.2.1.4
This object indicates the counter state of the access list is enabled('true') or disabled('false'). And the counter just for the all interface that applied the access list in dAclExpertAccessGroupTable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dAclExpertAccessListClearStatAction 1.3.6.1.4.1.171.14.28.1.5.2.1.5
This object is used to clear statistics of the access list when set to 'clear'. No action is taken if this object is set to 'noOp'. The 'clear' action just for the all interface that applied the access list in dAclExpertAccessGroupTable. When read, the value 'noOp' is returned.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dAclExpertAccessListRemark 1.3.6.1.4.1.171.14.28.1.5.2.1.6
The description of the Expert access list.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

dAclExpertAccessRuleTable 1.3.6.1.4.1.171.14.28.1.5.3
A table consists of a list of rules for the extended expert access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclExpertAccessRuleEntry

dAclExpertAccessRuleEntry 1.3.6.1.4.1.171.14.28.1.5.3.1
An entry is defined ddAclExpertAccessRuleTable. The first instance identifier index value identifies the dAclExpertAccessListEntry that a extended expert access rule (dAclExpertAccessRuleEntry) belongs to. An entry is removed from this table when its corresponding dAclExpertAccessListEntry is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclExpertAccessRuleEntry  

dAclExpertAccRuleSn 1.3.6.1.4.1.171.14.28.1.5.3.1.1
Specifies the sequence number of this rule. The lower the number is, the higher the priority of the rule. The special value of 0 means the sequence number will be automatically determined by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

dAclExpertAccRuleRowStatus 1.3.6.1.4.1.171.14.28.1.5.3.1.2
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclExpertAccRuleAction 1.3.6.1.4.1.171.14.28.1.5.3.1.3
This object indicates the result of the packet examination is to permit or deny or prevent to CPU.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclRuleType  

dAclExpertAccRuleProtocol 1.3.6.1.4.1.171.14.28.1.5.3.1.4
Specifies the IP protocol.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), userDefine(1), tcp(2), udp(3), icmp(4), gre(5), esp(6), eigrp(7), igmp(8), ospf(9), pim(10), vrrp(11), ipinip(12), pcp(13)  

dAclExpertAccRuleUserDefProtocol 1.3.6.1.4.1.171.14.28.1.5.3.1.5
Specifies the user defined protocol ID when the dAclExpertAccRuleProtocol is 'userDefine (1)'. The value of -1 means the user defined protocol ID is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclExpertAccRuleSrcIpAddr 1.3.6.1.4.1.171.14.28.1.5.3.1.6
Specifies a source IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dAclExpertAccRuleSrcIpWildcard 1.3.6.1.4.1.171.14.28.1.5.3.1.7
This object is a wildcard bitmap to specify a group of source IP addresses. The bit value 1 indicates the corresponding bit will be ignored. The bit value 0 indicates the corresponding bit will be checked. In other words, when the value of all 'ff'Hs indicates any IP source address is specified. When the value of all '00'Hs indicates host IP source address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dAclExpertAccRuleSrcMacAddr 1.3.6.1.4.1.171.14.28.1.5.3.1.8
Specifies a source MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

dAclExpertAccRuleSrcMacWildcard 1.3.6.1.4.1.171.14.28.1.5.3.1.9
This object is a wildcard bitmap to specify a group of source MAC addresses. The bit value 1 indicates the corresponding bit will be ignored. The bit value 0 indicates the corresponding bit will be checked. In other words, when the value of all 'ff'Hs indicates any source MAC address is specified. When the value of all '00'Hs indicates host source MAC address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

dAclExpertAccRuleSrcOperator 1.3.6.1.4.1.171.14.28.1.5.3.1.10
This object indicates how a packet's source TCP/UDP port number is compared. When the value of this object is eq(2),gt(3),lt(4) or neq(5) uses the dAclExpertAccsRuleSrcPort as an operand which is the only one needed. When the value of this object is range(6) needs 2 operands. One is dAclExpertAccsRuleSrcPort, which is the starting port number of the range, and the other operand is dAclExpertAccsRuleSrcPortRange, which is the ending port number of the range. When the value of this object is mask(7) needs 2 operands. One is dAclExpertAccsRuleSrcPort, the other operand is dAclExpertAccsRuleSrcPortMask. This object is used for TCP/UDP protocol only, hence when the object 'dAclExpertAccRuleProtocol' is set to other than TCP/UDP, the object has to be 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclPortOperatorType  

dAclExpertAccRuleSrcPort 1.3.6.1.4.1.171.14.28.1.5.3.1.11
This object indicates the source port number of TCP/UDP protocol. If the value is -1, it means the value is not specified. If the dAclExpertAccsRuleSrcOperator object in the same row is range(6), this object will be the starting port number of the port range. This object only can be configured dAclExpertAccsRuleSrcOperator in the same row is not 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclExpertAccRuleSrcPortRange 1.3.6.1.4.1.171.14.28.1.5.3.1.12
The source port number of the TCP/UDP protocol. If the dAclExpertAccsRuleSrcOperator object in the same row is range(6), this object will be the ending port number of the port range. The value of -1 means the ending port number is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclExpertAccRuleDstIpAddr 1.3.6.1.4.1.171.14.28.1.5.3.1.13
Specifies a destination IP address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dAclExpertAccRuleDstIpWildcard 1.3.6.1.4.1.171.14.28.1.5.3.1.14
This object is a wildcard bitmap to specify a group of destination IP addresses. The bit value 1 indicates the corresponding bit will be ignored. The bit value 0 indicates the corresponding bit will be checked. In other words, when the value of all 'ff'Hs indicates any IP destination address is specified. When the value of all '00'Hs indicates host IP destination address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

dAclExpertAccRuleDstMacAddr 1.3.6.1.4.1.171.14.28.1.5.3.1.15
Specifies a destination MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

dAclExpertAccRuleDstMacWildcard 1.3.6.1.4.1.171.14.28.1.5.3.1.16
This object is a wildcard bitmap to specify a group of destination MAC addresses. The bit value 1 indicates the corresponding bit will be ignored. The bit value 0 indicates the corresponding bit will be checked. In other words, when the value of all 'ff'Hs indicates any destination MAC address is specified. When the value of all '00'Hs indicates host destination MAC address is specified.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

dAclExpertAccRuleDstOperator 1.3.6.1.4.1.171.14.28.1.5.3.1.17
This object indicates how a packet's TCP/UDP destination port number is compared. When the value of this object is eq(2),gt(3),lt(4) or neq(5) uses the dAclExpertAccsRuleDstPort as an operand which is the only one needed. When the value of this object is range(6) needs 2 operands. One is dAclExpertAccsRuleDstPort, which is the starting port number of the range, and the other operand is dAclExpertAccsRuleDstPortRange, which is the ending port number of the range. When the value of this object is mask(7) needs 2 operands. One is dAclExpertAccsRuleDstPort, the other operand is dAclExpertAccsRuleDstPortMask. This object is used for TCP/UDP protocol only, hence when the object 'dAclExpertAccRuleProtocol' is set to other than TCP/UDP, the object has to be 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  DlinkAclPortOperatorType  

dAclExpertAccRuleDstPort 1.3.6.1.4.1.171.14.28.1.5.3.1.18
This object indicates the destination port number of TCP/UDP protocol. If the value is -1, it means the value is not specified. If the dAclExpertAccsRuleDstOperator object in the same row is range(6), this object will be the starting port number of the port range. This object only can be configured dAclExpertAccsRuleDstOperator in the same row is not 'none(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclExpertAccRuleDstPortRange 1.3.6.1.4.1.171.14.28.1.5.3.1.19
The destination port number of the TCP/UDP protocol. If the dAclExpertAccsRuleDstOperator object in the same row is range(6), this object will be the ending port number of the port range. The value of -1 means the ending port number is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..65535  

dAclExpertAccRuleVlanID 1.3.6.1.4.1.171.14.28.1.5.3.1.20
Specifies the VLAN ID. A value of zero indicates the VLAN ID is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

dAclExpertAccRuleInnerVlanID 1.3.6.1.4.1.171.14.28.1.5.3.1.21
Specifies the inner VLAN ID. A value of zero indicates the inner VLAN ID is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

dAclExpertAccRuleQosPrecedence 1.3.6.1.4.1.171.14.28.1.5.3.1.22
Specifies the value of precedence. The value of -1 means the value is not specified or not applicable. dAclExpertAccRuleQosPrecedence and dAclExpertAccRuleQosDscp cannot be specified at same time in a row.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..7  

dAclExpertAccRuleQosTos 1.3.6.1.4.1.171.14.28.1.5.3.1.23
Specifies the value of type of service. The value of -1 means the value is not specified or not applicable. dAclExpertAccRuleQosTos and dAclExpertAccRuleQosDscp cannot be specified at same time in a row.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..15  

dAclExpertAccRuleQosDscp 1.3.6.1.4.1.171.14.28.1.5.3.1.24
Specifies the value of DSCP code. The value of -1 means the value is not specified or not applicable. Neither dAclExpertAccRuleQosPrecedence nor dAclExpertAccRuleQosTos can be specified with dAclExpertAccRuleQosDscp at same time in a row.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..63  

dAclExpertAccRuleIcmpType 1.3.6.1.4.1.171.14.28.1.5.3.1.25
This object indicates the type of ICMP protocol. If the value is -1, it means the value is not specified. This object is used for ICMP protocol only, hence when the object 'dAclExpertAccRuleProtocol' is set to other than ICMP, the object has to be -1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclExpertAccRuleIcmpCode 1.3.6.1.4.1.171.14.28.1.5.3.1.26
This object indicates the code of ICMP protocol. If the value is -1, it means the value is not specified. This object is used for ICMP protocol only, hence when the object 'dAclExpertAccRuleProtocol' is set to other than ICMP, the object has to be -1.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..255  

dAclExpertAccRuleTimeName 1.3.6.1.4.1.171.14.28.1.5.3.1.27
Specifies the name of time-period profile associated with the access-list delineating its activation period. The value 'NULL' means that this rule is not bound with any Time mechanism.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

dAclExpertAccRuleTcpFlag 1.3.6.1.4.1.171.14.28.1.5.3.1.28
Specifies the TCP flag fields. This node is available only for TCP protocol. The default value for this node is empty set, which means no TCP flag values are set.
Status: current Access: read-create
OBJECT-TYPE    
  TcpFlag  

dAclExpertAccRuleFragments 1.3.6.1.4.1.171.14.28.1.5.3.1.29
This object indicates the Packet fragment filtering status is enabled('true') or disabled('false').
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dAclExpertAccRuleOuterCos 1.3.6.1.4.1.171.14.28.1.5.3.1.30
Specifies the value of inner priority. The value of -1 means the value is not specified or not applicable.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..7  

dAclExpertAccRuleInnerCos 1.3.6.1.4.1.171.14.28.1.5.3.1.31
Specifies the value of inner priority, the node is availabe just for the node dAclExpertAccRuleOuterCos be specified. The value of -1 means the value is not specified or not applicable.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1 | 0..7  

dAclExpertAccRuleUserDefProtocolMask 1.3.6.1.4.1.171.14.28.1.5.3.1.32
Specifies the mask for protocol ID defined by dAclExpertAccRuleUserDefProtocol. Valid values are from 0x00 to 0xFF. Default value is 0xFF. This node is valid only for the dAclExpertAccRuleUserDefProtocol specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclExpertAccRuleSrcPortMask 1.3.6.1.4.1.171.14.28.1.5.3.1.33
Specifies the mask for L4 source port defined by dAclExpertAccRuleSrcPort. Valid values are from 0x0 to 0xFFFF. Default value is 0xFFFF. This object only can be configured dAclExpertAccRuleSrcOperator in the same row is 'mask(7)'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclExpertAccRuleDstPortMask 1.3.6.1.4.1.171.14.28.1.5.3.1.34
Specifies the mask for L4 destination port defined by dAclExpertAccRuleDstPort. Valid values are from 0x0 to 0xFFFF. Default value is 0xFFFF. This object only can be configured dAclExpertAccRuleDstOperator in the same row is 'mask(7)'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclExpertAccRuleVlanIDMask 1.3.6.1.4.1.171.14.28.1.5.3.1.35
Specifies the mask for VLAN ID defined by dAclExpertAccRuleVlanID. Valid values are from 0x0000 to 0x0FFF. This node and dAclExpertAccRuleVlanRangeMin/dAclExpertAccRuleVlanRangeMax cannot be specified at same time in a row. Default value is 0x0FFF. This node is valid only for the dAclExpertAccRuleVlanID specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclExpertAccRuleInnerVlanIDMask 1.3.6.1.4.1.171.14.28.1.5.3.1.36
Specifies the mask for inner VLAN ID defined by dAclExpertAccRuleInnerVlanID. Valid values are from 0x0000 to 0x0FFF. Default value is 0x0FFF. This node is valid only for the dAclExpertAccRuleInnerVlanID specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(2)  

dAclExpertAccRuleQosPrecedenceMask 1.3.6.1.4.1.171.14.28.1.5.3.1.37
Specifies the mask for ip precedence defined by dAclExpertAccRuleQosPrecedence. Valid values are from 0x0 to 0x7. Default value is 0x7. This node is valid only for the dAclExpertAccRuleQosPrecedence specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclExpertAccRuleQosTosMask 1.3.6.1.4.1.171.14.28.1.5.3.1.38
Specifies the mask for type of service defined by dAclExpertAccRuleQosTos. Valid values are from 0x0 to 0xF. Default value is 0xF. This node is valid only for the dAclExpertAccRuleQosTos specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclExpertAccRuleQosDscpMask 1.3.6.1.4.1.171.14.28.1.5.3.1.39
Specifies the mask for DSCP code defined by dAclExpertAccRuleQosDscp. Valid values are from 0x0 to 0x3F. Default value is 0x3F. This node is valid only for the dAclExpertAccRuleQosDscp specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclExpertAccRuleOuterCosMask 1.3.6.1.4.1.171.14.28.1.5.3.1.40
Specifies the mask for priority defined by dAclExpertAccRuleOuterCos. Valid values are from 0x00 to 0x07. Default value is 0x07. This node is valid only for the dAclExpertAccRuleOuterCos specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclExpertAccRuleInnerCosMask 1.3.6.1.4.1.171.14.28.1.5.3.1.41
Specifies the mask for inner priority defined by dAclExpertAccRuleInnerCos. Valid values are from 0x00 to 0x07. Default value is 0x07. This node is valid only for the dAclExpertAccRuleInnerCos specified.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1)  

dAclExpertAccRuleVlanRangeMin 1.3.6.1.4.1.171.14.28.1.5.3.1.42
Specifies the minimum outer VLAN ID of a VLAN range. A value of zero indicates the VLAN range is not specified. This node and dAclMacAccessRuleVlanID/dAclMacAccessRuleVlanIDMask cannot be specified at same time in a row. This node is valid only for the dAclExpertAccRuleVlanRangeMax specified.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

dAclExpertAccRuleVlanRangeMax 1.3.6.1.4.1.171.14.28.1.5.3.1.43
Specifies the maximum outer VLAN ID of a VLAN range. A value of zero indicates the VLAN range is not specified. This node and dAclMacAccessRuleVlanID/dAclMacAccessRuleVlanIDMask cannot be specified at same time in a row. This node is valid only for the dAclExpertAccRuleVlanRangeMin specified.
Status: current Access: read-create
OBJECT-TYPE    
  VlanIdOrNone  

dAclExpertAccessGroupTable 1.3.6.1.4.1.171.14.28.1.5.4
The table represents a list of extended expert access group configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclExpertAccessGroupEntry

dAclExpertAccessGroupEntry 1.3.6.1.4.1.171.14.28.1.5.4.1
An entry in dAclExpertAccessGroupTable contains interface specific extended expert access list association.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclExpertAccessGroupEntry  

dAclExpertAccessGroupIfIndex 1.3.6.1.4.1.171.14.28.1.5.4.1.1
Indicates the ifIndex of the interface. Only physical port is valid interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dAclExpertAccessGroupApplyDirection 1.3.6.1.4.1.171.14.28.1.5.4.1.2
Indicates whether this ACL access list is to be attached to ingress or egress direction.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER inbound(1), outbound(2)  

dAclExpertAccessGroupRowStatus 1.3.6.1.4.1.171.14.28.1.5.4.1.3
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclExpertAccessGroupAclName 1.3.6.1.4.1.171.14.28.1.5.4.1.4
The name of the Expert access list to be applied.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclExpertAccessGroupAclId 1.3.6.1.4.1.171.14.28.1.5.4.1.5
The ID of the Expert access list to be applied. User maybe specify access list ID(by this object) or name (by dAclExpertAccessGroupAclName) to be applied. If both access list ID and name are specified, the access list name specified by dAclExpertAccessGroupAclName will be take.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dAclVlan 1.3.6.1.4.1.171.14.28.1.6
OBJECT IDENTIFIER    

dAclVlanSubMapTable 1.3.6.1.4.1.171.14.28.1.6.1
The table contains a list of sub-map configuration. The first instance identifier index value (dAclVlanAccMapName) identifies the entry(dAclVlanSubMapEntry) belongs to. A VLAN access map can contain multiple sub-maps, the packet that matches a sub-map (that is packet permitted by the associated access-list) will take the action specified for the same entry. No further check against the next sub-maps is done. If the packet does not match a sub-map, then the next sub-map will be checked. The checking sequence is determined by the value of dAclVlanAccSubMapSeq for a same VLAN acess map.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclVlanSubMapEntry

dAclVlanSubMapEntry 1.3.6.1.4.1.171.14.28.1.6.1.1
An entry is defined dAclVlanSubMapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclVlanSubMapEntry  

dAclVlanAccMapName 1.3.6.1.4.1.171.14.28.1.6.1.1.1
This object is used to specify the name of an VLAN acess map.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclVlanAccSubMapSeq 1.3.6.1.4.1.171.14.28.1.6.1.1.2
Indicates the sequence number of a VLAN access rule. The value range is 1 to 65535. The value of 0 indicates the number is not specified and sequence number will be automatically assigned.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0 | 1..65535  

dAclVlanAccSubMapRowStatus 1.3.6.1.4.1.171.14.28.1.6.1.1.3
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclVlanAccSubMapMatchAclName 1.3.6.1.4.1.171.14.28.1.6.1.1.4
This object indicates the name of MAC/IP/IPv6 ACL which will be associated.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclVlanAccessSubMapAction 1.3.6.1.4.1.171.14.28.1.6.1.1.5
This object indicates the action when the packet that matches a sub-map (that is packet permitted by the associated access-list).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), forward(2), drop(3), redirect(4)  

dAclVlanAccSubMapRedirectIfIndex 1.3.6.1.4.1.171.14.28.1.6.1.1.6
This object indicates ifIndex of the interface the packet will be redirected. When the dAclVlanAccessAction in the same row is set to other than 'redirect', the object has to be zero, which indicates the redirected interface is not specified or not applicable.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

dAclVlanAccSubMapMatchAclId 1.3.6.1.4.1.171.14.28.1.6.1.1.7
This object indicates the ID of MAC/IP/IPv6 ACL access list which will be associated. User may specify access list ID(by this object) or name (by dAclVlanAccSubMapMatchAclName) to be applied. If both access list ID and name are specified, the access list name specified by dAclVlanAccSubMapMatchAclName will be take.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

dAclVlanFilterTable 1.3.6.1.4.1.171.14.28.1.6.2
The table represents a list of VLAN access map configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclVlanFilterEntry

dAclVlanFilterEntry 1.3.6.1.4.1.171.14.28.1.6.2.1
An entry in dAclVlanFilterTable contains vlan-specific VLAN access map association.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclVlanFilterEntry  

dAclVlanFilterVlanId 1.3.6.1.4.1.171.14.28.1.6.2.1.1
Indicates the VLAN ID of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

dAclVlanFilterRowStatus 1.3.6.1.4.1.171.14.28.1.6.2.1.2
The row status variable, used according to installation and removal conventions for conceptual rows.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dAclVlanFilterVlanAccMapName 1.3.6.1.4.1.171.14.28.1.6.2.1.3
The name of the access list to be applied for the VLAN. NULL value indicates the access list is not specified.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclVlanAccessMapTable 1.3.6.1.4.1.171.14.28.1.6.3
The table contains a list of VLAN access map configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclVlanAccessMapEntry

dAclVlanAccessMapEntry 1.3.6.1.4.1.171.14.28.1.6.3.1
An entry is defined dAclVlanAccessMapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclVlanAccessMapEntry  

dAclVlanAccessMapCounterEnabled 1.3.6.1.4.1.171.14.28.1.6.3.1.1
This object indicates the counter state of the VLAN access map is enabled('true') or disabled('false'). The counter state setting just for the all VLAN interface that applied the access map in dAclVlanFilterTable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dAclVlanAccessMapClearStatAction 1.3.6.1.4.1.171.14.28.1.6.3.1.2
This object is used to clear statistics of the VLAN access map when set to 'clear'. No action is taken if this object is set to 'noOp'. The 'clear' action just for the all entry that applied the VLAN access map in dAclVlanFilterTable. When read, the value 'noOp' is returned.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dAclCounter 1.3.6.1.4.1.171.14.28.1.7
OBJECT IDENTIFIER    

dAclAccessGroupCounterTable 1.3.6.1.4.1.171.14.28.1.7.1
This table maintains counter information associated with a specific access list rule in the access rule table. Please refer to the dAclMacAccessRuleTable, dAclIpAccessRuleTable, dAclIPv6AccessRuleTable and dAclExpertAccessRuleTable for detailed ACL rule information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclAccessGroupCounterEntry

dAclAccessGroupCounterEntry 1.3.6.1.4.1.171.14.28.1.7.1.1
An entry is defined dAclAccessGroupCounterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclAccessGroupCounterEntry  

dAclAccessGroupCounterAccListId 1.3.6.1.4.1.171.14.28.1.7.1.1.1
The ID of an access list which access group counter enabled. the access list was defined by the tables: dAclMacAccessListTable, dAclIpAccessListTable, dAclIPv6AccessListTable, dAclExpertAccessListTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

dAclAccessGroupCounterAccRuleSn 1.3.6.1.4.1.171.14.28.1.7.1.1.2
Specifies the sequence number of this rule entry as related to the dAclAccessGroupCounterAccListId.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

dAclAccessGroupCounterIngressStat 1.3.6.1.4.1.171.14.28.1.7.1.1.3
This object indicates the total number of matched packets for the access rule applied on inbound of all interface in dAclMacAccessGroupTable, dAclIpAccessGroupTable, dAclIPv6AccessGroupTable, or dAclExpertAccessGroupTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dAclAccessGroupCounterEgressStat 1.3.6.1.4.1.171.14.28.1.7.1.1.4
This object indicates the total number of matched packets for the access rule applied on outbound of all interface in dAclMacAccessGroupTable, dAclIpAccessGroupTable, dAclIPv6AccessGroupTable, or dAclExpertAccessGroupTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dAclVlanFilterCounterTable 1.3.6.1.4.1.171.14.28.1.7.2
This table maintains counter information associated with a specific access sub map in the dAclVlanSubMapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DAclVlanFilterCounterEntry

dAclVlanFilterCounterEntry 1.3.6.1.4.1.171.14.28.1.7.2.1
An entry is defined dAclVlanFilterCounterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DAclVlanFilterCounterEntry  

dAclVlanFilterCounterAccMapName 1.3.6.1.4.1.171.14.28.1.7.2.1.1
The name of a VLAN access map which counter enabled. the VLAN access map was defined by the dAclVlanSubMapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dAclVlanFilterCounterSubMapSeq 1.3.6.1.4.1.171.14.28.1.7.2.1.2
Indicates the sequence number of a VLAN access sub map. the vlan sub map sequence number was defined by the dAclVlanSubMapTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

dAclVlanFilterCounterStatistics 1.3.6.1.4.1.171.14.28.1.7.2.1.3
This object indicates the total number of matched packets for the sub map that applied on all VLAN interface in dAclVlanFilterTable.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dAclCompliances 1.3.6.1.4.1.171.14.28.2.1
OBJECT IDENTIFIER    

dAclCompliance 1.3.6.1.4.1.171.14.28.2.1.1
The compliance statement for entities which implement the DLINKSW-ACL-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

dAclGroups 1.3.6.1.4.1.171.14.28.2.2
OBJECT IDENTIFIER    

dAclGenGroup 1.3.6.1.4.1.171.14.28.2.2.1
A collection of objects providing general access list configuration.
Status: current Access: read-only
OBJECT-GROUP    

dAclMacGroup 1.3.6.1.4.1.171.14.28.2.2.2
A collection of objects providing MAC access list configuration.
Status: current Access: read-only
OBJECT-GROUP    

dAclIpGroup 1.3.6.1.4.1.171.14.28.2.2.3
A collection of objects providing IP access list configuration.
Status: current Access: read-only
OBJECT-GROUP    

dAclIPv6Group 1.3.6.1.4.1.171.14.28.2.2.4
A collection of objects providing IPv6 access list configuration.
Status: current Access: read-only
OBJECT-GROUP    

dAclExpertGroup 1.3.6.1.4.1.171.14.28.2.2.5
A collection of objects providing extended expert access list configuration.
Status: current Access: read-only
OBJECT-GROUP    

dAclVlanFilterGroup 1.3.6.1.4.1.171.14.28.2.2.6
A collection of objects providing VLAN access map configuration.
Status: current Access: read-only
OBJECT-GROUP    

dAclCounterGroup 1.3.6.1.4.1.171.14.28.2.2.7
A collection of objects providing ACL counter information.
Status: current Access: read-only
OBJECT-GROUP