Step by Step Backup of Vlan
Step by Step Backup of Vlan
interface vlan 1
ip address 192.168.0.1 255.255.255.0
no shutdown
do wr
-----------------------
2 step create some configuration
like making vlan and more
vlan 10
vlan 20
vlan 30
vlan 40
vlan 50
do wr
----------------------------
show flash is for checking flash history
-----------------------------------------
3 step copy all configuration in tftp server
Switch#copy flash: tftp:
source file name []? vlan.dat
address or name of remote host []? type server ip without subnetmask
------------------------------------------------
4 step check your tftp server for vlan.dat files
--------------------------------------------------------
5 step connect the cable of old switch in new switch that you want
at first set ip for new switch
interface vlan 1
ip address 192.168.0.2 255.255.255.0
no shutdown
do wr
-----------------------------------------------------------
6 step ping your tftp server
ping 192.168.0.100
then type show vlan brief
--------------------------------------------
7 step type the following code
switch#copy tftp: flash:
address or name of remote host []? type server ip
source file name []? vlan.dat
do wr
------------------------------------
show vlan brief
switch#reload
switch#show vlan brief