Option Steps
Create the backup configuration file from the faulty
switch
1. Connect to your switch remotely using SSH as
shown in the following example:
ssh admin@<switch_IP_address
2. Enter Configuration mode as shown in the
following example:
switch > enable
switch # configure terminal
3. Find the available configuration files as shown in
the following example:
switch (config) #
switch (config) # show
configuration files
4. Save the active BIN configuration file to an
external server:
switch (config) # configuration
upload my-filename
scp://myusername@my-
server/path/to/my/<file>