From fefa87ebf2b2e001a18666e0eb160cb84282f5ba Mon Sep 17 00:00:00 2001 From: Joachim Tingvold Date: Tue, 29 Mar 2016 23:57:35 +0200 Subject: TG16-config. --- examples/tg16/dhcp/v4-wlc.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/tg16/dhcp/v4-wlc.conf (limited to 'examples/tg16/dhcp/v4-wlc.conf') diff --git a/examples/tg16/dhcp/v4-wlc.conf b/examples/tg16/dhcp/v4-wlc.conf new file mode 100644 index 0000000..663d48e --- /dev/null +++ b/examples/tg16/dhcp/v4-wlc.conf @@ -0,0 +1,11 @@ +option space WLC; +option WLC.controller-address code 43 = text; +set vendor-string = option vendor-class-identifier; + +class "access-points" { + # Number of characters has to match the substring + # I.e if "Access Point", you have to use (0, 12) + match if substring (option vendor-class-identifier, 0, 12) = "Access Point"; + vendor-option-space WLC; + option WLC.controller-address "185.110.148.14"; +} -- cgit v1.2.3