aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dhcp/ciscowlc.conf
diff options
context:
space:
mode:
authorroot <root@frank.tg14.gathering.org>2014-04-20 02:36:36 +0200
committerroot <root@frank.tg14.gathering.org>2014-04-20 02:36:36 +0200
commitb231e372681e6bfc499fd2aadda840e0b607278f (patch)
treed7f742eba33c5317417d5f53f6fa61287b2ba8ae /examples/dhcp/ciscowlc.conf
parent65f98b040aaff35202fa1e79c4f74fcdaf09329f (diff)
Removed files from the root-directory. Moved into 'examples' dir.
Diffstat (limited to 'examples/dhcp/ciscowlc.conf')
-rw-r--r--examples/dhcp/ciscowlc.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/dhcp/ciscowlc.conf b/examples/dhcp/ciscowlc.conf
new file mode 100644
index 0000000..1b5c176
--- /dev/null
+++ b/examples/dhcp/ciscowlc.conf
@@ -0,0 +1,9 @@
+option space CiscoAP;
+option CiscoAP.server-address code 241 = array of ip-address;
+set vendor-string = option vendor-class-identifier;
+
+class "cisco-aps" {
+ match if substring (option vendor-class-identifier, 0, 8) = "Cisco AP";
+ vendor-option-space CiscoAP;
+ option CiscoAP.server-address 151.216.253.21;
+}