HP-ICF-DHCP-SNOOP-MIB: View SNMP OID List / Download MIB

VENDOR: HEWLETT-PACKARD


 Home MIB: HP-ICF-DHCP-SNOOP-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 hpicfIpDhcpSnoop 1.3.6.1.4.1.11.2.14.11.5.1.34
This MIB module contains HP proprietary objects for managing DHCP Snooping.
       hpicfDhcpSnoopNotifications 1.3.6.1.4.1.11.2.14.11.5.1.34.0
           hpicfDhcpSnoopErrantReply 1.3.6.1.4.1.11.2.14.11.5.1.34.0.1
An hpicfDhcpSnoopErrantReply notification signifies that the DHCP snooping entity has detected and dropped an errant DHCP response packet.
       hpicfIpDhcpSnoopObjects 1.3.6.1.4.1.11.2.14.11.5.1.34.1
           hpicfIpDhcpSnoopConfig 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1
               hpicfDhcpSnoopGlobalCfg 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1
                   hpicfDhcpSnoopEnable 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.1 truthvalue read-write
The administrative status of the DHCP Snooping feature.
                   hpicfDhcpSnoopVlanEnable 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.2 octet string read-write
The administrative status for DHCP Snooping on each VLAN. There will be one bit in this string for each possible VLAN ID. Each octet within this value specifies a set of eight VLANs, with the first octet specifying VLAN IDs 1 through 8, the second octet specifying VLAN IDs 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered VLAN ID, and the least significant bit represents the highest numbered VLAN ID. Thus, each possible VLAN ID of the bridge is represented by a single bit within the value of this object. If a bit at position 'n' has a value of '1', then DHCP Snooping is enabled on VLAN 'n'. If this bit has a value of '0',DHCP Snooping is not enabled on the VLAN 'n',
                   hpicfDhcpSnoopVerifyMac 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.3 truthvalue read-write
When this variable is set to 'true', DHCP Snooping will verify that the MAC address in the chaddr field of the DHCP header matches the source MAC address in all DHCP packets received on untrusted ports. When this variable is set to 'false', DHCP Snooping will omit this check. The value of this variable is ignored when DHCP Snooping is disabled.
                   hpicfDhcpSnoopDatabaseFile 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.4 snmpadminstring read-write
A location to store the lease database, or to retrieve it after a reboot. The location must be given in the form of a Uniform Resource Locator (URL) as defined in RFC 2396. The allowed character sets and the encoding rules defined in RFC 2396 section 2 apply.
                   hpicfDhcpSnoopDatabaseWriteDelay 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.5 unsigned32 read-write
The number of seconds to delay writing the DHCP lease database file after a database change. This potentially allows grouping multiple database changes into a single write. The default is 300 seconds.
                   hpicfDhcpSnoopDatabaseWriteTimeout 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.6 unsigned32 read-write
The number of seconds to wait for the database file transfer to finish before giving up and declaring a failure. A value of 0 means continue retrying indefinitely. The default is 300 seconds.
                   hpicfDhcpSnoopOpt82Insert 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.7 truthvalue read-write
When this object is set to true, DHCP snooping will add a DHCP relay information option to DHCP client packets that it forwards on trusted ports, and will examine and strip DHCP relay information options that were inserted by this switch on DHCP server packets that it forwards to untrusted ports. Note that when DHCP relay and DHCP snooping are both enabled, and this object is set to true, relay information option processing will be handled by DHCP snooping, and any DHCP relay settings for relay information option processing will be ignored. This object defaults to true.
                   hpicfDhcpSnoopOpt82Policy 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.8 integer read-write
This object configures the behavior of DHCP snooping when forwarding a DHCP packet from an untrusted port that already has a DHCP relay information option present. The policies supported are: keep - forward the packet without updating the existing option replace - replace the existing option with one generated by this switch drop - drop the packet This policy is only applied if DHCP snooping is enabled and hpicfDhcpSnoopOpt82Insert is true. In all cases where this policy is applied, if there is no relay information option present in the received packet, DHCP snooping will add one. The default policy is drop. Enumeration: 'drop': 3, 'replace': 2, 'keep': 1.
                   hpicfDhcpSnoopOpt82RemoteId 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.9 integer read-write
