Difference between revisions of "Applying a configuration file to a 25XX WLAN controller"

From NesevoWiki
Jump to navigationJump to search
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* Connect device to network (port 1)
 
* Connect device to network (port 1)
 
* Finish basic config wizard on console as described [[Loading IOS on a 25XX WLAN Controller|here]]
 
* Finish basic config wizard on console as described [[Loading IOS on a 25XX WLAN Controller|here]]
 +
* Put the config file you want to apply into your TFTP server's root directory
 +
 +
=== Apply config via browser interface ===
 
* Connect to device's static IP address via https
 
* Connect to device's static IP address via https
 
* Log in using credentials used in config wizard
 
* Log in using credentials used in config wizard
 
* Click ''Advanced'' in top left corner
 
* Click ''Advanced'' in top left corner
 
* Click ''Commands'', then ''Download File''
 
* Click ''Commands'', then ''Download File''
** ''File Type:'' Configuration
+
** ''File Type:'' <code>Configuration</code>
** ''Configuration File Encryption:'' No
+
** ''Configuration File Encryption:'' <code>No</code>
** ''Transfer Mode:'' TFTP
+
** ''Transfer Mode:'' <code>TFTP</code>
** ''IP Address:'' 192.168.1.11
+
** ''IP Address:'' <code>192.168.1.11</code>
** ''Maximum retries:'' 10
+
** ''Maximum retries:'' <code>10</code>
** ''Timeout (seconds):'' 6
+
** ''Timeout (seconds):'' <code>6</code>
** ''File Path:'' /
+
** ''File Path:'' <code>/</code>
** ''File Name:'' whatever.cfg
+
** ''File Name:'' <code>whatever.cfg</code>
 +
* Click ''Download''
 +
* Config file will be loaded onto the device, applied and system reset
 +
 
 +
=== Apply config via command line interface ===
 +
* Connect to the serial console and log in
 +
* <code>transfer download datatype config</code>
 +
* <code>transfer download mode tftp</code>
 +
* <code>transfer download serverip 192.168.1.11</code>
 +
* <code>transfer download path .</code>
 +
* <code>transfer download filename configfile.conf</code>
 +
* <code>transfer download start</code>

Latest revision as of 11:32, 18 March 2015

  • General Assunption: Device is unconfigured
  • Connect device to serial console
  • Connect device to network (port 1)
  • Finish basic config wizard on console as described here
  • Put the config file you want to apply into your TFTP server's root directory

Apply config via browser interface

  • Connect to device's static IP address via https
  • Log in using credentials used in config wizard
  • Click Advanced in top left corner
  • Click Commands, then Download File
    • File Type: Configuration
    • Configuration File Encryption: No
    • Transfer Mode: TFTP
    • IP Address: 192.168.1.11
    • Maximum retries: 10
    • Timeout (seconds): 6
    • File Path: /
    • File Name: whatever.cfg
  • Click Download
  • Config file will be loaded onto the device, applied and system reset

Apply config via command line interface

  • Connect to the serial console and log in
  • transfer download datatype config
  • transfer download mode tftp
  • transfer download serverip 192.168.1.11
  • transfer download path .
  • transfer download filename configfile.conf
  • transfer download start