DLINKSW-DHCP-SNOOPING-MIB

File: DLINKSW-DHCP-SNOOPING-MIB.mib (29986 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB IF-MIB Q-BRIDGE-MIB
DLINKSW-TC-MIB DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 Counter32 IpAddress
MODULE-COMPLIANCE OBJECT-GROUP MacAddress
TruthValue RowStatus DateAndTime
SnmpAdminString ifIndex InterfaceIndex
InterfaceIndexOrZero VlanId VlanIdOrNone
Dlink2kVlanList dlinkIndustrialCommon

Defined Types

DDhcpSnpIfTrustEntry  
SEQUENCE    
  dDhcpSnpIfTrustEnabled TruthValue

DDhcpSnpIfRateLimitEntry  
SEQUENCE    
  dDhcpSnpIfRateLimit Integer32

DDhcpSnpIfBindingsLimitEntry  
SEQUENCE    
  dDhcpSnpIfBindingsLimit Integer32

DDhcpSnpBindingsEntry  
SEQUENCE    
  dDhcpSnpBindingsMacAddress MacAddress
  dDhcpSnpBindingsVlan VlanId
  dDhcpSnpBindingsIpAddress IpAddress
  dDhcpSnpBindingsInterface InterfaceIndex
  dDhcpSnpBindingsLeasedTime Unsigned32
  dDhcpSnpBindingsStatus RowStatus

DDhcpSnpBindingsClearEntry  
SEQUENCE    
  dDhcpSnpBindingsClearIndex Unsigned32
  dDhcpSnpBindingsClearByMacAddr MacAddress
  dDhcpSnpBindingsClearByVlan VlanIdOrNone
  dDhcpSnpBindingsClearByIpAddress IpAddress
  dDhcpSnpBindingsClearByInterface InterfaceIndexOrZero
  dDhcpSnpBindingsClearStatus INTEGER

Defined Values

dlinkSwDhcpSnpMIB 1.3.6.1.4.1.171.14.131
This MIB module defines objects for DHCP snooping.
MODULE-IDENTITY    

dDhcpSnpMIBNotifications 1.3.6.1.4.1.171.14.131.0
OBJECT IDENTIFIER    

dDhcpSnpMIBObjects 1.3.6.1.4.1.171.14.131.1
OBJECT IDENTIFIER    

dDhcpSnpMIBConformance 1.3.6.1.4.1.171.14.131.2
OBJECT IDENTIFIER    

dDhcpSnpGlobalObjects 1.3.6.1.4.1.171.14.131.1.1
OBJECT IDENTIFIER    

dDhcpSnpGlobalEnabled 1.3.6.1.4.1.171.14.131.1.1.1
This object indicates the global state of the DHCP snooping.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDhcpSnpVerifyMacAddressEnabled 1.3.6.1.4.1.171.14.131.1.1.2
This object indicates whether the DHCP snooping validates the source MAC address matches the client hardware address in the received DHCP request packet.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDhcpSnpStationMoveDenyEnabled 1.3.6.1.4.1.171.14.131.1.1.3
This object indicates whether dynamic DHCP snooping binding entry with same IP and MAC address on specific port can move to another port if the Switch detects a new DHCP process belongs to same IP and MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDhcpSnpOption82AllowUntrust 1.3.6.1.4.1.171.14.131.1.1.4
This object indicates whether the DHCP snooping allows the DHCP request packets with relay option 82 on the untrusted interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDhcpSnpBootpBindEnabled 1.3.6.1.4.1.171.14.131.1.1.5
This object indicates whether the DHCP snooping snoops the BOOTP messages and learns the binding entry.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDhcpSnpDatabaseObjects 1.3.6.1.4.1.171.14.131.1.2
OBJECT IDENTIFIER    

dDhcpSnpDatabaseUrl 1.3.6.1.4.1.171.14.131.1.2.1
This object indicates the URL to store the DHCP snooping binding entries to local flash or remote site.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

dDhcpSnpDatabaseUpdateInterval 1.3.6.1.4.1.171.14.131.1.2.2
This object indicates the time interval at which DHCP bindings information will be written to the location that is specified by dDhcpSnpDatabaseUrl. The special value of 0 indicates disable the storing.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 60..86400  

dDhcpSnpRenewDatabaseUrl 1.3.6.1.4.1.171.14.131.1.2.3
This object indicates the URL to renew the DHCP binding database.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

dDhcpSnpRenewValidateDbEnabled 1.3.6.1.4.1.171.14.131.1.2.4
This object indicates whether the DHCP snooping verify the checksum for the entries when loading DHCP bindings information.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDhcpSnpRenewDatabase 1.3.6.1.4.1.171.14.131.1.2.5
This object starts loading DHCP snooping binding entries, when set to 'renew'. 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 renew(1), noOp(2)  

dDhcpSnpDbLastSucceeded 1.3.6.1.4.1.171.14.131.1.2.6
This object indicates the last time at which the agent downloaded the database successfully.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

dDhcpSnpDbLastFailed 1.3.6.1.4.1.171.14.131.1.2.7
This object indicates the last time at which the agent failed to download the database.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

dDhcpSnpClearDatabaseStatistics 1.3.6.1.4.1.171.14.131.1.2.8
This object clears the DHCP snooping database statistics, 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)  