This object configures the value that will be used for the remote ID sub-option of the relay information that will be inserted by DHCP snooping. The possible values are: mac - switch MAC address, subnetIP - switch IP address on the VLAN on which the DHCP packet was received, mgmtIP - switch IP address on the management VLAN. The value of this object is ignored unless DHCP snooping is enabled and hpicfDhcpSnoopOpt82Insert is true. The default value is mac. Enumeration: 'mac': 1, 'subnetIP': 2, 'mgmtIP': 3.
                   hpicfDhcpSnoopErrantReplyEnable 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.10 integer read-write
The operational status of hpicfDhcpSnoopErrantReply notifications. The default value is 1 (Enabled). A value of 2 represents Disabled. Writing this object requires authentication, such as provided by SNMPv3. Enumeration: 'disabled': 2, 'enabled': 1.
                   hpicfDhcpSnoopDatabaseFTPort 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.11 unsigned32 read-write
A location to store the port value of the FT Server. The default port value will be 69 for TFTP and 22 for SFTP.
                   hpicfDhcpSnoopDatabaseSFTPUsername 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.12 snmpadminstring read-write
A location to store the Username of the SFTP Server. The default value of username is root.
                   hpicfDhcpSnoopDatabaseSFTPPassword 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.13 snmpadminstring read-write
A location to store the Password of the SFTP Server
                   hpicfDhcpSnoopDatabaseValidateSFTPServer 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.14 integer read-write
This object sets the validate-sftp-server flag. When enabled, the user must login to the SFTP server to verify and accept the public key of the server. When disabled, the public key is accepted automatically. Enumeration: 'disabled': 2, 'enabled': 1.
                   hpicfDhcpSnoopAllowOverwriteBinding 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.1.15 truthvalue read-write
When set to true, allows DHCP Snooping binding to be overwritten for the same IP address. When a DHCP server offers a host an IP address and if this address is already bound to an existing host in the binding table, the existing binding is overwritten for the new host if the new host is successfully able to acquire the same IP address. When false, the DHCP offer packet will be dropped.
               hpicfDhcpSnoopPortTable 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.2 no-access
Per-interface configuration for DHCP Snooping.
                   hpicfDhcpSnoopPortEntry 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.2.1 no-access
DHCP snooping configuration information for a single port.
                       hpicfDhcpSnoopPortTrust 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.2.1.1 truthvalue read-write
This object indicates whether this port is trusted for DHCP snooping.
                       hpicfDhcpSnoopPortMaxbind 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.2.1.2 unsigned32 read-write
This object indicates the maximum number of bindings allowed on a port.
                       hpicfDhcpSnoopPortStaticBinding 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.2.1.3 unsigned32 read-only
This object indicates the static bindings present on a port.
                       hpicfDhcpSnoopPortDynamicBinding 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.2.1.4 unsigned32 read-only
This object indicates the Dynamic bindings present on a port.
               hpicfDhcpSnoopServerTable 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.3 no-access
Table of authorized DHCP server addresses.
                   hpicfDhcpSnoopServerEntry 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.3.1 no-access
A row in the table, containing the address of a single authorized DHCP server.
                       hpicfDhcpSnoopServerAddrType 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.3.1.1 inetaddresstype no-access
The type of address in hpicfDhcpSnoopServerAddress.
                       hpicfDhcpSnoopServerAddress 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.3.1.2 inetaddress no-access
The address of a known valid DHCP server. The type of address contained in this object is indicated by hpicfDhcpSnoopServerAddrType. For DHCP snooping to allow a server to client packet to be forwarded, it must be received on a trusted port from a server address in this table. If this table is empty, all addresses are trusted. Note that this feature compares the source address of the received DHCP server packet against the addresses in this table. This means that this table needs to contain trusted server addresses as well as trusted DHCP relays that a server packet may be relayed through.
                       hpicfDhcpSnoopServerStatus 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.3.1.3 rowstatus read-only
The status of this DHCP server address entry. Only 'active' entries are used when validating DHCP server packets.
               hpicfIpStaticBindingsTable 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.4 no-access
A table of configured static IP address bindings for this device. Active rows in this table will also be reported in the hpicfDhcpSnoopBindingsTable as entries with an hpicfDhcpSnoopBindingsLeaseTime of 0xffffffff and an hpicfDhcpSnoopBindingsType of 'static'.
                   hpicfIpStaticBindingsEntry 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.4.1 no-access
A row in the table, containing a single static IP address binding.
                       hpicfIpStaticBindingsVlan 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.4.1.1 vlanindex no-access
The VLAN ID on which this static address binding is valid.
                       hpicfIpStaticBindingsAddrType 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.4.1.2 inetaddresstype no-access
