How to Perform Switch Setup Configuration
Command or Action
Step 10
no switchport
Example:
Switch(config-if)# no switchport
Step 11
ip address address mask
Example:
Switch(config-if)# ip address 10.10.10.1
255.255.255.0
Step 12
end
Example:
Switch(config-if)# end
Related Topics
Example: Configuring a Switch as a DHCP Server, on page 1584
Configuring DHCP Auto-Image Update (Configuration File and Image)
This task describes DHCP autoconfiguration to configure TFTP and DHCP settings on an existing switch to
support the installation of a new switch.
Before You Begin
You must first create a text file (for example, autoinstall_dhcp) that will be uploaded to the switch. In the text
file, put the name of the image that you want to download (forexample,
c3750e-ipservices-mz.122-44.3.SE.tarc3750x-ipservices-mz.122-53.3.SE2.tar). This image must be a tar and
not a bin file.
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
1572
Purpose
Puts the interface into Layer 3 mode.
Specifies the IP address and mask for the interface.
Returns to privileged EXEC mode.