CISCO-DHCP-SNOOPING-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-DHCP-SNOOPING-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
 ciscoDhcpSnoopingMIB 1.3.6.1.4.1.9.9.380
The MIB module is for configuration of DHCP Snooping feature. DHCP Snooping is a security mechanism which uses information gleaned from DHCP packets to provide per-interface security capabilities.
         ciscoDhcpSnoopingMIBNotifs 1.3.6.1.4.1.9.9.380.0
             cdsBindingsNotification 1.3.6.1.4.1.9.9.380.0.1
This notification is generated when a DHCP binding is learnt dynamically by the device. cdsBindingsAddrType and cdsBindingsIpAddress provides the IP address allocated for the DHCP client by the DHCP server. ifName identifies the interface where the DHCP client connects to.
         ciscoDhcpSnoopingMIBObjects 1.3.6.1.4.1.9.9.380.1
             cdsGlobal 1.3.6.1.4.1.9.9.380.1.1
                 cdsFeatureEnable 1.3.6.1.4.1.9.9.380.1.1.1 truthvalue read-write
This object indicates whether the DHCP Snooping feature is enabled at the device level. Setting this object to 'false' disables the DHCP Snooping feature globally thus disabling the feature at each VLAN. Setting this object to 'true' will start the DHCP Snooping feature running in the device. Once the DHCP Snooping is enabled, whether the feature is running at each VLAN is controlled by the cdsVlanConfigTable.
                 cdsDatabaseFile 1.3.6.1.4.1.9.9.380.1.1.2 snmpadminstring read-write
This object indicates the name of the database file used to store DHCP bindings information.
                 cdsDatabaseUpdateInterval 1.3.6.1.4.1.9.9.380.1.1.3 unsigned32 read-write
This object indicates the time interval at which DHCP bindings information will be written to the database file denoted by cdsDatabaseFile object. Setting this object to zero will disable the storage of DHCP bindings.
                 cdsRelayAgentInfoOptEnable 1.3.6.1.4.1.9.9.380.1.1.4 truthvalue read-write
This object indicates if the DHCP relay agent information option (option 82) will be inserted to DHCP packets by DHCP Snooping feature. If this object is set to 'true', DHCP option 82 data will be inserted to DHCP packets. If this object is set to 'false', DHCP option 82 data will not be inserted.
                 cdsRelayAgentInfoOptRemoteId 1.3.6.1.4.1.9.9.380.1.1.5 macaddress read-only
This object indicates the Remote ID used as part of the DHCP relay information option (option 82) data inserted to DHCP packets by DHCP Snooping feature. The value of this object is ignored whenever the value of cdsRelayAgentInfoOptEnable object is 'false'. This object is deprecated and superceded by cdsRelayAgentInfoOptRemoteIdSub object.
                 cdsMatchMacAddressEnable 1.3.6.1.4.1.9.9.380.1.1.6 truthvalue read-write
This object indicates if DHCP Snooping Mac address matching is enabled. If this object is set to 'true', DHCP Snooping Mac address matching is enabled. If this object is set to 'false', DHCP Snooping Mac address matching is disabled.
                 cdsGlobalMaxBindingsLimit 1.3.6.1.4.1.9.9.380.1.1.7 unsigned32 read-write
This object specifies the maximum number of DHCP bindings allowed in the device.
                 cdsRelayAgentInfoOptRemoteIdSub 1.3.6.1.4.1.9.9.380.1.1.8 octet string read-write
This object specifies the Remote ID used in Agent Remote ID sub-option of the DHCP relay information option (option 82) data inserted to DHCP packets by DHCP Snooping feature. The value of this object is in a format of a user-defined string. Its default value is the device's MAC address. The value of this object is ignored whenever the value of cdsRelayAgentInfoOptEnable object is 'false'.
                 cdsBindingsNotifEnabled 1.3.6.1.4.1.9.9.380.1.1.9 truthvalue read-write
This object specifies whether cdsBindingsNotification is generated by the system. Setting this object value to 'true' will enable generation of cdsBindingsNotification. Seting this object value to 'false' will disable generation of cdsBindingsNotification.
             cdsVlan 1.3.6.1.4.1.9.9.380.1.2
                 cdsVlanConfigTable 1.3.6.1.4.1.9.9.380.1.2.1 no-access