The type of IP address contained in hpicfIpStaticBindingsAddress. The only values expected are ipv4 or ipv6.
                       hpicfIpStaticBindingsAddress 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.4.1.3 inetaddress no-access
The static IP address of this binding. The type of address contained in this object is indicated by hpicfIpStaticBindingsAddrType.
                       hpicfIpStaticBindingsMacAddress 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.4.1.4 macaddress read-only
The MAC address associated with this static binding on this VLAN.
                       hpicfIpStaticBindingsInterface 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.4.1.5 interfaceindex read-only
The interface that this static IP address binding is valid on in this VLAN.
                       hpicfIpStaticBindingsStatus 1.3.6.1.4.1.11.2.14.11.5.1.34.1.1.4.1.6 rowstatus read-only
The status of this static IP address binding. This object cannot be set to 'active' until valid value has been configured for hpicfIpStaticBindingsMacAddress and hpicfIpStaticBindingsInterface.
           hpicfIpDhcpSnoopStatus 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2
               hpicfDhcpSnoopGlobalStats 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1
                   hpicfDhcpSnoopCSForwards 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.1 counter32 read-only
Number of snooped DHCP packets that were successfully forwarded from untrusted client ports towards trusted DHCP server ports.
                   hpicfDhcpSnoopCSMACMismatches 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.2 counter32 read-only
Number of snooped DHCP client packets that were discarded because the MAC source address of the packet did not match the chaddr.
                   hpicfDhcpSnoopCSUntrustedOpt82s 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.3 counter32 read-only
Number of snooped DHCP client packets that were discarded because they were received on an untrusted port and contained a relay information option.
                   hpicfDhcpSnoopCSBadReleases 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.4 counter32 read-only
Number of snooped DHCP client packets that were discarded because they were DHCPRELEASE or DHCPDECLINE packets received on a port different from the port that the address was leased to.
                   hpicfDhcpSnoopCSUntrustedDestPorts 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.5 counter32 read-only
Number of snooped DHCP client unicast packets that were dropped because they were destined to untrusted ports.
                   hpicfDhcpSnoopSCForwards 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.6 counter32 read-only
Number of snooped DHCP packets that were successfully forwarded from trusted DHCP server ports to untrusted client ports.
                   hpicfDhcpSnoopSCUntrustedPorts 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.7 counter32 read-only
Number of snooped DHCP server packets that were dropped because they were received from untrusted ports.
                   hpicfDhcpSnoopSCUntrustedServers 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.8 counter32 read-only
Number of snooped DHCP server packets that were dropped because they were received from unauthorized DHCP server addresses.
                   hpicfDhcpSnoopSCOpt82Failures 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.9 counter32 read-only
Number of snooped DHCP server packets that were dropped because they did not contain a valid relay information option.
                   hpicfDhcpSnoopDBFileWriteAttempts 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.10 counter32 read-only
Number of attempts that have been made to write the DHCP lease database to a configured file location.
                   hpicfDhcpSnoopDBFileWriteFailures 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.11 counter32 read-only
Number of times that an attempt to write the DHCP lease database to a configured file location has failed.
                   hpicfDhcpSnoopDBFileReadStatus 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.12 integer read-only
This object indicates whether we were able to successfully load the DHCP lease database from the configured location after the last reboot. Enumeration: 'failed': 4, 'inProgress': 2, 'succeeded': 3, 'notConfigured': 1.
                   hpicfDhcpSnoopDBFileWriteStatus 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.13 integer read-only
This object indicates whether the DHCP lease database is currently synchronized with the the configured file server. 'notConfigured' means that we have not been configured with a server location. 'delaying' means that we are waiting for the write delay to expire before writing the current database. 'inProgress' means that a lease database transfer is active. 'succeeded' means that all leases in our database have been written to the server. 'failed' means that the last attempt to write our lease database failed. Enumeration: 'failed': 5, 'inProgress': 3, 'delaying': 2, 'succeeded': 4, 'notConfigured': 1.
                   hpicfDhcpSnoopDBFileLastWriteTime 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.14 dateandtime read-only
The time that we last successfully wrote our lease database to the server. This object will contain a value of all zeroes if we have not written our lease database since the last reboot.
                   hpicfDhcpSnoopPktsSent 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.15 counter32 read-only
Total number of snooped DHCP packets that were successfully sent.
                   hpicfDhcpSnoopPktsReceived 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.16 counter32 read-only
