cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
372
Views
0
Helpful
1
Replies

how 2 get backup of ios and config-file

nacertified
Level 1
Level 1

hello

i want to get the backup of ios and config-file of my cisco 2900 switch.

what r the prerequisites for this purpose.weather my switch needs an ip add.if yes then on what interface ip should be given.

Ur quick response will be highly appreciated.

thanx

1 Reply 1

mrmozaffari
Level 1
Level 1

you need to assign an ip address to Vlan 1

to do it :

conf t

int vlan 1

ip address x.x.x.x x.x.x.x

no shut

then you need a tftp server like solarwinds tftp server ,install it on your computer and connect the computer to the switch.

then to backup configuration do this :

switch#copy running tftp

the switch asks for some parameters like the ip address of tftp server and ...

then to backup ios :

switch# copy flash: tftp:

it will ask for ip of the tftp server and the filename in the flash.

Please Rate if helpful.

Best Regards Bahman Mozaffari