A table provides the mechanism to control DHCP Snooping per VLAN. When a VLAN is created in a device supporting this table, a corresponding entry of this table will be added.
                     cdsVlanConfigEntry 1.3.6.1.4.1.9.9.380.1.2.1.1 no-access
A row instance contains the configuration to enable or disable DHCP Snooping at each existing VLAN.
                         cdsVlanIndex 1.3.6.1.4.1.9.9.380.1.2.1.1.1 vlanindex no-access
This object indicates the VLAN number on which DHCP Snooping feature is configured.
                         cdsVlanDhcpSnoopingEnable 1.3.6.1.4.1.9.9.380.1.2.1.1.2 truthvalue read-write
This object indicates whether DHCP Snooping is enabled in this VLAN. If this object is set to 'true', DHCP Snooping is enabled. If this object is set to 'false', DHCP Snooping is disabled.
                         cdsVlanDhcpSnoopingOperStatus 1.3.6.1.4.1.9.9.380.1.2.1.1.3 integer read-only
This object indicates whether DHCP Snooping is operational in this VLAN. If this object is 'operational', DHCP Snooping is running. If this object is 'notOperational', DHCP Snooping is not running. Enumeration: 'notOperational': 2, 'operational': 1.
             cdsInterface 1.3.6.1.4.1.9.9.380.1.3
                 cdsIfConfigTable 1.3.6.1.4.1.9.9.380.1.3.1 no-access
A table provides the mechanism to configure the trust state for DHCP Snooping purpose at each interface capable of this feature. Some of the interfaces (but not limited to) for which this feature might be applicable are: ifType = ethernetCsmacd(6).
                     cdsIfConfigEntry 1.3.6.1.4.1.9.9.380.1.3.1.1 no-access
A row instance contains the configuration to enable or disable trust state for DHCP Snooping at each interface capable of this feature.
                         cdsIfTrustEnable 1.3.6.1.4.1.9.9.380.1.3.1.1.1 truthvalue read-write
This object indicates whether the interface is trusted for DHCP Snooping purpose. If this object is set to 'true', the interface is trusted. DHCP packets coming to this interface will be forwarded without checking. If this object is set to 'false', the interface is not trusted. DHCP packets coming to this interface will be subjected to DHCP checks.
                 cdsIfRateLimitTable 1.3.6.1.4.1.9.9.380.1.3.2 no-access
A table provides the mechanism to configure the rate limit for DHCP Snooping purpose at each interface capable of this feature. Some of the interfaces (but not limited to) for which this feature might be applicable are: ifType = ethernetCsmacd(6).
                     cdsIfRateLimitEntry 1.3.6.1.4.1.9.9.380.1.3.2.1 no-access
A row instance contains the configuration of rate limit DHCP Snooping at each interface capable of this feature.
                         cdsIfRateLimit 1.3.6.1.4.1.9.9.380.1.3.2.1.1 unsigned32 read-write
This object indicates rate limit value for DHCP Snooping purpose. If the value of this object is 0, no rate limit is applied for DHCP traffic at this interface.
                 cdsIfFeatureConfigTable 1.3.6.1.4.1.9.9.380.1.3.3 no-access
A table provides the mechanism to enable or disable DHCP Snooping feature at each interface capable of this feature. Some of the interfaces (but not limited to) for which this configuration might be applicable are: ifType = ethernetCsmacd(6).
                     cdsIfFeatureConfigEntry 1.3.6.1.4.1.9.9.380.1.3.3.1 no-access
A row instance contains the configuration to enable or disable DHCP Snooping at each interface capable of this feature.
                         cdsIfFeatureEnable 1.3.6.1.4.1.9.9.380.1.3.3.1.1 truthvalue read-write
This object indicates whether the DHCP Snooping feature is enabled at this interface. If this object is set to 'true', DHCP Snooping is enabled. If this object is set to 'false', DHCP Snooping is disabled.
                 cdsIfBindingsLimitTable 1.3.6.1.4.1.9.9.380.1.3.4 no-access
A table provides the mechanism to configure the binding limit for DHCP Snooping purpose at each interface capable of this feature. Some of the interfaces (but not limited to) for which this feature might be applicable are: ifType = ethernetCsmacd(6).
                     cdsIfBindingsLimitEntry 1.3.6.1.4.1.9.9.380.1.3.4.1 no-access