dDhcpSnpDbLastIgnoredCounters 1.3.6.1.4.1.171.14.131.1.2.9
OBJECT IDENTIFIER    

dDhcpSnpStatBindingCollision 1.3.6.1.4.1.171.14.131.1.2.9.1
This object indicates the number of entry that DHCP snooping create collisions with the entry exist in DHCP snooping database.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dDhcpSnpStatExpiredLease 1.3.6.1.4.1.171.14.131.1.2.9.2
This object indicates the number of entry expires in DHCP snooping database.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dDhcpSnpStatInvalidInterfaces 1.3.6.1.4.1.171.14.131.1.2.9.3
This object indicates the number of interfaces that receive the DHCP message but DHCP snooping is not performed.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dDhcpSnpStatUnsupportedVlans 1.3.6.1.4.1.171.14.131.1.2.9.4
This object indicates the number of the entry's VLAN is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dDhcpSnpStatParsingFailures 1.3.6.1.4.1.171.14.131.1.2.9.5
This object indicates the number of illegal DHCP packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dDhcpSnpStatChecksumErrors 1.3.6.1.4.1.171.14.131.1.2.9.6
This object indicates the number of calculated checksum value does not equal the stored checksum.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

dDhcpSnpVlanObjects 1.3.6.1.4.1.171.14.131.1.3
OBJECT IDENTIFIER    

dDhcpSnpVlanCrlFirst2K 1.3.6.1.4.1.171.14.131.1.3.1
This object specifies the DHCP snooping 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 DHCP snooping.
Status: current Access: read-write
OBJECT-TYPE    
  Dlink2kVlanList  

dDhcpSnpVlanCrlSecond2K 1.3.6.1.4.1.171.14.131.1.3.2
This object specifies the DHCP snooping enabled VLAN in a string of octets containing one bit per VLAN for VLANs 2049 to 4095. If the bit is set to '1', then the VLAN is enabled for DHCP snooping.
Status: current Access: read-write
OBJECT-TYPE    
  Dlink2kVlanList  

dDhcpSnpIfObjects 1.3.6.1.4.1.171.14.131.1.4
OBJECT IDENTIFIER    

dDhcpSnpIfTrustTable 1.3.6.1.4.1.171.14.131.1.4.1
A table provides the mechanism to control the DHCP snooping trust state for per interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcpSnpIfTrustEntry

dDhcpSnpIfTrustEntry 1.3.6.1.4.1.171.14.131.1.4.1.1
A row instance contains the configuration to enable or disable trust state for per interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcpSnpIfTrustEntry  

