Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Info

The procedure for the configuration import / export for an XS series switch via the webinterface is described in  this Knowledge Base article .

The procedure for the configuration import / export for an XS series switch via  LANconfig  is described in  this Knowledge Base article.



Requirements:

  • LANCOM managed switch of the following series:
    • GS-23xx 
    • GS-3xxx
    • XS-51xx
  • SSH must be active on the switch 
  • SCP client (e.g. PSCP)
  • Any web browser for accessing the webinterface to save configuration as the start configuration (GS-23xx and GS-3xxx) or to activate the start configuration (XS series)

...

2.2) Enter the command in the format  pscp -P 22 -pw <password> -scp C:\Users\...\Downloads\Backup\<file name>.cfg <user name>@<IP address>:startup-config to upload a configuration file from the folder C:\Users\...\Downloads\Backup as the start configuration into the switch. 

In this example the command pscp -P 22 -pw Test12345 -scp C:\Users\...\Downloads\Backup\XS-5110-configuration.cfg admin@192.168.45.148:startup-config  was used.

...

Info

The parameter -P 22 makes sure, that the port 22 is used for the SSH connection. If you are using another port it has to be modified accordingly. The parameter -P has to be capitalized.

As an alternative the configuration can be uploaded as the current configuration with the patrameter parameter :config instead of using :startup-config as the current configuration. In this case the configuration has to be saved as start configuration by clicking on Save Configuration in the upper right corner.

...

Info

As an alternative you can also activate the start configuration via the CLI with the command reload configuration.

...