DLINKSW-DAI-MIB

File: DLINKSW-DAI-MIB.mib (38069 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY Gauge32 Integer32
Unsigned32 Counter64 IpAddress
OBJECT-TYPE MODULE-COMPLIANCE OBJECT-GROUP
TruthValue MacAddress DateAndTime
RowStatus DisplayString TEXTUAL-CONVENTION
ifIndex InterfaceIndex InetAddressIPv4
VlanId VlanIdOrNone Dlink2kVlanList
dlinkIndustrialCommon

Defined Types

DaiRuleType  
The action type when the packets match the access profile. permit(1)- Indicates that packets that match the access profile are permitted to be forwarded by the switch. deny(2) - Indicates that packets that match the access profile are not permitted to be forwarded by the switch and will be filtered.
TEXTUAL-CONVENTION    
  INTEGER permit(1), deny(2)  

DDaiLogBufferEntry  
SEQUENCE    
  dDaiLogBufferIndex Unsigned32
  dDaiLogBufferInterface InterfaceIndex
  dDaiLogBufferVlan VlanIdOrNone
  dDaiLogBufferSenderMacAddress MacAddress
  dDaiLogBufferSenderIpAddress InetAddressIPv4
  dDaiLogBufferLastUpdate DateAndTime
  dDaiLogBufferPacketsCount Gauge32

DDaiVlanCfgEntry  
SEQUENCE    
  dDaiVlanCfgId VlanId
  dDaiVlanFilterArpAclName DisplayString
  dDaiVlanFilterArpAclStatic TruthValue
  dDaiVlanAclLogging BITS
  dDaiVlanDhcpBindingLogging BITS
  dDaiVlanCfgRowStatus RowStatus

DDaiIfConfigEntry  
SEQUENCE    
  dDaiIfTrustEnabled TruthValue

DDaiIfRateLimitEntry  
SEQUENCE    
  dDaiIfRateLimit Unsigned32
  dDaiIfBurstInterval Unsigned32

DDaiVlanStatsEntry  
SEQUENCE    
  dDaiVlanStatsIndex VlanId
  dDaiVlanForwarded Counter64
  dDaiVlanDropped Counter64
  dDaiVlanAclPermitted Counter64
  dDaiVlanDhcpBindingsPermitted Counter64
  dDaiVlanAclDenied Counter64
  dDaiVlanDhcpBindingDenied Counter64
  dDaiVlanSrcMacValidationFailures Counter64
  dDaiVlanDstMacValidationFailures Counter64
  dDaiVlanIpValidationFailures Counter64
  dDaiVlanStatsClear INTEGER

DDaiArpAccessListEntry  
SEQUENCE    
  dDaiArpAccessListName DisplayString
  dDaiArpAccessListRowStatus RowStatus

DDaiArpAccessRuleEntry  
SEQUENCE    
  dDaiArpAccessRuleSn Integer32
  dDaiArpAccessRuleRowStatus RowStatus
  dDaiArpAccessRuleAction DaiRuleType
  dDaiArpAccessRuleSenderMacAddr MacAddress
  dDaiArpAccessRuleSenderMacMask MacAddress
  dDaiArpAccessRuleSenderAddr IpAddress
  dDaiArpAccessRuleSenderAddrMask IpAddress

Defined Values

dlinkSwDynamicArpInspectionMIB 1.3.6.1.4.1.171.14.130
This MIB module defines objects for Dynamic ARP Inspection.
MODULE-IDENTITY    

dDaiNotifications 1.3.6.1.4.1.171.14.130.0
OBJECT IDENTIFIER    

dDaiObjects 1.3.6.1.4.1.171.14.130.1
OBJECT IDENTIFIER    

dDaiConformance 1.3.6.1.4.1.171.14.130.2
OBJECT IDENTIFIER    

dDaiGlobal 1.3.6.1.4.1.171.14.130.1.1
OBJECT IDENTIFIER    

dDaiVlan 1.3.6.1.4.1.171.14.130.1.2
OBJECT IDENTIFIER    

dDaiInterface 1.3.6.1.4.1.171.14.130.1.3
OBJECT IDENTIFIER    

dDaiStatistics 1.3.6.1.4.1.171.14.130.1.4
OBJECT IDENTIFIER    

dDaiAclCfg 1.3.6.1.4.1.171.14.130.1.5
OBJECT IDENTIFIER    

dDaiAddressValidate 1.3.6.1.4.1.171.14.130.1.1.1
This object specifies address validation criteria used by Dynamic ARP Inspection feature. 'srcMacAddress' - indicates that source MAC address in ethernet header is checked against the sender MAC address in ARP packet. When this bit is on, packets with different MAC addresses are classified as invalid packets and are dropped. This checking is done for both ARP request and ARP response packet. 'dstMacAddress' indicates that the destination MAC address in ethernet header is checked against the target MAC address in ARP packet. When this bit is on, packets with different addresses are classified as invalid packets and are dropped. This checking is done for ARP response packet only. 'ip' indicates that the IP addresses in ARP packet are checked for invalid or unexpected IP addresses. Addresses such as 0.0.0.0, 255.255.255.255 and all IP multicast addresses are considered invalid. When this bit is on, both the sender and target IP addresses in the ARP packet are checked. This checking is done for both ARP request and response packet.
Status: current Access: read-write
OBJECT-TYPE    
  BITS srcMacAddress(0), dstMacAddress(1), ip(2)  

dDaiLogBufferSize 1.3.6.1.4.1.171.14.130.1.1.2
This object specifies the buffer entry number.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dDaiClearLogBuffer 1.3.6.1.4.1.171.14.130.1.1.3
This object clears all entries in dDaiLoggingBufferTable , when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dDaiLogBufferTable 1.3.6.1.4.1.171.14.130.1.1.4
A table provides the information of logged ARP flows for system message generation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDaiLogBufferEntry

dDaiLogBufferEntry 1.3.6.1.4.1.171.14.130.1.1.4.1
An entry contains logged ARP flow data for system message generation. Entries in the log are cleared once system messages are generated on their behalf. A special entry will be populated for accounting drops of all flows that result in exceeding the number of entries of the log buffer. This special entry only contains packets counter and timestamps information.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDaiLogBufferEntry  

dDaiLogBufferIndex 1.3.6.1.4.1.171.14.130.1.1.4.1.1
This object uniquely identifies a logged ARP flow in the buffer.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dDaiLogBufferInterface 1.3.6.1.4.1.171.14.130.1.1.4.1.2
This object indicates the interface which sent the logged ARP flow.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

dDaiLogBufferVlan 1.3.6.1.4.1.171.14.130.1.1.4.1.3
This object indicates the VLAN ID which the logged ARP flow belongs to.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIdOrNone  

dDaiLogBufferSenderMacAddress 1.3.6.1.4.1.171.14.130.1.1.4.1.4
This object indicates the sender MAC address of the logged ARP flow. All zeros MAC address value indicates the special entry.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dDaiLogBufferSenderIpAddress 1.3.6.1.4.1.171.14.130.1.1.4.1.5
This object indicates the sender Internet address of the logged ARP flow. The type of this address is determined by the value of dDaiLogBufferSenderAddressType object. All zeros IP address value indicates the special entry.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv4  

dDaiLogBufferLastUpdate 1.3.6.1.4.1.171.14.130.1.1.4.1.6
This object indicates the timestamp when the last packet of this flow was accounted by the system.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

dDaiLogBufferPacketsCount 1.3.6.1.4.1.171.14.130.1.1.4.1.7
This object indicates the number of packets of this ARP flow was accounted by the system.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

dDaiVlanCrlFirst2K 1.3.6.1.4.1.171.14.130.1.2.1
This object specifies the Dynamic ARP Inspection enabled VLAN in a string of octets containing one bit per VLAN for VLANs 1 to 2048. If the bit is set to '1', then the VLAN is enabled for Dynamic ARP Inspection.
Status: current Access: read-write
OBJECT-TYPE    
  Dlink2kVlanList  

dDaiVlanCrlSecond2K 1.3.6.1.4.1.171.14.130.1.2.2
This object specifies the Dynamic ARP Inspection enabled VLAN in a string of octets containing one bit per VLAN for VLANs 2049 to 4094. If the bit is set to '1', then the VLAN is enabled for Dynamic ARP Inspection.
Status: current Access: read-write
OBJECT-TYPE    
  Dlink2kVlanList  

dDaiVlanCfgTable 1.3.6.1.4.1.171.14.130.1.2.3
A table contains a list of configuration for Dynamic ARP Inspection per VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDaiVlanCfgEntry

dDaiVlanCfgEntry 1.3.6.1.4.1.171.14.130.1.2.3.1
A row instance contains the Dynamic ARP inspection configuration for a specific VLAN in the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDaiVlanCfgEntry  

dDaiVlanCfgId 1.3.6.1.4.1.171.14.130.1.2.3.1.1
This object indicates the VLAN ID of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

dDaiVlanFilterArpAclName 1.3.6.1.4.1.171.14.130.1.2.3.1.2
This object specifies an ARP ACL name that is used to check the validity of the bindings information in ARP body. An empty string indicates that the ARP ACL is not configured on the VLAN.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

dDaiVlanFilterArpAclStatic 1.3.6.1.4.1.171.14.130.1.2.3.1.3
This object indicates whether drop the packet if the IP-to-Ethernet MAC binding pair is not permitted by the arp ACL. This object does not take effect if value of dDaiVlanFilterArpAclName on the row is an empty string. 'true' indicates the implicit denied packet is dropped and ARP packet is not compared against DHCP bindings information. 'false' indicates if ARP packet is not explicitly classified by ARP ACL, it will be compared against DHCP bindings information.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dDaiVlanAclLogging 2.1.3.6.1.4.1.171.14.130.1.2.3.1.4
This object indicates the logging criteria for packets that are dropped or permitted based on ACL matches. 'permit' - indicates that logging is performed when packets is permitted by the configured ACL. 'deny' - indicates that logging is performed when packets is denied by the configured ACL.
Status: current Access: read-create
OBJECT-TYPE    
  BITS permit(0), deny(1)  

dDaiVlanDhcpBindingLogging 2.1.3.6.1.4.1.171.14.130.1.2.3.1.5
This object specifies the logging criteria when ARP packets is compared against DHCP bindings information. 'permit' - indicates that logging is performed for packets that are permitted as a result of comparing with DHCP bindings information. 'deny' - indicates that logging is performed for packets that are denied as a result of comparing with DHCP bindings information.
Status: current Access: read-create
OBJECT-TYPE    
  BITS permit(0), deny(1)  

dDaiVlanCfgRowStatus 1.3.6.1.4.1.171.14.130.1.2.3.1.99
The status of this conceptual row entry. This object is used to manage creation and deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dDaiIfConfigTable 1.3.6.1.4.1.171.14.130.1.3.1
A table provides the mechanism to configure the trust state for Dynamic ARP Inspection purpose at each interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDaiIfConfigEntry

dDaiIfConfigEntry 1.3.6.1.4.1.171.14.130.1.3.1.1
A row instance contains the configuration to enable or disable trust state for Dynamic ARP Inspection at each interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDaiIfConfigEntry  

dDaiIfTrustEnabled 1.3.6.1.4.1.171.14.130.1.3.1.1.1
This object indicates whether the interface is trusted for Dynamic ARP Inspection purpose. If this object is set to 'true', the interface is trusted. ARP packets coming to this interface will be forwarded without Dynamic ARP inspection. If this object is set to 'false', the interface is not trusted. ARP packets coming to this interface will be subjected to ARP inspection.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDaiIfRateLimitTable 1.3.6.1.4.1.171.14.130.1.3.2
A table provides the mechanism to configure the rate limit for Dynamic ARP Inspection purpose at each interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDaiIfRateLimitEntry

dDaiIfRateLimitEntry 1.3.6.1.4.1.171.14.130.1.3.2.1
A row instance contains the configuration of rate limit Dynamic ARP Inspection at each interface capable of this feature.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDaiIfRateLimitEntry  

dDaiIfRateLimit 1.3.6.1.4.1.171.14.130.1.3.2.1.1
This object indicates rate limit value for Dynamic ARP Inspection purpose. If the incoming rate of ARP packets exceeds the value of this object, ARP packets will be dropped.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dDaiIfBurstInterval 1.3.6.1.4.1.171.14.130.1.3.2.1.2
This object indicates the length of the burst duration of the ARP packets that is allowed. When the rate of ARP packet per second exceeds the limitation and the condition sustain for the configured burst duration, the interface will be put in error disable state.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dDaiVlanStatsTable 1.3.6.1.4.1.171.14.130.1.4.1
A table lists the Dynamic Arp Inspection statistics per VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDaiVlanStatsEntry

dDaiVlanStatsEntry 1.3.6.1.4.1.171.14.130.1.4.1.1
A row instance contains Dynamic ARP Inspection statistics information for each VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDaiVlanStatsEntry  

dDaiVlanStatsIndex 1.3.6.1.4.1.171.14.130.1.4.1.1.1
This object indicates the VLAN ID of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

dDaiVlanForwarded 1.3.6.1.4.1.171.14.130.1.4.1.1.2
This object indicates the number of ARP packets forwarded by Dynamic Arp Inspection feature.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dDaiVlanDropped 1.3.6.1.4.1.171.14.130.1.4.1.1.3
This object indicates the number of ARP packets dropped by Dynamic ARP Inspection feature.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dDaiVlanAclPermitted 1.3.6.1.4.1.171.14.130.1.4.1.1.4
This object indicates the number of ARP packets permitted by the configured ACL.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dDaiVlanDhcpBindingsPermitted 1.3.6.1.4.1.171.14.130.1.4.1.1.5
This object indicates the number of ARP packets that are permitted by DHCP snooping binding database.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dDaiVlanAclDenied 1.3.6.1.4.1.171.14.130.1.4.1.1.6
This object indicates the number of ARP packets denied by the associating ACL.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dDaiVlanDhcpBindingDenied 1.3.6.1.4.1.171.14.130.1.4.1.1.7
This object indicates the number of ARP packets that are dropped by DHCP snooping binding database.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dDaiVlanSrcMacValidationFailures 1.3.6.1.4.1.171.14.130.1.4.1.1.8
This object indicates the number of ARP packets that fail source MAC address validation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dDaiVlanDstMacValidationFailures 1.3.6.1.4.1.171.14.130.1.4.1.1.9
This object indicates the number of ARP packets that fail destination MAC address validation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dDaiVlanIpValidationFailures 1.3.6.1.4.1.171.14.130.1.4.1.1.10
This object indicates the number of ARP packets that fail IP validation.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

dDaiVlanStatsClear 1.3.6.1.4.1.171.14.130.1.4.1.1.99
This object clears the counters in the same row when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dDaiVlanStatsClearAll 1.3.6.1.4.1.171.14.130.1.4.2
This object clears the counters of all entries in dDaiVlanStatsTable, when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dDaiArpAccessListNumber 1.3.6.1.4.1.171.14.130.1.5.1
This object indicates the number of entries present in the ARP access list table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dDaiArpAccessListTable 1.3.6.1.4.1.171.14.130.1.5.2
The table contains information about ARP access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDaiArpAccessListEntry

dDaiArpAccessListEntry 1.3.6.1.4.1.171.14.130.1.5.2.1
An entry defined in dDaiArpAccessListTable. An entry is created/removed when an ARP access list is created/deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDaiArpAccessListEntry  

dDaiArpAccessListName 1.3.6.1.4.1.171.14.130.1.5.2.1.1
The name of the ARP access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

dDaiArpAccessListRowStatus 1.3.6.1.4.1.171.14.130.1.5.2.1.99
This object allows the dynamic creation and deletion of an ARP access list.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dDaiArpAccessRuleTable 1.3.6.1.4.1.171.14.130.1.5.3
A table consists of a list of rules for the ARP access list.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDaiArpAccessRuleEntry

dDaiArpAccessRuleEntry 1.3.6.1.4.1.171.14.130.1.5.3.1
An entry is defined dDaiArpAccessRuleTable. The first instance identifier index value identifies the dDaiArpAccessListEntry that a ARP access rule (dDaiArpAccessRuleEntry) belongs to. An entry is removed from this table when its corresponding dDaiArpAccessListEntry is deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDaiArpAccessRuleEntry  

dDaiArpAccessRuleSn 1.3.6.1.4.1.171.14.130.1.5.3.1.1
Specifies the sequence number of the rule. A lower number represents a higher priority. The special value of 0 means the priority will be automatically determined by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

dDaiArpAccessRuleRowStatus 1.3.6.1.4.1.171.14.130.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  

dDaiArpAccessRuleAction 1.3.6.1.4.1.171.14.130.1.5.3.1.3
This object indicates the result of the packet examination is to permit or deny.
Status: current Access: read-create
OBJECT-TYPE    
  DaiRuleType  

dDaiArpAccessRuleSenderMacAddr 1.3.6.1.4.1.171.14.130.1.5.3.1.4
This object indicates the ARP sender MAC address of the entry.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

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

dDaiArpAccessRuleSenderAddr 1.3.6.1.4.1.171.14.130.1.5.3.1.6
This object indicates the ARP sender IP address of the entry.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

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

dDaiMIBCompliances 1.3.6.1.4.1.171.14.130.2.1
OBJECT IDENTIFIER    

dDaiMIBGroups 1.3.6.1.4.1.171.14.130.2.2
OBJECT IDENTIFIER    

dDaiMIBCompliance 1.3.6.1.4.1.171.14.130.2.1.1
The compliance statement for DLINKSW-DAI-MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

dDaiVlanCtrlGroup 1.3.6.1.4.1.171.14.130.2.2.1
A collection of objects providing configuration regarding the Dynamic ARP Inspection feature per VLAN.
Status: current Access: read-only
OBJECT-GROUP    

dDaiIfConfigGroup 1.3.6.1.4.1.171.14.130.2.2.2
A collection of objects which are used to configure as well as show information regarding the interface trust state for Dynamic ARP Inspection purpose.
Status: current Access: read-only
OBJECT-GROUP    

dDaiIfRateLimitGroup 1.3.6.1.4.1.171.14.130.2.2.3
A collection of objects which are used to configure as well as show information regarding the rate limit per interface for Dynamic ARP Inspection purpose.
Status: current Access: read-only
OBJECT-GROUP    

dDaiLoggingConfigGroup 1.3.6.1.4.1.171.14.130.2.2.4
A collection of objects providing logging configuration for Dynamic ARP Inspection feature.
Status: current Access: read-only
OBJECT-GROUP    

dDaiAddressValidationGroup 1.3.6.1.4.1.171.14.130.2.2.5
A collection of objects providing address validation configuration for Dynamic ARP Inspection feature.
Status: current Access: read-only
OBJECT-GROUP    

dDaiVlanCfgGroup 1.3.6.1.4.1.171.14.130.2.2.6
A collection of objects providing additional VLAN configuration for Dynamic ARP Inspection feature.
Status: current Access: read-only
OBJECT-GROUP    

dDaiVlanStatisticsGroup 1.3.6.1.4.1.171.14.130.2.2.7
A collection of objects providing Dynamic ARP Inspection statistics per VLAN.
Status: current Access: read-only
OBJECT-GROUP    

dDaiLogBufferGroup 1.3.6.1.4.1.171.14.130.2.2.8
A collection of objects providing logging information or control for Dynamic ARP Inspection feature.
Status: current Access: read-only
OBJECT-GROUP    

dDaiAclGroup 1.3.6.1.4.1.171.14.130.2.2.9
A collection of objects providing ARP access-list configuration.
Status: current Access: read-only
OBJECT-GROUP    

dDaiClearStatsGroup 1.3.6.1.4.1.171.14.130.2.2.10
A collection of objects providing clear the Dynamic Arp Inspection statistics.
Status: current Access: read-only
OBJECT-GROUP