OPBNOS supports copying running and startup configuration file to and from the switch over the network.
The following topics provide you with more information on configuration management:
Copy startup configuration to running configuration and vice-versa
You can copy running and startup configuration using the copy command
Command
copy { running-config | startup-config } { running-config | startup-config }
Description
Change the running-config and startup-config on the switch and vice-versa
Parameters
running-config Copies to the running configuration
startup-config Copies to the startup configuration
Mode
EXEC
To remove/clear startup-config use below command:
clearing startup-config will trigger a system reboot.
You can display running and start configuration using below command:
You can save running configuration using the below command:
To copy files from the remote server, use the following command:
Command
copy scp {running-config | startup-config} <server_url> [timeout <interval> ]
Description
Copy the ISCLI config file from the Switch to a remote server
Parameters
server_url username@ipaddress:filepathandname
timeout timeout
interval Specifies the maximum time (in seconds) to wait for the server to reply to the connection request. The timeout interval is from 1 to 100 seconds running-config Copies the running configuration startup-config Copies the startup configuration
Mode
EXEC