Just more ramblings of another IT Guy

Category Archives: Cisco

Backup cisco switch config to TFTP server

To backup the running config on a cisco switch to a TFTP server #copy running-config tftp: To make a backup of the VLAN.dat file #copy flash:vlan.dat tftp:

Add VLAN to cisco switch

When you need to group ports on a cisco switch into a VLAN do the following Log onto terminal enable conf t vlan 1001  (where 1001 is the vlan id to be assigned name ExampleVLANname exit This creates the VLAN. … Continue reading