lwc:hardware:ciscoaironet1130

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:hardware:ciscoaironet1130 [2021/02/13 06:39] John Harrisonlwc:hardware:ciscoaironet1130 [2021/03/16 14:48] (current) John Harrison
Line 1: Line 1:
 ===== General Information ===== ===== General Information =====
   * serial port is 9600 baud   * serial port is 9600 baud
-  * to turn something off, put a `noin front of the configuration +  * to turn something off, put a ''no'' in front of the configuration 
-  * to see current configuration `show configuration`+  * to see current configuration ''show configuration''
   * you can cut/past multiple commands/settings as once   * you can cut/past multiple commands/settings as once
-  * see current virtual lans: `show vlan` +  * see current virtual lans: ''show vlan'' 
-  * fastethernet abbreviation is `fa`+  * fastethernet abbreviation is ''fa'' 
 +  * change hostname: ''hostname <HOSTNAME>'' 
 +  * ''ssh''ing in: ''ssh  -c 3des-cbc -oKexAlgorithms=+diffie-hellman-group1-sha1 <USERNAME>@<IP-ADDESS>'' 
 +  * set the channel only with physical Radio0 and not the "virtual" radios. All the SSIDs will always be on the same channel
   * vlans appear to be intended to be used only with Cisco switchports and perhaps when they are in trunk mode   * vlans appear to be intended to be used only with Cisco switchports and perhaps when they are in trunk mode
-    * it appears [[https://sites.google.com/site/chaseerry/cisco-routing/dhcp-relay-agent---one-dhcp-server-for-many-vlans|you can get around this]] +    * it appears [[https://sites.google.com/site/chaseerry/cisco-routing/dhcp-relay-agent---one-dhcp-server-for-many-vlans|you can get around this]] by having the access point forward DHCPDISCOVER broadcast packets directly to our DHCP server using the ''ip helper-address'' command.  
-<code>  +<code>router#conf t
-router#conf t+
 router(config)#int fa0.2 router(config)#int fa0.2
 router(config-subif)#ip helper-address address_of_server router(config-subif)#ip helper-address address_of_server
 router(config-subif)#end  router(config-subif)#end 
 </code> </code>
-  * 8266 with Arduino Wi-Fi library seem happiest with `encryption mode ciphers aes-ccm`+  * 8266 with Arduino Wi-Fi library seem happiest with ''encryption mode ciphers aes-ccm''
  
 ==== Multiple SSIDs example ==== ==== Multiple SSIDs example ====
Line 29: Line 31:
 int dot11radio0 int dot11radio0
 mbssid mbssid
 +!channel 2412
 +!channel 2437
 +channel 2462
 encryption vlan 2 mode ciphers aes-ccm tkip encryption vlan 2 mode ciphers aes-ccm tkip
-! encryption mode ciphers aes-ccm+! encryption vlan 2 mode ciphers aes-ccm
 ssid LAB2 ssid LAB2
 no shut no shut
Line 40: Line 45:
 encapsulation dot1Q 2 native encapsulation dot1Q 2 native
 exit exit
---------------------+exit 
 +--------------------
 config t config t
 dot11 ssid LAB3 dot11 ssid LAB3
Line 53: Line 59:
 mbssid mbssid
 ! encryption vlan 3 mode ciphers aes-ccm tkip ! encryption vlan 3 mode ciphers aes-ccm tkip
-encryption mode ciphers aes-ccm +encryption vlan 3 mode ciphers aes-ccm 
-ssid LAB4+ssid LAB3
 no shut no shut
 exit exit
Line 64: Line 70:
 encapsulation dot1Q 3 encapsulation dot1Q 3
 exit exit
---------------------+exit 
 +--------------------
 config t config t
 dot11 ssid LAB4 dot11 ssid LAB4
Line 77: Line 84:
 mbssid mbssid
 ! encryption vlan 4 mode ciphers aes-ccm tkip ! encryption vlan 4 mode ciphers aes-ccm tkip
-encryption mode ciphers aes-ccm+encryption vlan 4 mode ciphers aes-ccm
 ssid LAB4 ssid LAB4
 no shut no shut
Line 88: Line 95:
 encapsulation dot1Q 4 encapsulation dot1Q 4
 exit exit
 +exit
 +copy run start
 </code> </code>
  
-note: see comment about vlans and switchports above. That configuration for the fastethernet *may* be required+note: see comment about vlans and switchports above. That configuration for the fastethernet **may** be required
  
 ==== References ==== ==== References ====
   * https://sites.google.com/site/chaseerry/cisco-wireless/1131ag---configuring-multiple-ssids (best reference)   * https://sites.google.com/site/chaseerry/cisco-wireless/1131ag---configuring-multiple-ssids (best reference)
-  * https://docs.google.com/document/d/1NgABdg-aOfQ045B2q-Q9nhHWE-Hz20dadCirKcmSM_0/edit#+  * https://docs.google.com/document/d/1NgABdg-aOfQ045B2q-Q9nhHWE-Hz20dadCirKcmSM_0/edit# (original configuration of the access points)
   * https://content.cisco.com/chapter.sjs?uri=/searchable/chapter/www.cisco.com/content/en/us/td/docs/wireless/access_point/12-3_7_JA/configuration/guide/i1237sc/s37ssid.html.xml#wp1050468   * https://content.cisco.com/chapter.sjs?uri=/searchable/chapter/www.cisco.com/content/en/us/td/docs/wireless/access_point/12-3_7_JA/configuration/guide/i1237sc/s37ssid.html.xml#wp1050468
   * https://groups.google.com/g/cisco2010/c/WqPtZlenuJU   * https://groups.google.com/g/cisco2010/c/WqPtZlenuJU
  • lwc/hardware/ciscoaironet1130.1613219976.txt.gz
  • Last modified: 2021/02/13 06:39
  • by John Harrison