This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
nrice a écrit:
You can export/import a configuration file using the following commands:
>tftp export configuration to <tftp host>
>tftp import configuration from <tftp host>
>scp export configuration to <username@host:path >
>scp import configuration from <username@host:path >
With scp, in version 4.1 you need to indicate which file to export (show config saved). For current config you must use following command : scp export configuration to <username@host:path> from running-config.xml
... View more