Revision as of 12:57, 22 April 2022 by Jcrollie (talk | contribs) (→‎Configuration)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Configuration

Cisco 1600
Hostname BVI IP MAC Address Location Notes
PDAP-1 10.2.1.1
PDAP-2 10.2.1.2
PDAP-3 10.2.1.3 ac7e.8a9b.d320/ac7e.8aa3.c880
PDAP-4 10.2.1.4 ac7e.8a9b.d790/ac7e.8aa3.ccf0
PDAP-5 10.2.1.5
PDAP-6 10.2.1.6 ac7e.8a9b.d2a0/ac7e.8aa3.c7f0
PDAP-7 10.2.1.7
PDAP-8 10.2.1.8 44ad.d9e5.bce0/44ad.d9e9.bb50
PDAP-9 10.2.1.9 ac7e.8a69.be80/ac7e.8a65.be40
PDAP-10 10.2.1.10 Navarr woods
PDAP-11 10.2.1.11 ac7e.8a9b.d280/ac7e.8aa3.c7d0
PDAP-12 10.2.1.12 ac7e.8a9a.1cc0/ac7e.8aa2.1230
PDAP-13 10.2.1.13 ac7e.8a9b.df00/ac7e.8aa3.d460
PDAP-14 10.2.1.14 ac7e.8a69.c250/ac7e.8a65.c210
PDAP-15 10.2.1.15 ac7e.8a9b.da30/ac7e.8aa3.cf90
PDAP-16 10.2.1.16 ac7e.8aa8.16e0/ac7e.8aaa.16f0
PDAP-17 10.2.1.17 04da.d2cf.a330/04da.d2d1.a150 GOD
PDAP-18 10.2.1.18
PDAP-19 10.2.1.19
PDAP-20 10.2.1.20 04da.d28a.0ca0/04da.d28c.0cd0
Cisco 702W
Hostname BVI IP Location Notes
PDAP-30 10.2.1.30 bcf1.f276.a7e0/bcf1.f276.a7f0
PDAP-31 10.2.1.31 bcf1.f276.a920/bcf1.f276.a930
PDAP-32 10.2.1.32
PDAP-33 10.2.1.33
PDAP-34 10.2.1.34 0038.df45.4cc0/0038.df45.4cd0
PDAP-35 10.2.1.35 0038.df42.c440/0038.df42.c450
PDAP-36 10.2.1.36 bcf1.f276.b1a0/bcf1.f276.b1b0
PDAP-37 10.2.1.37
PDAP-38 10.2.1.38 bcf1.f276.aaa0/bcf1.f276.aab0
PDAP-39 10.2.1.39 d42c.44d3.6960/d42c.44d3.6970
Cisco 1300
Hostname Wireless IP Wireless MAC FastEthernet IP BVI IP Channel Mode Location Config Status Notes
bridge-a 10.1.0.2 0026.cb6a.8db0 10.1.0.1 10.2.0.1 2412 non-root bridge wireless-clients Navar -
bridge-b 10.1.0.4 0023.5e0b.6b40 10.1.0.3 10.2.0.4 2437 root access point -
bridge-c 10.1.0.16 0017.e009.5f50 10.1.0.15 10.2.0.16 repeater -
bridge-d 10.1.0.18 0017.94a6.9b00 10.1.0.17 10.2.0.18 root bridge wireless-clients GOD -> Navarr woods OK -
bridge-e 10.1.0.40 001f.9ed3.3fe0 10.1.0.41 10.2.0.40 non-root bridge wireless-clients -
bridge-f 10.1.0.42 0013.19a4.9fe0 10.1.0.43 10.2.0.42 root access point -

Configuring 1600

PDCREW and PD_PUBLIC on the 2.4GHz radio, PD_BACK on 5GHz for mesh

  1. Process, copy the config below, edit it to replace the AP name and BVI address to match. Set the passwords
  2. Connect to the AP via the console port
  3. `enable` to get control
  4. `write erase` to clear the existing config
  5. `reload` confirm when promted. You do not want to copy any changes if asked
  6. when the AP has restarted, once again `enable`
  7. `conf t` to enter config mode
  8. paste in your config
  9. `write mem` to save the config
  10. 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