A row instance contains the configuration of binding limit at each interface capable of this feature.
                         cdsIfBindingsLimit 1.3.6.1.4.1.9.9.380.1.3.4.1.1 unsigned32 read-write
This object specifies the maximum number of DHCP bindings allowed on this interface. This objects value will limit the number of entries in cdsBindingsTable and cdsStaticBindingsTable. The sum of all instances' value of cdsIfBindingsLimit in this table should be less than or equal to the object value of cdsGlobalMaxBindingsLimit.
                 cdsIfVlanRelayInfoOptCircuitIdTable 1.3.6.1.4.1.9.9.380.1.3.5 no-access
Each entry in this table represent circuit-id information, configured on per port per vlan.
                     cdsIfVlanRelayInfoOptCircuitIdEntry 1.3.6.1.4.1.9.9.380.1.3.5.1 no-access
Entry contains circuit-id information for a particular interface and VLAN.
                         cdsIfVlan 1.3.6.1.4.1.9.9.380.1.3.5.1.1 vlanindex no-access
This object indicates the VLAN on which circuit-id is configured.
                         cdsIfVlanRelayInfoOptCircuitId 1.3.6.1.4.1.9.9.380.1.3.5.1.2 octet string read-only
This object specifies circuit-id used in Agent Circuit ID sub-option of the DHCP relay information option (option 82) data inserted to DHCP packets by DHCP Snooping feature. The value of this object is in a format of a user-defined string. The value of this object is ignored whenever the value of cdsRelayAgentInfoOptEnable object is 'false'.
                         cdsIfVlanRelayInfoOptCircuitIdStatus 1.3.6.1.4.1.9.9.380.1.3.5.1.3 rowstatus read-only
This object is used to manage the creation and deletion of rows in this table. It only supports 'active(1)', 'destroy(6)' and 'createAndGo(4)' value. Entry in this table gets created by setting cdsIfVlanRelayInfoOptCircuitIdStatus object to 'createAndGo'. Entry in this table gets deleted by setting cdsIfVlanRelayInfoOptCircuitIdStatus object to 'destroy' Value of cdsIfRelayInfoOptCircuitId object can be modified when the value of this RowStatus object is 'active'.
                         cdsIfVlanRelayInfoOptCircuitIdDirect 1.3.6.1.4.1.9.9.380.1.3.5.1.4 truthvalue read-only
This object specifies to ignore the length and type in Agent Circuit ID sub-option of the DHCP relay information option (option 82) data inserted to DHCP packets by DHCP Snooping feature. The value of this object is ignored whenever the value of cdsRelayAgentInfoOptEnable object is 'false'.
             cdsBindings 1.3.6.1.4.1.9.9.380.1.4
                 cdsBindingsTable 1.3.6.1.4.1.9.9.380.1.4.1 no-access
A table provides the DHCP bindings information learnt by the device.
                     cdsBindingsEntry 1.3.6.1.4.1.9.9.380.1.4.1.1 no-access
A row instance contains the Mac address, IP address type, IP address, VLAN number, interface number, leased time, and status of this instance.
                         cdsBindingsVlan 1.3.6.1.4.1.9.9.380.1.4.1.1.1 vlanindex no-access
This object indicates the VLAN to which a DHCP client host belongs.
                         cdsBindingsMacAddress 1.3.6.1.4.1.9.9.380.1.4.1.1.2 macaddress no-access
This object indicates the MAC address of a DHCP client host.
                         cdsBindingsAddrType 1.3.6.1.4.1.9.9.380.1.4.1.1.3 inetaddresstype read-only
This object indicates the type of IP address denoted in cdsBindingsIpAddress object.
                         cdsBindingsIpAddress 1.3.6.1.4.1.9.9.380.1.4.1.1.4 inetaddress read-only
This object indicates the allocated IP address of a DHCP client host.
                         cdsBindingsInterface 1.3.6.1.4.1.9.9.380.1.4.1.1.5 interfaceindex read-only
This object indicates the interface where a DHCP client host connects to.
                         cdsBindingsLeasedTime 1.3.6.1.4.1.9.9.380.1.4.1.1.6 unsigned32 read-only
