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

From NesevoWiki
Jump to navigationJump to search
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]]
* Apply config via browser interface
+
 
** Connect to device's static IP address via https
+
!!! Apply config via browser interface
** Log in using credentials used in config wizard
+
* Connect to device's static IP address via https
** Click ''Advanced'' in top left corner
+
* Log in using credentials used in config wizard
** Click ''Commands'', then ''Download File''
+
* Click ''Advanced'' in top left corner
*** ''File Type:'' <code>Configuration</code>
+
* Click ''Commands'', then ''Download File''
*** ''Configuration File Encryption:'' <code>No</code>
+
** ''File Type:'' <code>Configuration</code>
*** ''Transfer Mode:'' <code>TFTP</code>
+
** ''Configuration File Encryption:'' <code>No</code>
*** ''IP Address:'' <code>192.168.1.11</code>
+
** ''Transfer Mode:'' <code>TFTP</code>
*** ''Maximum retries:'' <code>10</code>
+
** ''IP Address:'' <code>192.168.1.11</code>
*** ''Timeout (seconds):'' <code>6</code>
+
** ''Maximum retries:'' <code>10</code>
*** ''File Path:'' <code>/</code>
+
** ''Timeout (seconds):'' <code>6</code>
*** ''File Name:'' <code>whatever.cfg</code>
+
** ''File Path:'' <code>/</code>
** Click ''Download''
+
** ''File Name:'' <code>whatever.cfg</code>
** Config file will be loaded onto the device, applied and system reset
+
* Click ''Download''
* Apply config via command line interface
+
* Config file will be loaded onto the device, applied and system reset
** transfer download datatype config
+
 
** transfer download mode tftp
+
!!! Apply config via command line interface
** transfer download serverip 192.168.1.11
+
* <code>transfer download datatype config</code>
** transfer download path .
+
* <code>transfer download mode tftp</code>
** transfer download filename AIR-CT2500-K9-7-6-110-0.aes
+
* <code>transfer download serverip 192.168.1.11</code>
** transfer download start
+
* <code>transfer download path .</code>
 +
* <code>transfer download filename AIR-CT2500-K9-7-6-110-0.aes</code>
 +
* <code>transfer download start</code>

Revision as of 11:22, 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

!!! 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

  • transfer download datatype config
  • transfer download mode tftp
  • transfer download serverip 192.168.1.11
  • transfer download path .
  • transfer download filename AIR-CT2500-K9-7-6-110-0.aes
  • transfer download start