DLINKSW-ACL-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: DLINKSW-ACL-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
dlinkSwAclMIB | 1.3.6.1.4.1.171.14.28 |
The Structure of Access Control List Information for the proprietary enterprise. |
||
dAclMIBNotifications | 1.3.6.1.4.1.171.14.28.0 | |||
dAclMIBObjects | 1.3.6.1.4.1.171.14.28.1 | |||
dAclGeneral | 1.3.6.1.4.1.171.14.28.1.1 | |||
dAclReSeqTable | 1.3.6.1.4.1.171.14.28.1.1.1 | no-access |
A table consists of a list of information about how re-sequencing the rules in access lists. |
|
1.3.6.1.4.1.171.14.28.1.1.1.1 | no-access |
An entry appears in this table for controlling the re-sequence of an access-list. |
||
dAclReSeqAccessListName | 1.3.6.1.4.1.171.14.28.1.1.1.1.1 | displaystring | no-access |
Indicates the name of an access list. |
dAclReSeqStartingNumber | 1.3.6.1.4.1.171.14.28.1.1.1.1.2 | integer32 | read-write |
Indicates the initial value of sequence number of the corresponding access list. |
dAclReSeqIncrement | 1.3.6.1.4.1.171.14.28.1.1.1.1.3 | integer32 | read-write |
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. |
dAclMac | 1.3.6.1.4.1.171.14.28.1.2 | |||
dAclMacAccessListNumber | 1.3.6.1.4.1.171.14.28.1.2.1 | unsigned32 | read-only |
Indicates the number of entries present in the MAC access list table. |
dAclMacAccessListTable | 1.3.6.1.4.1.171.14.28.1.2.2 | no-access |
The table contains information about MAC access list. |
|
1.3.6.1.4.1.171.14.28.1.2.2.1 | no-access |
An entry defined in dAclMacAccessListTable. An entry is created/removed when an MAC access list is created/deleted. |
||
dAclMacAccessListName | 1.3.6.1.4.1.171.14.28.1.2.2.1.1 | displaystring | no-access |
The name of the MAC access list. |
dAclMacAccessListRowStatus | 1.3.6.1.4.1.171.14.28.1.2.2.1.2 | rowstatus | read-only |
This object allows the dynamic creation and deletion of a MAC access list. |
dAclMacAccessListId | 1.3.6.1.4.1.171.14.28.1.2.2.1.3 | integer32 | read-only |
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. |
dAclMacAccessListCounterEnabled | 1.3.6.1.4.1.171.14.28.1.2.2.1.4 | truthvalue | read-only |
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. |
dAclMacAccessListClearStatAction | 1.3.6.1.4.1.171.14.28.1.2.2.1.5 | integer | read-only |
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. Enumeration: 'clear': 1, 'noOp': 2. |
dAclMacAccessListRemark | 1.3.6.1.4.1.171.14.28.1.2.2.1.6 | displaystring | read-only |
The description of the MAC access list. |
dAclMacAccessRuleTable | 1.3.6.1.4.1.171.14.28.1.2.3 | no-access |
A table consists of a list of rules for the MAC access list. |
|
1.3.6.1.4.1.171.14.28.1.2.3.1 | no-access |
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. |
||
dAclMacAccessRuleSn | 1.3.6.1.4.1.171.14.28.1.2.3.1.1 | integer32 | no-access |
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. |
dAclMacAccessRuleRowStatus | 1.3.6.1.4.1.171.14.28.1.2.3.1.2 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclMacAccessRuleAction | 1.3.6.1.4.1.171.14.28.1.2.3.1.3 | dlinkaclruletype | read-only |
This object indicates the result of the packet examination is to permit or deny or prevent to CPU. |
dAclMacAccessRuleSrcMacAddr | 1.3.6.1.4.1.171.14.28.1.2.3.1.4 | macaddress | read-only |
Specifies a source MAC address. |
dAclMacAccessRuleSrcMacWildcard | 1.3.6.1.4.1.171.14.28.1.2.3.1.5 | macaddress | read-only |
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. |
dAclMacAccessRuleDstMacAddr | 1.3.6.1.4.1.171.14.28.1.2.3.1.6 | macaddress | read-only |
Specifies a destination MAC address. |
dAclMacAccessRuleDstMacWildcard | 1.3.6.1.4.1.171.14.28.1.2.3.1.7 | macaddress | read-only |
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. |
dAclMacAccessRulePacketType | 1.3.6.1.4.1.171.14.28.1.2.3.1.8 | integer | read-only |
Specifies the Ethernet frame type. The value of none (1) means the frame type is not specified. Enumeration: 'llc': 3, 'ethernet': 2, 'none': 1. |
dAclMacAccessRuleEthernetType | 1.3.6.1.4.1.171.14.28.1.2.3.1.9 | integer32 | read-only |
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'. |
dAclMacAccessRuleLlcDSAP | 1.3.6.1.4.1.171.14.28.1.2.3.1.10 | integer32 | read-only |
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'. |
dAclMacAccessRuleLlcSSAP | 1.3.6.1.4.1.171.14.28.1.2.3.1.11 | integer32 | read-only |
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'. |
dAclMacAccessRuleLlcCntl | 1.3.6.1.4.1.171.14.28.1.2.3.1.12 | integer32 | read-only |
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'. |
dAclMacAccessRuleDot1p | 1.3.6.1.4.1.171.14.28.1.2.3.1.13 | integer32 | read-only |
Specifies the priority value. The value of -1 means the priority is not specified. |
dAclMacAccessRuleInnerDot1p | 1.3.6.1.4.1.171.14.28.1.2.3.1.14 | integer32 | read-only |
Specifies the inner priority value. The value of -1 means the inner priority is not specified. |
dAclMacAccessRuleVlanID | 1.3.6.1.4.1.171.14.28.1.2.3.1.15 | vlanidornone | read-only |
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. |
dAclMacAccessRuleInnerVlanID | 1.3.6.1.4.1.171.14.28.1.2.3.1.16 | vlanidornone | read-only |
Specifies the inner VLAN ID. A value of zero indicates the inner VLAN ID is not specified. |
dAclMacAccessRuleTimeName | 1.3.6.1.4.1.171.14.28.1.2.3.1.17 | displaystring | read-only |
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. |
dAclMacAccessRuleEthernetTypeMask | 1.3.6.1.4.1.171.14.28.1.2.3.1.18 | octet string | read-only |
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. |
dAclMacAccessRuleDot1pMask | 1.3.6.1.4.1.171.14.28.1.2.3.1.19 | octet string | read-only |
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. |
dAclMacAccessRuleInnerDot1pMask | 1.3.6.1.4.1.171.14.28.1.2.3.1.20 | octet string | read-only |
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. |
dAclMacAccessRuleVlanIDMask | 1.3.6.1.4.1.171.14.28.1.2.3.1.21 | octet string | read-only |
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. |
dAclMacAccessRuleInnerVlanIDMask | 1.3.6.1.4.1.171.14.28.1.2.3.1.22 | octet string | read-only |
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. |
dAclMacAccessRuleVlanRangeMin | 1.3.6.1.4.1.171.14.28.1.2.3.1.23 | vlanidornone | read-only |
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. |
dAclMacAccessRuleVlanRangeMax | 1.3.6.1.4.1.171.14.28.1.2.3.1.24 | vlanidornone | read-only |
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. |
dAclMacAccessGroupTable | 1.3.6.1.4.1.171.14.28.1.2.4 | no-access |
The table represents a list of MAC access group configuration. |
|
1.3.6.1.4.1.171.14.28.1.2.4.1 | no-access |
An entry in dAclMacAccessGroupTable contains interface specific MAC access list association. |
||
dAclMacAccessGroupIfIndex | 1.3.6.1.4.1.171.14.28.1.2.4.1.1 | interfaceindex | no-access |
Indicates the ifIndex of the interface. Only physical port is valid interface. |
dAclMacAccessGroupApplyDirection | 1.3.6.1.4.1.171.14.28.1.2.4.1.2 | integer | no-access |
Indicates whether this access list is to be attached to ingress or egress direction. Enumeration: 'inbound': 1, 'outbound': 2. |
dAclMacAccessGroupRowStatus | 1.3.6.1.4.1.171.14.28.1.2.4.1.3 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclMacAccessGroupAclName | 1.3.6.1.4.1.171.14.28.1.2.4.1.4 | displaystring | read-only |
The name of the MAC access list to be applied. |
dAclMacAccessGroupAclId | 1.3.6.1.4.1.171.14.28.1.2.4.1.5 | integer32 | read-only |
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. |
dAclIp | 1.3.6.1.4.1.171.14.28.1.3 | |||
dAclIpAccessListNumber | 1.3.6.1.4.1.171.14.28.1.3.1 | unsigned32 | read-only |
Indicates the number of entries present in the IP access list table. |
dAclIpAccessListTable | 1.3.6.1.4.1.171.14.28.1.3.2 | no-access |
The table contains IP access list configuration. |
|
1.3.6.1.4.1.171.14.28.1.3.2.1 | no-access |
An entry defined in dAclIpAccessListTable. An entry is created/removed when an IP access list is created/deleted. |
||
dAclIpAccessListName | 1.3.6.1.4.1.171.14.28.1.3.2.1.1 | displaystring | no-access |
The name of the IP access list. |
dAclIpAccessListRowStatus | 1.3.6.1.4.1.171.14.28.1.3.2.1.2 | rowstatus | read-only |
This object allows the dynamic creation and deletion of an IP access list. |
dAclIpAccessExtended | 1.3.6.1.4.1.171.14.28.1.3.2.1.3 | truthvalue | read-only |
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. |
dAclIpAccessListId | 1.3.6.1.4.1.171.14.28.1.3.2.1.4 | integer32 | read-only |
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. |
dAclIpAccessListCounterEnabled | 1.3.6.1.4.1.171.14.28.1.3.2.1.5 | truthvalue | read-only |
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. |
dAclIpAccessListClearStatAction | 1.3.6.1.4.1.171.14.28.1.3.2.1.6 | integer | read-only |
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. Enumeration: 'clear': 1, 'noOp': 2. |
dAclIpAccessListRemark | 1.3.6.1.4.1.171.14.28.1.3.2.1.7 | displaystring | read-only |
The description of the IP access list. |
dAclIpAccessRuleTable | 1.3.6.1.4.1.171.14.28.1.3.3 | no-access |
The table contains a list of IP access rules for IP access lists. |
|
1.3.6.1.4.1.171.14.28.1.3.3.1 | no-access |
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. |
||
dAclIpAccessRuleSn | 1.3.6.1.4.1.171.14.28.1.3.3.1.1 | integer32 | no-access |
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. |
dAclIpAccessRuleRowStatus | 1.3.6.1.4.1.171.14.28.1.3.3.1.2 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclIpAccessRuleAction | 1.3.6.1.4.1.171.14.28.1.3.3.1.3 | dlinkaclruletype | read-only |
This object indicates the result of the packet examination is to permit or deny or prevent to CPU. |
dAclIpAccessRuleProtocol | 1.3.6.1.4.1.171.14.28.1.3.3.1.4 | integer | read-only |
Specifies the IP protocol. Enumeration: 'none': 0, 'pim': 10, 'vrrp': 11, 'esp': 6, 'pcp': 13, 'udp': 3, 'tcp': 2, 'userDefine': 1, 'gre': 5, 'ipinip': 12, 'eigrp': 7, 'icmp': 4, 'ospf': 9, 'igmp': 8. |
dAclIpAccessRuleUserDefProtocol | 1.3.6.1.4.1.171.14.28.1.3.3.1.5 | integer32 | read-only |
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. |
dAclIpAccessRuleSrcAddr | 1.3.6.1.4.1.171.14.28.1.3.3.1.6 | ipaddress | read-only |
Specifies a source IP address. |
dAclIpAccessRuleSrcWildcard | 1.3.6.1.4.1.171.14.28.1.3.3.1.7 | ipaddress | read-only |
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. |
dAclIpAccessRuleDstAddr | 1.3.6.1.4.1.171.14.28.1.3.3.1.8 | ipaddress | read-only |
Specifies a destination IP address. |
dAclIpAccessRuleDstWildcard | 1.3.6.1.4.1.171.14.28.1.3.3.1.9 | ipaddress | read-only |
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. |
dAclIpAccessRuleSrcOperator | 1.3.6.1.4.1.171.14.28.1.3.3.1.10 | dlinkaclportoperatortype | read-only |
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)'. |
dAclIpAccessRuleSrcPort | 1.3.6.1.4.1.171.14.28.1.3.3.1.11 | integer32 | read-only |
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)'. |
dAclIpAccessRuleSrcPortRange | 1.3.6.1.4.1.171.14.28.1.3.3.1.12 | integer32 | read-only |
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. |
dAclIpAccessRuleDstOperator | 1.3.6.1.4.1.171.14.28.1.3.3.1.13 | dlinkaclportoperatortype | read-only |
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)'. |
dAclIpAccessRuleDstPort | 1.3.6.1.4.1.171.14.28.1.3.3.1.14 | integer32 | read-only |
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)'. |
dAclIpAccessRuleDstPortRange | 1.3.6.1.4.1.171.14.28.1.3.3.1.15 | integer32 | read-only |
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. |
dAclIpAccessRuleQosPrecedence | 1.3.6.1.4.1.171.14.28.1.3.3.1.16 | integer32 | read-only |
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. |
dAclIpAccessRuleQosTos | 1.3.6.1.4.1.171.14.28.1.3.3.1.17 | integer32 | read-only |
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. |
dAclIpAccessRuleQosDscp | 1.3.6.1.4.1.171.14.28.1.3.3.1.18 | integer32 | read-only |
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. |
dAclIpAccessRuleIcmpType | 1.3.6.1.4.1.171.14.28.1.3.3.1.19 | integer32 | read-only |
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. |
dAclIpAccessRuleIcmpCode | 1.3.6.1.4.1.171.14.28.1.3.3.1.20 | integer32 | read-only |
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. |
dAclIpAccessRuleTimeName | 1.3.6.1.4.1.171.14.28.1.3.3.1.21 | displaystring | read-only |
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. |
dAclIpAccRuleTcpFlag | 1.3.6.1.4.1.171.14.28.1.3.3.1.22 | tcpflag | read-only |
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. |
dAclIpAccRuleFragments | 1.3.6.1.4.1.171.14.28.1.3.3.1.23 | truthvalue | read-only |
This object indicates the Packet fragment filtering status is enabled('true') or disabled('false'). |
dAclIpAccRuleUserDefProtocolMask | 1.3.6.1.4.1.171.14.28.1.3.3.1.24 | octet string | read-only |
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. |
dAclIpAccRuleSrcPortMask | 1.3.6.1.4.1.171.14.28.1.3.3.1.25 | octet string | read-only |
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. |
dAclIpAccRuleDstPortMask | 1.3.6.1.4.1.171.14.28.1.3.3.1.26 | octet string | read-only |
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. |
dAclIpAccRuleQosPrecedenceMask | 1.3.6.1.4.1.171.14.28.1.3.3.1.27 | octet string | read-only |
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. |
dAclIpAccRuleQosTosMask | 1.3.6.1.4.1.171.14.28.1.3.3.1.28 | octet string | read-only |
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. |
dAclIpAccRuleQosDscpMask | 1.3.6.1.4.1.171.14.28.1.3.3.1.29 | octet string | read-only |
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. |
dAclIpAccessGroupTable | 1.3.6.1.4.1.171.14.28.1.3.4 | no-access |
The table represents a list of IP access group configuration. |
|
1.3.6.1.4.1.171.14.28.1.3.4.1 | no-access |
An entry in dAclIpAccessGroupTable contains interface specific IP access list association. |
||
dAclIpAccessGroupIfIndex | 1.3.6.1.4.1.171.14.28.1.3.4.1.1 | interfaceindex | no-access |
Indicates the ifIndex of the interface. Only physical port is valid interface. |
dAclIpAccessGroupApplyDirection | 1.3.6.1.4.1.171.14.28.1.3.4.1.2 | integer | no-access |
Indicates whether this access list is to be attached to ingress or egress direction. Enumeration: 'inbound': 1, 'outbound': 2. |
dAclIpAccessGroupStatus | 1.3.6.1.4.1.171.14.28.1.3.4.1.3 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclIpAccessGroupAclName | 1.3.6.1.4.1.171.14.28.1.3.4.1.4 | displaystring | read-only |
The name of the IP access list to be applied. |
dAclIpAccessGroupAclId | 1.3.6.1.4.1.171.14.28.1.3.4.1.5 | integer32 | read-only |
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. |
dAclIPv6 | 1.3.6.1.4.1.171.14.28.1.4 | |||
dAclIPv6AccessListNumber | 1.3.6.1.4.1.171.14.28.1.4.1 | unsigned32 | read-only |
Indicates the number of entries present in the IPv6 access list table. |
dAclIPv6AccessListTable | 1.3.6.1.4.1.171.14.28.1.4.2 | no-access |
The table contains IPv6 access list configuration. |
|
1.3.6.1.4.1.171.14.28.1.4.2.1 | no-access |
An entry defined in dAclIPv6AccessListTable. An entry is created/removed when an IPv6 access list is created/deleted. |
||
dAclIPv6AccessListName | 1.3.6.1.4.1.171.14.28.1.4.2.1.1 | displaystring | no-access |
The name of the IPv6 access list. |
dAclIPv6AccessListRowStatus | 1.3.6.1.4.1.171.14.28.1.4.2.1.2 | rowstatus | read-only |
This object allows the dynamic creation and deletion of an IPv6 access list. |
dAclIPv6AccessExtended | 1.3.6.1.4.1.171.14.28.1.4.2.1.3 | truthvalue | read-only |
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. |
dAclIPv6AccessListId | 1.3.6.1.4.1.171.14.28.1.4.2.1.4 | integer32 | read-only |
The number of the IPv6 access list. |
dAclIPv6AccessListCounterEnabled | 1.3.6.1.4.1.171.14.28.1.4.2.1.5 | truthvalue | read-only |
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. |
dAclIPv6AccessListClearStatAction | 1.3.6.1.4.1.171.14.28.1.4.2.1.6 | integer | read-only |
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. Enumeration: 'clear': 1, 'noOp': 2. |
dAclIPv6AccessListRemark | 1.3.6.1.4.1.171.14.28.1.4.2.1.7 | displaystring | read-only |
The description of the IPv6 access list. |
dAclIPv6AccessRuleTable | 1.3.6.1.4.1.171.14.28.1.4.3 | no-access |
The table contains a list of IPv6 access rules for IPv6 access lists. |
|
1.3.6.1.4.1.171.14.28.1.4.3.1 | no-access |
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. |
||
dAclIPv6AccessRuleSn | 1.3.6.1.4.1.171.14.28.1.4.3.1.1 | integer32 | no-access |
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. |
dAclIPv6AccessRuleRowStatus | 1.3.6.1.4.1.171.14.28.1.4.3.1.2 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclIPv6AccessRuleAction | 1.3.6.1.4.1.171.14.28.1.4.3.1.3 | dlinkaclruletype | read-only |
This object indicates the result of the packet examination is to permit or deny or prevent to CPU. |
dAclIPv6AccessRuleProtocol | 1.3.6.1.4.1.171.14.28.1.4.3.1.4 | integer | read-only |
Specifies the IP protocol. Enumeration: 'none': 0, 'esp': 5, 'pcp': 6, 'udp': 3, 'tcp': 2, 'userDefine': 1, 'sctp': 7, 'icmp': 4. |
dAclIPv6AccessRuleUserDefProtocol | 1.3.6.1.4.1.171.14.28.1.4.3.1.5 | integer32 | read-only |
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. |
dAclIPv6AccessRuleSrcAddr | 1.3.6.1.4.1.171.14.28.1.4.3.1.6 | inetaddressipv6 | read-only |
Specifies a source IPv6 address. |
dAclIPv6AccessRuleSrcPrefixLen | 1.3.6.1.4.1.171.14.28.1.4.3.1.7 | inetaddressprefixlength | read-only |
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. |
dAclIPv6AccessRuleDstAddr | 1.3.6.1.4.1.171.14.28.1.4.3.1.8 | inetaddressipv6 | read-only |
Specifies a destination IPv6 address. |
dAclIPv6AccessRuleDstPrefixLen | 1.3.6.1.4.1.171.14.28.1.4.3.1.9 | inetaddressprefixlength | read-only |
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. |
dAclIPv6AccessRuleSrcOperator | 1.3.6.1.4.1.171.14.28.1.4.3.1.10 | dlinkaclportoperatortype | read-only |
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)'. |
dAclIPv6AccessRuleSrcPort | 1.3.6.1.4.1.171.14.28.1.4.3.1.11 | integer32 | read-only |
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)'. |
dAclIPv6AccessRuleSrcPortRange | 1.3.6.1.4.1.171.14.28.1.4.3.1.12 | integer32 | read-only |
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. |
dAclIPv6AccessRuleDstOperator | 1.3.6.1.4.1.171.14.28.1.4.3.1.13 | dlinkaclportoperatortype | read-only |
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)'. |
dAclIPv6AccessRuleDstPort | 1.3.6.1.4.1.171.14.28.1.4.3.1.14 | integer32 | read-only |
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)'. |
dAclIPv6AccessRuleDstPortRange | 1.3.6.1.4.1.171.14.28.1.4.3.1.15 | integer32 | read-only |
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. |
dAclIPv6AccessRuleDscp | 1.3.6.1.4.1.171.14.28.1.4.3.1.16 | integer32 | read-only |
Specifies the matching DSCP code value in IPv6 header. The value of -1 means the DSCP value is not specified. |
dAclIPv6AccessRuleIcmpType | 1.3.6.1.4.1.171.14.28.1.4.3.1.17 | integer32 | read-only |
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. |
dAclIPv6AccessRuleIcmpCode | 1.3.6.1.4.1.171.14.28.1.4.3.1.18 | integer32 | read-only |
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. |
dAclIPv6AccessRuleTimeName | 1.3.6.1.4.1.171.14.28.1.4.3.1.19 | displaystring | read-only |
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. |
dAclIPv6AccRuleTcpFlag | 1.3.6.1.4.1.171.14.28.1.4.3.1.20 | tcpflag | read-only |
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. |
dAclIPv6AccRuleFragments | 1.3.6.1.4.1.171.14.28.1.4.3.1.21 | truthvalue | read-only |
This object indicates the Packet fragment filtering status is enabled('true') or disabled('false'). |
dAclIPv6AccRuleFlowLabel | 1.3.6.1.4.1.171.14.28.1.4.3.1.22 | integer32 | read-only |
This object indicates the Flow label value. The value of -1 means the flow-label value is not specified. |
dAclIPv6AccRuleTrafficClass | 1.3.6.1.4.1.171.14.28.1.4.3.1.23 | integer32 | read-only |
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. |
dAclIPv6AccRuleUserDefProtocolMask | 1.3.6.1.4.1.171.14.28.1.4.3.1.24 | octet string | read-only |
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. |
dAclIPv6AccRuleSrcPortMask | 1.3.6.1.4.1.171.14.28.1.4.3.1.25 | octet string | read-only |
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. |
dAclIPv6AccRuleDstPortMask | 1.3.6.1.4.1.171.14.28.1.4.3.1.26 | octet string | read-only |
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. |
dAclIPv6AccRuleDscpMask | 1.3.6.1.4.1.171.14.28.1.4.3.1.27 | octet string | read-only |
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. |
dAclIPv6AccRuleFlowLabelMask | 1.3.6.1.4.1.171.14.28.1.4.3.1.28 | octet string | read-only |
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. |
dAclIPv6AccRuleTrafficClassMask | 1.3.6.1.4.1.171.14.28.1.4.3.1.29 | octet string | read-only |
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. |
dAclIPv6AccessGroupTable | 1.3.6.1.4.1.171.14.28.1.4.4 | no-access |
The table represents a list of IPv6 access group configuration. |
|
1.3.6.1.4.1.171.14.28.1.4.4.1 | no-access |
An entry in dAclIPv6AccessGroupTable contains interface specific IPv6 access list association. |
||
dAclIPv6AccessGroupIfIndex | 1.3.6.1.4.1.171.14.28.1.4.4.1.1 | interfaceindex | no-access |
Indicates the ifIndex of the interface. Only physical port is valid interface. |
dAclIpv6AccessGroupApplyDirection | 1.3.6.1.4.1.171.14.28.1.4.4.1.2 | integer | no-access |
Indicates whether this ACL access list is to be attached to ingress or egress direction. Enumeration: 'inbound': 1, 'outbound': 2. |
dAclIPv6AccessGroupStatus | 1.3.6.1.4.1.171.14.28.1.4.4.1.3 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclIPv6AccessGroupAclName | 1.3.6.1.4.1.171.14.28.1.4.4.1.4 | displaystring | read-only |
The name of the IPv6 access list to be applied. |
dAclIPv6AccessGroupAclId | 1.3.6.1.4.1.171.14.28.1.4.4.1.5 | integer32 | read-only |
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. |
dAclExpert | 1.3.6.1.4.1.171.14.28.1.5 | |||
dAclExpertAccessListNumber | 1.3.6.1.4.1.171.14.28.1.5.1 | unsigned32 | read-only |
Indicates the number of entries present in the extended expert access list table. |
dAclExpertAccessListTable | 1.3.6.1.4.1.171.14.28.1.5.2 | no-access |
The table contains information about extended expert access list. |
|
1.3.6.1.4.1.171.14.28.1.5.2.1 | no-access |
An entry defined in dAclExpertAccessListTable. An entry is created/removed when an extended expert access list is created/deleted. |
||
dAclExpertAccessListName | 1.3.6.1.4.1.171.14.28.1.5.2.1.1 | displaystring | no-access |
The name of the extended expert access list. |
dAclExpertAccessListRowStatus | 1.3.6.1.4.1.171.14.28.1.5.2.1.2 | rowstatus | read-only |
This object allows the dynamic creation and deletion of an extended expert access list. |
dAclExpertAccessListId | 1.3.6.1.4.1.171.14.28.1.5.2.1.3 | integer32 | read-only |
The number of the extended expert access list. |
dAclExpertAccessListCounterEnabled | 1.3.6.1.4.1.171.14.28.1.5.2.1.4 | truthvalue | read-only |
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. |
dAclExpertAccessListClearStatAction | 1.3.6.1.4.1.171.14.28.1.5.2.1.5 | integer | read-only |
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. Enumeration: 'clear': 1, 'noOp': 2. |
dAclExpertAccessListRemark | 1.3.6.1.4.1.171.14.28.1.5.2.1.6 | displaystring | read-only |
The description of the Expert access list. |
dAclExpertAccessRuleTable | 1.3.6.1.4.1.171.14.28.1.5.3 | no-access |
A table consists of a list of rules for the extended expert access list. |
|
1.3.6.1.4.1.171.14.28.1.5.3.1 | no-access |
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. |
||
dAclExpertAccRuleSn | 1.3.6.1.4.1.171.14.28.1.5.3.1.1 | integer32 | no-access |
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. |
dAclExpertAccRuleRowStatus | 1.3.6.1.4.1.171.14.28.1.5.3.1.2 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclExpertAccRuleAction | 1.3.6.1.4.1.171.14.28.1.5.3.1.3 | dlinkaclruletype | read-only |
This object indicates the result of the packet examination is to permit or deny or prevent to CPU. |
dAclExpertAccRuleProtocol | 1.3.6.1.4.1.171.14.28.1.5.3.1.4 | integer | read-only |
Specifies the IP protocol. Enumeration: 'none': 0, 'pim': 10, 'vrrp': 11, 'esp': 6, 'pcp': 13, 'udp': 3, 'tcp': 2, 'userDefine': 1, 'gre': 5, 'ipinip': 12, 'eigrp': 7, 'icmp': 4, 'ospf': 9, 'igmp': 8. |
dAclExpertAccRuleUserDefProtocol | 1.3.6.1.4.1.171.14.28.1.5.3.1.5 | integer32 | read-only |
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. |
dAclExpertAccRuleSrcIpAddr | 1.3.6.1.4.1.171.14.28.1.5.3.1.6 | ipaddress | read-only |
Specifies a source IP address. |
dAclExpertAccRuleSrcIpWildcard | 1.3.6.1.4.1.171.14.28.1.5.3.1.7 | ipaddress | read-only |
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. |
dAclExpertAccRuleSrcMacAddr | 1.3.6.1.4.1.171.14.28.1.5.3.1.8 | macaddress | read-only |
Specifies a source MAC address. |
dAclExpertAccRuleSrcMacWildcard | 1.3.6.1.4.1.171.14.28.1.5.3.1.9 | macaddress | read-only |
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. |
dAclExpertAccRuleSrcOperator | 1.3.6.1.4.1.171.14.28.1.5.3.1.10 | dlinkaclportoperatortype | read-only |
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)'. |
dAclExpertAccRuleSrcPort | 1.3.6.1.4.1.171.14.28.1.5.3.1.11 | integer32 | read-only |
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)'. |
dAclExpertAccRuleSrcPortRange | 1.3.6.1.4.1.171.14.28.1.5.3.1.12 | integer32 | read-only |
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. |
dAclExpertAccRuleDstIpAddr | 1.3.6.1.4.1.171.14.28.1.5.3.1.13 | ipaddress | read-only |
Specifies a destination IP address. |
dAclExpertAccRuleDstIpWildcard | 1.3.6.1.4.1.171.14.28.1.5.3.1.14 | ipaddress | read-only |
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. |
dAclExpertAccRuleDstMacAddr | 1.3.6.1.4.1.171.14.28.1.5.3.1.15 | macaddress | read-only |
Specifies a destination MAC address. |
dAclExpertAccRuleDstMacWildcard | 1.3.6.1.4.1.171.14.28.1.5.3.1.16 | macaddress | read-only |
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. |
dAclExpertAccRuleDstOperator | 1.3.6.1.4.1.171.14.28.1.5.3.1.17 | dlinkaclportoperatortype | read-only |
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)'. |
dAclExpertAccRuleDstPort | 1.3.6.1.4.1.171.14.28.1.5.3.1.18 | integer32 | read-only |
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)'. |
dAclExpertAccRuleDstPortRange | 1.3.6.1.4.1.171.14.28.1.5.3.1.19 | integer32 | read-only |
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. |
dAclExpertAccRuleVlanID | 1.3.6.1.4.1.171.14.28.1.5.3.1.20 | vlanidornone | read-only |
Specifies the VLAN ID. A value of zero indicates the VLAN ID is not specified. |
dAclExpertAccRuleInnerVlanID | 1.3.6.1.4.1.171.14.28.1.5.3.1.21 | vlanidornone | read-only |
Specifies the inner VLAN ID. A value of zero indicates the inner VLAN ID is not specified. |
dAclExpertAccRuleQosPrecedence | 1.3.6.1.4.1.171.14.28.1.5.3.1.22 | integer32 | read-only |
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. |
dAclExpertAccRuleQosTos | 1.3.6.1.4.1.171.14.28.1.5.3.1.23 | integer32 | read-only |
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. |
dAclExpertAccRuleQosDscp | 1.3.6.1.4.1.171.14.28.1.5.3.1.24 | integer32 | read-only |
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. |
dAclExpertAccRuleIcmpType | 1.3.6.1.4.1.171.14.28.1.5.3.1.25 | integer32 | read-only |
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. |
dAclExpertAccRuleIcmpCode | 1.3.6.1.4.1.171.14.28.1.5.3.1.26 | integer32 | read-only |
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. |
dAclExpertAccRuleTimeName | 1.3.6.1.4.1.171.14.28.1.5.3.1.27 | displaystring | read-only |
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. |
dAclExpertAccRuleTcpFlag | 1.3.6.1.4.1.171.14.28.1.5.3.1.28 | tcpflag | read-only |
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. |
dAclExpertAccRuleFragments | 1.3.6.1.4.1.171.14.28.1.5.3.1.29 | truthvalue | read-only |
This object indicates the Packet fragment filtering status is enabled('true') or disabled('false'). |
dAclExpertAccRuleOuterCos | 1.3.6.1.4.1.171.14.28.1.5.3.1.30 | integer32 | read-only |
Specifies the value of inner priority. The value of -1 means the value is not specified or not applicable. |
dAclExpertAccRuleInnerCos | 1.3.6.1.4.1.171.14.28.1.5.3.1.31 | integer32 | read-only |
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. |
dAclExpertAccRuleUserDefProtocolMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.32 | octet string | read-only |
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. |
dAclExpertAccRuleSrcPortMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.33 | octet string | read-only |
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)'. |
dAclExpertAccRuleDstPortMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.34 | octet string | read-only |
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)'. |
dAclExpertAccRuleVlanIDMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.35 | octet string | read-only |
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. |
dAclExpertAccRuleInnerVlanIDMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.36 | octet string | read-only |
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. |
dAclExpertAccRuleQosPrecedenceMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.37 | octet string | read-only |
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. |
dAclExpertAccRuleQosTosMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.38 | octet string | read-only |
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. |
dAclExpertAccRuleQosDscpMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.39 | octet string | read-only |
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. |
dAclExpertAccRuleOuterCosMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.40 | octet string | read-only |
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. |
dAclExpertAccRuleInnerCosMask | 1.3.6.1.4.1.171.14.28.1.5.3.1.41 | octet string | read-only |
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. |
dAclExpertAccRuleVlanRangeMin | 1.3.6.1.4.1.171.14.28.1.5.3.1.42 | vlanidornone | read-only |
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. |
dAclExpertAccRuleVlanRangeMax | 1.3.6.1.4.1.171.14.28.1.5.3.1.43 | vlanidornone | read-only |
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. |
dAclExpertAccessGroupTable | 1.3.6.1.4.1.171.14.28.1.5.4 | no-access |
The table represents a list of extended expert access group configuration. |
|
1.3.6.1.4.1.171.14.28.1.5.4.1 | no-access |
An entry in dAclExpertAccessGroupTable contains interface specific extended expert access list association. |
||
dAclExpertAccessGroupIfIndex | 1.3.6.1.4.1.171.14.28.1.5.4.1.1 | interfaceindex | no-access |
Indicates the ifIndex of the interface. Only physical port is valid interface. |
dAclExpertAccessGroupApplyDirection | 1.3.6.1.4.1.171.14.28.1.5.4.1.2 | integer | no-access |
Indicates whether this ACL access list is to be attached to ingress or egress direction. Enumeration: 'inbound': 1, 'outbound': 2. |
dAclExpertAccessGroupRowStatus | 1.3.6.1.4.1.171.14.28.1.5.4.1.3 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclExpertAccessGroupAclName | 1.3.6.1.4.1.171.14.28.1.5.4.1.4 | displaystring | read-only |
The name of the Expert access list to be applied. |
dAclExpertAccessGroupAclId | 1.3.6.1.4.1.171.14.28.1.5.4.1.5 | integer32 | read-only |
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. |
dAclVlan | 1.3.6.1.4.1.171.14.28.1.6 | |||
dAclVlanSubMapTable | 1.3.6.1.4.1.171.14.28.1.6.1 | no-access |
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. |
|
1.3.6.1.4.1.171.14.28.1.6.1.1 | no-access |
An entry is defined dAclVlanSubMapTable. |
||
dAclVlanAccMapName | 1.3.6.1.4.1.171.14.28.1.6.1.1.1 | displaystring | no-access |
This object is used to specify the name of an VLAN acess map. |
dAclVlanAccSubMapSeq | 1.3.6.1.4.1.171.14.28.1.6.1.1.2 | integer32 | no-access |
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. |
dAclVlanAccSubMapRowStatus | 1.3.6.1.4.1.171.14.28.1.6.1.1.3 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclVlanAccSubMapMatchAclName | 1.3.6.1.4.1.171.14.28.1.6.1.1.4 | displaystring | read-only |
This object indicates the name of MAC/IP/IPv6 ACL which will be associated. |
dAclVlanAccessSubMapAction | 1.3.6.1.4.1.171.14.28.1.6.1.1.5 | integer | read-only |
This object indicates the action when the packet that matches a sub-map (that is packet permitted by the associated access-list). Enumeration: 'forward': 2, 'redirect': 4, 'none': 1, 'drop': 3. |
dAclVlanAccSubMapRedirectIfIndex | 1.3.6.1.4.1.171.14.28.1.6.1.1.6 | interfaceindexorzero | read-only |
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. |
dAclVlanAccSubMapMatchAclId | 1.3.6.1.4.1.171.14.28.1.6.1.1.7 | integer32 | read-only |
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. |
dAclVlanFilterTable | 1.3.6.1.4.1.171.14.28.1.6.2 | no-access |
The table represents a list of VLAN access map configuration. |
|
1.3.6.1.4.1.171.14.28.1.6.2.1 | no-access |
An entry in dAclVlanFilterTable contains vlan-specific VLAN access map association. |
||
dAclVlanFilterVlanId | 1.3.6.1.4.1.171.14.28.1.6.2.1.1 | vlanid | no-access |
Indicates the VLAN ID of the entry. |
dAclVlanFilterRowStatus | 1.3.6.1.4.1.171.14.28.1.6.2.1.2 | rowstatus | read-only |
The row status variable, used according to installation and removal conventions for conceptual rows. |
dAclVlanFilterVlanAccMapName | 1.3.6.1.4.1.171.14.28.1.6.2.1.3 | displaystring | read-only |
The name of the access list to be applied for the VLAN. NULL value indicates the access list is not specified. |
dAclVlanAccessMapTable | 1.3.6.1.4.1.171.14.28.1.6.3 | no-access |
The table contains a list of VLAN access map configuration. |
|
1.3.6.1.4.1.171.14.28.1.6.3.1 | no-access |
An entry is defined dAclVlanAccessMapTable. |
||
dAclVlanAccessMapCounterEnabled | 1.3.6.1.4.1.171.14.28.1.6.3.1.1 | truthvalue | read-write |
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. |
dAclVlanAccessMapClearStatAction | 1.3.6.1.4.1.171.14.28.1.6.3.1.2 | integer | read-only |
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. Enumeration: 'clear': 1, 'noOp': 2. |
dAclCounter | 1.3.6.1.4.1.171.14.28.1.7 | |||
dAclAccessGroupCounterTable | 1.3.6.1.4.1.171.14.28.1.7.1 | no-access |
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. |
|
1.3.6.1.4.1.171.14.28.1.7.1.1 | no-access |
An entry is defined dAclAccessGroupCounterTable. |
||
dAclAccessGroupCounterAccListId | 1.3.6.1.4.1.171.14.28.1.7.1.1.1 | integer32 | no-access |
The ID of an access list which access group counter enabled. the access list was defined by the tables: dAclMacAccessListTable, dAclIpAccessListTable, dAclIPv6AccessListTable, dAclExpertAccessListTable. |
dAclAccessGroupCounterAccRuleSn | 1.3.6.1.4.1.171.14.28.1.7.1.1.2 | integer32 | no-access |
Specifies the sequence number of this rule entry as related to the dAclAccessGroupCounterAccListId. |
dAclAccessGroupCounterIngressStat | 1.3.6.1.4.1.171.14.28.1.7.1.1.3 | counter64 | read-only |
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. |
dAclAccessGroupCounterEgressStat | 1.3.6.1.4.1.171.14.28.1.7.1.1.4 | counter64 | read-only |
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. |
dAclVlanFilterCounterTable | 1.3.6.1.4.1.171.14.28.1.7.2 | no-access |
This table maintains counter information associated with a specific access sub map in the dAclVlanSubMapTable. |
|
1.3.6.1.4.1.171.14.28.1.7.2.1 | no-access |
An entry is defined dAclVlanFilterCounterTable. |
||
dAclVlanFilterCounterAccMapName | 1.3.6.1.4.1.171.14.28.1.7.2.1.1 | displaystring | no-access |
The name of a VLAN access map which counter enabled. the VLAN access map was defined by the dAclVlanSubMapTable. |
dAclVlanFilterCounterSubMapSeq | 1.3.6.1.4.1.171.14.28.1.7.2.1.2 | integer32 | no-access |
Indicates the sequence number of a VLAN access sub map. the vlan sub map sequence number was defined by the dAclVlanSubMapTable. |
dAclVlanFilterCounterStatistics | 1.3.6.1.4.1.171.14.28.1.7.2.1.3 | counter64 | read-only |
This object indicates the total number of matched packets for the sub map that applied on all VLAN interface in dAclVlanFilterTable. |
dAclMIBConformance | 1.3.6.1.4.1.171.14.28.2 | |||
dAclCompliances | 1.3.6.1.4.1.171.14.28.2.1 | |||
dAclCompliance | 1.3.6.1.4.1.171.14.28.2.1.1 |
The compliance statement for entities which implement the DLINKSW-ACL-MIB. |
||
dAclGroups | 1.3.6.1.4.1.171.14.28.2.2 | |||
dAclGenGroup | 1.3.6.1.4.1.171.14.28.2.2.1 |
A collection of objects providing general access list configuration. |
||
dAclMacGroup | 1.3.6.1.4.1.171.14.28.2.2.2 |
A collection of objects providing MAC access list configuration. |
||
dAclIpGroup | 1.3.6.1.4.1.171.14.28.2.2.3 |
A collection of objects providing IP access list configuration. |
||
dAclIPv6Group | 1.3.6.1.4.1.171.14.28.2.2.4 |
A collection of objects providing IPv6 access list configuration. |
||
dAclExpertGroup | 1.3.6.1.4.1.171.14.28.2.2.5 |
A collection of objects providing extended expert access list configuration. |
||
dAclVlanFilterGroup | 1.3.6.1.4.1.171.14.28.2.2.6 |
A collection of objects providing VLAN access map configuration. |
||
dAclCounterGroup | 1.3.6.1.4.1.171.14.28.2.2.7 |
A collection of objects providing ACL counter information. |