This object indicates the leased time of this DHCP bindings.
                         cdsBindingsStatus 1.3.6.1.4.1.9.9.380.1.4.1.1.7 rowstatus read-only
This object is used to manage the deletion of rows in this table. This object only supports active(1) and destroy(6) value. Whenever a DHCP binding is learnt by the device, an entry will be created by the device in this table with its RowStatus object set to active(1). Setting this object value to destroy(6) will clear the DHCP bindings information represented by this row instance.
                         cdsBindingsHostname 1.3.6.1.4.1.9.9.380.1.4.1.1.8 snmpadminstring read-only
This object indicates the host name of the DHCP client as denoted by DHCP option 12 field. An empty string indicates absence of option 12 in DHCP packet.
                 cdsStaticBindingsTable 1.3.6.1.4.1.9.9.380.1.4.2 no-access
A table provides the DHCP bindings information configured by (local or network) management.
                     cdsStaticBindingsEntry 1.3.6.1.4.1.9.9.380.1.4.2.1 no-access
A row instance contains the Mac address, IP address type, IP address, VLAN number, interface number, and status of this instance.
                         cdsStaticBindingsVlan 1.3.6.1.4.1.9.9.380.1.4.2.1.1 vlanindex no-access
This object indicates the VLAN to which a DHCP client host belongs.
                         cdsStaticBindingsMacAddress 1.3.6.1.4.1.9.9.380.1.4.2.1.2 macaddress no-access
This object indicates the MAC address of a DHCP client host.
                         cdsStaticBindingsAddrType 1.3.6.1.4.1.9.9.380.1.4.2.1.3 inetaddresstype read-only
This object indicates the type of IP address denoted in cdsStaticBindingsIpAddress object.
                         cdsStaticBindingsIpAddress 1.3.6.1.4.1.9.9.380.1.4.2.1.4 inetaddress read-only
This object indicates the allocated IP address of a DHCP client host.
                         cdsStaticBindingsInterface 1.3.6.1.4.1.9.9.380.1.4.2.1.5 interfaceindex read-only
This object indicates the ifIndex value of the interface where a DHCP client host connects to.
                         cdsStaticBindingsStatus 1.3.6.1.4.1.9.9.380.1.4.2.1.6 rowstatus read-only
This object is used to manage the creation and deletion of rows in this table. An entry can be created by setting the instance value of this object to 'createAndGo', and deleted by setting the instance value of this object to 'destroy'. The value of cdsStaticBindingsAddrType, cdsStaticBindingsIpAddress, cdsStaticBindingsInterface object can be modified when the value of this RowStatus object is 'active'.
             cdsStatistics 1.3.6.1.4.1.9.9.380.1.5
                 cdsTotalForwardedPkts 1.3.6.1.4.1.9.9.380.1.5.1 counter64 read-only
Indicates the total number of packets subjected to DHCP Snooping is forwarded.
                 cdsTotalDroppedPkts 1.3.6.1.4.1.9.9.380.1.5.2 counter64 read-only
Indicates the total number of packets subjected to DHCP Snooping is dropped.
                 cdsUntrustedPortDroppedPkts 1.3.6.1.4.1.9.9.380.1.5.3 counter64 read-only
Indicates the number of packets subjected to DHCP Snooping is dropped because they come from untrusted interface.
                 cdsForwardedWithoutOption82Pkts 1.3.6.1.4.1.9.9.380.1.5.4 counter32 read-only
Indicates the number of packets subjected to DHCP Snooping is forwarded without insertion of DHCP relay agent information option (option 82) data.
             cdsSrcGuard 1.3.6.1.4.1.9.9.380.1.6
                 cdsIfSrcGuardConfigTable 1.3.6.1.4.1.9.9.380.1.6.1 no-access
A table provides the mechanism to enable or disable IP Source Guard at each physical interface capable of this feature. Some of the interfaces (but not limited to) for which this feature might be applicable are: ifType = ethernetCsmacd(6). When DHCP Snooping is enabled at an interface, a list of IP addresses is obtained through DHCP Snooping for this particular interface. If IP Source Guard is enabled, only traffic from these IP addresses is allowed to pass through the interface.
                     cdsIfSrcGuardConfigEntry 1.3.6.1.4.1.9.9.380.1.6.1.1 no-access
