Firmware update using TFTP
Setup a TFTP server someplace on your network.
Download switch software, extract and place .swi files into TFTP directory
On the switch,
Switch# configure
Switch(config)# copy tftp flash 10.20.30.34 F_04_82.swi
Device will be rebooted, do you want to continue [y/n]? y
File will be copied to switch, should see a line indicating file being written and then switch will reboot itself.
Enable SSH
crypto key generate ssh
show crypto host-public-key
ip ssh
no telnet-server
Trunks
Switch# configure
Switch(config)# trunk 11-13 trk1
Time
Switch# configure
Switch(config)# timesync sntp
Switch(config)# sntp unicast
Switch(config)# sntp server priority 1 192.168.1.23
Switch(config)# time daylight-time-rule continental-us-and-Canada
Switch(config)# time timezone -300
No comments:
Post a Comment