Skip to main content
Contributor
November 16, 2015

Meru Technical Note - Copying the running configuration to an off-box location

  • November 16, 2015
  • 0 replies
  • 1520 views
Description

Copying the running configuration to an off-box location.


Scope

KB ARTICLE TYPE: Configuration

RELATED PRODUCTS: controller

RELATED SOFTWARE VERSIONS: 

KEYWORDS: running, off-box, configuration


Solution

CLI STEPS:

STEP 1: Start the tftp server on the host machine with access to the controller CLI.

STEP 2: type “copy running-config tftp://x.x.x.x/” where x.x.x.x is the IP address of the tftp server.

STEP 3: Check the default directory in the tftp server to verify that the file has been transferred.

FTP can also be used to transfer files. In which case, replace tftp://x.x.x.x/ with ftp://username:password@x.x.x.x/ or ftp://anonymous@x.x.x.x/