A row instance contains the configuration to enable or disable IP Source Guard as well as the configuration of the filter type at each physical interface capable of IP Source Guard feature.
                         cdsIfSrcGuardEnable 1.3.6.1.4.1.9.9.380.1.6.1.1.1 truthvalue read-write
This object indicates whether IP Source Guard is enabled at this interface. If this object is set to 'true', IP Source Guard is enabled. Traffic coming to this interface will be forwarded if it is from the list of IP addresses obtained through DHCP Snooping. Otherwise, it is denied. If this object is set to 'false', IP Source Guard is disabled. This object is deprecated and superceded by cdsIfSrcGuardFilterType object.
                         cdsIfSrcGuardFilterType 1.3.6.1.4.1.9.9.380.1.6.1.1.2 integer read-write
This object indicates the traffic filter type applied at this interface. 'disable' indicates that Source Guard feature is disabled. 'ip' indicates that Source Guard feature is enabled and only applied to IP traffic. 'ipMac' indicates that Source Guard feature is enabled and applied to both IP and MAC traffic. 'strictIpMac' indicates that Source Guard feature is enabled and applied to IP traffic. IP traffic originating from a DHCP client will subject to validation of client IP address, MAC address, VLAN and interface where the DHCP client is connected. Enumeration: 'ip': 2, 'disable': 1, 'strictIpMac': 4, 'ipMac': 3.
                 cdsIfSrcGuardAddrTable 1.3.6.1.4.1.9.9.380.1.6.2 no-access
A table provides the information on IP addresses used for IP Source Guard purpose at each physical interface capable of this feature. Some of the interfaces (but not limited to) for which this feature might be applicable are: ifType = ethernetCsmacd(6).
                     cdsIfSrcGuardAddrEntry 1.3.6.1.4.1.9.9.380.1.6.2.1 no-access
A row instance contains the IP address type and IP address used for IP Source Guard purpose at each physical interface capable of this feature.
                         cdsIfSrcGuardIndex 1.3.6.1.4.1.9.9.380.1.6.2.1.1 unsigned32 no-access
This object indicates the index of this entry.
                         cdsIfSrcGuardAddrType 1.3.6.1.4.1.9.9.380.1.6.2.1.2 inetaddresstype read-only
This object indicates the type of IP address denoted in cdsIfSrcGuardAddress object.
                         cdsIfSrcGuardAddress 1.3.6.1.4.1.9.9.380.1.6.2.1.3 inetaddress read-only
This object indicates the IP address obtained at this interface through DHCP Snooping or statically configured.
                         cdsIfSrcGuardIpFilterAction 1.3.6.1.4.1.9.9.380.1.6.2.1.4 integer read-only
This object indicates the IP Source Guard action applied at this interface with respect to IP traffic. permitIpAddress(1) indicates that IP traffic coming from the IP address denoted by cdsIfSrcGuardAddress object will be allowed to go through. denyAllIpAdress(2) indicates that all IP traffic coming to this interface will be dropped. The value of cdsIfSrcGuardAddress object will be ignored in this case. Enumeration: 'denyAllIpAddress': 2, 'permitIpAddress': 1.
                         cdsIfSrcGuardFilterMode 1.3.6.1.4.1.9.9.380.1.6.2.1.5 integer read-only
This object indicates the Source Guard filter mode at this interface. active(1) indicates that the Source Guard feature is active at this interface. inactiveTrustPort(2) indicates that the Source Guard feature is inactive because this interface is a DHCP Snooping trust interface. inactiveNoSnoopingVlan(3) indicates that the Source Guard feature is inactive because this interface does not have a VLAN which has DHCP Snooping enabled. Enumeration: 'active': 1, 'inactiveNoSnoopingVlan': 3, 'inactiveTrustPort': 2.
                         cdsIfSrcGuardMacAddress 1.3.6.1.4.1.9.9.380.1.6.2.1.6 macaddress read-only
This object indicates the MAC address for Source Guard purpose.
                         cdsIfSrcGuardMacFilterAction 1.3.6.1.4.1.9.9.380.1.6.2.1.7 integer read-only