dDhcpSnpIfTrustEnabled 1.3.6.1.4.1.171.14.131.1.4.1.1.1
This object indicates whether the trust state of DHCP snooping in this interface.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dDhcpSnpIfRateLimitTable 1.3.6.1.4.1.171.14.131.1.4.2
A table provides the mechanism to control the DHCP snooping rate limit for per interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcpSnpIfRateLimitEntry

dDhcpSnpIfRateLimitEntry 1.3.6.1.4.1.171.14.131.1.4.2.1
A row instance contains the configuration of rate limit on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcpSnpIfRateLimitEntry  

dDhcpSnpIfRateLimit 1.3.6.1.4.1.171.14.131.1.4.2.1.1
This object indicates rate limit in this interface. The special value of -1 indicates not limit the DHCP packet to CPU on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 1..300  

dDhcpSnpIfBindingsLimitTable 1.3.6.1.4.1.171.14.131.1.4.3
A table provides the mechanism to control the DHCP snooping bindings limit for per interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcpSnpIfBindingsLimitEntry

dDhcpSnpIfBindingsLimitEntry 1.3.6.1.4.1.171.14.131.1.4.3.1
A row instance contains the configuration of bindings limit value on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcpSnpIfBindingsLimitEntry  

dDhcpSnpIfBindingsLimit 1.3.6.1.4.1.171.14.131.1.4.3.1.1
This object indicates bindings limit in this interface. The special value of 0 indicates dynamically learned binding entry is not allowed on the interface. The special value of -1 indicates no binding entry number limitation on the interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 -1 | 0..1024  

dDhcpSnpBindingsObjects 1.3.6.1.4.1.171.14.131.1.5
OBJECT IDENTIFIER    

dDhcpSnpBindingsTable 1.3.6.1.4.1.171.14.131.1.5.1
A table provides the DHCP snooping bindings information. A DHCP snooping binding can be created manually or learned dynamically.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcpSnpBindingsEntry

dDhcpSnpBindingsEntry 1.3.6.1.4.1.171.14.131.1.5.1.1
An entry consists of information for a DHCP snooping binding.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcpSnpBindingsEntry  

dDhcpSnpBindingsMacAddress 1.3.6.1.4.1.171.14.131.1.5.1.1.1
This object indicates the MAC address of a host.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dDhcpSnpBindingsVlan 1.3.6.1.4.1.171.14.131.1.5.1.1.2
This object indicates the VLAN to which a host belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanId  

dDhcpSnpBindingsIpAddress 1.3.6.1.4.1.171.14.131.1.5.1.1.3
This object indicates the allocated IP address of host.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

dDhcpSnpBindingsInterface 1.3.6.1.4.1.171.14.131.1.5.1.1.4
This object indicates the ifIndex value of the interface where a host connects to.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

dDhcpSnpBindingsLeasedTime 1.3.6.1.4.1.171.14.131.1.5.1.1.5
This object indicates the leased (expiry) time of this DHCP binding.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 60..4294967295  

dDhcpSnpBindingsStatus 1.3.6.1.4.1.171.14.131.1.5.1.1.99
This object is used to manage the creation and deletion of rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dDhcpSnpBindingsClearTable 1.3.6.1.4.1.171.14.131.1.5.2
A table provides mechanism to clear the DHCP snooping binding entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DDhcpSnpBindingsClearEntry

dDhcpSnpBindingsClearEntry 1.3.6.1.4.1.171.14.131.1.5.2.1
An entry defines the criteria to clear DHCP snooping binding entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  DDhcpSnpBindingsClearEntry  

dDhcpSnpBindingsClearIndex 1.3.6.1.4.1.171.14.131.1.5.2.1.1
The index uniquely identifies this row. The only legal value for this object is 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..1  

