summaryrefslogtreecommitdiff
path: root/keama/tests/alanc/dhcpd.conf.10.97.137.242
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/alanc/dhcpd.conf.10.97.137.242')
-rw-r--r--keama/tests/alanc/dhcpd.conf.10.97.137.24210184
1 files changed, 0 insertions, 10184 deletions
diff --git a/keama/tests/alanc/dhcpd.conf.10.97.137.242 b/keama/tests/alanc/dhcpd.conf.10.97.137.242
deleted file mode 100644
index 6660a709..00000000
--- a/keama/tests/alanc/dhcpd.conf.10.97.137.242
+++ /dev/null
@@ -1,10184 +0,0 @@
-################
-# dhcpd.conf #
-################
-
-# generated by /home/ipadmin/bin/dhcp-gen.pl for DHCP server 10.97.137.242 at Mon Oct 22 04:35:18 CEST 2018
-
-
-
-# global DHCPD statements for all servers
-#
-authoritative;
-
-#### Omapi Statements;
-omapi-port 7911;
-#include "/etc/omapi.key";
-#### End of Omapi Statements;
-if substring (option dhcp-client-identifier, 1, 4) = "RAS " {
- ignore booting;
-}
-ignore bootp;
-
-delayed-ack 28;
-check-secs-byte-order on;
-
-########### Deny unwanted clients ###########################
-class "persona-non-grata" {
- match substring(hardware,1,6);
- log (info,"class match: persona-non-grata");
- deny booting;
-}
-# subclass "persona-non-grata" d4:c9:ef:50:8d:f9;
-#############################################################
-
-
-
-#### DDNS ####
-ddns-ttl 61; # makes it easier to distinguish
-deny client-updates; # Achtung: Default ist DENY! IGNORE laesst den Client updaten!!!! (patch ISC rt16185)
-ddns-update-style interim; # Beta 2 Control
-update-optimization false;
-do-reverse-updates false; # disables reverse mapping activities
-ddns-domainname "dhcp.allianz.";
-#ddns-rev-domainname "dhcprev.allianz.";
-
-server-id-check true;
-ping-check true;
-update-static-leases true;
-
-
-#### JumpStart Params ####
-option space SUNW;
-option SUNW.root-mount-options code 1 = text;
-option SUNW.root-server-ip-address code 2 = ip-address;
-option SUNW.root-server-hostname code 3 = text;
-option SUNW.root-path-name code 4 = text;
-option SUNW.swap-server-ip-address code 5 = ip-address;
-option SUNW.swap-file-path code 6 = text;
-option SUNW.boot-file-path code 7 = text;
-option SUNW.posix-timezone-string code 8 = text;
-option SUNW.boot-read-size code 9 = unsigned integer 16;
-option SUNW.install-server-ip-address code 10 = ip-address;
-option SUNW.install-server-hostname code 11 = text;
-option SUNW.install-path code 12 = text;
-option SUNW.sysid-config-file-server code 13 = text;
-option SUNW.JumpStart-server code 14 = text;
-option SUNW.terminal-name code 15 = text;
-
-####### PXE Params #########
-option space PXE;
-option PXE.mtftp-ip code 1 = ip-address;
-option PXE.mtftp-cport code 2 = unsigned integer 16;
-option PXE.mtftp-sport code 3 = unsigned integer 16;
-option PXE.mtftp-tmout code 4 = unsigned integer 8;
-option PXE.mtftp-delay code 5 = unsigned integer 8;
-option PXE.discovery-control code 6 = unsigned integer 8;
-option PXE.discovery-mcast-addr code 7 = ip-address;
-option PXE.boot-server code 8 = { unsigned integer 16,
- unsigned integer 8,
- ip-address };
-option PXE.boot-menu code 9 = { unsigned integer 16,
- unsigned integer 8,
- text};
-option PXE.menu-prompt code 10 = { unsigned integer 8, text };
-
-###### Wyse Thin Clients ########
-option space Wyse;
-option Wyse.file-uri code 161 = string;
-option Wyse.root-path code 162 = string;
-
-# global default:
-option Wyse.root-path "/";
-
-class "wyse-clients-avc" {
- match if substring (option vendor-class-identifier, 0, 9) = "wyse-1000";
- vendor-option-space Wyse;
- #option Wyse.file-uri "https://tc-wyse.allianz.com"; # for fallback...
- option Wyse.file-uri "https://tc-wyse-e1.srv.allianz:443";
-}
-
-class "wyse-clients-dev" {
- match if substring (option vendor-class-identifier, 0, 9) = "wyse-dev1";
- vendor-option-space Wyse;
- option Wyse.file-uri "https://tc-wyse-d-e1.srv.allianz:443";
- option domain-name "rootdom.net";
-}
-
-class "wyse-clients-int" {
- match if substring (option vendor-class-identifier, 0, 9) = "wyse-int1";
- vendor-option-space Wyse;
- #option Wyse.file-uri "http://tc-w-i.srv.allianz";
- option Wyse.file-uri "https://tc-wyse-i-e1.srv.allianz:443";
-}
-
-# TC bug: must contain :80
-class "wyse-clients-avc-perm" {
- match if substring (option vendor-class-identifier, 0, 9) = "wyse-1002";
- vendor-option-space Wyse;
- #option Wyse.file-uri "https://tc-wyse.allianz.com:443/stage2"; # for fallback
- option Wyse.file-uri "https://tc-wyse-e1.srv.allianz:443/stage2";
-}
-
-class "wyse-clients-dev-perm" {
- match if substring (option vendor-class-identifier, 0, 9) = "wyse-dev2";
- vendor-option-space Wyse;
- option Wyse.file-uri "https://tc-wyse-d-e1.srv.allianz:443/stage2";
- option domain-name "rootdom.net";
-}
-
-class "wyse-clients-int-perm" {
- match if substring (option vendor-class-identifier, 0, 9) = "wyse-int2";
- vendor-option-space Wyse;
- #option Wyse.file-uri "http://tc-w-i.srv.allianz:80/stage2";
- option Wyse.file-uri "https://tc-wyse-i-e1.srv.allianz:443/stage2";
-}
-
-
-
-########## other option codes ######
-## warning: site-option-space cisco.tftp-server takes PRECEDENCE!
-## BCP: Do NOT use cisco-tftp-server, but make sure clients got matched
-## in the site-option-space "cisco".
-option cisco-tftp-server code 150 = array of ip-address;
-##
-option vlan-identifier code 169 = string;
-option wpad-servers code 252 = string;
-option BootControlReply code 128 = string;
-option BootControlRedirection code 129 = string;
-
-option space symantec;
-option symantec.sld-preos-locator-server code 128 = ip-address;
-
-####### Cisco WLAN AP Params #########
-option space CiscoWLAN;
-option CiscoWLAN.WLAN1000 code 102 = text;
-option CiscoWLAN.WLAN1200 code 241 = ip-address; ## FIXME: may be more than one ip!
-option CiscoWLAN.WLC code 241 = array of ip-address;
-
-##### Cisco WLAN AP Test (markus geller) #####
-class "WLAN-AP-old" {
- match if substring (option vendor-class-identifier, 0, 16) = "Airespace.AP1200";
- vendor-option-space CiscoWLAN;
- option CiscoWLAN.WLAN1000 "130.70.249.253";
-}
-
-##### Cisco WLAN AP Test (Christof Chen) #####
-class "WLAN-AP" {
- match if substring (option vendor-class-identifier, 0, 8) = "Cisco AP";
- vendor-option-space CiscoWLAN;
- #option CiscoWLAN.WLC 192.168.1.1,192.168.1.2;
-}
-
-################
-# Redirect PXE Boot to local Relay Agent
-class "pxeclients" {
- match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
- # disable PXE proxy for 185.2.0.0/16 DDS Duisburg
- #if (substring(leased-address, 0, 2) = b9:02)
- #{
- # option vendor-class-identifier "NoPXE";
- #} else {
- # option vendor-class-identifier "PXEClient";
- #}
-
-option vendor-class-identifier "PXEClient";
-
- set identified-phase = "PXE";
-
- if (client-type = "AVC") {
- # test CC 20180302
- #log (info,"match: AVC PXE client, 1201 sec lease");
- min-lease-time 1201;
- default-lease-time 1201;
- max-lease-time 1801;
-
- } else {
-
- # booting PXE Agents should expire REAL soon (the booted OS has often a static IP anyway)
- # ISC recommendation: "longer than 122 sec!"
- min-lease-time 302; # 2 second marker
- default-lease-time 302;
- max-lease-time 602;
- }
-}
-
-
-
-
-### Siemens VOIP Phones ####
-
-option space SiemensOpti;
-option SiemensOpti.VendorName code 1 = text;
-option SiemensOpti.VLAN code 2 = unsigned integer 32;
-option SiemensOpti.DLSIP code 3 = text;
-option SiemensOpti.DLSHost code 4 = text;
-
-class "siemens-voip" {
- match if substring (option vendor-class-identifier, 0, 11) = "OptiIpPhone";
- vendor-option-space SiemensOpti;
- option SiemensOpti.VendorName "Siemens";
- #option SiemensOpti.DLSHost "sdlp://dls.voip.allianz:18443";
-}
-
-
-### Avaya VoIP phones ###
-option space avaya;
-option avaya.config-46xx code 176 = text; #Used by 46xx hardware
-option avaya.config-96xx code 242 = text; #Used by 96xx and newer
-
-class "Avaya-phones" {
- match if substring (option vendor-class-identifier, 0, 13) = "ccp.avaya.com";
- #vendor-option-space avaya; # we use site-option-space !!!
- site-option-space "avaya";
-}
-### Cisco VoIP phones ###
-option space cisco;
-option cisco.tftp-server code 150 = array of ip-address;
-
-#
-# !!! adding new matches here requires modification of track_vci.pl in variable $vcimatch !!!
-#
-class "Cisco-phones" {
- match if (
- (substring (lcase(option vendor-class-identifier), 0, 28) = lcase("Cisco Systems, Inc. IP Phone"))
- or (substring (lcase(option vendor-class-identifier), 0, 27) = lcase("Cisco System, Inc. IP Phone"))
- or (substring (lcase(option vendor-class-identifier), 0, 19) = lcase("Cisco Systems, Inc."))
- );
- site-option-space "cisco";
- #option cisco.tftp-server 10.240.250.1, 10.240.250.2;
-}
-
-
-###### eLuxNG Thin Clients ##########
-option space eLuxNG;
-option eLuxNG.scoutserver code 222 = text;
-option eLuxNG.groupid code 223 = unsigned integer 32;
-
-class "eLuxNG" {
- match if substring (option vendor-class-identifier, 0, 6) = "ELUXNG";
- site-option-space "eLuxNG";
- option eLuxNG.scoutserver "XAIMUCA9.allianzde.rootdom.net.";
-
-}
-
-
-######### Classless static routes ########
-option classless-routes code 121 = array of unsigned integer 8;
-# mask, significant bytes, gw-ip
-#classless-routes 24, 192, 168, 47, 192, 168, 0, 25;
-
-
-###############################################################################
-#### HP-Druckserver duerfen nicht gepingt werden (Fehler bei Reset)
-#### achtung nur fuer ad/ID-loesungen
-class "hp-druckserver" {
- match if (substring(option host-name, 0, 3) = "NPI");
- ping-check false;
- default-lease-time 259200;
- min-lease-time 259200;
- max-lease-time 259200;
-}
-
-######
-class "windows-installation" {
- match if (substring(option host-name, 0, 7) = "minint-");
- min-lease-time 127; # 7 second marker
- default-lease-time 1807;
- max-lease-time 3607;
- ddns-updates off;
-}
-
-class "windows8-installation" {
- match if (substring(option host-name, 0, 4) = "win-");
- min-lease-time 129; # 9 second marker
- default-lease-time 1809;
- max-lease-time 3609;
- ddns-updates off;
-}
-
-######
-class "windows-server" {
- match if (option host-name ~~ "^(sw|wfra|wmuc|wgb|wath|wams|wzrh|vdub|vavc|vg02u|wber|wham)");
- ignore client-updates;
-}
-
-option space MSFT;
-option MSFT.release-on-shutdown code 2 = unsigned integer 32;
-option MSFT.default-router-metric-base code 3 = unsigned integer 32;
-
-######
-class "windows-clients-ad" {
- match if (option host-name ~~ "^((b[a-z]-[0-9]{2}-[0-9]{6}))");
- ignore client-updates;
-}
-
-
-############### DHCP Snooping #######################
-if exists agent.circuit-id
-{
- log ( info, concat( "DHCPSNOOP ", binary-to-ascii (10, 8, ".", leased-address), " IF ",
- binary-to-ascii (10, 8, "/", suffix ( option agent.circuit-id, 2)), " VLAN ",
- binary-to-ascii (10, 16, "", substring( option agent.circuit-id, 2, 2)), " on ",
- binary-to-ascii(16, 8, ":", substring( option agent.remote-id, 2, 6))));
-}
-
-########### WEP: Austausch der LWL-Karten ###########################
-# Sollte bis 30.6.2007 abgeschlossen sein! Christof Chen
-# am 12.12.2011 die subclass matchstatements auskommentiert Maik Ryssel
-#
-class "lwl-clients" {
-# migration class for WEP: LWL Replacement
- match substring(hardware,1,3);
- #log (info,"class match: lwl-client");
- min-lease-time 300;
- default-lease-time 1800;
- max-lease-time 3600;
-}
-## subclass "lwl-clients" 00:30:84;
-## subclass "lwl-clients" 00:0c:46;
-## subclass "lwl-clients" 00:02:8a;
-## subclass "lwl-clients" 00:01:03;
-## subclass "lwl-clients" 00:04:75;
-## subclass "lwl-clients" 00:01:02;
-## subclass "lwl-clients" 08:00:27;
-## subclass "lwl-clients" 00:09:6b;
-## subclass "lwl-clients" 00:50:04;
-## subclass "lwl-clients" 00:04:76;
-## subclass "lwl-clients" 00:10:4b;
-############### ENDE LWL Austausch #########################
-
-########### Drucker HP: K5400 Gatewayproblem ###########################
-## class "hp-k5400" {
- ## Test Gateway fuer Drucker setzen
- ## match substring(hardware,1,6);
- ## log (info,"class match: hp-k5400");
- ## option dhcp-parameter-request-list 1, 3, 6, 12, 13, 15, 66, 67;
- ## option dhcp-parameter-request-list = concat ( option dhcp-parameter-request-list, 03 );
-## }
-## subclass "hp-k5400" 00:17:a4:29:8a:4c;
-## subclass "hp-k5400" 00:1e:4f:f4:ec:08;
-## subclass "hp-k5400" 00:17:a4:25:f9:a6;
-## subclass "hp-k5400" 00:1b:78:d7:46:8c;
-## subclass "hp-k5400" 00:1b:78:d7:46:b5;
-## subclass "hp-k5400" 00:1b:78:a0:d6:96;
-## subclass "hp-k5400" 00:1b:78:a0:86:4b;
-## subclass "hp-k5400" 00:1b:78:a0:f1:9b;
-## subclass "hp-k5400" 00:1b:78:a0:e5:88;
-## subclass "hp-k5400" 00:1b:78:a0:d6:27;
-## subclass "hp-k5400" 00:1b:78:a0:86:56;
-############## ENDE Drucker HP: K5400 Gatewayproblem ###################
-
-########## Kasinoboot systeme #################
-# Sollte bis 31.12.2007 durch AGIS XP Installation abgeloest sein!
-## class "kasinoboot" {
-## match substring(hardware,1,6);
-## #log (info,"class match: kasinoboot");
-## option vendor-encapsulated-options 06:01:07:08:07:ff:f0:01:82:0a:58:0c:09:18:ff:f0:15:50:72:6f:64:61:63:74:61:20:42:6f:6f:74:20:43:6f:6e:74:72:6f:6c:0a:04:00:41:41:41:47:03:00:00:00:ff;
-## option BootControlReply "BcReP2";
-## option BootControlRedirection 42:63:53:72:56:82:0a:58:0c:07:d0;
-## }
-
-## subclass "kasinoboot" 00:a0:24:3d:a3:61;
-## subclass "kasinoboot" 00:a0:24:4f:b3:14;
-## subclass "kasinoboot" 00:a0:24:84:f4:d4;
-## subclass "kasinoboot" 00:a0:24:86:d5:17;
-## subclass "kasinoboot" 00:a0:24:86:d5:b6;
-
-############################################
-
-###############################################################################
-# match: cg123456 cgk12345 bb-12-123456
-class "clients" {
-match if (option host-name ~~ "^(c[a-z][a-z0-9][0-9]{5}|c[a-z][0-9]{2}[a-z0-9][0-9]{3}|b[a-z]-[0-9]{2}-[0-9]{6}|vavc|vg02)");
- update-conflict-detection false;
-}
-###############################################################################
-
-################ VCI Logging ####################################
-if ((exists vendor-class-identifier) and (option dhcp-message-type=3))
-{
- log (info, concat("VCI: ", binary-to-ascii(10, 8, ".", leased-address), " ", concat (
-suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware, 1, 1))),2),":",
-suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware, 2, 1))),2),":",
-suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware, 3, 1))),2),":",
-suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware, 4, 1))),2),":",
-suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware, 5, 1))),2),":",
-suffix (concat ("0", binary-to-ascii (16, 8, "", substring(hardware, 6, 1))),2)
-), " ",option vendor-class-identifier));
-}
-
-
-#class "AVC-clients" {
-# match if (option vendor-class-identifier = "MSFT 5.0" and substring(lcase(option host-name), 0, 10) = lcase("VG02DI5200"));
-# #send fqdn.server-update true;
-# #send fqdn.no-client-update true;
-# vendor-option-space MSFT;
-# option MSFT.release-on-shutdown 1;
-# #option MSFT.default-router-metric-base 500;
-#}
-
-#### Controls server behaviour;
-default-lease-time 86400; # 1 day
-min-lease-time 600; # 10 minutes
-max-lease-time 86400; # 1 day
-
-adaptive-lease-time-threshold 70 ;
-
-
-option domain-name "muc.allianz";
-# default E1/E2
-option domain-name-servers 10.252.6.60, 10.252.7.60, 10.252.9.60;
-
-
-option ntp-servers 192.168.170.80,192.168.170.81,10.252.9.60;
-
-option netbios-node-type 8;
-# no global WINS servers anymore
-# option netbios-name-servers 10.252.1.217,10.252.1.65;
-
-option wpad-servers "http://pacfile.allianz/insurance.pac";
-
-#include "/etc/dhcp-muc.key";
-#zone dhcp.allianz. { primary 10.252.1.146; key dhcp-muc.; }
-zone dhcp.allianz. { primary 10.252.6.85; key dhcp-muc.; } # prepare zone move to E1 DDNS server
-#zone dhcprev.allianz. { primary 10.252.1.146; key dhcp-muc.; }
-
-# Redirect PXE Boot to local Relay Agent
-
-# vendor-option-space PXE;
-# option PXE.mtftp-ip 0.0.0.0; # multicast TFTP off
-
-# The following vendor encapsulated options should be equivalent.
-# But they are NOT. The pretty format misses the FF byte at the end
-# and i was not able to append one. Protocol adherance took precedence before beauty...
-
-# option PXE.discovery-control 7;
-# option PXE.discovery-mcast-addr 0.0.0.0;
-# option PXE.boot-server 10 1 10.33.43.162;
-# option PXE.boot-menu 10 29 "Welcome to the AGIS PXE Proxy";
-# option PXE.menu-prompt 0 "Welcome to the AGIS PXE Proxy";
-# option vendor-encapsulated-options 06:01:07:
-# 07:04:00:00:00:00:
-# 08:07:00:0a:01:0a:21:2b:a2:
-# 09:20:00:0a:1d:57:65:6c:63:6f:6d:65:20:74:6f:20:74:68:65:20:41:47:
-# 49:53:20:50:58:45:20:50:72:6f:78:79:
-# 0a:1e:00:57:65:6c:63:6f:6d:65:20:74:6f:
-# 20:74:68:65:20:41:47:49:53:20:50:58:45:20:50:72:6f:78:79:
-# ff;
-#}
-
-##########################################################################
-class "nexans" {
-#match if ((substring(option host-name, 0, 11) = "Nexans_00C0")
-# or (substring(option host-name, 0, 12) = "Nexans__00C0")
-# or (substring(option host-name, 0, 6) = "MUCHVU")
-# or (substring(hardware,1,3) = 00:C0:29));
-
-match if (substring(hardware,1,3) = 00:C0:29);
- default-lease-time 518400;
- min-lease-time 518400;
- max-lease-time 518400;
- #default-lease-time 3600;
- #min-lease-time 3600;
- #max-lease-time 3600;
-}
-###############################################################################
-
-###############################################################################
-#### Netzwerkdrucker in den Niederlassungen: NxxRyyyy werden selektiert
-class "Netzwerkdrucker"{
- match if ((substring(option host-name, 0, 1) = "N")
- and (substring(option host-name, 3, 1) = "R"));
- update-conflict-detection true;
- default-lease-time 36000;
- min-lease-time 36000;
- max-lease-time 36000;
-}
-
-local-address 10.97.137.242;
-
-###############################
-# DHCP Failover BL Secondary #
-###############################
-
-failover peer "peer-BL1-BL2" { # Failover configuration
- secondary; # I am the secondary
- address 10.97.137.242; # My IP address
- port 647;
- peer address 10.97.137.241; # Peer's IP address
- peer port 647;
- max-response-delay 120;
- max-unacked-updates 10;
- load balance max seconds 5;
-}
-
-
-
-########################################################################
-
-
-shared-network 172-16-162-64-VLAN326 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.162.64 netmask 255.255.255.192 { # ipnetid: 965429
- option subnet-mask 255.255.255.192;
- option routers 172.16.162.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network 172-16-57-0-VLAN505 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.57.0 netmask 255.255.255.0 { # ipnetid: 783531
- option subnet-mask 255.255.255.0;
- option routers 172.16.57.16;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network 192-168-76-0-SSA-S-Backend-II {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 192.168.76.0 netmask 255.255.255.0 { # ipnetid: 971160
- option subnet-mask 255.255.255.0;
- option routers 192.168.76.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.76.200 192.168.76.209; # on server: 10.97.137.241
- range 192.168.76.210 192.168.76.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network 192-168-90-0-SSA-S-PROD-Backend-II {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.90.0 netmask 255.255.255.0 { # ipnetid: 971153
- option subnet-mask 255.255.255.0;
- option routers 192.168.90.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.90.200 192.168.90.209; # on server: 10.97.137.241
- range 192.168.90.210 192.168.90.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network AD-VPN-cluster1-172-28-128-0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 10.106.33.115,10.106.33.116;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.28.128.0 netmask 255.255.192.0 { # ipnetid: 52978401
- option subnet-mask 255.255.192.0;
- option routers 172.28.191.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.28.128.1 172.28.159.254; # on server: 10.97.137.241
- range 172.28.160.1 172.28.191.253; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network AD-VPN-cluster2-172-28-192-0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 10.106.33.115,10.106.33.116;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.28.192.0 netmask 255.255.192.0 { # ipnetid: 52978421
- option subnet-mask 255.255.192.0;
- option routers 172.28.255.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.28.192.1 172.28.223.254; # on server: 10.97.137.241
- range 172.28.224.1 172.28.255.253; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ASA-Client-Pool-Innendienst {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.107.176.0 netmask 255.255.240.0 { # ipnetid: 53128611
- option subnet-mask 255.255.240.0;
- option routers 10.107.176.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.107.176.20 10.107.183.208; # on server: 10.97.137.241
- range 10.107.184.52 10.107.191.160; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network AWINI_1303_DMZ2INT {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.28.0 netmask 255.255.255.0 { # ipnetid: 963442
- option subnet-mask 255.255.255.0;
- option routers 172.16.28.16;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AWINI_1306_DMZTINT {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.16.25.0 netmask 255.255.255.240 { # ipnetid: 49588751
- option subnet-mask 255.255.255.240;
- option routers 172.16.25.14;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AWIN_1478_EGRCadmin {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.16.35.32 netmask 255.255.255.240 { # ipnetid: 49676851
- option subnet-mask 255.255.255.240;
- option routers 172.16.35.35;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AWIN_1493_A1TMG-BACK {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.55.128 netmask 255.255.255.128 { # ipnetid: 46798664
- option subnet-mask 255.255.255.128;
- option routers 172.16.55.131;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AWIN_DMZ_generic_intern_VLAN_503 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.60.0 netmask 255.255.255.0 { # ipnetid: 783535
- option subnet-mask 255.255.255.0;
- option routers 172.16.60.16;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AWIN_VLAN_507 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.61.0 netmask 255.255.255.0 { # ipnetid: 783527
- option subnet-mask 255.255.255.0;
- option routers 172.16.61.16;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AZ-UK-Mgmt-Internal {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.166.64 netmask 255.255.255.224 { # ipnetid: 1163656
- option subnet-mask 255.255.255.224;
- option routers 172.16.166.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AZ-UK-india_ADM-server {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.126.58.32 netmask 255.255.255.224 { # ipnetid: 1231896
- option subnet-mask 255.255.255.224;
- option routers 10.126.58.33;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AZ-UK_ESX-management-VLAN361 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.166.0 netmask 255.255.255.224 { # ipnetid: 1127470
- option subnet-mask 255.255.255.224;
- option routers 172.16.166.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AZI-172-16-164-160 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.164.160 netmask 255.255.255.224 { # ipnetid: 1261437
- option subnet-mask 255.255.255.224;
- option routers 172.16.164.161;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AZI-LAB_vlan338 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.164.192 netmask 255.255.255.224 { # ipnetid: 921656
- option subnet-mask 255.255.255.224;
- option routers 172.16.164.193;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AZI-VLAN-315 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 86400;
-
- subnet 172.16.160.160 netmask 255.255.255.240 { # ipnetid: 1248141
- option subnet-mask 255.255.255.240;
- option routers 172.16.160.161;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AZNL-612 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.167.160 netmask 255.255.255.240 { # ipnetid: 1600303
- option subnet-mask 255.255.255.240;
- option routers 172.16.167.161;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network AZNL-613 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.167.176 netmask 255.255.255.240 { # ipnetid: 1600323
- option subnet-mask 255.255.255.240;
- option routers 172.16.167.177;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Actimize_E_SRV1 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.84.128 netmask 255.255.255.192 { # ipnetid: 3024744
- option subnet-mask 255.255.255.192;
- option routers 192.168.84.131;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.84.178 192.168.84.181; # on server: 10.97.137.241
- range 192.168.84.182 192.168.84.185; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network Actimize_E_SRV2 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.84.192 netmask 255.255.255.192 { # ipnetid: 3024764
- option subnet-mask 255.255.255.192;
- option routers 192.168.84.195;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network B2B-Server-DMZ-Vlan-311 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 86400;
-
- subnet 172.16.160.32 netmask 255.255.255.224 { # ipnetid: 793814
- option subnet-mask 255.255.255.224;
- option routers 172.16.160.33;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network CEO-OFFICE-PROD {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.26.0 netmask 255.255.255.224 { # ipnetid: 58212021
- option subnet-mask 255.255.255.224;
- option routers 10.12.26.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network CEO-OFFICE-VI {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.27.0 netmask 255.255.255.224 { # ipnetid: 58213071
- option subnet-mask 255.255.255.224;
- option routers 10.12.27.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network DCMB-T-2841-CN-LB-Server-10-97-63 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.63.0 netmask 255.255.255.0 { # ipnetid: 1015839
- option subnet-mask 255.255.255.0;
- option routers 10.97.63.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.63.200 10.97.63.209; # on server: 10.97.137.241
- range 10.97.63.210 10.97.63.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network DLR-WWC-10-123-36-1 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.36.0 netmask 255.255.255.192 { # ipnetid: 4022534
- option subnet-mask 255.255.255.192;
- option routers 10.123.36.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network DLR-WWC-10-123-36-129 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.36.128 netmask 255.255.255.192 { # ipnetid: 67162031
- option subnet-mask 255.255.255.192;
- option routers 10.123.36.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network DMZ-Internet-Generic-LB-Server-int {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.18.28.0 netmask 255.255.255.0 { # ipnetid: 779343
- option subnet-mask 255.255.255.0;
- option routers 172.18.28.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.18.28.200 172.18.28.209; # on server: 10.97.137.241
- range 172.18.28.210 172.18.28.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network E-portale-bank-dmz-ethernet-1 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.20.11.0 netmask 255.255.255.0 { # ipnetid: 51977
- option subnet-mask 255.255.255.0;
- option routers 172.20.11.18;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.11.200 172.20.11.209; # on server: 10.97.137.241
- range 172.20.11.210 172.20.11.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ECON_DC-Network_AWIN {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.71.32 netmask 255.255.255.224 { # ipnetid: 860317
- option subnet-mask 255.255.255.224;
- option routers 194.127.71.41;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 194.127.71.55 194.127.71.57; # on server: 10.97.137.241
- range 194.127.71.58 194.127.71.60; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ECON_DC-Network_SMA {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.71.0 netmask 255.255.255.224 { # ipnetid: 860318
- option subnet-mask 255.255.255.224;
- option routers 194.127.71.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 194.127.71.23 194.127.71.25; # on server: 10.97.137.241
- range 194.127.71.26 194.127.71.28; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network EPORTALE-IDS-PROD-INTERN {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.20.12.0 netmask 255.255.255.0 { # ipnetid: 718025
- option subnet-mask 255.255.255.0;
- option routers 172.20.12.17;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.12.200 172.20.12.209; # on server: 10.97.137.241
- range 172.20.12.210 172.20.12.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network EUWIN-AGCS-Management-internal {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.165.0 netmask 255.255.255.240 { # ipnetid: 896024
- option subnet-mask 255.255.255.240;
- option routers 172.16.165.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.16.165.10 172.16.165.11; # on server: 10.97.137.241
- range 172.16.165.12 172.16.165.13; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network EUWIN-AZBE-BACKEND-DMZ-1 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.170.0 netmask 255.255.255.224 { # ipnetid: 955211
- option subnet-mask 255.255.255.224;
- option routers 172.16.170.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-AZBelgium-Mgmt-vlan {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.128.0 netmask 255.255.255.192 { # ipnetid: 815404
- option subnet-mask 255.255.255.192;
- option routers 172.16.128.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-AZFR-Internal-Management {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.193.0 netmask 255.255.255.0 { # ipnetid: 1154596
- option subnet-mask 255.255.255.0;
- option routers 10.8.193.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-AZGR-internal-DMZ-Vlan650 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.171.0 netmask 255.255.255.224 { # ipnetid: 1080914
- option subnet-mask 255.255.255.224;
- option routers 172.16.171.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.16.171.23 172.16.171.25; # on server: 10.97.137.241
- range 172.16.171.26 172.16.171.28; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network EUWIN-AZI-310-B2B-Auth-DMZ {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 86400;
-
- subnet 172.16.160.0 netmask 255.255.255.224 { # ipnetid: 793812
- option subnet-mask 255.255.255.224;
- option routers 172.16.160.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-AZI-B2C-VLAN-415 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.188.160 netmask 255.255.255.240 { # ipnetid: 2377663
- option subnet-mask 255.255.255.240;
- option routers 172.16.188.161;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-AZI-LAB-VLAN335 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.164.96 netmask 255.255.255.224 { # ipnetid: 57867911
- option subnet-mask 255.255.255.224;
- option routers 172.16.164.97 ;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-AZI-LAB-VLAN339 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.164.224 netmask 255.255.255.224 { # ipnetid: 921658
- option subnet-mask 255.255.255.224;
- option routers 172.16.164.225;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-AZNL-BACKEND-DMZ {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.167.128 netmask 255.255.255.224 { # ipnetid: 49677881
- option subnet-mask 255.255.255.224;
- option routers 172.16.167.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-AZUK-int-Mgmt-Vlan-390 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.166.128 netmask 255.255.255.192 { # ipnetid: 63173701
- option subnet-mask 255.255.255.192;
- option routers 172.16.166.129;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.16.166.178 172.16.166.181; # on server: 10.97.137.241
- range 172.16.166.182 172.16.166.185; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network EUWIN-OESIM-Internal {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.168.0 netmask 255.255.255.224 { # ipnetid: 1021784
- option subnet-mask 255.255.255.224;
- option routers 172.16.168.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-VLAN2199 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 86400;
-
- subnet 172.16.144.0 netmask 255.255.254.0 { # ipnetid: 932331
- option subnet-mask 255.255.254.0;
- option routers 172.16.144.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-WWC-Finacial-Secure-Service-Area {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.36.64 netmask 255.255.255.192 { # ipnetid: 4753174
- option subnet-mask 255.255.255.192;
- option routers 10.123.36.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network EUWIN-WWC_630_Spare_Int_DMZ_1 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.169.160 netmask 255.255.255.224 { # ipnetid: 1183870
- option subnet-mask 255.255.255.224;
- option routers 172.16.169.161;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.16.169.183 172.16.169.185; # on server: 10.97.137.241
- range 172.16.169.186 172.16.169.188; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network EUWIN_DNS_Vlan_320 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.162.0 netmask 255.255.255.248 { # ipnetid: 793855
- option subnet-mask 255.255.255.248;
- option routers 172.16.162.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Ext_Genius-Vlan-444 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.184.192 netmask 255.255.255.240 { # ipnetid: 969166
- option subnet-mask 255.255.255.240;
- option routers 172.16.184.193;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Extranet_DNS_DMZ_intern {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.17.3.0 netmask 255.255.255.0 { # ipnetid: 718366
- option subnet-mask 255.255.255.0;
- option routers 172.17.3.3;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network FW-172-20-74-0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.20.74.0 netmask 255.255.255.0 { # ipnetid: 718139
- option subnet-mask 255.255.255.0;
- option routers 172.20.74.17;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.74.200 172.20.74.209; # on server: 10.97.137.241
- range 172.20.74.210 172.20.74.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network FW-net-172.16.0.0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.0.0 netmask 255.255.254.0 { # ipnetid: 799952
- option subnet-mask 255.255.254.0;
- option routers 172.16.0.16;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Former-c7dmzr01_sap-int--vlan-1957 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.18.7.0 netmask 255.255.255.0 { # ipnetid: 656978
- option subnet-mask 255.255.255.0;
- option routers 172.18.7.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.18.7.200 172.18.7.209; # on server: 10.97.137.241
- range 172.18.7.210 172.18.7.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network GD-Labore-Robby-01 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.168.96 netmask 255.255.255.240 { # ipnetid: 48486411
- option subnet-mask 255.255.255.240;
- option routers 172.16.168.97;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network GD-VI-192.168.72.128 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 192.168.72.128 netmask 255.255.255.128 { # ipnetid: 931288
- option subnet-mask 255.255.255.128;
- option routers 192.168.72.131;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.72.242 192.168.72.246; # on server: 10.97.137.241
- range 192.168.72.247 192.168.72.251; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network GEP_SSA_VI {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.126.81.128 netmask 255.255.255.240 { # ipnetid: 1607943
- option subnet-mask 255.255.255.240;
- option routers 10.126.81.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network GIAM-Server-Int_Vlan_690 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.163.112 netmask 255.255.255.248 { # ipnetid: 52430121
- option subnet-mask 255.255.255.248;
- option routers 172.16.163.113;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network HP-Dornach-Client-Network {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.250.8.128 netmask 255.255.255.192 { # ipnetid: 54072651
- option subnet-mask 255.255.255.192;
- option routers 10.250.8.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network ID-VPN-Cluster10 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- update-conflict-detection false;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.107.144.0 netmask 255.255.248.0 { # ipnetid: 342933
- option subnet-mask 255.255.248.0;
- option routers 10.107.151.254;
- pool { # default
- # range 10.107.144.10 10.107.147.255; # on server: 10.97.137.241
- range 10.107.148.0 10.107.151.248; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ID-VPN-Cluster20 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- update-conflict-detection false;
- adaptive-lease-time-threshold 90;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.107.128.0 netmask 255.255.248.0 { # ipnetid: 342931
- option subnet-mask 255.255.248.0;
- option routers 10.107.135.254;
- pool { # default
- # range 10.107.128.10 10.107.131.255; # on server: 10.97.137.241
- range 10.107.132.0 10.107.135.248; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ID-VPN-Pool_01 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.107.0.0 netmask 255.255.192.0 { # ipnetid: 61223381
- option subnet-mask 255.255.192.0;
- option routers 10.107.63.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.107.0.100 10.107.31.204; # on server: 10.97.137.241
- range 10.107.31.205 10.107.63.252; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ID-VPN-Pool_02 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.107.64.0 netmask 255.255.192.0 { # ipnetid: 61238011
- option subnet-mask 255.255.192.0;
- option routers 10.107.127.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.107.64.100 10.107.95.204; # on server: 10.97.137.241
- range 10.107.95.205 10.107.127.252; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network Install-Net_for_all_CREDO_OEs {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.159.128 netmask 255.255.255.128 { # ipnetid: 1006324
- option subnet-mask 255.255.255.128;
- option routers 172.16.159.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Int_Cognos_EUDMZ_Vlan_342 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.165.24 netmask 255.255.255.248 { # ipnetid: 897370
- option subnet-mask 255.255.255.248;
- option routers 172.16.165.25;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Int_Cognos_EUDMZ_Vlan_343 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.165.32 netmask 255.255.255.248 { # ipnetid: 897470
- option subnet-mask 255.255.255.248;
- option routers 172.16.165.33;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Int_Genius_S7EUDMZ03_04_Vlan_345 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.165.80 netmask 255.255.255.240 { # ipnetid: 969163
- option subnet-mask 255.255.255.240;
- option routers 172.16.165.81;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Internal-AZ-UK-Firewall-ESX-management-VLAN2138 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.176.144.0 netmask 255.255.255.0 { # ipnetid: 1127467
- option subnet-mask 255.255.255.0;
- option routers 10.176.144.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Internet-VI-ivpn-int {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.18.17.0 netmask 255.255.255.0 { # ipnetid: 366941
- option subnet-mask 255.255.255.0;
- option routers 172.18.17.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Internet-VI_1927_server_int {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.18.18.160 netmask 255.255.255.224 { # ipnetid: 917630
- option subnet-mask 255.255.255.224;
- option routers 172.18.18.161;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Internet_1954_idvpn_int {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.18.11.0 netmask 255.255.255.0 { # ipnetid: 656970
- option subnet-mask 255.255.255.0;
- option routers 172.18.11.3;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Internet_1958_mail_int {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.5.0 netmask 255.255.255.0 { # ipnetid: 342762
- option subnet-mask 255.255.255.0;
- option routers 192.168.5.217;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Kantinennetz_SSA-Prod {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.92.0 netmask 255.255.255.240 { # ipnetid: 50045731
- option subnet-mask 255.255.255.240;
- option routers 192.168.92.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.92.10 192.168.92.11; # on server: 10.97.137.241
- range 192.168.92.12 192.168.92.13; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network Mondial-Internal-Server-DMZ-VLAN-350 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.165.128 netmask 255.255.255.192 { # ipnetid: 50867131
- option subnet-mask 255.255.255.192;
- option routers 172.16.165.129;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.16.165.178 172.16.165.181; # on server: 10.97.137.241
- range 172.16.165.182 172.16.165.185; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network OLB-Migration-test {
- # uses DHCP Servers: 10.252.7.5 10.252.6.5 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 3.1.11.0 netmask 255.255.255.0 { # ipnetid: 69981331
- option subnet-mask 255.255.255.0;
- option routers 3.1.11.1;
- pool { # default
- # range 3.1.11.11 3.1.11.63; # on server: 10.97.137.241
- range 3.1.11.64 3.1.11.127; # on server: 10.97.137.242
- # range 3.1.11.128 3.1.11.191; # on server: 10.252.6.5
- # range 3.1.11.192 3.1.11.250; # on server: 10.252.7.5
- }
- }
-}
-
-
-shared-network OLB-Stau-Testfiliale--vlan-66 {
- # uses DHCP Servers: 10.252.7.5 10.252.6.5 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 184.228.1.0 netmask 255.255.255.0 { # ipnetid: 54030
- option subnet-mask 255.255.255.0;
- option routers 184.228.1.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
- subnet 184.228.66.0 netmask 255.255.255.0 { # ipnetid: 2279763
- option subnet-mask 255.255.255.0;
- option routers 184.228.66.1;
- # pool { # failover
- # #do-failover;
- range 184.228.66.10 184.228.66.115; # on server: 10.252.6.5
- range 184.228.66.116 184.228.66.219; # on server: 10.252.7.5
- # }
- }
-}
-
-
-shared-network PHOE_SMA_1928_IPServices {
- # uses DHCP Servers: 10.97.137.242 10.252.12.5 10.252.13.5 10.97.137.241
- option ntp-servers 10.252.12.60,10.252.13.60,10.252.15.60;
- option domain-name "ip.allianz";
- option domain-name-servers 10.252.12.60,10.252.13.60,10.252.15.60;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.12.0 netmask 255.255.255.0 { # ipnetid: 55632041
- option subnet-mask 255.255.255.0;
- option routers 10.252.12.1;
- pool { # default
- # range 10.252.12.200 10.252.12.209; # on server: 10.97.137.241
- range 10.252.12.210 10.252.12.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network PHOE_SMA_1930_IPServices {
- # uses DHCP Servers: 10.97.137.242 10.252.12.5 10.252.13.5 10.97.137.241
- option ntp-servers 10.252.12.60,10.252.13.60,10.252.15.60;
- option domain-name "ip.allianz";
- option domain-name-servers 10.252.12.60,10.252.13.60,10.252.15.60;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.13.0 netmask 255.255.255.0 { # ipnetid: 55632061
- option subnet-mask 255.255.255.0;
- option routers 10.252.13.1;
- pool { # default
- # range 10.252.13.200 10.252.13.209; # on server: 10.97.137.241
- range 10.252.13.210 10.252.13.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network S7EUDMZ03-04_Vlan_328 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.163.0 netmask 255.255.255.192 { # ipnetid: 1061886
- option subnet-mask 255.255.255.192;
- option routers 172.16.163.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network S7EUDMZ03-04_Vlan_329 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.163.64 netmask 255.255.255.224 { # ipnetid: 1061890
- option subnet-mask 255.255.255.224;
- option routers 172.16.163.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA-3229_SSA-VI {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.54.0 netmask 255.255.255.0 { # ipnetid: 971035
- option subnet-mask 255.255.255.0;
- option routers 192.168.54.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA-Backend-SRV2 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.83.192 netmask 255.255.255.192 { # ipnetid: 1248860
- option subnet-mask 255.255.255.192;
- option routers 192.168.83.195;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.83.242 192.168.83.245; # on server: 10.97.137.241
- range 192.168.83.246 192.168.83.249; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network SSA-D-IMMO-WTS-Webint-VLAN-121 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.81.0 netmask 255.255.255.224 { # ipnetid: 795141
- option subnet-mask 255.255.255.224;
- option routers 192.168.81.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.81.27 192.168.81.28; # on server: 10.97.137.241
- range 192.168.81.29 192.168.81.30; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network SSA-OneWeb-P-Real {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.24.0 netmask 255.255.254.0 { # ipnetid: 3992374
- option subnet-mask 255.255.254.0;
- option routers 10.12.24.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA-OneWeb-PreP-Real {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.20.0 netmask 255.255.254.0 { # ipnetid: 3992334
- option subnet-mask 255.255.254.0;
- option routers 10.12.20.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA-OneWeb-T-Real {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.22.0 netmask 255.255.254.0 { # ipnetid: 3992354
- option subnet-mask 255.255.254.0;
- option routers 10.12.22.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA-S-Perso-Vlan-3318 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.91.32 netmask 255.255.255.224 { # ipnetid: 1827653
- option subnet-mask 255.255.255.224;
- option routers 192.168.91.35;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.91.55 192.168.91.57; # on server: 10.97.137.241
- range 192.168.91.58 192.168.91.60; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network SSA-S-VI-192-168-62-0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.62.0 netmask 255.255.255.0 { # ipnetid: 56984
- option subnet-mask 255.255.255.0;
- option routers 192.168.62.3;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA-S_Production_Dual_Homed_Server-LAN {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.87.0 netmask 255.255.255.128 { # ipnetid: 835395
- option subnet-mask 255.255.255.128;
- option routers 192.168.87.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.87.114 192.168.87.118; # on server: 10.97.137.241
- range 192.168.87.119 192.168.87.123; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network SSA-S_VI_Dua_Homed_Server-LAN {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 192.168.77.0 netmask 255.255.255.128 { # ipnetid: 838276
- option subnet-mask 255.255.255.128;
- option routers 192.168.77.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.77.114 192.168.77.118; # on server: 10.97.137.241
- range 192.168.77.119 192.168.77.123; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network SSA-S_WTS_Farm {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.85.0 netmask 255.255.255.128 { # ipnetid: 853704
- option subnet-mask 255.255.255.128;
- option routers 192.168.85.3;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA-VI-GEP-TEST3 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.19.0 netmask 255.255.255.128 { # ipnetid: 4470674
- option subnet-mask 255.255.255.128;
- option routers 10.12.19.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA_3323_SSA-Prod-New {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.44.0 netmask 255.255.255.0 { # ipnetid: 971024
- option subnet-mask 255.255.255.0;
- option routers 192.168.44.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA_GD-Light-Admin {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.81.224 netmask 255.255.255.224 { # ipnetid: 1037615
- option subnet-mask 255.255.255.224;
- option routers 192.168.81.227;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA_GD-Light-VI-Admin {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 192.168.81.160 netmask 255.255.255.224 { # ipnetid: 1024958
- option subnet-mask 255.255.255.224;
- option routers 192.168.81.163;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA_GD-Light-VI-Realserver {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 192.168.81.128 netmask 255.255.255.224 { # ipnetid: 1024956
- option subnet-mask 255.255.255.224;
- option routers 192.168.81.135;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network SSA_Prod_WTS_Frontend_Admin {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.82.96 netmask 255.255.255.224 { # ipnetid: 2787854
- option subnet-mask 255.255.255.224;
- option routers 192.168.82.99;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.82.119 192.168.82.121; # on server: 10.97.137.241
- range 192.168.82.122 192.168.82.124; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network SSA_VI-WAF_I_Admin {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.1.128 netmask 255.255.255.192 { # ipnetid: 2780894
- option subnet-mask 255.255.255.192;
- option routers 10.12.1.131;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network Tivoli_Proxies_internal_Vlan323 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.162.24 netmask 255.255.255.248 { # ipnetid: 863744
- option subnet-mask 255.255.255.248;
- option routers 172.16.162.25;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network VI-FMO-Check-Point-VPN-Client-Pool {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.107.173.0 netmask 255.255.255.0 { # ipnetid: 57124621
- option subnet-mask 255.255.255.0;
- option routers 10.107.173.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.107.173.10 10.107.173.115; # on server: 10.97.137.241
- range 10.107.173.116 10.107.173.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network VLAN-1048-AWIN {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.34.192 netmask 255.255.255.192 { # ipnetid: 718649
- option subnet-mask 255.255.255.192;
- option routers 194.127.34.195;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network VLAN-1304-AWIN {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.30.0 netmask 255.255.255.0 { # ipnetid: 963440
- option subnet-mask 255.255.255.0;
- option routers 172.16.30.16;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network VLAN-166-SSA {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.66.0 netmask 255.255.255.0 { # ipnetid: 343220
- option subnet-mask 255.255.255.0;
- option routers 192.168.66.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network VLAN-2995-EUWIN-CH {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.47.128 netmask 255.255.255.192 { # ipnetid: 4052864
- option subnet-mask 255.255.255.192;
- option routers 10.8.47.190;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network VLAN-302-Extranet {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 172.17.3.105,172.17.3.106;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.17.12.0 netmask 255.255.255.128 { # ipnetid: 718376
- option subnet-mask 255.255.255.128;
- option routers 172.17.12.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.17.12.114 172.17.12.118; # on server: 10.97.137.241
- range 172.17.12.119 172.17.12.123; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network VLAN-451-EUWIN {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.184.64 netmask 255.255.255.192 { # ipnetid: 50867091
- option subnet-mask 255.255.255.192;
- option routers 172.16.184.94;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network VLAN-eportale-development-172-20-106-0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.20.106.0 netmask 255.255.255.0 { # ipnetid: 718468
- option subnet-mask 255.255.255.0;
- option routers 172.20.106.17;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.106.200 172.20.106.209; # on server: 10.97.137.241
- range 172.20.106.210 172.20.106.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network VPN-VI-Test-VLAN-A {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- min-lease-time 600;
- update-conflict-detection false;
- default-lease-time 7200;
- max-lease-time 7200;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.107.168.0 netmask 255.255.255.0 { # ipnetid: 1131075
- option subnet-mask 255.255.255.0;
- option routers 10.107.168.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.107.168.10 10.107.168.115; # on server: 10.97.137.241
- range 10.107.168.116 10.107.168.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network WLAN-VI-Proxy-POC-1941 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.107.172.0 netmask 255.255.255.0 { # ipnetid: 56280821
- option subnet-mask 255.255.255.0;
- option routers 10.107.172.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.107.172.10 10.107.172.115; # on server: 10.97.137.241
- range 10.107.172.116 10.107.172.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network WLAN-guest-user-VLAN-1997 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ddns-updates off;
- option domain-name "public-wlan.allianz.com";
- option domain-name-servers 172.18.8.33, 172.18.8.34;
- min-lease-time 300;
- default-lease-time 1800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- option netbios-name-servers 127.0.0.1;
- option wpad-servers "\n\000";
- max-lease-time 3600;
-
- subnet 172.27.0.0 netmask 255.255.224.0 { # ipnetid: 65358761
- option subnet-mask 255.255.224.0;
- option routers 172.27.15.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.27.0.1 172.27.15.160; # on server: 10.97.137.241
- range 172.27.16.4 172.27.31.164; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network Websphere_P_Admin {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 192.168.80.192 netmask 255.255.255.192 { # ipnetid: 2782504
- option subnet-mask 255.255.255.192;
- option routers 192.168.80.195;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.80.242 192.168.80.245; # on server: 10.97.137.241
- range 192.168.80.246 192.168.80.249; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network apac-dhcp1 {
- # uses DHCP Servers: 10.125.1.5 10.125.1.21 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.125.1.0 netmask 255.255.255.240 { # ipnetid: 4022284
- option subnet-mask 255.255.255.240;
- option routers 10.125.1.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network apac-dhcp2 {
- # uses DHCP Servers: 10.125.1.5 10.125.1.21 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.125.1.16 netmask 255.255.255.240 { # ipnetid: 4022304
- option subnet-mask 255.255.255.240;
- option routers 10.125.1.17;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network awin-vlan-504 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.59.0 netmask 255.255.255.0 { # ipnetid: 800626
- option subnet-mask 255.255.255.0;
- option routers 172.16.59.16;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.16.59.200 172.16.59.209; # on server: 10.97.137.241
- range 172.16.59.210 172.16.59.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network az-abs-au-rehosting-10-8-50 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.50.0 netmask 255.255.254.0 { # ipnetid: 2647674
- option subnet-mask 255.255.254.0;
- option routers 10.8.51.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.51.224 10.8.51.237; # on server: 10.97.137.241
- range 10.8.51.238 10.8.51.251; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network az-oneweb-vlan684 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.175.128 netmask 255.255.255.224 { # ipnetid: 46409124
- option subnet-mask 255.255.255.224;
- option routers 172.16.175.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-oneweb-vlan685 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 86400;
-
- subnet 172.16.175.192 netmask 255.255.255.192 { # ipnetid: 50175411
- option subnet-mask 255.255.255.192;
- option routers 172.16.175.193;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-oneweb-vlan784 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.177.192 netmask 255.255.255.224 { # ipnetid: 46409674
- option subnet-mask 255.255.255.224;
- option routers 172.16.177.193;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet0-0.2275 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.2.0 netmask 255.255.254.0 { # ipnetid: 1038515
- option subnet-mask 255.255.254.0;
- option routers 10.123.2.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet0-0.2277 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.14.0 netmask 255.255.255.192 { # ipnetid: 1125725
- option subnet-mask 255.255.255.192;
- option routers 10.123.14.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet0-0.2475 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.10.0 netmask 255.255.254.0 { # ipnetid: 1059985
- option subnet-mask 255.255.254.0;
- option routers 10.123.10.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet0-0.2477 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.14.64 netmask 255.255.255.192 { # ipnetid: 1125727
- option subnet-mask 255.255.255.192;
- option routers 10.123.14.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet0-0.2500 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.12.0 netmask 255.255.254.0 { # ipnetid: 1059987
- option subnet-mask 255.255.254.0;
- option routers 10.123.12.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet0-0.2502 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.14.128 netmask 255.255.255.192 { # ipnetid: 1125729
- option subnet-mask 255.255.255.192;
- option routers 10.123.14.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet3-0.2286 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.18.0 netmask 255.255.254.0 { # ipnetid: 1087052
- option subnet-mask 255.255.254.0;
- option routers 10.123.18.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet3-0.2288 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.30.0 netmask 255.255.255.192 { # ipnetid: 1125731
- option subnet-mask 255.255.255.192;
- option routers 10.123.30.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet3-0.2486 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.26.0 netmask 255.255.254.0 { # ipnetid: 1087071
- option subnet-mask 255.255.254.0;
- option routers 10.123.26.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--FastEthernet3-0.2511 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.28.0 netmask 255.255.254.0 { # ipnetid: 1087073
- option subnet-mask 255.255.254.0;
- option routers 10.123.28.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--GigabitEthernet2-0.2100 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.176.160.0 netmask 255.255.248.0 { # ipnetid: 770033
- option subnet-mask 255.255.248.0;
- option routers 10.176.160.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network az-uk-atm-muc--GigabitEthernet2-0.2700 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.126.16.0 netmask 255.255.252.0 { # ipnetid: 1253876
- option subnet-mask 255.255.252.0;
- option routers 10.126.16.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network azi-B2B-VLAN-316 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 86400;
-
- subnet 172.16.160.176 netmask 255.255.255.240 { # ipnetid: 2377693
- option subnet-mask 255.255.255.240;
- option routers 172.16.160.177;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network azi-dmz-server-vlan-318 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 86400;
-
- subnet 172.16.160.224 netmask 255.255.255.224 { # ipnetid: 54785811
- option subnet-mask 255.255.255.224;
- option routers 172.16.160.225;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network azi-dmz-server-vlan-319 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 86400;
-
- subnet 172.16.160.208 netmask 255.255.255.240 { # ipnetid: 55299111
- option subnet-mask 255.255.255.240;
- option routers 172.16.160.209;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.16.160.218 172.16.160.219; # on server: 10.97.137.241
- range 172.16.160.220 172.16.160.221; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network azi-dmz-server-vlan-418 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.188.192 netmask 255.255.255.224 { # ipnetid: 54785681
- option subnet-mask 255.255.255.224;
- option routers 172.16.188.193;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network azi-dmz-vlan-317 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 86400;
-
- subnet 172.16.160.192 netmask 255.255.255.240 { # ipnetid: 51866831
- option subnet-mask 255.255.255.240;
- option routers 172.16.160.193;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.16.160.202 172.16.160.203; # on server: 10.97.137.241
- range 172.16.160.204 172.16.160.205; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network bgu1-ssa-s-fw--eth18-3311 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.81.96 netmask 255.255.255.224 { # ipnetid: 853701
- option subnet-mask 255.255.255.224;
- option routers 192.168.81.99;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.81.119 192.168.81.121; # on server: 10.97.137.241
- range 192.168.81.122 192.168.81.124; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network bgu1-ssa-s-fw--eth18-3315 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.83.128 netmask 255.255.255.192 { # ipnetid: 1248858
- option subnet-mask 255.255.255.192;
- option routers 192.168.83.131;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network bgu2-ssa-s-vi-fw-3276 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.86.192 netmask 255.255.255.192 { # ipnetid: 2782554
- option subnet-mask 255.255.255.192;
- option routers 192.168.86.195;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7dmzr01_awin-area1-egrc--vlan-1477 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.16.35.16 netmask 255.255.255.240 { # ipnetid: 49676841
- option subnet-mask 255.255.255.240;
- option routers 172.16.35.29;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7dmzr01_awin-area1-prod--vlan-1490 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.37.128 netmask 255.255.255.128 { # ipnetid: 242349
- option subnet-mask 255.255.255.128;
- option routers 194.127.37.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 194.127.37.242 194.127.37.246; # on server: 10.97.137.241
- range 194.127.37.247 194.127.37.251; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network c7dmzr01_awin-area1-tmg--vlan-1492 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.34.0 netmask 255.255.255.0 { # ipnetid: 48679331
- option subnet-mask 255.255.255.0;
- option routers 172.16.34.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7dmzr01_awin-gin-p--vlan-1486 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.62.64 netmask 255.255.255.192 { # ipnetid: 1279758
- option subnet-mask 255.255.255.192;
- option routers 194.127.62.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7dmzr01_inet-dns--vlan-1996 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.18.8.128 netmask 255.255.255.128 { # ipnetid: 659183
- option subnet-mask 255.255.255.128;
- option routers 172.18.8.140;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7dmzr11_awin-gin-si--vlan-1461 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.62.192 netmask 255.255.255.192 { # ipnetid: 1279766
- option subnet-mask 255.255.255.192;
- option routers 194.127.62.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 194.127.62.242 194.127.62.245; # on server: 10.97.137.241
- range 194.127.62.246 194.127.62.249; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network c7dmzr11_ep-vers-e--vlan-1727 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.20.116.0 netmask 255.255.252.0 { # ipnetid: 950000
- option subnet-mask 255.255.252.0;
- option routers 172.20.119.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7euwin01_wwc--vlan-3011 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.32.0 netmask 255.255.255.0 { # ipnetid: 973609
- option subnet-mask 255.255.255.0;
- option routers 10.8.32.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7smar01_sma-dns--vlan-2025 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.178.36,192.168.178.37;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.178.32 netmask 255.255.255.240 { # ipnetid: 1147606
- option subnet-mask 255.255.255.240;
- option routers 192.168.178.46;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7ssar01_abs-gen-p--vlan-3325 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.12.0 netmask 255.255.254.0 { # ipnetid: 3107164
- option subnet-mask 255.255.254.0;
- option routers 10.12.12.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.12.12.200 10.12.12.209; # on server: 10.97.137.241
- range 10.12.12.210 10.12.12.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network c7ssar01_ind-p--vlan-3331 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.22.48.0 netmask 255.255.255.0 { # ipnetid: 342693
- option subnet-mask 255.255.255.0;
- option routers 172.22.48.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7ssar11_abs-gen-pre-p--vlan-3225 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.14.0 netmask 255.255.254.0 { # ipnetid: 3107194
- option subnet-mask 255.255.254.0;
- option routers 10.12.14.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7ssar11_abs-gen-test--vlan-3226 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.12.16.0 netmask 255.255.254.0 { # ipnetid: 3107214
- option subnet-mask 255.255.254.0;
- option routers 10.12.16.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7ssar11_allianz.de-e--vlan-3213 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.35.0 netmask 255.255.255.0 { # ipnetid: 55649
- option subnet-mask 255.255.255.0;
- option routers 192.168.35.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network c7ssar11_gep-vi--vlan-3217 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.126.81.0 netmask 255.255.255.128 { # ipnetid: 1607903
- option subnet-mask 255.255.255.128;
- option routers 10.126.81.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.126.81.114 10.126.81.118; # on server: 10.97.137.241
- range 10.126.81.119 10.126.81.123; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network c7ssar11_gin-ind-e--vlan-3232 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.67.0 netmask 255.255.255.0 { # ipnetid: 343222
- option subnet-mask 255.255.255.0;
- option routers 192.168.67.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.67.200 192.168.67.209; # on server: 10.97.137.241
- range 192.168.67.210 192.168.67.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network c7ssar11_gin-ind-i--vlan-3230 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.65.0 netmask 255.255.255.0 { # ipnetid: 343196
- option subnet-mask 255.255.255.0;
- option routers 192.168.65.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network cee-sk-lan-ask-badc-dc-ds-2117--Vlan307 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.7.0 netmask 255.255.255.0 { # ipnetid: 50433841
- option subnet-mask 255.255.255.0;
- option routers 10.8.7.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network darta-dmz-virtual-server-vlan-419 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.188.224 netmask 255.255.255.240 { # ipnetid: 61713031
- option subnet-mask 255.255.255.240;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-fra-mf-swa-01--Vlan300 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option ntp-servers 10.252.6.60,10.252.7.60,10.252.9.60;
- option domain-name "srv.allianz";
- option domain-name-servers 10.252.6.60,10.252.7.60,10.252.9.60;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.17.16.0 netmask 255.255.255.128 { # ipnetid: 47903124
- option subnet-mask 255.255.255.128;
- option routers 10.17.16.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-adm-swa-01--mgmt0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.216.0 netmask 255.255.255.0 { # ipnetid: 4186994
- option subnet-mask 255.255.255.0;
- option routers 10.96.216.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-cnt-swa-01--mgmt0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.210.0 netmask 255.255.255.0 { # ipnetid: 1090573
- option subnet-mask 255.255.255.0;
- option routers 10.96.210.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.96.210.200 10.96.210.209; # on server: 10.97.137.241
- range 10.96.210.210 10.96.210.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan211 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.0 netmask 255.255.255.248 { # ipnetid: 47652044
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.6;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan212 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.8 netmask 255.255.255.248 { # ipnetid: 47652444
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.14;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan213 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.16 netmask 255.255.255.248 { # ipnetid: 47652204
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.22;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan214 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.24 netmask 255.255.255.248 { # ipnetid: 47652304
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.30;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan215 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.32 netmask 255.255.255.248 { # ipnetid: 47652324
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.38;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan216 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.40 netmask 255.255.255.248 { # ipnetid: 47652344
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.46;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan217 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.48 netmask 255.255.255.248 { # ipnetid: 47652364
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.54;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan218 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.56 netmask 255.255.255.248 { # ipnetid: 47652384
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.62;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan219 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.64 netmask 255.255.255.248 { # ipnetid: 47652404
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.70;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan220 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.72 netmask 255.255.255.248 { # ipnetid: 47652424
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.78;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan221 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.80 netmask 255.255.255.248 { # ipnetid: 47652464
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.86;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--Vlan222 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.17.88 netmask 255.255.255.248 { # ipnetid: 47652484
- option subnet-mask 255.255.255.248;
- option routers 10.103.17.94;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-mf-rwa-1--mgmt0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.214.0 netmask 255.255.255.0 { # ipnetid: 1090583
- option subnet-mask 255.255.255.0;
- option routers 10.96.214.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-p01-swa-01--mgmt0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.213.0 netmask 255.255.255.0 { # ipnetid: 1090580
- option subnet-mask 255.255.255.0;
- option routers 10.96.213.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network de-muc-p06-swa-01--mgmt0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.158.0 netmask 255.255.255.0 { # ipnetid: 928897
- option subnet-mask 255.255.255.0;
- option routers 10.99.158.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network dhcpnet-172.22.49.0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.22.49.0 netmask 255.255.255.0 { # ipnetid: 342695
- option subnet-mask 255.255.255.0;
- option routers 172.22.49.17;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network dhcpnet-192.168.69.0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.69.0 netmask 255.255.255.0 { # ipnetid: 343226
- option subnet-mask 255.255.255.0;
- option routers 192.168.69.17;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.69.200 192.168.69.209; # on server: 10.97.137.241
- range 192.168.69.210 192.168.69.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ePortale-Gen-ABS-P-Backend {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.20.17.0 netmask 255.255.255.0 { # ipnetid: 3998004
- option subnet-mask 255.255.255.0;
- option routers 172.20.17.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.17.200 172.20.17.209; # on server: 10.97.137.241
- range 172.20.17.210 172.20.17.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ePortale-Gen-ABS-PreP-Backend {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.20.66.0 netmask 255.255.255.0 { # ipnetid: 3998054
- option subnet-mask 255.255.255.0;
- option routers 172.20.66.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.66.200 172.20.66.209; # on server: 10.97.137.241
- range 172.20.66.210 172.20.66.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ePortale-Gen-ABS-T-Backend {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.20.97.0 netmask 255.255.255.0 { # ipnetid: 3998114
- option subnet-mask 255.255.255.0;
- option routers 172.20.97.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network ePortale-IDS-Integration {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.20.76.0 netmask 255.255.255.0 { # ipnetid: 718143
- option subnet-mask 255.255.255.0;
- option routers 172.20.76.17;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.76.200 172.20.76.209; # on server: 10.97.137.241
- range 172.20.76.210 172.20.76.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ePortale-OneWeb-P-Backend {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.20.18.0 netmask 255.255.255.0 { # ipnetid: 3998154
- option subnet-mask 255.255.255.0;
- option routers 172.20.18.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.18.200 172.20.18.209; # on server: 10.97.137.241
- range 172.20.18.210 172.20.18.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ePortale-OneWeb-PreP-Backend {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.20.68.0 netmask 255.255.255.0 { # ipnetid: 3998194
- option subnet-mask 255.255.255.0;
- option routers 172.20.68.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.68.200 172.20.68.209; # on server: 10.97.137.241
- range 172.20.68.210 172.20.68.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ePortale-OneWeb-T-Backend {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.20.98.0 netmask 255.255.255.0 { # ipnetid: 3998234
- option subnet-mask 255.255.255.0;
- option routers 172.20.98.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.98.200 172.20.98.209; # on server: 10.97.137.241
- range 172.20.98.210 172.20.98.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ePortale_Allianz.de {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.51.0 netmask 255.255.255.0 { # ipnetid: 718449
- option subnet-mask 255.255.255.0;
- option routers 192.168.51.19;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network ePortale_Integration_Allianz.de {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.61.0 netmask 255.255.255.0 { # ipnetid: 718152
- option subnet-mask 255.255.255.0;
- option routers 192.168.61.18;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network ePortale_Versicherung_INT {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.20.10.0 netmask 255.255.255.0 { # ipnetid: 343378
- option subnet-mask 255.255.255.0;
- option routers 172.20.10.17;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.20.10.200 172.20.10.209; # on server: 10.97.137.241
- range 172.20.10.210 172.20.10.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ePortale_WTS_Backend_DMZ {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.57.0 netmask 255.255.255.0 { # ipnetid: 783414
- option subnet-mask 255.255.255.0;
- option routers 192.168.57.17;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.57.200 192.168.57.209; # on server: 10.97.137.241
- range 192.168.57.210 192.168.57.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network euwin-azi-legacy--Vlan2200 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.50.0.0 netmask 255.255.255.0 { # ipnetid: 805624
- option subnet-mask 255.255.255.0;
- option routers 10.50.0.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.50.0.200 10.50.0.209; # on server: 10.97.137.241
- range 10.50.0.210 10.50.0.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network euwin-azuk-test-mgmt-int {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.168.128 netmask 255.255.255.224 { # ipnetid: 1163797
- option subnet-mask 255.255.255.224;
- option routers 172.16.168.129;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 172.16.168.151 172.16.168.153; # on server: 10.97.137.241
- range 172.16.168.154 172.16.168.156; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network euwin-mond-de-ecom-prod-ext {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.178.160 netmask 255.255.255.224 { # ipnetid: 2802864
- option subnet-mask 255.255.255.224;
- option routers 172.16.178.163;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network euwin-mond-de-ecom-prod-int {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.175.0 netmask 255.255.255.224 { # ipnetid: 2802964
- option subnet-mask 255.255.255.224;
- option routers 172.16.175.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network euwin-mond-de-ecom-test-ext {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.178.128 netmask 255.255.255.240 { # ipnetid: 2802774
- option subnet-mask 255.255.255.240;
- option routers 172.16.178.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network euwin-mond-de-ecom-test-int {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.175.32 netmask 255.255.255.240 { # ipnetid: 2803044
- option subnet-mask 255.255.255.240;
- option routers 172.16.175.33;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network f91fwp01drvsx01--eth0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.128.175.0 netmask 255.255.255.248 { # ipnetid: 3925304
- option subnet-mask 255.255.255.248;
- option routers 10.128.175.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network failover-test-BL {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 3.1.4.0 netmask 255.255.255.0 { # ipnetid: 47332344
- option subnet-mask 255.255.255.0;
- option routers 3.1.4.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 3.1.4.4 3.1.4.12; # on server: 10.97.137.241
- range 3.1.4.17 3.1.4.25; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network fw-net-192-168-41-0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.41.0 netmask 255.255.255.0 { # ipnetid: 718005
- option subnet-mask 255.255.255.0;
- option routers 192.168.41.19;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network iseries-monitoring-vlan644 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 10800;
- max-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 172.16.163.96 netmask 255.255.255.248 { # ipnetid: 1119975
- option subnet-mask 255.255.255.248;
- option routers 172.16.163.97;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network lbbw-allianz-Karlsruhe-Citypark {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.250.7.0 netmask 255.255.255.0 { # ipnetid: 4084344
- option subnet-mask 255.255.255.0;
- option routers 10.250.7.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.250.7.10 10.250.7.115; # on server: 10.97.137.241
- range 10.250.7.116 10.250.7.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network lbbw-allianz-stg-kro6 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.250.6.0 netmask 255.255.255.0 { # ipnetid: 4084324
- option subnet-mask 255.255.255.0;
- option routers 10.250.6.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.250.6.10 10.250.6.115; # on server: 10.97.137.241
- range 10.250.6.116 10.250.6.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network r7ccc01--Vlan209 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.209.0 netmask 255.255.255.0 { # ipnetid: 1090571
- option subnet-mask 255.255.255.0;
- option routers 10.96.209.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network r7dcapac03--GigabitEthernet0-3.120 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.125.1.128 netmask 255.255.255.240 { # ipnetid: 4040034
- option subnet-mask 255.255.255.240;
- option routers 10.125.1.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network r7ivpr01--GigabitEthernet2-0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ddns-updates off;
- option domain-name "public-wlan.allianz.com";
- option domain-name-servers 172.18.8.33, 172.18.8.34;
- min-lease-time 300;
- default-lease-time 1800;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- option netbios-name-servers 127.0.0.1;
- option wpad-servers "\n\000";
- max-lease-time 3600;
-
- subnet 10.107.170.0 netmask 255.255.254.0 { # ipnetid: 449236
- option subnet-mask 255.255.254.0;
- option routers 10.107.171.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.107.170.2 10.107.170.254; # on server: 10.97.137.241
- range 10.107.171.2 10.107.171.224; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s2s-soho-test2 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.6.40 netmask 255.255.255.248 { # ipnetid: 55934311
- option subnet-mask 255.255.255.248;
- option routers 10.108.6.41;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.6.44 10.108.6.45; # on server: 10.97.137.241
- range 10.108.6.46 10.108.6.46; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s2s-soho-test3 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.6.48 netmask 255.255.255.248 { # ipnetid: 55934281
- option subnet-mask 255.255.255.248;
- option routers 10.108.6.49;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.6.52 10.108.6.53; # on server: 10.97.137.241
- range 10.108.6.54 10.108.6.54; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s2s-soho-test4 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.6.56 netmask 255.255.255.248 { # ipnetid: 55934321
- option subnet-mask 255.255.255.248;
- option routers 10.108.6.57;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.6.60 10.108.6.61; # on server: 10.97.137.241
- range 10.108.6.62 10.108.6.62; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7bgur21--Vlan3198 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.37.240 netmask 255.255.255.240 { # ipnetid: 1084040
- option subnet-mask 255.255.255.240;
- option routers 10.8.37.241;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7bgur21--Vlan3301 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.239.252.240 netmask 255.255.255.240 { # ipnetid: 1277844
- option subnet-mask 255.255.255.240;
- option routers 10.239.252.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7bgur21--Vlan503 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.2.128 netmask 255.255.255.240 { # ipnetid: 18200
- option subnet-mask 255.255.255.240;
- option routers 10.99.2.142;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7bgur21--Vlan527 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.4.64 netmask 255.255.255.224 { # ipnetid: 761325
- option subnet-mask 255.255.255.224;
- option routers 10.99.4.94;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.4.86 10.99.4.87; # on server: 10.97.137.241
- range 10.99.4.88 10.99.4.89; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7bgur21--Vlan537 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.127.0 netmask 255.255.255.0 { # ipnetid: 1235073
- option subnet-mask 255.255.255.0;
- option routers 10.99.127.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.127.10 10.99.127.59; # on server: 10.97.137.241
- range 10.99.127.60 10.99.127.109; # on server: 10.97.137.242
- }
- }
- subnet 129.2.2.0 netmask 255.255.255.0 { # ipnetid: 242014
- option subnet-mask 255.255.255.0;
- option routers 129.2.2.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
- subnet 129.3.3.0 netmask 255.255.255.0 { # ipnetid: 242048
- option subnet-mask 255.255.255.0;
- option routers 129.3.3.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7bgur51--Vlan1503 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.106.41.0 netmask 255.255.255.0 { # ipnetid: 1630
- option subnet-mask 255.255.255.0;
- option routers 10.106.41.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.106.41.230 10.106.41.239; # on server: 10.97.137.241
- range 10.106.41.240 10.106.41.249; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7bgur51--Vlan1519 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.106.16.0 netmask 255.255.252.0 { # ipnetid: 1016281
- option subnet-mask 255.255.252.0;
- option routers 10.106.19.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7bgus23--mgmt0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.138.0 netmask 255.255.255.0 { # ipnetid: 488471
- option subnet-mask 255.255.255.0;
- option routers 10.99.138.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2200 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.0.0 netmask 255.255.255.0 { # ipnetid: 1033245
- option subnet-mask 255.255.255.0;
- option routers 10.123.0.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2225 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.1.0 netmask 255.255.255.0 { # ipnetid: 1038517
- option subnet-mask 255.255.255.0;
- option routers 10.123.1.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2236 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.17.0 netmask 255.255.255.0 { # ipnetid: 1087050
- option subnet-mask 255.255.255.0;
- option routers 10.123.17.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2300 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.7.128 netmask 255.255.255.128 { # ipnetid: 1038512
- option subnet-mask 255.255.255.128;
- option routers 10.123.7.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2311 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.23.128 netmask 255.255.255.128 { # ipnetid: 1087067
- option subnet-mask 255.255.255.128;
- option routers 10.123.23.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2325 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.7.0 netmask 255.255.255.192 { # ipnetid: 1038496
- option subnet-mask 255.255.255.192;
- option routers 10.123.7.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2336 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.23.0 netmask 255.255.255.192 { # ipnetid: 1087063
- option subnet-mask 255.255.255.192;
- option routers 10.123.23.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2350 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.5.0 netmask 255.255.255.0 { # ipnetid: 1038521
- option subnet-mask 255.255.255.0;
- option routers 10.123.5.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2361 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.21.0 netmask 255.255.255.0 { # ipnetid: 1087059
- option subnet-mask 255.255.255.0;
- option routers 10.123.21.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2375 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.6.0 netmask 255.255.255.0 { # ipnetid: 1038519
- option subnet-mask 255.255.255.0;
- option routers 10.123.6.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2800 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.32.0 netmask 255.255.255.0 { # ipnetid: 997059
- option subnet-mask 255.255.255.0;
- option routers 10.97.32.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.32.200 10.97.32.209; # on server: 10.97.137.241
- range 10.97.32.210 10.97.32.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2801 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.33.0 netmask 255.255.255.0 { # ipnetid: 1015801
- option subnet-mask 255.255.255.0;
- option routers 10.97.33.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.33.148 10.97.33.149; # on server: 10.97.137.241
- range 10.97.33.150 10.97.33.151; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2802 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.34.0 netmask 255.255.255.0 { # ipnetid: 1015809
- option subnet-mask 255.255.255.0;
- option routers 10.97.34.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2803 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.35.0 netmask 255.255.255.0 { # ipnetid: 1015803
- option subnet-mask 255.255.255.0;
- option routers 10.97.35.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.35.200 10.97.35.209; # on server: 10.97.137.241
- range 10.97.35.210 10.97.35.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2804 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.36.0 netmask 255.255.255.0 { # ipnetid: 1015799
- option subnet-mask 255.255.255.0;
- option routers 10.97.36.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.36.200 10.97.36.209; # on server: 10.97.137.241
- range 10.97.36.210 10.97.36.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2805 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.37.0 netmask 255.255.255.0 { # ipnetid: 1015807
- option subnet-mask 255.255.255.0;
- option routers 10.97.37.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2806 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.38.0 netmask 255.255.255.0 { # ipnetid: 1015805
- option subnet-mask 255.255.255.0;
- option routers 10.97.38.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2807 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- min-lease-time 600;
- default-lease-time 600;
- max-lease-time 600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.39.0 netmask 255.255.255.0 { # ipnetid: 1015811
- option subnet-mask 255.255.255.0;
- option routers 10.97.39.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2816 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.48.0 netmask 255.255.255.0 { # ipnetid: 1015835
- option subnet-mask 255.255.255.0;
- option routers 10.97.48.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.48.235 10.97.48.236; # on server: 10.97.137.241
- range 10.97.48.237 10.97.48.237; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2817 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.49.0 netmask 255.255.255.0 { # ipnetid: 1015852
- option subnet-mask 255.255.255.0;
- option routers 10.97.49.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.49.200 10.97.49.209; # on server: 10.97.137.241
- range 10.97.49.210 10.97.49.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2818 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.50.0 netmask 255.255.255.0 { # ipnetid: 1015844
- option subnet-mask 255.255.255.0;
- option routers 10.97.50.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.50.200 10.97.50.209; # on server: 10.97.137.241
- range 10.97.50.210 10.97.50.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2819 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.51.0 netmask 255.255.255.0 { # ipnetid: 1015833
- option subnet-mask 255.255.255.0;
- option routers 10.97.51.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.51.200 10.97.51.209; # on server: 10.97.137.241
- range 10.97.51.210 10.97.51.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2820 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.52.0 netmask 255.255.255.0 { # ipnetid: 1015837
- option subnet-mask 255.255.255.0;
- option routers 10.97.52.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2821 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.53.0 netmask 255.255.255.0 { # ipnetid: 1015840
- option subnet-mask 255.255.255.0;
- option routers 10.97.53.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2822 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.54.0 netmask 255.255.255.0 { # ipnetid: 1015846
- option subnet-mask 255.255.255.0;
- option routers 10.97.54.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2823 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.55.0 netmask 255.255.255.0 { # ipnetid: 1015848
- option subnet-mask 255.255.255.0;
- option routers 10.97.55.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.55.200 10.97.55.209; # on server: 10.97.137.241
- range 10.97.55.210 10.97.55.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2832 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.128.0 netmask 255.255.252.0 { # ipnetid: 1158627
- option subnet-mask 255.255.252.0;
- option routers 10.123.131.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
- subnet 10.123.160.0 netmask 255.255.255.0 { # ipnetid: 1161206
- option subnet-mask 255.255.255.0;
- option routers 10.123.160.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2835 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.44.0 netmask 255.255.255.0 { # ipnetid: 1015819
- option subnet-mask 255.255.255.0;
- option routers 10.97.44.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2838 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.152.0 netmask 255.255.252.0 { # ipnetid: 1172838
- option subnet-mask 255.255.252.0;
- option routers 10.123.155.254;
- default-lease-time 86400;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
- subnet 10.123.166.0 netmask 255.255.255.0 { # ipnetid: 1172815
- option subnet-mask 255.255.255.0;
- option routers 10.123.166.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2839 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.156.0 netmask 255.255.252.0 { # ipnetid: 1172805
- option subnet-mask 255.255.252.0;
- option routers 10.123.159.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
- subnet 10.123.167.0 netmask 255.255.255.0 { # ipnetid: 1172840
- option subnet-mask 255.255.255.0;
- option routers 10.123.167.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan2840 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.47.0 netmask 255.255.255.0 { # ipnetid: 1015821
- option subnet-mask 255.255.255.0;
- option routers 10.97.47.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.47.200 10.97.47.209; # on server: 10.97.137.241
- range 10.97.47.210 10.97.47.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan3122 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.75.32 netmask 255.255.255.224 { # ipnetid: 46434354
- option subnet-mask 255.255.255.224;
- option routers 10.123.75.33;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.123.75.55 10.123.75.57; # on server: 10.97.137.241
- range 10.123.75.58 10.123.75.60; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan4081 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.56.0 netmask 255.255.255.0 { # ipnetid: 1015827
- option subnet-mask 255.255.255.0;
- option routers 10.97.56.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan4082 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.57.0 netmask 255.255.255.0 { # ipnetid: 1015829
- option subnet-mask 255.255.255.0;
- option routers 10.97.57.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmarv02--Vlan829 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.68.192 netmask 255.255.255.224 { # ipnetid: 3322744
- option subnet-mask 255.255.255.224;
- option routers 194.127.68.222;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmbrv01--Vlan4070 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.58.0 netmask 255.255.255.248 { # ipnetid: 2525124
- option subnet-mask 255.255.255.248;
- option routers 10.97.58.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmbrv01--Vlan4071 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.58.8 netmask 255.255.255.248 { # ipnetid: 2525244
- option subnet-mask 255.255.255.248;
- option routers 10.97.58.9;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmbrv01--Vlan4072 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.58.16 netmask 255.255.255.248 { # ipnetid: 2525154
- option subnet-mask 255.255.255.248;
- option routers 10.97.58.17;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmbrv01--Vlan4073 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.58.24 netmask 255.255.255.248 { # ipnetid: 2525184
- option subnet-mask 255.255.255.248;
- option routers 10.97.58.25;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmbrv01--Vlan4074 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dcm.allianz.";
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.58.32 netmask 255.255.255.248 { # ipnetid: 2525214
- option subnet-mask 255.255.255.248;
- option routers 10.97.58.33;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dcmbrv01--Vlan800 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.45.0.80 netmask 255.255.255.240 { # ipnetid: 4184634
- option subnet-mask 255.255.255.240;
- option routers 10.45.0.81;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dmzvr01--Vlan1462 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.16.40.192 netmask 255.255.255.192 { # ipnetid: 1279773
- option subnet-mask 255.255.255.192;
- option routers 172.16.40.193;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dmzvr01--Vlan1474 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.16.35.128 netmask 255.255.255.128 { # ipnetid: 49876221
- option subnet-mask 255.255.255.128;
- option routers 172.16.35.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dmzvr01--Vlan1481 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.16.32.0 netmask 255.255.255.192 { # ipnetid: 1248265
- option subnet-mask 255.255.255.192;
- option routers 172.16.32.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dmzvr01--Vlan1488 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.36.0 netmask 255.255.255.0 { # ipnetid: 242347
- option subnet-mask 255.255.255.0;
- option routers 194.127.36.30;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7dmzvr01--Vlan1495 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 172.16.35.0 netmask 255.255.255.240 { # ipnetid: 49676811
- option subnet-mask 255.255.255.240;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2001 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.30.200.0 netmask 255.255.255.0 { # ipnetid: 770039
- option subnet-mask 255.255.255.0;
- ignore client-updates ;
- option routers 10.30.200.3;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2003 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.30.252.0 netmask 255.255.255.0 { # ipnetid: 770043
- option subnet-mask 255.255.255.0;
- ignore client-updates ;
- option routers 10.30.252.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.30.252.220 10.30.252.224; # on server: 10.97.137.242
- range 10.30.252.225 10.30.252.229; # on server: 10.97.137.241
- }
- }
-}
-
-
-shared-network s7euwin01--Vlan2006 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.30.202.0 netmask 255.255.255.0 { # ipnetid: 1170761
- option subnet-mask 255.255.255.0;
- ignore client-updates ;
- option routers 10.30.202.3;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2207 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.47.124.0 netmask 255.255.255.0 { # ipnetid: 1247988
- option subnet-mask 255.255.255.0;
- ignore client-updates ;
- option routers 10.47.124.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2300 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "agcs.biz";
- option domain-name-servers 10.8.1.118,10.8.1.178;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.1.0 netmask 255.255.255.0 { # ipnetid: 844376
- option subnet-mask 255.255.255.0;
- option routers 10.8.1.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.1.200 10.8.1.209; # on server: 10.97.137.241
- range 10.8.1.210 10.8.1.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7euwin01--Vlan2301 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.2.0 netmask 255.255.255.0 { # ipnetid: 844378
- option subnet-mask 255.255.255.0;
- option routers 10.8.2.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.2.200 10.8.2.209; # on server: 10.97.137.241
- range 10.8.2.210 10.8.2.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7euwin01--Vlan2303 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.3.0 netmask 255.255.255.0 { # ipnetid: 844382
- option subnet-mask 255.255.255.0;
- option routers 10.8.3.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2304 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.4.0 netmask 255.255.255.0 { # ipnetid: 844384
- option subnet-mask 255.255.255.0;
- option routers 10.8.4.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2308 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.6.0 netmask 255.255.255.192 { # ipnetid: 49486481
- option subnet-mask 255.255.255.192;
- option routers 10.8.6.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2310 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "agcs.biz";
- option domain-name-servers 10.8.1.118,10.8.1.178;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.0.0 netmask 255.255.255.0 { # ipnetid: 51872161
- option subnet-mask 255.255.255.0;
- option routers 10.8.0.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.0.51 10.8.0.150; # on server: 10.97.137.241
- range 10.8.0.151 10.8.0.250; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7euwin01--Vlan2400 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.56.0 netmask 255.255.255.0 { # ipnetid: 1090469
- option subnet-mask 255.255.255.0;
- option routers 10.8.56.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.56.200 10.8.56.209; # on server: 10.97.137.241
- range 10.8.56.210 10.8.56.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7euwin01--Vlan2509 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.17.0 netmask 255.255.255.0 { # ipnetid: 950490
- option subnet-mask 255.255.255.0;
- option routers 10.8.17.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2510 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.20.0 netmask 255.255.255.0 { # ipnetid: 2629894
- option subnet-mask 255.255.255.0;
- option routers 10.8.20.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2630 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.126.1.0 netmask 255.255.255.0 { # ipnetid: 1032489
- option subnet-mask 255.255.255.0;
- option routers 10.126.1.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2640 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.126.6.0 netmask 255.255.255.0 { # ipnetid: 1031050
- option subnet-mask 255.255.255.0;
- option routers 10.126.6.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2950 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.40.0 netmask 255.255.255.0 { # ipnetid: 1078283
- option subnet-mask 255.255.255.0;
- option routers 10.8.40.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan2951 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.41.0 netmask 255.255.255.0 { # ipnetid: 56293101
- option subnet-mask 255.255.255.0;
- option routers 10.8.41.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan3111 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.36.128 netmask 255.255.255.128 { # ipnetid: 1037036
- option subnet-mask 255.255.255.128;
- option routers 10.8.36.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan3197 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- max-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.8.37.224 netmask 255.255.255.240 { # ipnetid: 1084038
- option subnet-mask 255.255.255.240;
- option routers 10.8.37.225;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan3300 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.239.252.0 netmask 255.255.255.128 { # ipnetid: 1277842
- option subnet-mask 255.255.255.128;
- option routers 10.239.252.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan3302 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option cisco.tftp-server 10.239.253.10,10.239.253.12;
- option cisco-tftp-server 10.239.253.10,10.239.253.12;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.239.253.0 netmask 255.255.255.192 { # ipnetid: 1344713
- option subnet-mask 255.255.255.192;
- option routers 10.239.253.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan3303 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.239.253.64 netmask 255.255.255.240 { # ipnetid: 1358173
- option subnet-mask 255.255.255.240;
- option routers 10.239.253.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7euwin01--Vlan3305 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.239.250.16 netmask 255.255.255.240 { # ipnetid: 1358153
- option subnet-mask 255.255.255.240;
- option routers 10.239.250.17;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7ilo06--Vlan215 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.215.0 netmask 255.255.255.0 { # ipnetid: 1090586
- option subnet-mask 255.255.255.0;
- option routers 10.96.215.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7ilodm07--Vlan1 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.217.0 netmask 255.255.255.0 { # ipnetid: 4590484
- option subnet-mask 255.255.255.0;
- option routers 10.96.217.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvfd01--Vlan101 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.0.0 netmask 255.255.255.0 { # ipnetid: 684320
- option subnet-mask 255.255.255.0;
- option routers 10.108.0.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvfd01--Vlan102 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.1.0 netmask 255.255.255.0 { # ipnetid: 684322
- option subnet-mask 255.255.255.0;
- option routers 10.108.1.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvfd01--Vlan103 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.2.0 netmask 255.255.255.0 { # ipnetid: 684426
- option subnet-mask 255.255.255.0;
- option routers 10.108.2.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.2.200 10.108.2.209; # on server: 10.97.137.241
- range 10.108.2.210 10.108.2.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvfd01--Vlan104 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.3.0 netmask 255.255.255.0 { # ipnetid: 684436
- option subnet-mask 255.255.255.0;
- option routers 10.108.3.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvfd01--Vlan109 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.8.0 netmask 255.255.255.0 { # ipnetid: 855008
- option subnet-mask 255.255.255.0;
- option routers 10.108.8.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvfd01--Vlan255 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.160 netmask 255.255.255.240 { # ipnetid: 3019134
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.174;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvfd01--Vlan257 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.192 netmask 255.255.255.240 { # ipnetid: 3019194
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.206;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvfd01--Vlan259 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.72 netmask 255.255.255.248 { # ipnetid: 9351
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.78;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvfd01--Vlan801 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.136 netmask 255.255.255.248 { # ipnetid: 352583
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.142;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvgd02--Vlan201 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.16.0 netmask 255.255.255.0 { # ipnetid: 684418
- option subnet-mask 255.255.255.0;
- option routers 10.108.16.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvgd02--Vlan202 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.17.0 netmask 255.255.255.0 { # ipnetid: 684420
- option subnet-mask 255.255.255.0;
- option routers 10.108.17.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvgd02--Vlan203 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.18.0 netmask 255.255.255.0 { # ipnetid: 684422
- option subnet-mask 255.255.255.0;
- option routers 10.108.18.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvgd02--Vlan204 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.19.0 netmask 255.255.255.0 { # ipnetid: 684424
- option subnet-mask 255.255.255.0;
- option routers 10.108.19.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvgd02--Vlan209 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.24.0 netmask 255.255.255.0 { # ipnetid: 855003
- option subnet-mask 255.255.255.0;
- option routers 10.108.24.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvgd02--Vlan252 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.144 netmask 255.255.255.248 { # ipnetid: 352587
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.150;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvgd02--Vlan254 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.200 netmask 255.255.255.248 { # ipnetid: 358751
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.206;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvgd02--Vlan256 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.176 netmask 255.255.255.240 { # ipnetid: 3019174
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.190;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvgd02--Vlan258 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.208 netmask 255.255.255.240 { # ipnetid: 3019224
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.222;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan301 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.32.0 netmask 255.255.255.0 { # ipnetid: 684438
- option subnet-mask 255.255.255.0;
- option routers 10.108.32.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan302 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.33.0 netmask 255.255.255.0 { # ipnetid: 684440
- option subnet-mask 255.255.255.0;
- option routers 10.108.33.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan304 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.35.0 netmask 255.255.255.0 { # ipnetid: 902245
- option subnet-mask 255.255.255.0;
- option routers 10.108.35.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan305 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.36.0 netmask 255.255.255.0 { # ipnetid: 1116228
- option subnet-mask 255.255.255.0;
- option routers 10.108.36.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.36.200 10.108.36.209; # on server: 10.97.137.241
- range 10.108.36.210 10.108.36.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs01--Vlan306 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.60.0 netmask 255.255.255.0 { # ipnetid: 57282651
- option subnet-mask 255.255.255.0;
- option routers 10.108.60.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan340 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.106.0 netmask 255.255.255.0 { # ipnetid: 52083561
- option subnet-mask 255.255.255.0;
- option routers 10.108.106.126;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.106.200 10.108.106.209; # on server: 10.97.137.241
- range 10.108.106.210 10.108.106.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs01--Vlan390 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.61.0 netmask 255.255.255.0 { # ipnetid: 48807631
- option subnet-mask 255.255.255.0;
- option routers 10.108.61.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan406 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.45.0 netmask 255.255.255.128 { # ipnetid: 49533851
- option subnet-mask 255.255.255.128;
- option routers 10.108.45.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan407 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.45.128 netmask 255.255.255.128 { # ipnetid: 49533891
- option subnet-mask 255.255.255.128;
- option routers 10.108.45.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.45.242 10.108.45.246; # on server: 10.97.137.241
- range 10.108.45.247 10.108.45.251; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs01--Vlan408 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.46.0 netmask 255.255.255.128 { # ipnetid: 50185081
- option subnet-mask 255.255.255.128;
- option routers 10.108.46.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan409 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.46.128 netmask 255.255.255.128 { # ipnetid: 50185101
- option subnet-mask 255.255.255.128;
- option routers 10.108.46.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan630 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.87.0 netmask 255.255.255.0 { # ipnetid: 889591
- option subnet-mask 255.255.255.0;
- option routers 10.108.87.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan631 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.88.0 netmask 255.255.255.0 { # ipnetid: 889598
- option subnet-mask 255.255.255.0;
- option routers 10.108.88.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.88.200 10.108.88.209; # on server: 10.97.137.241
- range 10.108.88.210 10.108.88.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs01--Vlan632 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.89.0 netmask 255.255.255.0 { # ipnetid: 889604
- option subnet-mask 255.255.255.0;
- option routers 10.108.89.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan641 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.116.0 netmask 255.255.252.0 { # ipnetid: 1520613
- option subnet-mask 255.255.252.0;
- option routers 10.108.119.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.116.1 10.108.117.244; # on server: 10.97.137.241
- range 10.108.117.245 10.108.119.232; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs01--Vlan642 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.112.0 netmask 255.255.252.0 { # ipnetid: 3927994
- option subnet-mask 255.255.252.0;
- option routers 10.108.115.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan703 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.39.0 netmask 255.255.255.0 { # ipnetid: 684446
- option subnet-mask 255.255.255.0;
- option routers 10.108.39.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.39.200 10.108.39.209; # on server: 10.97.137.241
- range 10.108.39.210 10.108.39.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs01--Vlan705 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.37.0 netmask 255.255.255.128 { # ipnetid: 49533801
- option subnet-mask 255.255.255.128;
- option routers 10.108.37.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan706 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.37.128 netmask 255.255.255.128 { # ipnetid: 49533831
- option subnet-mask 255.255.255.128;
- option routers 10.108.37.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan707 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.38.0 netmask 255.255.255.128 { # ipnetid: 50185121
- option subnet-mask 255.255.255.128;
- option routers 10.108.38.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs01--Vlan708 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.38.128 netmask 255.255.255.128 { # ipnetid: 50185141
- option subnet-mask 255.255.255.128;
- option routers 10.108.38.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs05--Vlan401 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.40.0 netmask 255.255.255.0 { # ipnetid: 684450
- option subnet-mask 255.255.255.0;
- option routers 10.108.40.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs05--Vlan402 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.41.0 netmask 255.255.255.0 { # ipnetid: 713074
- option subnet-mask 255.255.255.0;
- option routers 10.108.41.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs05--Vlan403 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.42.0 netmask 255.255.255.0 { # ipnetid: 770671
- option subnet-mask 255.255.255.0;
- option routers 10.108.42.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs05--Vlan404 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.43.0 netmask 255.255.255.0 { # ipnetid: 818330
- option subnet-mask 255.255.255.0;
- option routers 10.108.43.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs05--Vlan405 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.44.0 netmask 255.255.255.0 { # ipnetid: 818332
- option subnet-mask 255.255.255.0;
- option routers 10.108.44.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.44.200 10.108.44.209; # on server: 10.97.137.241
- range 10.108.44.210 10.108.44.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs05--Vlan656 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.81.0 netmask 255.255.255.0 { # ipnetid: 804726
- option subnet-mask 255.255.255.0;
- option routers 10.108.81.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs05--Vlan671 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.83.0 netmask 255.255.255.0 { # ipnetid: 804728
- option subnet-mask 255.255.255.0;
- option routers 10.108.83.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan105 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.4.0 netmask 255.255.255.0 { # ipnetid: 684448
- option subnet-mask 255.255.255.0;
- option routers 10.108.4.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.4.200 10.108.4.209; # on server: 10.97.137.241
- range 10.108.4.210 10.108.4.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs09--Vlan106 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.5.0 netmask 255.255.255.0 { # ipnetid: 684454
- option subnet-mask 255.255.255.0;
- option routers 10.108.5.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.5.200 10.108.5.209; # on server: 10.97.137.241
- range 10.108.5.210 10.108.5.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs09--Vlan205 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.20.0 netmask 255.255.255.0 { # ipnetid: 684428
- option subnet-mask 255.255.255.0;
- option routers 10.108.20.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan206 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.21.0 netmask 255.255.255.0 { # ipnetid: 684430
- option subnet-mask 255.255.255.0;
- option routers 10.108.21.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan501 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.48.0 netmask 255.255.255.0 { # ipnetid: 684452
- option subnet-mask 255.255.255.0;
- option routers 10.108.48.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan502 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.49.0 netmask 255.255.255.0 { # ipnetid: 791287
- option subnet-mask 255.255.255.0;
- option routers 10.108.49.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.49.200 10.108.49.209; # on server: 10.97.137.241
- range 10.108.49.210 10.108.49.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs09--Vlan503 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.50.0 netmask 255.255.255.0 { # ipnetid: 753489
- option subnet-mask 255.255.255.0;
- option routers 10.108.50.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan505 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.52.0 netmask 255.255.255.0 { # ipnetid: 1157261
- option subnet-mask 255.255.255.0;
- option routers 10.108.52.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan506 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.53.0 netmask 255.255.255.0 { # ipnetid: 1157263
- option subnet-mask 255.255.255.0;
- option routers 10.108.53.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan507 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.54.0 netmask 255.255.255.128 { # ipnetid: 1271751
- option subnet-mask 255.255.255.128;
- option routers 10.108.54.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan508 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.54.128 netmask 255.255.255.128 { # ipnetid: 1271753
- option subnet-mask 255.255.255.128;
- option routers 10.108.54.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan510 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.84.0 netmask 255.255.255.0 { # ipnetid: 883009
- option subnet-mask 255.255.255.0;
- option routers 10.108.84.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.84.10 10.108.84.115; # on server: 10.97.137.241
- range 10.108.84.116 10.108.84.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs09--Vlan550 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.168 netmask 255.255.255.248 { # ipnetid: 352599
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.174;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan551 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.176 netmask 255.255.255.248 { # ipnetid: 352604
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.182;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan554 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.2.8 netmask 255.255.255.248 { # ipnetid: 533011
- option subnet-mask 255.255.255.248;
- option routers 10.252.2.14;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan556 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.56 netmask 255.255.255.248 { # ipnetid: 9340
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.62;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan557 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.80 netmask 255.255.255.240 { # ipnetid: 46817144
- option subnet-mask 255.255.255.240;
- option routers 10.252.1.81;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan704 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.55.0 netmask 255.255.255.0 { # ipnetid: 794206
- option subnet-mask 255.255.255.0;
- option routers 10.108.55.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan818 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.0 netmask 255.255.255.240 { # ipnetid: 1289413
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan819 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.16 netmask 255.255.255.240 { # ipnetid: 1289409
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.17;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan820 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 129.5.5.0 netmask 255.255.255.0 { # ipnetid: 19137
- option subnet-mask 255.255.255.0;
- option routers 129.5.5.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan821 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 129.4.4.0 netmask 255.255.255.0 { # ipnetid: 18777
- option subnet-mask 255.255.255.0;
- option routers 129.4.4.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan822 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.64 netmask 255.255.255.240 { # ipnetid: 1374383
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.78;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan823 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.80 netmask 255.255.255.240 { # ipnetid: 1374413
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.94;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan824 {
- # uses DHCP Servers: 10.252.3.145 10.252.3.129 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.128 netmask 255.255.255.240 { # ipnetid: 1374573
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.142;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan825 {
- # uses DHCP Servers: 10.252.3.145 10.252.3.129 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.144 netmask 255.255.255.240 { # ipnetid: 1374603
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.158;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan826 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.68.0 netmask 255.255.255.128 { # ipnetid: 1260524
- option subnet-mask 255.255.255.128;
- option routers 194.127.68.126;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 194.127.68.100 194.127.68.109; # on server: 10.97.137.241
- range 194.127.68.110 194.127.68.119; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs09--Vlan828 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.96 netmask 255.255.255.240 { # ipnetid: 2411413
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.110;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
- subnet 129.6.6.0 netmask 255.255.255.0 { # ipnetid: 1167487
- option subnet-mask 255.255.255.0;
- option routers 129.6.6.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan840 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.32 netmask 255.255.255.240 { # ipnetid: 1374033
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.46;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs09--Vlan841 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.48 netmask 255.255.255.240 { # ipnetid: 1374083
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.62;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs10--Vlan553 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.2.0 netmask 255.255.255.248 { # ipnetid: 532993
- option subnet-mask 255.255.255.248;
- option routers 10.252.2.6;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs10--Vlan555 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.64 netmask 255.255.255.248 { # ipnetid: 9346
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.70;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs10--Vlan558 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.96 netmask 255.255.255.240 { # ipnetid: 46817154
- option subnet-mask 255.255.255.240;
- option routers 10.252.1.97;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs13--Vlan601 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.56.0 netmask 255.255.255.0 { # ipnetid: 684456
- option subnet-mask 255.255.255.0;
- option routers 10.108.56.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs13--Vlan602 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.57.0 netmask 255.255.255.0 { # ipnetid: 918374
- option subnet-mask 255.255.255.0;
- option routers 10.108.57.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs13--Vlan603 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.58.0 netmask 255.255.255.0 { # ipnetid: 1005924
- option subnet-mask 255.255.255.0;
- option routers 10.108.58.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.58.200 10.108.58.209; # on server: 10.97.137.241
- range 10.108.58.210 10.108.58.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs13--Vlan604 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.59.0 netmask 255.255.255.0 { # ipnetid: 1005926
- option subnet-mask 255.255.255.0;
- option routers 10.108.59.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.108.59.200 10.108.59.209; # on server: 10.97.137.241
- range 10.108.59.210 10.108.59.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvhs13--Vlan605 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.108.91.0 netmask 255.255.255.0 { # ipnetid: 1080288
- option subnet-mask 255.255.255.0;
- option routers 10.108.91.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvhs15--Vlan609 {
- # uses DHCP Servers: 10.125.1.5 10.252.3.145 10.252.6.5 10.252.1.157 10.252.14.5 10.252.12.5 10.106.33.114 10.252.15.5 10.252.17.5 10.97.137.241 10.252.8.5 10.106.33.112 10.252.16.5 10.125.1.21 10.252.3.129 10.97.137.242 10.252.9.5 10.106.33.111 10.252.13.5 10.252.1.164 10.252.7.5 10.252.18.5 10.252.19.5 10.106.33.113
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.48 netmask 255.255.255.248 { # ipnetid: 9334
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.49;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvia02--Vlan101 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.1.0 netmask 255.255.255.0 { # ipnetid: 1318723
- option subnet-mask 255.255.255.0;
- option routers 10.103.1.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvia07--mgmt0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.130.0 netmask 255.255.255.0 { # ipnetid: 307445
- option subnet-mask 255.255.255.0;
- option routers 10.99.130.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.130.10 10.99.130.115; # on server: 10.97.137.241
- range 10.99.130.116 10.99.130.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvid01--Vlan102 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.2.0 netmask 255.255.255.0 { # ipnetid: 1323673
- option subnet-mask 255.255.255.0;
- option routers 10.103.2.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan103 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.3.0 netmask 255.255.255.0 { # ipnetid: 1323703
- option subnet-mask 255.255.255.0;
- option routers 10.103.3.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan104 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.4.0 netmask 255.255.255.0 { # ipnetid: 1323733
- option subnet-mask 255.255.255.0;
- option routers 10.103.4.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan105 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.5.0 netmask 255.255.255.0 { # ipnetid: 1323763
- option subnet-mask 255.255.255.0;
- option routers 10.103.5.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan106 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.6.0 netmask 255.255.255.0 { # ipnetid: 1323793
- option subnet-mask 255.255.255.0;
- option routers 10.103.6.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan107 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.7.0 netmask 255.255.255.0 { # ipnetid: 1653343
- option subnet-mask 255.255.255.0;
- option routers 10.103.7.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan110 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.8.0 netmask 255.255.255.0 { # ipnetid: 3053464
- option subnet-mask 255.255.255.0;
- option routers 10.103.8.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan111 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.9.0 netmask 255.255.255.0 { # ipnetid: 3053484
- option subnet-mask 255.255.255.0;
- option routers 10.103.9.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan112 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.10.0 netmask 255.255.255.0 { # ipnetid: 3053504
- option subnet-mask 255.255.255.0;
- option routers 10.103.10.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan113 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.11.0 netmask 255.255.255.0 { # ipnetid: 3053554
- option subnet-mask 255.255.255.0;
- option routers 10.103.11.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan116 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.14.0 netmask 255.255.255.0 { # ipnetid: 3053594
- option subnet-mask 255.255.255.0;
- option routers 10.103.14.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan117 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.15.0 netmask 255.255.255.0 { # ipnetid: 3120894
- option subnet-mask 255.255.255.0;
- option routers 10.103.15.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.15.200 10.103.15.209; # on server: 10.97.137.241
- range 10.103.15.210 10.103.15.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvid01--Vlan2200 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.40.0 netmask 255.255.255.0 { # ipnetid: 56058191
- option subnet-mask 255.255.255.0;
- option routers 10.103.40.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan2201 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.41.0 netmask 255.255.255.0 { # ipnetid: 56058211
- option subnet-mask 255.255.255.0;
- option routers 10.103.41.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan2202 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.56.0 netmask 255.255.255.0 { # ipnetid: 63889481
- option subnet-mask 255.255.255.0;
- option routers 10.103.56.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan2205 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option netbios-name-servers 127.0.0.1;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.48.0 netmask 255.255.254.0 { # ipnetid: 56620381
- option subnet-mask 255.255.254.0;
- option routers 10.103.48.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan2210 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.42.0 netmask 255.255.255.0 { # ipnetid: 56058231
- option subnet-mask 255.255.255.0;
- option routers 10.103.42.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan2211 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.57.0 netmask 255.255.255.0 { # ipnetid: 63889501
- option subnet-mask 255.255.255.0;
- option routers 10.103.57.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan2220 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.43.0 netmask 255.255.255.0 { # ipnetid: 56058251
- option subnet-mask 255.255.255.0;
- option routers 10.103.43.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.43.10 10.103.43.115; # on server: 10.97.137.241
- range 10.103.43.116 10.103.43.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvid01--Vlan2230 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.44.0 netmask 255.255.255.0 { # ipnetid: 56069831
- option subnet-mask 255.255.255.0;
- option routers 10.103.44.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan2240 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.45.0 netmask 255.255.255.224 { # ipnetid: 56099681
- option subnet-mask 255.255.255.224;
- option routers 10.103.45.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan2270 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option netbios-name-servers 127.0.0.1;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.50.0 netmask 255.255.255.128 { # ipnetid: 56620411
- option subnet-mask 255.255.255.128;
- option routers 10.103.50.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan2290 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option netbios-name-servers 127.0.0.1;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.52.0 netmask 255.255.255.0 { # ipnetid: 56858271
- option subnet-mask 255.255.255.0;
- option routers 10.103.52.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.52.200 10.103.52.209; # on server: 10.97.137.241
- range 10.103.52.210 10.103.52.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvid01--Vlan340 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.192.0 netmask 255.255.254.0 { # ipnetid: 55512721
- option subnet-mask 255.255.254.0;
- option routers 10.110.192.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.110.193.224 10.110.193.237; # on server: 10.97.137.241
- range 10.110.193.238 10.110.193.251; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvid01--Vlan341 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.194.0 netmask 255.255.254.0 { # ipnetid: 55549551
- option subnet-mask 255.255.254.0;
- option routers 10.110.194.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan342 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.196.0 netmask 255.255.254.0 { # ipnetid: 55549591
- option subnet-mask 255.255.254.0;
- option routers 10.110.196.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan343 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.198.0 netmask 255.255.255.224 { # ipnetid: 56670451
- option subnet-mask 255.255.255.224;
- option routers 10.110.198.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.110.198.23 10.110.198.25; # on server: 10.97.137.241
- range 10.110.198.26 10.110.198.28; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvid01--Vlan501 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.0.0 netmask 255.255.240.0 { # ipnetid: 2226383
- option subnet-mask 255.255.240.0;
- option routers 10.115.15.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan502 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.16.0 netmask 255.255.240.0 { # ipnetid: 2226423
- option subnet-mask 255.255.240.0;
- option routers 10.115.31.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan503 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.32.0 netmask 255.255.240.0 { # ipnetid: 2873374
- option subnet-mask 255.255.240.0;
- option routers 10.115.47.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan504 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.48.0 netmask 255.255.240.0 { # ipnetid: 2873404
- option subnet-mask 255.255.240.0;
- option routers 10.115.63.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan505 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.64.0 netmask 255.255.240.0 { # ipnetid: 2873434
- option subnet-mask 255.255.240.0;
- option routers 10.115.79.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan506 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.80.0 netmask 255.255.240.0 { # ipnetid: 2873464
- option subnet-mask 255.255.240.0;
- option routers 10.115.95.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.115.80.20 10.115.87.208; # on server: 10.97.137.241
- range 10.115.88.52 10.115.95.160; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvid01--Vlan507 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.96.0 netmask 255.255.255.0 { # ipnetid: 4502044
- option subnet-mask 255.255.255.0;
- option routers 10.115.96.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan508 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.97.0 netmask 255.255.255.0 { # ipnetid: 4502064
- option subnet-mask 255.255.255.0;
- option routers 10.115.97.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan509 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.98.0 netmask 255.255.255.0 { # ipnetid: 4502084
- option subnet-mask 255.255.255.0;
- option routers 10.115.98.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvid01--Vlan510 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.115.100.0 netmask 255.255.255.0 { # ipnetid: 46841724
- option subnet-mask 255.255.255.0;
- option routers 10.115.100.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan130 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.144.0 netmask 255.255.248.0 { # ipnetid: 3907394
- option subnet-mask 255.255.248.0;
- option routers 10.109.144.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan1304 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.225.128 netmask 255.255.255.192 { # ipnetid: 46395624
- option subnet-mask 255.255.255.192;
- option routers 10.109.225.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan1305 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.225.192 netmask 255.255.255.192 { # ipnetid: 46395644
- option subnet-mask 255.255.255.192;
- option routers 10.109.225.193;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan131 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.152.0 netmask 255.255.248.0 { # ipnetid: 3907414
- option subnet-mask 255.255.248.0;
- option routers 10.109.152.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan1310 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.200.0 netmask 255.255.255.0 { # ipnetid: 47888644
- option subnet-mask 255.255.255.0;
- option routers 10.109.200.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan1311 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.201.0 netmask 255.255.255.0 { # ipnetid: 47888664
- option subnet-mask 255.255.255.0;
- option routers 10.109.201.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan132 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.160.0 netmask 255.255.248.0 { # ipnetid: 3907434
- option subnet-mask 255.255.248.0;
- option routers 10.109.160.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan1323 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.224.128 netmask 255.255.255.128 { # ipnetid: 46395584
- option subnet-mask 255.255.255.128;
- option routers 10.109.224.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan1325 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.225.64 netmask 255.255.255.192 { # ipnetid: 46395664
- option subnet-mask 255.255.255.192;
- option routers 10.109.225.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan133 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.168.0 netmask 255.255.248.0 { # ipnetid: 3907454
- option subnet-mask 255.255.248.0;
- option routers 10.109.168.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan134 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.176.0 netmask 255.255.248.0 { # ipnetid: 3907474
- option subnet-mask 255.255.248.0;
- option routers 10.109.176.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan141 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.1.0 netmask 255.255.255.128 { # ipnetid: 3343034
- option subnet-mask 255.255.255.128;
- option routers 10.109.1.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan143 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.2.0 netmask 255.255.255.0 { # ipnetid: 3343074
- option subnet-mask 255.255.255.0;
- option routers 10.109.2.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan144 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.3.0 netmask 255.255.255.0 { # ipnetid: 3343094
- option subnet-mask 255.255.255.0;
- option routers 10.109.3.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan145 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.62.0 netmask 255.255.255.0 { # ipnetid: 4108904
- option subnet-mask 255.255.255.0;
- option routers 10.109.62.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan146 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.8.0 netmask 255.255.248.0 { # ipnetid: 4595254
- option subnet-mask 255.255.248.0;
- option routers 10.109.8.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.109.8.10 10.109.11.245; # on server: 10.97.137.241
- range 10.109.12.10 10.109.15.245; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan147 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.16.0 netmask 255.255.248.0 { # ipnetid: 4595204
- option subnet-mask 255.255.248.0;
- option routers 10.109.16.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.109.16.10 10.109.19.245; # on server: 10.97.137.241
- range 10.109.20.10 10.109.23.245; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan150 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.40.0 netmask 255.255.248.0 { # ipnetid: 4595234
- option subnet-mask 255.255.248.0;
- option routers 10.109.40.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.109.40.10 10.109.43.245; # on server: 10.97.137.241
- range 10.109.44.10 10.109.47.245; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan151 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.48.0 netmask 255.255.248.0 { # ipnetid: 4595244
- option subnet-mask 255.255.248.0;
- option routers 10.109.48.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.109.48.10 10.109.51.245; # on server: 10.97.137.241
- range 10.109.52.10 10.109.55.245; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan152 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.4.0 netmask 255.255.254.0 { # ipnetid: 46395724
- option subnet-mask 255.255.254.0;
- option routers 10.109.4.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan153 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.6.0 netmask 255.255.254.0 { # ipnetid: 46395754
- option subnet-mask 255.255.254.0;
- option routers 10.109.6.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan156 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.184.0 netmask 255.255.248.0 { # ipnetid: 46381314
- option subnet-mask 255.255.248.0;
- option routers 10.109.184.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan159 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.57.128 netmask 255.255.255.128 { # ipnetid: 46426524
- option subnet-mask 255.255.255.128;
- option routers 10.109.57.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan161 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.63.64 netmask 255.255.255.192 { # ipnetid: 46426554
- option subnet-mask 255.255.255.192;
- option routers 10.109.63.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan162 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.68.0 netmask 255.255.252.0 { # ipnetid: 47490404
- option subnet-mask 255.255.252.0;
- option routers 10.109.68.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan165 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.65.0 netmask 255.255.255.0 { # ipnetid: 3889184
- option subnet-mask 255.255.255.0;
- option routers 10.103.65.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan166 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.66.0 netmask 255.255.255.0 { # ipnetid: 3889204
- option subnet-mask 255.255.255.0;
- option routers 10.103.66.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan167 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.67.0 netmask 255.255.255.0 { # ipnetid: 3889224
- option subnet-mask 255.255.255.0;
- option routers 10.103.67.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan168 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.68.0 netmask 255.255.255.0 { # ipnetid: 3889244
- option subnet-mask 255.255.255.0;
- option routers 10.103.68.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan169 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.69.0 netmask 255.255.255.0 { # ipnetid: 3889264
- option subnet-mask 255.255.255.0;
- option routers 10.103.69.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan170 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.70.0 netmask 255.255.255.0 { # ipnetid: 3889284
- option subnet-mask 255.255.255.0;
- option routers 10.103.70.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan171 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.71.0 netmask 255.255.255.0 { # ipnetid: 3889304
- option subnet-mask 255.255.255.0;
- option routers 10.103.71.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan205 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.69.0 netmask 255.255.255.128 { # ipnetid: 51745951
- option subnet-mask 255.255.255.128;
- option routers 10.110.69.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan206 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.69.128 netmask 255.255.255.192 { # ipnetid: 51745971
- option subnet-mask 255.255.255.192;
- option routers 10.110.69.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2205 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.79.64 netmask 255.255.255.240 { # ipnetid: 54230281
- option subnet-mask 255.255.255.240;
- option routers 10.123.79.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2227 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.65.0 netmask 255.255.255.0 { # ipnetid: 4473104
- option subnet-mask 255.255.255.0;
- option routers 10.123.65.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2262 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.73.128 netmask 255.255.255.128 { # ipnetid: 4072554
- option subnet-mask 255.255.255.128;
- option routers 10.123.73.129;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.123.73.242 10.123.73.246; # on server: 10.97.137.241
- range 10.123.73.247 10.123.73.251; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2278 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.66.0 netmask 255.255.254.0 { # ipnetid: 46353404
- option subnet-mask 255.255.254.0;
- option routers 10.123.66.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.123.67.224 10.123.67.237; # on server: 10.97.137.241
- range 10.123.67.238 10.123.67.251; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2279 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.77.0 netmask 255.255.255.0 { # ipnetid: 48162954
- option subnet-mask 255.255.255.0;
- option routers 10.123.77.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2280 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.78.0 netmask 255.255.255.0 { # ipnetid: 48162974
- option subnet-mask 255.255.255.0;
- option routers 10.123.78.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2281 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.80.0 netmask 255.255.255.0 { # ipnetid: 55665331
- option subnet-mask 255.255.255.0;
- option routers 10.123.80.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2301 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.74.128 netmask 255.255.255.128 { # ipnetid: 4473144
- option subnet-mask 255.255.255.128;
- option routers 10.123.74.129;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.123.74.242 10.123.74.246; # on server: 10.97.137.241
- range 10.123.74.247 10.123.74.251; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2302 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.76.0 netmask 255.255.255.0 { # ipnetid: 48129134
- option subnet-mask 255.255.255.0;
- option routers 10.123.76.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2326 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.74.0 netmask 255.255.255.192 { # ipnetid: 46371834
- option subnet-mask 255.255.255.192;
- option routers 10.123.74.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.123.74.50 10.123.74.53; # on server: 10.97.137.241
- range 10.123.74.54 10.123.74.57; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2327 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.79.0 netmask 255.255.255.192 { # ipnetid: 51353941
- option subnet-mask 255.255.255.192;
- option routers 10.123.79.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2376 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.69.0 netmask 255.255.255.0 { # ipnetid: 46371814
- option subnet-mask 255.255.255.0;
- option routers 10.123.69.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.123.69.200 10.123.69.209; # on server: 10.97.137.241
- range 10.123.69.210 10.123.69.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2401 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.73.0 netmask 255.255.255.128 { # ipnetid: 4072524
- option subnet-mask 255.255.255.128;
- option routers 10.123.73.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.123.73.114 10.123.73.118; # on server: 10.97.137.241
- range 10.123.73.119 10.123.73.123; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2426 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.74.64 netmask 255.255.255.192 { # ipnetid: 4473164
- option subnet-mask 255.255.255.192;
- option routers 10.123.74.65;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.123.74.114 10.123.74.117; # on server: 10.97.137.241
- range 10.123.74.118 10.123.74.121; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2451 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.123.70.0 netmask 255.255.255.0 { # ipnetid: 46353424
- option subnet-mask 255.255.255.0;
- option routers 10.123.70.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan280 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.68.0 netmask 255.255.255.128 { # ipnetid: 50462021
- option subnet-mask 255.255.255.128;
- option routers 10.110.68.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.110.68.10 10.110.68.65; # on server: 10.97.137.241
- range 10.110.68.66 10.110.68.120; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2800 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.96.0 netmask 255.255.255.0 { # ipnetid: 4072404
- option subnet-mask 255.255.255.0;
- option routers 10.103.96.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.96.200 10.103.96.209; # on server: 10.97.137.241
- range 10.103.96.210 10.103.96.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2801 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.97.0 netmask 255.255.255.0 { # ipnetid: 4072434
- option subnet-mask 255.255.255.0;
- option routers 10.103.97.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.97.200 10.103.97.209; # on server: 10.97.137.241
- range 10.103.97.210 10.103.97.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2802 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.98.0 netmask 255.255.255.0 { # ipnetid: 4072464
- option subnet-mask 255.255.255.0;
- option routers 10.103.98.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.98.200 10.103.98.209; # on server: 10.97.137.241
- range 10.103.98.210 10.103.98.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2803 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.99.0 netmask 255.255.255.0 { # ipnetid: 4072494
- option subnet-mask 255.255.255.0;
- option routers 10.103.99.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.99.200 10.103.99.209; # on server: 10.97.137.241
- range 10.103.99.210 10.103.99.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2805 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.101.0 netmask 255.255.255.0 { # ipnetid: 55446291
- option subnet-mask 255.255.255.0;
- option routers 10.103.101.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2808 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.100.0 netmask 255.255.255.128 { # ipnetid: 50938371
- option subnet-mask 255.255.255.128;
- option routers 10.103.100.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.100.114 10.103.100.118; # on server: 10.97.137.241
- range 10.103.100.119 10.103.100.123; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2809 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.111.32 netmask 255.255.255.224 { # ipnetid: 53821021
- option subnet-mask 255.255.255.224;
- option routers 10.103.111.33;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.111.55 10.103.111.57; # on server: 10.97.137.241
- range 10.103.111.58 10.103.111.60; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan281 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.68.128 netmask 255.255.255.128 { # ipnetid: 50462041
- option subnet-mask 255.255.255.128;
- option routers 10.110.68.129;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.110.68.242 10.110.68.246; # on server: 10.97.137.241
- range 10.110.68.247 10.110.68.251; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2810 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 194.127.68.128 netmask 255.255.255.240 { # ipnetid: 48848771
- option subnet-mask 255.255.255.240;
- option routers 194.127.68.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2815 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.111.0 netmask 255.255.255.224 { # ipnetid: 50437241
- option subnet-mask 255.255.255.224;
- option routers 10.103.111.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2820 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.112.0 netmask 255.255.255.128 { # ipnetid: 4595154
- option subnet-mask 255.255.255.128;
- option routers 10.103.112.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.112.114 10.103.112.118; # on server: 10.97.137.241
- range 10.103.112.119 10.103.112.123; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2821 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.112.128 netmask 255.255.255.128 { # ipnetid: 4595174
- option subnet-mask 255.255.255.128;
- option routers 10.103.112.129;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.103.112.138 10.103.112.193; # on server: 10.97.137.241
- range 10.103.112.194 10.103.112.248; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2954 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dy.allianz-suisse.ch";
- option domain-name-servers 10.40.33.30,10.40.1.100;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- option wpad-servers "\n\000";
- max-lease-time 14400;
-
- subnet 10.8.154.0 netmask 255.255.254.0 { # ipnetid: 49596661
- option subnet-mask 255.255.254.0;
- ignore client-updates ;
- option routers 10.8.154.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.154.31 10.8.155.13; # on server: 10.97.137.241
- range 10.8.155.14 10.8.155.252; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2958 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dy.allianz-suisse.ch";
- option domain-name-servers 10.40.33.30,10.40.1.100;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- option wpad-servers "\n\000";
- max-lease-time 14400;
-
- subnet 10.8.160.0 netmask 255.255.248.0 { # ipnetid: 50124891
- option subnet-mask 255.255.248.0;
- ignore client-updates ;
- option routers 10.8.160.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.160.11 10.8.163.245; # on server: 10.97.137.241
- range 10.8.164.10 10.8.167.245; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2959 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dy.allianz-suisse.ch";
- option domain-name-servers 10.40.33.30,10.40.1.100;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- option wpad-servers "\n\000";
- max-lease-time 14400;
-
- subnet 10.8.168.0 netmask 255.255.248.0 { # ipnetid: 50124911
- option subnet-mask 255.255.248.0;
- ignore client-updates ;
- option routers 10.8.168.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.168.11 10.8.171.245; # on server: 10.97.137.241
- range 10.8.172.10 10.8.175.245; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2960 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dy.allianz-suisse.ch";
- option domain-name-servers 10.40.33.30,10.40.1.100;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- option wpad-servers "\n\000";
- max-lease-time 14400;
-
- subnet 10.8.176.0 netmask 255.255.248.0 { # ipnetid: 50124931
- option subnet-mask 255.255.248.0;
- ignore client-updates ;
- option routers 10.8.176.1;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.176.11 10.8.179.245; # on server: 10.97.137.241
- range 10.8.180.10 10.8.183.245; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2961 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name "dy.allianz-suisse.ch";
- option domain-name-servers 10.40.33.30,10.40.1.100;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- option wpad-servers "\n\000";
- max-lease-time 14400;
-
- subnet 10.8.184.0 netmask 255.255.248.0 { # ipnetid: 50124951
- option subnet-mask 255.255.248.0;
- ignore client-updates ;
- option routers 10.8.184.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2962 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.156.96 netmask 255.255.255.240 { # ipnetid: 50172991
- option subnet-mask 255.255.255.240;
- option routers 10.8.156.97;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.156.106 10.8.156.107; # on server: 10.97.137.241
- range 10.8.156.108 10.8.156.109; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2963 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 14400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 14400;
-
- subnet 10.8.156.112 netmask 255.255.255.240 { # ipnetid: 50172971
- option subnet-mask 255.255.255.240;
- option routers 10.8.156.113;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.8.156.122 10.8.156.123; # on server: 10.97.137.241
- range 10.8.156.124 10.8.156.125; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvkd01--Vlan2999 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.103.115.0 netmask 255.255.255.0 { # ipnetid: 53046041
- option subnet-mask 255.255.255.0;
- option routers 10.103.115.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan300 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.128.0 netmask 255.255.254.0 { # ipnetid: 50920091
- option subnet-mask 255.255.254.0;
- option routers 10.110.128.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan302 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.132.0 netmask 255.255.254.0 { # ipnetid: 50920131
- option subnet-mask 255.255.254.0;
- option routers 10.110.132.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan304 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.136.128 netmask 255.255.255.128 { # ipnetid: 55707331
- option subnet-mask 255.255.255.128;
- option routers 10.110.136.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan305 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.135.0 netmask 255.255.255.128 { # ipnetid: 50920201
- option subnet-mask 255.255.255.128;
- option routers 10.110.135.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan306 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.135.128 netmask 255.255.255.192 { # ipnetid: 50920221
- option subnet-mask 255.255.255.192;
- option routers 10.110.135.129;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan307 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.135.192 netmask 255.255.255.192 { # ipnetid: 50920241
- option subnet-mask 255.255.255.192;
- option routers 10.110.135.193;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan309 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.136.64 netmask 255.255.255.192 { # ipnetid: 50920281
- option subnet-mask 255.255.255.192;
- option routers 10.110.136.65;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan310 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- ignore-client-uids true;
- default-lease-time 86400;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.110.137.0 netmask 255.255.255.0 { # ipnetid: 50920411
- option subnet-mask 255.255.255.0;
- option routers 10.110.137.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvkd01--Vlan400 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.109.64.0 netmask 255.255.255.0 { # ipnetid: 3646584
- option subnet-mask 255.255.255.0;
- option routers 10.109.64.1;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan10 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.10.0 netmask 255.255.255.0 { # ipnetid: 17070
- option subnet-mask 255.255.255.0;
- option routers 10.96.10.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan11 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.11.0 netmask 255.255.255.0 { # ipnetid: 17150
- option subnet-mask 255.255.255.0;
- option routers 10.96.11.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan13 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.13.0 netmask 255.255.255.0 { # ipnetid: 17219
- option subnet-mask 255.255.255.0;
- option routers 10.96.13.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan15 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.15.0 netmask 255.255.255.0 { # ipnetid: 17304
- option subnet-mask 255.255.255.0;
- option routers 10.96.15.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan23 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.23.0 netmask 255.255.255.0 { # ipnetid: 17369
- option subnet-mask 255.255.255.0;
- option routers 10.96.23.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan25 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.25.0 netmask 255.255.255.0 { # ipnetid: 17384
- option subnet-mask 255.255.255.0;
- option routers 10.96.25.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan27 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.27.0 netmask 255.255.255.0 { # ipnetid: 17414
- option subnet-mask 255.255.255.0;
- option routers 10.96.27.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan3 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.3.0 netmask 255.255.255.0 { # ipnetid: 17429
- option subnet-mask 255.255.255.0;
- option routers 10.96.3.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan5 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.5.0 netmask 255.255.255.0 { # ipnetid: 17483
- option subnet-mask 255.255.255.0;
- option routers 10.96.5.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan63 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.63.0 netmask 255.255.255.0 { # ipnetid: 17493
- option subnet-mask 255.255.255.0;
- option routers 10.96.63.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan7 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.7.0 netmask 255.255.255.0 { # ipnetid: 17542
- option subnet-mask 255.255.255.0;
- option routers 10.96.7.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan794 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.36.94.0 netmask 255.255.255.0 { # ipnetid: 10858
- option subnet-mask 255.255.255.0;
- option routers 10.36.94.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan835 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.26.64 netmask 255.255.255.192 { # ipnetid: 17412
- option subnet-mask 255.255.255.192;
- option routers 10.96.26.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr03--Vlan9 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.9.0 netmask 255.255.255.0 { # ipnetid: 17652
- option subnet-mask 255.255.255.0;
- option routers 10.96.9.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan10 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.73.0 netmask 255.255.255.0 { # ipnetid: 17562
- option subnet-mask 255.255.255.0;
- option routers 10.96.73.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan1025 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.0 netmask 255.255.255.248 { # ipnetid: 9295
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.6;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan1026 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.8 netmask 255.255.255.248 { # ipnetid: 9356
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.14;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan1030 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.3.112 netmask 255.255.255.240 { # ipnetid: 46821704
- option subnet-mask 255.255.255.240;
- option routers 10.252.3.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan1031 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.40 netmask 255.255.255.248 { # ipnetid: 9329
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.46;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan1034 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.208 netmask 255.255.255.248 { # ipnetid: 443730
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.214;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan1035 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.216 netmask 255.255.255.248 { # ipnetid: 443735
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.222;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan12 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.75.0 netmask 255.255.255.0 { # ipnetid: 17572
- option subnet-mask 255.255.255.0;
- option routers 10.96.75.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan13 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.76.0 netmask 255.255.255.0 { # ipnetid: 17577
- option subnet-mask 255.255.255.0;
- option routers 10.96.76.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan14 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.77.0 netmask 255.255.255.0 { # ipnetid: 17582
- option subnet-mask 255.255.255.0;
- option routers 10.96.77.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan15 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.78.0 netmask 255.255.255.0 { # ipnetid: 17587
- option subnet-mask 255.255.255.0;
- option routers 10.96.78.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan16 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.79.0 netmask 255.255.255.0 { # ipnetid: 17592
- option subnet-mask 255.255.255.0;
- option routers 10.96.79.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan17 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.80.0 netmask 255.255.255.0 { # ipnetid: 17602
- option subnet-mask 255.255.255.0;
- option routers 10.96.80.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan22 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.85.0 netmask 255.255.255.0 { # ipnetid: 17627
- option subnet-mask 255.255.255.0;
- option routers 10.96.85.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.96.85.200 10.96.85.209; # on server: 10.97.137.241
- range 10.96.85.210 10.96.85.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr05--Vlan23 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.86.0 netmask 255.255.255.0 { # ipnetid: 17632
- option subnet-mask 255.255.255.0;
- option routers 10.96.86.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.96.86.200 10.96.86.209; # on server: 10.97.137.241
- range 10.96.86.210 10.96.86.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr05--Vlan24 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.87.0 netmask 255.255.255.0 { # ipnetid: 17637
- option subnet-mask 255.255.255.0;
- option routers 10.96.87.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan25 {
- # uses DHCP Servers: 10.108.41.139 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.88.0 netmask 255.255.255.0 { # ipnetid: 17642
- option subnet-mask 255.255.255.0;
- option routers 10.96.88.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan26 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.89.0 netmask 255.255.255.0 { # ipnetid: 17647
- option subnet-mask 255.255.255.0;
- option routers 10.96.89.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan3 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.66.0 netmask 255.255.255.0 { # ipnetid: 17522
- option subnet-mask 255.255.255.0;
- option routers 10.96.66.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.96.66.200 10.96.66.209; # on server: 10.97.137.241
- range 10.96.66.210 10.96.66.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr05--Vlan31 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.94.0 netmask 255.255.255.0 { # ipnetid: 17677
- option subnet-mask 255.255.255.0;
- option routers 10.96.94.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan32 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.95.0 netmask 255.255.255.0 { # ipnetid: 17682
- option subnet-mask 255.255.255.0;
- option routers 10.96.95.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan33 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.96.0 netmask 255.255.255.0 { # ipnetid: 17687
- option subnet-mask 255.255.255.0;
- option routers 10.96.96.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan34 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.97.0 netmask 255.255.255.0 { # ipnetid: 17692
- option subnet-mask 255.255.255.0;
- option routers 10.96.97.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan4 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.67.0 netmask 255.255.255.0 { # ipnetid: 17527
- option subnet-mask 255.255.255.0;
- option routers 10.96.67.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan46 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.109.0 netmask 255.255.255.0 { # ipnetid: 17145
- option subnet-mask 255.255.255.0;
- option routers 10.96.109.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan5 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.68.0 netmask 255.255.255.0 { # ipnetid: 17532
- option subnet-mask 255.255.255.0;
- option routers 10.96.68.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr05--Vlan64 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.127.0 netmask 255.255.255.0 { # ipnetid: 17170
- option subnet-mask 255.255.255.0;
- option routers 10.96.127.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.96.127.10 10.96.127.115; # on server: 10.97.137.241
- range 10.96.127.116 10.96.127.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr05--Vlan7 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.70.0 netmask 255.255.255.0 { # ipnetid: 17547
- option subnet-mask 255.255.255.0;
- option routers 10.96.70.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan10 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.137.0 netmask 255.255.255.0 { # ipnetid: 17259
- option subnet-mask 255.255.255.0;
- option routers 10.96.137.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan107 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.7.0 netmask 255.255.255.0 { # ipnetid: 18162
- option subnet-mask 255.255.255.0;
- option routers 10.97.7.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.97.7.10 10.97.7.115; # on server: 10.97.137.241
- range 10.97.7.116 10.97.7.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr07--Vlan108 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.8.0 netmask 255.255.255.0 { # ipnetid: 18167
- option subnet-mask 255.255.255.0;
- option routers 10.97.8.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan109 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.115.128.250;
-
- subnet 10.97.9.0 netmask 255.255.255.0 { # ipnetid: 18172
- option subnet-mask 255.255.255.0;
- option routers 10.97.9.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan110 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.10.0 netmask 255.255.255.0 { # ipnetid: 1092444
- option subnet-mask 255.255.255.0;
- option routers 10.97.10.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan111 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.248 netmask 255.255.255.248 { # ipnetid: 564402
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan112 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.240 netmask 255.255.255.248 { # ipnetid: 564397
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.246;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan113 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.13.0 netmask 255.255.255.0 { # ipnetid: 1472003
- option subnet-mask 255.255.255.0;
- option routers 10.97.13.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan128 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.128.0 netmask 255.255.255.0 { # ipnetid: 17747
- option subnet-mask 255.255.255.0;
- option routers 10.97.128.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan13 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.140.0 netmask 255.255.255.0 { # ipnetid: 17279
- option subnet-mask 255.255.255.0;
- option routers 10.96.140.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan137 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.137.240 netmask 255.255.255.240 { # ipnetid: 17820
- option subnet-mask 255.255.255.240;
- option routers 10.97.137.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
- subnet 129.7.7.0 netmask 255.255.255.0 { # ipnetid: 19668
- option subnet-mask 255.255.255.0;
- option routers 129.7.7.254;
- }
- subnet 129.8.8.0 netmask 255.255.255.0 { # ipnetid: 995489
- option subnet-mask 255.255.255.0;
- option routers 129.8.8.252;
- }
- subnet 129.9.9.0 netmask 255.255.255.0 { # ipnetid: 20137
- option subnet-mask 255.255.255.0;
- option routers 129.9.9.254;
- }
-}
-
-
-shared-network s7srvr07--Vlan138 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.138.0 netmask 255.255.255.0 { # ipnetid: 17845
- option subnet-mask 255.255.255.0;
- option routers 10.97.138.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan139 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.139.0 netmask 255.255.255.0 { # ipnetid: 17850
- option subnet-mask 255.255.255.0;
- option routers 10.97.139.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan140 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.140.0 netmask 255.255.255.0 { # ipnetid: 17855
- option subnet-mask 255.255.255.0;
- option routers 10.97.140.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan146 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.146.0 netmask 255.255.255.0 { # ipnetid: 17885
- option subnet-mask 255.255.255.0;
- option routers 10.97.146.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan151 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.120 netmask 255.255.255.248 { # ipnetid: 345791
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan2 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.129.0 netmask 255.255.255.0 { # ipnetid: 17214
- option subnet-mask 255.255.255.0;
- option routers 10.96.129.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan205 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.205.0 netmask 255.255.255.0 { # ipnetid: 17984
- option subnet-mask 255.255.255.0;
- option routers 10.97.205.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan208 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.208.0 netmask 255.255.255.0 { # ipnetid: 17989
- option subnet-mask 255.255.255.0;
- option routers 10.97.208.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan211 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.11.0 netmask 255.255.255.0 { # ipnetid: 1230975
- option subnet-mask 255.255.255.0;
- option routers 10.97.11.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan47 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option netbios-node-type 2;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.106.47.0 netmask 255.255.255.0 { # ipnetid: 1665
- option subnet-mask 255.255.255.0;
- option routers 10.106.47.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.106.47.1 10.106.47.31; # on server: 10.97.137.241
- range 10.106.47.32 10.106.47.63; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr07--Vlan5 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.132.0 netmask 255.255.255.0 { # ipnetid: 17234
- option subnet-mask 255.255.255.0;
- option routers 10.96.132.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan7 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.134.0 netmask 255.255.255.0 { # ipnetid: 17244
- option subnet-mask 255.255.255.0;
- option routers 10.96.134.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr07--Vlan921 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.128.160 netmask 255.255.255.240 { # ipnetid: 1472023
- option subnet-mask 255.255.255.240;
- option routers 10.96.128.174;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr08--Vlan114 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.14.0 netmask 255.255.255.0 { # ipnetid: 1635323
- option subnet-mask 255.255.255.0;
- option routers 10.97.14.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr08--Vlan115 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.97.15.0 netmask 255.255.255.0 { # ipnetid: 1748923
- option subnet-mask 255.255.255.0;
- option routers 10.97.15.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr09--Vlan208 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.208.0 netmask 255.255.255.0 { # ipnetid: 1090569
- option subnet-mask 255.255.255.0;
- option routers 10.96.208.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.96.208.200 10.96.208.209; # on server: 10.97.137.241
- range 10.96.208.210 10.96.208.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr09--Vlan211 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.211.0 netmask 255.255.255.0 { # ipnetid: 1090576
- option subnet-mask 255.255.255.0;
- option routers 10.96.211.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr09--Vlan212 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.212.0 netmask 255.255.255.0 { # ipnetid: 1090578
- option subnet-mask 255.255.255.0;
- option routers 10.96.212.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr09--Vlan220 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.96.220.0 netmask 255.255.255.0 { # ipnetid: 46870954
- option subnet-mask 255.255.255.0;
- option routers 10.96.220.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan101 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.16 netmask 255.255.255.248 { # ipnetid: 9313
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.22;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan102 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.252.1.24 netmask 255.255.255.248 { # ipnetid: 9318
- option subnet-mask 255.255.255.248;
- option routers 10.252.1.30;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan15 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.141.0 netmask 255.255.255.0 { # ipnetid: 541967
- option subnet-mask 255.255.255.0;
- option routers 10.99.141.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan16 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.142.0 netmask 255.255.255.0 { # ipnetid: 488473
- option subnet-mask 255.255.255.0;
- option routers 10.99.142.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan165 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.165.0 netmask 255.255.255.192 { # ipnetid: 49072651
- option subnet-mask 255.255.255.192;
- option routers 10.99.165.62;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.165.6 10.99.165.30; # on server: 10.97.137.241
- range 10.99.165.31 10.99.165.55; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan17 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.145.0 netmask 255.255.255.0 { # ipnetid: 554267
- option subnet-mask 255.255.255.0;
- option routers 10.99.145.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan18 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.146.0 netmask 255.255.255.0 { # ipnetid: 554272
- option subnet-mask 255.255.255.0;
- option routers 10.99.146.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan19 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.147.0 netmask 255.255.255.0 { # ipnetid: 554277
- option subnet-mask 255.255.255.0;
- option routers 10.99.147.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan2 {
- # uses DHCP Servers: 129.40.130.20 10.97.137.242 129.40.130.4 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.129.0 netmask 255.255.255.0 { # ipnetid: 307443
- option subnet-mask 255.255.255.0;
- option routers 10.99.129.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.129.200 10.99.129.209; # on server: 10.97.137.241
- range 10.99.129.210 10.99.129.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan20 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.148.0 netmask 255.255.255.192 { # ipnetid: 927564
- option subnet-mask 255.255.255.192;
- option routers 10.99.148.62;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan21 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.148.64 netmask 255.255.255.192 { # ipnetid: 571021
- option subnet-mask 255.255.255.192;
- option routers 10.99.148.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
- subnet 10.99.149.0 netmask 255.255.255.0 { # ipnetid: 603503
- option subnet-mask 255.255.255.0;
- option routers 10.99.149.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan22 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.150.0 netmask 255.255.255.0 { # ipnetid: 607877
- option subnet-mask 255.255.255.0;
- option routers 10.99.150.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.150.200 10.99.150.209; # on server: 10.97.137.241
- range 10.99.150.210 10.99.150.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan23 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.151.0 netmask 255.255.255.0 { # ipnetid: 488475
- option subnet-mask 255.255.255.0;
- option routers 10.99.151.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.151.200 10.99.151.209; # on server: 10.97.137.241
- range 10.99.151.210 10.99.151.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan24 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.153.0 netmask 255.255.255.0 { # ipnetid: 667483
- option subnet-mask 255.255.255.0;
- option routers 10.99.153.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.153.200 10.99.153.209; # on server: 10.97.137.241
- range 10.99.153.210 10.99.153.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan25 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.152.240 netmask 255.255.255.240 { # ipnetid: 682944
- option subnet-mask 255.255.255.240;
- option routers 10.99.152.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan26 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.154.0 netmask 255.255.255.0 { # ipnetid: 866831
- option subnet-mask 255.255.255.0;
- option routers 10.99.154.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.154.200 10.99.154.209; # on server: 10.97.137.241
- range 10.99.154.210 10.99.154.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan27 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.155.0 netmask 255.255.255.0 { # ipnetid: 875622
- option subnet-mask 255.255.255.0;
- option routers 10.99.155.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan28 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.156.0 netmask 255.255.255.0 { # ipnetid: 895708
- option subnet-mask 255.255.255.0;
- option routers 10.99.156.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan31 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.159.0 netmask 255.255.255.0 { # ipnetid: 1084149
- option subnet-mask 255.255.255.0;
- option routers 10.99.159.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.159.200 10.99.159.209; # on server: 10.97.137.241
- range 10.99.159.210 10.99.159.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan32 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.160.0 netmask 255.255.255.0 { # ipnetid: 1084173
- option subnet-mask 255.255.255.0;
- option routers 10.99.160.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan33 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.161.0 netmask 255.255.255.128 { # ipnetid: 3279814
- option subnet-mask 255.255.255.128;
- option routers 10.99.161.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan34 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.164.0 netmask 255.255.255.128 { # ipnetid: 46513784
- option subnet-mask 255.255.255.128;
- option routers 10.99.164.126;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan35 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.162.0 netmask 255.255.254.0 { # ipnetid: 46508694
- option subnet-mask 255.255.254.0;
- option routers 10.99.163.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan4 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.131.0 netmask 255.255.255.0 { # ipnetid: 307447
- option subnet-mask 255.255.255.0;
- option routers 10.99.131.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.131.10 10.99.131.115; # on server: 10.97.137.241
- range 10.99.131.116 10.99.131.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan5 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.132.0 netmask 255.255.255.0 { # ipnetid: 307449
- option subnet-mask 255.255.255.0;
- option routers 10.99.132.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.132.200 10.99.132.209; # on server: 10.97.137.241
- range 10.99.132.210 10.99.132.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan6 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.133.0 netmask 255.255.255.0 { # ipnetid: 307451
- option subnet-mask 255.255.255.0;
- option routers 10.99.133.254;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 10.99.133.200 10.99.133.209; # on server: 10.97.137.241
- range 10.99.133.210 10.99.133.219; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network s7srvr11--Vlan7 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.134.0 netmask 255.255.255.0 { # ipnetid: 307453
- option subnet-mask 255.255.255.0;
- option routers 10.99.134.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan8 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.135.0 netmask 255.255.255.0 { # ipnetid: 307455
- option subnet-mask 255.255.255.0;
- option routers 10.99.135.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan872 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.143.0 netmask 255.255.255.0 { # ipnetid: 568336
- option subnet-mask 255.255.255.0;
- option routers 10.99.143.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network s7srvr11--Vlan9 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 10.99.136.0 netmask 255.255.255.0 { # ipnetid: 307457
- option subnet-mask 255.255.255.0;
- option routers 10.99.136.254;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network ssa-192-168-91-64 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.91.64 netmask 255.255.255.224 { # ipnetid: 3343134
- option subnet-mask 255.255.255.224;
- option routers 192.168.91.67;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network ssa-actimize-i-srv1 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.84.0 netmask 255.255.255.192 { # ipnetid: 3024704
- option subnet-mask 255.255.255.192;
- option routers 192.168.84.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.84.50 192.168.84.53; # on server: 10.97.137.241
- range 192.168.84.54 192.168.84.57; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ssa-actimize-i-srv2 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- max-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.84.64 netmask 255.255.255.192 { # ipnetid: 3024724
- option subnet-mask 255.255.255.192;
- option routers 192.168.84.67;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-shared-network ssa-s-192-168-191-0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
-
- subnet 192.168.91.0 netmask 255.255.255.224 { # ipnetid: 1267406
- option subnet-mask 255.255.255.224;
- option routers 192.168.91.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.91.23 192.168.91.25; # on server: 10.97.137.241
- range 192.168.91.26 192.168.91.28; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ssa-s-vi-192-168-78-0 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 192.168.78.0 netmask 255.255.255.224 { # ipnetid: 1267404
- option subnet-mask 255.255.255.224;
- option routers 192.168.78.3;
- pool { # failover
- #do-failover;
- failover peer "peer-BL1-BL2";
- range 192.168.78.23 192.168.78.25; # on server: 10.97.137.241
- range 192.168.78.26 192.168.78.28; # on server: 10.97.137.242
- }
- }
-}
-
-
-shared-network ssa-s-vi-192-168-78-32 {
- # uses DHCP Servers: 10.97.137.242 10.97.137.241
- option domain-name-servers 192.168.171.21,192.168.171.22;
- min-lease-time 600;
- default-lease-time 3600;
- option CiscoWLAN.WLC 10.127.164.114 ,10.127.164.115;
- max-lease-time 3600;
-
- subnet 192.168.78.32 netmask 255.255.255.224 { # ipnetid: 1827683
- option subnet-mask 255.255.255.224;
- option routers 192.168.78.35;
- # pool { # none
- # # explicitly no range in this subnet
- # }
- }
-}
-
-
-##########################################
-# empty trailer...
-##########################################