This object indicates the Source Guard action applied at this interface with respect to MAC traffic. allowMacAddress(1) indicates that MAC traffic coming from the MAC address denoted by cdsIfSrcGuardMacAddress object will be allowed to go through. denyAllMacAddresses(2) indicates that all MAC traffic coming to this interface will be dropped. The value of cdsIfSrcGuardMacAddress object will be ignored in this case. permitAllMacAddresses(3) indicates that all MAC traffic coming to this interface will be allowed. The value of cdsIfSrcGuardMacAddress object will be ignored in this case. Enumeration: 'permitAllMacAddresses': 3, 'denyAllMacAddresses': 2, 'allowMacAddress': 1.
                         cdsIfSrcGuardVlansLow 1.3.6.1.4.1.9.9.380.1.6.2.1.8 octet string read-only
A string of octets containing one bit per VLAN for VLANs with VlanIndex value of 0 to 2047. The first octet corresponds to VLANs with VlanIndex values of 0 through 7; the second octet to VLANs 8 through 15; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. For each VLAN, if Source Guard feature is enabled then the bit corresponding to that VLAN is set to '1'. Note that if the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value zero. A NMS may omit any zero-valued octets from the end of this string in order to reduce SetPDU size, and the agent may also omit zero-valued trailing octets, to reduce the size of GetResponse PDUs.
                         cdsIfSrcGuardVlansHigh 1.3.6.1.4.1.9.9.380.1.6.2.1.9 octet string read-only
A string of octets containing one bit per VLAN for VLANs with VlanIndex value of 2048 to 4095. The first octet corresponds to VLANs with VlanIndex values of 2048 through 2055; the second octet to VLANs 2056 through 2063; etc. The most significant bit of each octet corresponds to the lowest value VlanIndex in that octet. For each VLAN, if Source Guard feature is enabled then the bit corresponding to that VLAN is set to '1'. Note that if the length of this string is less than 256 octets, any 'missing' octets are assumed to contain the value zero. A NMS may omit any zero-valued octets from the end of this string in order to reduce SetPDU size, and the agent may also omit zero-valued trailing octets, to reduce the size of GetResponse PDUs.
         ciscoDhcpSnoopingMIBConformance 1.3.6.1.4.1.9.9.380.2
             cdsMIBCompliances 1.3.6.1.4.1.9.9.380.2.1
                 cdsMIBCompliance 1.3.6.1.4.1.9.9.380.2.1.1
The compliance statement for the CISCO-DHCP-SNOOPING-MIB
                 cdsMIBCompliance2 1.3.6.1.4.1.9.9.380.2.1.2
The compliance statement for the CISCO-DHCP-SNOOPING-MIB
                 cdsMIBCompliance3 1.3.6.1.4.1.9.9.380.2.1.3
The compliance statement for the CISCO-DHCP-SNOOPING-MIB
                 cdsMIBCompliance4 1.3.6.1.4.1.9.9.380.2.1.4
The compliance statement for the CISCO-DHCP-SNOOPING-MIB
                 cdsMIBCompliance5 1.3.6.1.4.1.9.9.380.2.1.5
The compliance statement for the CISCO-DHCP-SNOOPING-MIB
                 cdsMIBCompliance6 1.3.6.1.4.1.9.9.380.2.1.6
The compliance statement for the CISCO-DHCP-SNOOPING-MIB. This statement is deprecated and superceded by cdsMIBCompliance7.
                 cdsMIBCompliance7 1.3.6.1.4.1.9.9.380.2.1.7
The compliance statement for the CISCO-DHCP-SNOOPING-MIB
             cdsMIBGroups 1.3.6.1.4.1.9.9.380.2.2
                 cdsGlobalEnableGroup 1.3.6.1.4.1.9.9.380.2.2.1
A collection of object which are used to configure as well as show information regarding the feature enabling.
                 cdsDatabaseGroup 1.3.6.1.4.1.9.9.380.2.2.2
A collection of objects which are used to configure as well as show information regarding the DHCP Snooping database filename and update interval.
                 cdsVlanConfigGroup 1.3.6.1.4.1.9.9.380.2.2.3
A collection of object which are used to configure as well as show information regarding the DHCP Snooping feature per VLAN.
                 cdsIfConfigGroup 1.3.6.1.4.1.9.9.380.2.2.4
A collection of object which are used to configure as well as show information regarding the interface trust state for DHCP Snooping purpose.
                 cdsIfRateLimitGroup 1.3.6.1.4.1.9.9.380.2.2.5