dDhcpSnpBindingsClearByMacAddr 1.3.6.1.4.1.171.14.131.1.5.2.1.2
This object indicates the specific MAC address to clear binding entry. When read, a special value of '000000000000'H is returned to indicate this criterion is not specified.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

dDhcpSnpBindingsClearByVlan 1.3.6.1.4.1.171.14.131.1.5.2.1.3
This object indicates the specific VLAN to clear binding entry. When read, a special value of 0 is returned to indicate this criterion is not specified.
Status: current Access: read-write
OBJECT-TYPE    
  VlanIdOrNone  

dDhcpSnpBindingsClearByIpAddress 1.3.6.1.4.1.171.14.131.1.5.2.1.4
This object indicates the specific IP address to clear binding entry. When read, a special value of 0.0.0.0 returned to indicate this criterion is not specified.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

dDhcpSnpBindingsClearByInterface 1.3.6.1.4.1.171.14.131.1.5.2.1.5
This object indicates the specific interface to clear binding entry. When read, a special value of 0 returned to indicate this criterion is not specified.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

dDhcpSnpBindingsClearStatus 1.3.6.1.4.1.171.14.131.1.5.2.1.99
This object is used to clear snooping binding entries when set to 'clear'. No action is taken if this object is set to 'noOp'. The clearing criteria depend on other non index objects. Note: if no object is configured, all entries will be cleared.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER clear(1), noOp(2)  

dDhcpSnpCompliances 1.3.6.1.4.1.171.14.131.2.1
OBJECT IDENTIFIER    

dDhcpSnpGroups 1.3.6.1.4.1.171.14.131.2.2
OBJECT IDENTIFIER    

dDhcpSnpCompliance 1.3.6.1.4.1.171.14.131.2.1.1
The compliance statement for entities which implement the DLINKSW-DHCP-SNOOPING-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

dDhcpSnpGlobalEnableGroup 1.3.6.1.4.1.171.14.131.2.2.1
A collection of objects which are used to configure as well as show information regarding the feature enabling.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpVlanEnableGroup 1.3.6.1.4.1.171.14.131.2.2.2
A collection of objects which are used to configure as well as show information regarding the feature enabling on each VLAN.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpIfTrustGroup 1.3.6.1.4.1.171.14.131.2.2.3
A collection of objects which are used to configure as well as show information regarding the interface trust state.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpBindingsGroup 1.3.6.1.4.1.171.14.131.2.2.4
A collection of objects which are used to manage DHCP bindings information.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpBindingsClearGroup 1.3.6.1.4.1.171.14.131.2.2.5
A collection of objects which are used to clear DHCP bindings
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpVerifyMacAddressGroup 1.3.6.1.4.1.171.14.131.2.2.6
A collection of object which are used to configure as well as show information regarding the verify Mac address state.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpStationMoveGroup 1.3.6.1.4.1.171.14.131.2.2.7
A collection of object which are used to configure as well as show information regarding the station move state.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpBootpBindGroup 1.3.6.1.4.1.171.14.131.2.2.8
A collection of object which are used to configure as well as show information regarding the BOOTP snooping state.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpRelayAgentInfoAllowGroup 1.3.6.1.4.1.171.14.131.2.2.9
A collection of object which are used to configure as well as show information regarding the allow Relay Agent information from untrust port state.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpDatabaseGroup 1.3.6.1.4.1.171.14.131.2.2.10
A collection of objects which are used to configure as well as show information regarding the DHCP snooping database.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpIfRateLimitGroup 1.3.6.1.4.1.171.14.131.2.2.11
A collection of objects which are used to configure as well as show information regarding the rate limit per interface.
Status: current Access: read-write
OBJECT-GROUP    

dDhcpSnpIfBindingsLimitGroup 1.3.6.1.4.1.171.14.131.2.2.12
A collection of objects which are used to configure as well as show information regarding the bindings limit per interface.
Status: current Access: read-write
OBJECT-GROUP