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:51] John Harrisonlwc:hardware:ciscoaironet1130 [2021/03/16 14:48] (current) John Harrison
Line 6: Line 6:
   * 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>''   * ''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]] by having the access point forward DHCPDISCOVER broadcast packets directly to our DHCP server using the ''ip helper-address'' command.      * 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. 
Line 16: Line 17:
 </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''
- 
-==== Unanswered Questions ==== 
-  * do we set the channel only with Radio0 or all the "virtual" radios as well? 
-    * do all the ssids have to be on the same channel (guessing yes) 
  
 ==== Multiple SSIDs example ==== ==== Multiple SSIDs example ====
Line 34: 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 44: Line 44:
 int fa0.2 int fa0.2
 encapsulation dot1Q 2 native encapsulation dot1Q 2 native
 +exit
 exit exit
 ! -------------------- ! --------------------
Line 58: 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 68: Line 69:
 int fa0.3 int fa0.3
 encapsulation dot1Q 3 encapsulation dot1Q 3
 +exit
 exit exit
 ! -------------------- ! --------------------
Line 82: 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 93: Line 95:
 encapsulation dot1Q 4 encapsulation dot1Q 4
 exit exit
 +exit
 +copy run start
 </code> </code>
  
  • lwc/hardware/ciscoaironet1130.1613220661.txt.gz
  • Last modified: 2021/02/13 06:51
  • by John Harrison