A collection of object which are used to configure as well as show information regarding the rate limit per interface for DHCP Snooping purpose.
                 cdsBindingsGroup 1.3.6.1.4.1.9.9.380.2.2.6
A collection of object which are used to configure as well as show information regarding the DHCP bindings data.
                 cdsStatisticsGroup 1.3.6.1.4.1.9.9.380.2.2.7
A collection of object which are used to show statistics information regarding DHCP Snooping feature.
                 cdsRelayAgentInfoOptGroup 1.3.6.1.4.1.9.9.380.2.2.8
A collection of objects which are used to configure as well as show information regarding DHCP Option 82 insertion.
                 cdsIfSrcGuardGroup 1.3.6.1.4.1.9.9.380.2.2.9
A collection of objects which are used to configure as well as show information regarding IP Source Guard purpose.
                 cdsRelayAgentRemoteIdGroup 1.3.6.1.4.1.9.9.380.2.2.10
A collection of objects which are used to indicate information regarding DHCP Option 82 remote ID relay agent.
                 cdsMatchMacAddressGroup 1.3.6.1.4.1.9.9.380.2.2.11
A collection of objects which are used to configure as well as show information regarding DHCP Snooping Mac address matching.
                 cdsIfFeatureConfigGroup 1.3.6.1.4.1.9.9.380.2.2.12
A collection of object which are used to configure as well as show information regarding enable or disable of DHCP Snooping feature at the interface.
                 cdsBindingsLimitGroup 1.3.6.1.4.1.9.9.380.2.2.13
A collection of objects which provides information regarding binding limit for DHCP Snooping purpose.
                 cdsStaticBindingsGroup 1.3.6.1.4.1.9.9.380.2.2.14
A collection of objects which is used to configure as well as show information regarding the DHCP bindings data configured by users.
                 cdsIfSrcGuardIpFilterGroup 1.3.6.1.4.1.9.9.380.2.2.15
A collection of objects which is used to show information regarding interface IP source guard purpose.
                 cdsIfSrcGuardExtGroup 1.3.6.1.4.1.9.9.380.2.2.16
A collection of objects which is used to show additional information regarding the IP source guard feature.
                 cdsIfSrcGuardTrafficFilterGroup 1.3.6.1.4.1.9.9.380.2.2.17
A collection of objects which is used to configure the type of traffic to be filtered by IP source guard feature.
                 cdsIfSrcGuardGroupRev1 1.3.6.1.4.1.9.9.380.2.2.18
A collection of objects which are used to configure as well as show information regarding IP Source Guard purpose.
                 cdsBindingsHostnameGroup 1.3.6.1.4.1.9.9.380.2.2.19
A collection of objects which indicates the host name of DHCP client in DHCP bindings data.
                 cdsRelayAgentInfoOptRemoteIdSubGroup 1.3.6.1.4.1.9.9.380.2.2.20
A collection of objects which are used to configure as well as show remote-id of option 82 DHCP Snooping.
                 cdsIfVlanRelayInfoOptCircuitIdGroup 1.3.6.1.4.1.9.9.380.2.2.21
A collection of objects which are used to configure as well as show circuit-id of option 82 DHCP Snooping.
                 cdsStatisticsExtGroup 1.3.6.1.4.1.9.9.380.2.2.22
A collection of objects which are used to show additional DHCP snooping statistics information.
                 cdsNotifControlGroup 1.3.6.1.4.1.9.9.380.2.2.23
A collection of object(s) which provides information on bindings notifications control for DHCP Snooping feature.
                 cdsBindingsNotificationGroup 1.3.6.1.4.1.9.9.380.2.2.24
A collection of notification(s) which provides bindings notifications support for DHCP Snooping feature.
                 cdsIfVlanRelayInfoOptCircuitIdGroupSup1 1.3.6.1.4.1.9.9.380.2.2.25
A collection of objects which indicates to ignore the length and type in Agent Circuit ID sub-option of the DHCP relay information option (option 82) data inserted to DHCP packets by DHCP Snooping feature.
                 cdsVlanOperStatusGroup 1.3.6.1.4.1.9.9.380.2.2.26
A collection of objects which provides information on operation status of DHCP Snooping feature in VLAN.