Total number of snooped DHCP packets that were received.
                   hpicfDhcpSnoopPktsDropped 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.17 counter32 read-only
Total number of snooped DHCP packets that were dropped.
                   hpicfDhcpSnoopMaxbindPktsDropped 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.1.18 counter32 read-only
Total number of snooped DHCP packets that were dropped due to max-binding configuration.
               hpicfDhcpSnoopBindingsTable 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2 no-access
A table of DHCP bindings that have been learned by this device.
                   hpicfDhcpSnoopBindingsEntry 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2.1 no-access
A row in the table, containing a single DHCP binding.
                       hpicfDhcpSnoopBindingsVlan 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2.1.1 vlanindex no-access
The VLAN ID on which this client binding was learned.
                       hpicfDhcpSnoopBindingsMacAddress 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2.1.2 macaddress no-access
The MAC address of the DHCP client that this binding applies to.
                       hpicfDhcpSnoopBindingsAddrType 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2.1.3 inetaddresstype no-access
The type of IP address contained in hpicfDhcpSnoopBindingsAddress. The only values expected are ipv4 or ipv6.
                       hpicfDhcpSnoopBindingsAddress 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2.1.4 inetaddress no-access
An IP address that has been leased to this client. The type of address contained in this object is indicated by hpicfDhcpSnoopBindingsAddrType.
                       hpicfDhcpSnoopBindingsInterface 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2.1.5 interfaceindex read-only
The interface that this DHCP client is connected to.
                       hpicfDhcpSnoopBindingsLeaseTime 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2.1.6 unsigned32 read-only
The number of seconds remaining until this DHCP lease times out. A value of 0xffffffff indicates an infinite lease.
                       hpicfDhcpSnoopBindingsType 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2.1.7 integer read-only
This object indicates how this binding was learned. A value of 'dhcp' indicates that this binding was learned by snooping a DHCP lease. A value of 'static' indicates that this binding was statically configured via the hpicfIpStaticBindingsTable. Enumeration: 'dhcp': 1, 'static': 2.
                       hpicfDhcpSnoopBindingsSecVlan 1.3.6.1.4.1.11.2.14.11.5.1.34.1.2.2.1.8 unsigned32 read-only
The secondary VLAN on which this client binding was learned. If binding is learned on primary or normal VLAN, this object will be zero.
           hpicfDhcpSnoopNotifyObjects 1.3.6.1.4.1.11.2.14.11.5.1.34.1.3
               hpicfDhcpSnoopNotifyCount 1.3.6.1.4.1.11.2.14.11.5.1.34.1.3.1 counter32 no-access
A count of the DHCP snooping notification sent from the DHCP snooping entity to the SNMP entity. This count may be greater than the count of notifications actually transmitted by the SNMP entity due to rate limiting or configuration.
               hpicfDhcpSnoopErrantSrcMAC 1.3.6.1.4.1.11.2.14.11.5.1.34.1.3.2 macaddress no-access
The MAC address received in the errant DHCP/BootP reply packet.
               hpicfDhcpSnoopErrantSrcIPType 1.3.6.1.4.1.11.2.14.11.5.1.34.1.3.3 inetaddresstype no-access
InetAddressType of the address reported in hpicfDhcpSnoopErrantSrcIP.
               hpicfDhcpSnoopErrantSrcIP 1.3.6.1.4.1.11.2.14.11.5.1.34.1.3.4 inetaddress no-access
The IP address received in the errant DHCP/BootP reply packet.
           hpicfDhcpSnoopClearStatsOptions 1.3.6.1.4.1.11.2.14.11.5.1.34.1.4
               hpicfDhcpSnoopClearStats 1.3.6.1.4.1.11.2.14.11.5.1.34.1.4.1 truthvalue read-write
When the value of this object is set to TRUE, all the dhcp-snoop statistics will be cleared. When the value of this object is set to FALSE, the operation is ignored. A get request for this object always returns FALSE.
           hpicfDhcpSnoopClearBindingsOptions 1.3.6.1.4.1.11.2.14.11.5.1.34.1.5
               hpicfDhcpSnoopClearBindings 1.3.6.1.4.1.11.2.14.11.5.1.34.1.5.1 truthvalue read-write
When the value of this object is set to TRUE, all the dynamic DHCP Snooping binding entries will be cleared. A write operation of FALSE leads to no operation and a get request for this object will always return FALSE.
               hpicfDhcpSnoopClearBindingsIpType 1.3.6.1.4.1.11.2.14.11.5.1.34.1.5.2 inetaddresstype read-write
