2-214Cisco Catalyst Blade Switch 3130 and 3032 for Dell Command ReferenceOL-13271-03Chapter 2 Cisco Catalyst Blade Switch 3130 and 3032 for Dell Cisco IOS Commandsip dhcp snooping limit rateip dhcp snooping limit rateUse the ip dhcp snooping limit rate interface configuration command on the switch stack or on astandalone switch to configure the number of DHCP messages an interface can receive per second. Usethe no form of this command to return to the default setting.ip dhcp snooping limit rate rateno ip dhcp snooping limit rateSyntax DescriptionDefaults DHCP snooping rate limiting is disabled.Command Modes Interface configurationCommand HistoryUsage Guidelines Normally, the rate limit applies to untrusted interfaces. If you want to configure rate limiting for trustedinterfaces, keep in mind that trusted interfaces might aggregate DHCP traffic on multiple VLANs (someof which might not be snooped) in the switch, and you will need to adjust the interface rate limits to ahigher value.If the rate limit is exceeded, the interface is error-disabled. If you enabled error recovery by entering theerrdisable recovery dhcp-rate-limit global configuration command, the interface retries the operationagain when all the causes have timed out. If the error-recovery mechanism is not enabled, the interfacestays in the error-disabled state until you enter the shutdown and no shutdown interface configurationcommands.Examples This example shows how to set a message rate limit of 150 messages per second on an interface:Switch(config-if)# ip dhcp snooping limit rate 150You can verify your settings by entering the show ip dhcp snooping user EXEC command.Related Commandsrate Number of DHCP messages an interface can receive per second. The range is 1 to2048.Release Modification12.2(40)EX1 This command was introduced.Command Descriptionerrdisable recovery Configures the recover mechanism.show ip dhcp snooping Displays the DHCP snooping configuration.show ip dhcp snooping binding Displays the DHCP snooping binding information.