2-460
Catalyst 3750 Switch Command Reference
OL-8552-07
Chapter 2 Catalyst 3750 Switch Cisco IOS Commands
renew ip dhcp snooping database
renew ip dhcp snooping database
Use the
renew ip dhcp snooping database
privileged EXEC command 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
]
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(20)SE
This command was introduced.