filter log/ filenames into sw.command
[dell-switch] / doc / replace-switch.txt
1 # connect using serial cable
2
3 dpavlin@slin:~$ sudo microcom -p /dev/ttyUSB0 -s 9600
4
5 # reset current switch config
6
7 rack3-lib> enable
8
9 rack3-lib# delete startup-config
10 Delete startup-config [y/n]? y
11
12 01-Jan-2000 01:08:53 %FILE-I-DELETE: File Delete - file URL flash://startup-config
13
14 rack3-lib# reload
15
16 You haven't saved your changes. Are you sure you want to continue ? (Y/N)[N] Y
17 This command will reset the whole system and disconnect your current session. Do you want to continue ? (Y/N)[N] Y
18 Shutting down ...
19
20 # ater reboot
21
22 console> enable
23
24 console# configure
25 console(config)#
26
27 copy/paste configuration with appropriate changes
28
29 # disable iscsi
30
31 sw-c200# show iscsi
32
33 iSCSI enabled
34 iSCSI vpt is 5, Remark
35 iSCSI aging time: 5 min.
36
37 sw-c200# config
38 sw-c200(config)# no iscsi enable
39 sw-c200(config)# exit
40 sw-c200# show iscsi
41
42 iSCSI disabled
43
44 sw-c200# copy running-config startup-config
45 Overwrite file [startup-config] ?[Yes/press any key for no]....
46 01-Jan-2000 00:50:39 %COPY-I-FILECPY: Files Copy - source URL running-config destination URL flash://startup-config
47 01-Jan-2000 00:50:45 %COPY-N-TRAP: The copy operation was completed successfully
48 Copy succeeded
49
50