Renew ip dhcp snooping database – Dell POWEREDGE M1000E User Manual

Page 451

Advertising
background image

2-421

Cisco Catalyst Blade Switch 3130 and 3032 for Dell Command Reference

OL-13271-03

Chapter 2 Cisco Catalyst Blade Switch 3130 and 3032 for Dell Cisco IOS Commands

renew ip dhcp snooping database

renew ip dhcp snooping database

Use the renew ip dhcp snooping database privileged EXEC command on the switch stack or on a
standalone switch to renew the DHCP snooping binding database.

renew ip dhcp snooping database [{flash[number]:/filename | ftp://user:password@host/filename

| nvram:/filename | rcp://user@host/filename | tftp://host/filename}] [validation none]

This command is supported only if your switch is running the IP services feature set.

Syntax Description

Defaults

No default is defined.

Command Modes

Privileged EXEC

Command History

Usage Guidelines

If you do not specify a URL, the switch tries to read the file from the configured URL.

Examples

This example shows how to renew the DHCP snooping binding database without checking CRC values
in the file:

Switch# renew ip dhcp snooping database validation none

You can verify your settings by entering the show ip dhcp snooping database privileged EXEC
command.

flash[number]:/filen
ame

(Optional) Specify that the database agent or the binding file is in the flash
memory. Use the number parameter to specify the stack member number of the
stack master. The range for number is 1 to 9.

ftp://user:password
@host
/filename

(Optional) Specify that the database agent or the binding file is on an FTP
server.

nvram:/filename

(Optional) Specify that the database agent or the binding file is in the NVRAM.

rcp://user@host/file
name

(Optional) Specify that the database agent or the binding file is on a Remote
Control Protocol (RCP) server.

tftp://host/filename

(Optional) Specify that the database agent or the binding file is on a TFTP
server.

validation none

(Optional) Specify that the switch does not verify the cyclic redundancy check
(CRC) for the entries in the binding file specified by the URL.

Release

Modification

12.2(40)EX1

This command was introduced.

Advertising