Configuration and Image File Commands
ip dhcp tftp-server ip address
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
138
9
Command Mode
Global Configuration mode
User Guidelines
This setting is only active when the DHCP options that the switch receives from
the DHCP server do not include the TFTP server and configuration file information.
In this case, the switch automatically downloads this configuration file from the
TFTP server defined in the ip dhcp tftp-server ip address command.
Example
The following example specifies the backup configuration file name as
autodhcp.cfg:
switchxxxxxx(config)#
ip dhcp tftp-server file autodhcp.cfg
ip dhcp tftp-server ip address
To set the IP address or hostname of the TFTP server from which the switch can
automatically download the configuration file by using the DHCP options, use the
ip dhcp tftp-server ip address Global Configuration mode command.
To delete the TFTP server, use the no form of this command.
Syntax
ip dhcp tftp-server ip address {
ipv4-address
|
hostname
|
ipv6-address
}
no dhcp tftp-server ip address
Parameters
•
ipv4-address
—IPv4 address of the TFTP server.
•
hostname
—Hostname of the TFTP server.
•
ipv6-address
—IPv6 address of the TFTP server.
Default Configuration
No TFTP server is specified.