User's Manual

Table Of Contents
Command Guide
334
sro Status/Statistics Read-only level
srw Status/Statistics Read-write level
Default:
N/A
Usage Guide:
To configure the Privilege Level
Example:
To configure the Privilege Level (below table)
Switch# configure terminal
Switch (config)# web privilege group Aggregation level cro 3 crw 4 sro 3 srw 5
4.3 copy
4.3.1 copy
Command:
copy { startup-config | running-config | <source_path> } { startup-config |
running-config | <destination_path> } [ syntax-check ]
copy Copy from source to destination
flash:filename | tftp://server/path-and-filename File in FLASH or on TFTP server
running-config Currently running configuration
startup-config Startup configuration Output modifiers
syntax-check Perform syntax check on source configuration
Default:
None
Usage Guide:
To copy configuration from source to destination
Example:
To copy configuration from source (running-config) to destination (startup-config)
Switch# copy running-config startup-config