Add second small room AP

This commit is contained in:
Ivaylo Markov 2017-10-28 13:56:04 +00:00
parent e8cc386e2f
commit 13b15b3634
3 changed files with 20 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
out/ out/
.*.swp

View File

@ -56,7 +56,7 @@ task :ap, [:name] do |t, args|
end end
task :all do task :all do
aps = %W(ap-cf-sr-2 ap-cf-ch) aps = %W(ap-cf-sr-1 ap-cf-sr-2 ap-cf-ch)
aps.each do |ap| aps.each do |ap|
Rake::Task["ap"].reenable Rake::Task["ap"].reenable

View File

@ -1,14 +1,28 @@
--- ---
configurations: configurations:
ap-cf-sr-1:
config: archer-c5
ip: 10.20.0.56
wlans:
0:
bssid: 02:00:0f:20:30:00
channel: 44
1:
bssid: 02:00:0f:20:30:01
channel: 1
mixins:
- all
- archer-c5
- archer-c5-single-trunk
ap-cf-sr-2: ap-cf-sr-2:
config: archer-c7 config: archer-c7
ip: 10.20.0.57 ip: 10.20.0.57
wlans: wlans:
0: 0:
bssid: 02:00:0f:20:16:00 bssid: 02:00:0f:20:30:10
channel: 60 channel: 60
1: 1:
bssid: 02:00:0f:20:16:01 bssid: 02:00:0f:20:30:11
channel: 1 channel: 1
mixins: mixins:
- all - all
@ -19,10 +33,10 @@ configurations:
ip: 10.20.0.58 ip: 10.20.0.58
wlans: wlans:
0: 0:
bssid: 02:00:0f:20:16:10 bssid: 02:00:0f:20:30:01
channel: 44 channel: 44
1: 1:
bssid: 02:00:0f:20:16:11 bssid: 02:00:0f:20:30:11
channel: 1 channel: 1
mixins: mixins:
- all - all