This object indicates the type of the IP address of the DHCP Snooping binding entry.
               hpicfDhcpSnoopClearBindingsIpAddr 1.3.6.1.4.1.11.2.14.11.5.1.34.1.5.3 inetaddress read-write
Clears the dynamic DHCP Snooping binding entry that matches with the given IP address. This object will always return 0.
               hpicfDhcpSnoopClearBindingsPort 1.3.6.1.4.1.11.2.14.11.5.1.34.1.5.4 interfaceindexorzero read-write
Clears all the dynamic DHCP Snooping binding entries that are associated with the given port. This object will always return 0.
               hpicfDhcpSnoopClearBindingsVlan 1.3.6.1.4.1.11.2.14.11.5.1.34.1.5.5 interfaceindexorzero read-write
Clears all the dynamic DHCP Snooping binding entries that match with the given VLAN. This object will always return 0.
       hpicfDhcpSnoopConformance 1.3.6.1.4.1.11.2.14.11.5.1.34.2
           hpicfIpDhcpSnoopGroups 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1
               hpicfDhcpSnoopBaseGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.1
A collection of objects for configuring and monitoring the base DHCP snooping functionality.
               hpicfDhcpSnoopOpt82Group 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.2
A collection of objects for configuring and monitoring DHCP snooping relay information option behavior.
               hpicfDhcpSnoopServersGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.3
A collection of objects for configuring and monitoring DHCP snooping trusted servers.
               hpicfDhcpSnoopDbaseFileGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.4
A collection of objects for configuring and monitoring DHCP snooping database file management.
               hpicfDhcpSnoopBindingsGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.5
A collection of objects for accessing the DHCP snooping lease database.
               hpicfDhcpSnoopStaticBindingsGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.6
A collection of objects for managing static configuration of IP source address bindings.
               hpicfDhcpSnoopNotifyObjsGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.7
Group of objects used in DHCP Snooping notifications.
               hpicfDhcpSnoopNotificationGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.8
Description.
               hpicfDhcpSnoopPktsGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.9
A collection of objects for monitoring the base DHCP snooping functionality.
               hpicfDhcpSnoopClearStatsOptionsGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.10
The MIB object represents the clear dhcp-snoop statistics information.
               hpicfDhcpSnoopMaxbindingGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.11
A collection of objects for configuring and monitoring DHCP snooping maxbinding.
               hpicfDhcpSnoopPktsGroup1 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.12
A collection of objects for monitoring the base DHCP snooping functionality.
               hpicfDhcpSnoopDbaseFileGroup1 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.13
A collection of objects for configuring and monitoring DHCP snooping database file management.
               hpicfDhcpSnoopAllowOverwriteBindingGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.14
The MIB object represents the DHCP Snooping allow-overwrite-binding information.
               hpicfDhcpSnoopClearBindingsOptionsGroup 1.3.6.1.4.1.11.2.14.11.5.1.34.2.1.15
A collection of objects for clearing all the dynamic DHCP Snooping binding entries or selectively clearing entries based on the IP address, port or VLAN.
           hpicfDhcpSnoopCompliances 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2
               hpicfDhcpSnoopCompliance 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.1
The compliance statement for HP Routing switches that support DHCP Snooping.
               hpicfDhcpSnoopCompliance2 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.2
The compliance statement for HP Routing switches that support DHCP Snooping.
               hpicfDhcpSnoopCompliance3 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.3
The compliance statement for HP Routing switches that support DHCP Snooping.
               hpicfDhcpSnoopCompliance4 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.4
The compliance statement for HP switches that support DHCP Snooping.
               hpicfDhcpSnoopClearStatsCompliance 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.5
The compliance statement for clearing the dhcp-snooping Statistics implementation.
               hpicfDhcpSnoopCompliance6 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.6
The compliance statement for HP Routing switches that support DHCP Snooping.
               hpicfDhcpSnoopCompliance7 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.7
The compliance statement for HP switches that support DHCP Snooping.
               hpicfDhcpSnoopCompliance8 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.8
The compliance statement for HP Routing switches that support DHCP Snooping.
               hpicfDhcpSnoopCompliance9 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.9
The compliance statement for HP switches that support DHCP Snooping.
               hpicfDhcpSnoopCompliance10 1.3.6.1.4.1.11.2.14.11.5.1.34.2.2.10
The compliance statement for HP switches that support DHCP Snooping.