Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lwc:hardware:ciscoaironet1130 [2021/02/13 06:39] – John Harrison | lwc: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 `no` in front of the configuration | + | * to turn something off, put a '' |
- | * to see current configuration | + | * to see current configuration |
* you can cut/past multiple commands/ | * you can cut/past multiple commands/ | ||
- | * see current virtual lans: `show vlan` | + | * see current virtual lans: '' |
- | * fastethernet abbreviation is `fa` | + | * fastethernet abbreviation is '' |
+ | * change hostname: '' | ||
+ | * '' | ||
+ | * set the channel only with physical Radio0 and not the " | ||
* 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:// | + | * it appears [[https:// |
- | < | + | < |
- | router#conf t | + | |
router(config)# | router(config)# | ||
router(config-subif)# | router(config-subif)# | ||
router(config-subif)# | router(config-subif)# | ||
</ | </ | ||
- | * 8266 with Arduino Wi-Fi library seem happiest with `encryption mode ciphers aes-ccm` | + | * 8266 with Arduino Wi-Fi library seem happiest with '' |
==== 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 |
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 |
- | 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 |
ssid LAB4 | ssid LAB4 | ||
no shut | no shut | ||
Line 88: | Line 95: | ||
encapsulation dot1Q 4 | encapsulation dot1Q 4 | ||
exit | exit | ||
+ | exit | ||
+ | copy run start | ||
</ | </ | ||
- | 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 |
==== References ==== | ==== References ==== | ||
* https:// | * https:// | ||
- | * https:// | + | * https:// |
* https:// | * https:// | ||
* https:// | * https:// |