Wireless-New
No edit summary |
|||
Line 74: | Line 74: | ||
|} | |} | ||
= | =Configuring 1600= | ||
==PDCREW and PD_PUBLIC on the 2.4GHz radio, PD_BACK on 5GHz for mesh== | |||
= | |||
# Process, copy the config below, edit it to replace the AP name and BVI address to match. Set the passwords | # Process, copy the config below, edit it to replace the AP name and BVI address to match. Set the passwords | ||
#Connect to the AP via the console port | #Connect to the AP via the console port | ||
Line 383: | Line 211: | ||
end | end | ||
</nowiki> | |||
=Config file 702= | |||
<nowiki> | |||
Dot11 ssid PDCREW | |||
authentication open | |||
authentication key-management wpa | |||
wpa-psk ascii ****** | |||
Guest-mode | |||
Exit | |||
Int dot11 0 | |||
world-mode dot11d country-code GB outdoor | |||
speed range | |||
power local maximum | |||
encryption mode ciphers tkip | |||
dot11 extension aironet | |||
ssid PDCREW | |||
Stat root access | |||
No shut | |||
Exit | |||
Int dot11 1 | |||
world-mode dot11d country-code GB outdoor | |||
speed range | |||
power local maximum | |||
encryption mode ciphers tkip | |||
dot11 extension aironet | |||
ssid PDCREW | |||
station-role root access-point | |||
No shut | |||
exit | |||
</nowiki> | </nowiki> |
Revision as of 09:22, 22 April 2022
Configuration
Cisco 1600 | |||
---|---|---|---|
Hostname | BVI IP | Location | Notes |
PDAP-1 | 10.2.1.1 | ||
PDAP-2 | 10.2.1.2 | ||
PDAP-3 | 10.2.1.3 | ||
PDAP-4 | 10.2.1.4 | ||
PDAP-5 | 10.2.1.5 | ||
PDAP-6 | 10.2.1.6 | ||
PDAP-7 | 10.2.1.7 | ||
PDAP-8 | 10.2.1.8 | ||
PDAP-9 | 10.2.1.9 | ||
PDAP-10 | 10.2.1.10 | ||
PDAP-11 | 10.2.1.11 | ||
PDAP-12 | 10.2.1.12 | ||
PDAP-13 | 10.2.1.13 | ||
PDAP-14 | 10.2.1.14 | ||
PDAP-15 | 10.2.1.15 | ||
PDAP-16 | 10.2.1.16 | ||
PDAP-17 | 10.2.1.17 | ||
PDAP-18 | 10.2.1.18 | ||
PDAP-19 | 10.2.1.19 | ||
PDAP-20 | 10.2.1.20 |
Cisco 702W | |||
---|---|---|---|
Hostname | BVI IP | Location | Notes |
PDAP-30 | 10.2.1.30 | ||
PDAP-31 | 10.2.1.31 | ||
PDAP-32 | 10.2.1.32 | ||
PDAP-33 | 10.2.1.33 | ||
PDAP-34 | 10.2.1.34 | ||
PDAP-35 | 10.2.1.35 | ||
PDAP-36 | 10.2.1.36 | ||
PDAP-37 | 10.2.1.37 | ||
PDAP-38 | 10.2.1.38 | ||
PDAP-39 | 10.2.1.39 |
Configuring 1600
PDCREW and PD_PUBLIC on the 2.4GHz radio, PD_BACK on 5GHz for mesh
- Process, copy the config below, edit it to replace the AP name and BVI address to match. Set the passwords
- Connect to the AP via the console port
- `enable` to get control
- `write erase` to clear the existing config
- `reload` confirm when promted. You do not want to copy any changes if asked
- when the AP has restarted, once again `enable`
- `conf t` to enter config mode
- paste in your config
- `write mem` to save the config
- wait for about a minute you should see chatter about the radio doing things
hostname PDAP-18 ! ! ! dot11 syslog dot11 vlan-name BACKHAUL vlan 1 dot11 vlan-name CREW vlan 12 dot11 vlan-name PUBLIC vlan 13 ! dot11 ssid PDCREW vlan 12 authentication open authentication key-management wpa mbssid guest-mode wpa-psk ascii ***** ! dot11 ssid PD_BACK authentication open authentication key-management wpa infrastructure-ssid wpa-psk ascii ***** ! dot11 ssid PD_PUBLIC vlan 13 authentication open mbssid guest-mode ! ! dot11 network-map dot11 guest ! ! bridge irb ! ! ! interface Dot11Radio0 no ip address ! encryption vlan 1 mode ciphers tkip ! encryption vlan 12 mode ciphers tkip ! ssid PDCREW ! ssid PD_PUBLIC ! mbssid world-mode dot11d country-code GB outdoor speed range power local maximum station-role root access-point ! interface Dot11Radio0.1 encapsulation dot1Q 1 native bridge-group 1 bridge-group 1 subscriber-loop-control bridge-group 1 spanning-disabled bridge-group 1 block-unknown-source no bridge-group 1 source-learning no bridge-group 1 unicast-flooding ! interface Dot11Radio0.12 encapsulation dot1Q 12 bridge-group 1 bridge-group 1 subscriber-loop-control bridge-group 1 spanning-disabled bridge-group 1 block-unknown-source no bridge-group 1 source-learning no bridge-group 1 unicast-flooding ! interface Dot11Radio0.13 encapsulation dot1Q 13 bridge-group 1 bridge-group 1 subscriber-loop-control bridge-group 1 spanning-disabled bridge-group 1 block-unknown-source no bridge-group 1 source-learning no bridge-group 1 unicast-flooding ! interface Dot11Radio1 no ip address ! encryption mode ciphers tkip ! ssid PD_BACK ! world-mode dot11d country-code GB outdoor speed range power local maximum station-role root access-point fallback repeater bridge-group 1 bridge-group 1 subscriber-loop-control bridge-group 1 block-unknown-source no bridge-group 1 source-learning no bridge-group 1 unicast-flooding ! interface GigabitEthernet0 no ip address no ip route-cache duplex auto speed auto bridge-group 1 bridge-group 1 spanning-disabled no bridge-group 1 source-learning ! interface BVI1 ip address 10.2.1.18 255.0.0.0 no ip route-cache ! bridge 1 protocol ieee bridge 1 route ip ! interface dot11Radio 0 no shut interface dot11Radio 1 no shut interface BVI 1 no shut interface GigabitEthernet0 no shut end
Config file 702
Dot11 ssid PDCREW authentication open authentication key-management wpa wpa-psk ascii ****** Guest-mode Exit Int dot11 0 world-mode dot11d country-code GB outdoor speed range power local maximum encryption mode ciphers tkip dot11 extension aironet ssid PDCREW Stat root access No shut Exit Int dot11 1 world-mode dot11d country-code GB outdoor speed range power local maximum encryption mode ciphers tkip dot11 extension aironet ssid PDCREW station-role root access-point No shut exit