Skip to content

Commit b6e7fe7

Browse files
committed
waf tier
1 parent e857f53 commit b6e7fe7

File tree

1 file changed

+173
-0
lines changed

1 file changed

+173
-0
lines changed
Lines changed: 173 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,173 @@
1+
{
2+
"schemaVersion": "1.9.0",
3+
"class": "Device",
4+
"async": true,
5+
"label": "Basic onboarding",
6+
"Common": {
7+
"class": "Tenant",
8+
"hostname": "${local_host}.example.com",
9+
"myLicense": {
10+
"class": "License",
11+
"licenseType": "regKey",
12+
"regKey": "${bigip_regKey}"
13+
},
14+
"dbvars": {
15+
"class": "DbVariables",
16+
"ui.advisory.enabled": true,
17+
"ui.advisory.color": "green",
18+
"ui.advisory.text": "//UNCLASSIFIED//",
19+
"ui.system.preferences.advancedselection": "advanced",
20+
"ui.system.preferences.recordsperscreen": "100",
21+
"ui.system.preferences.startscreen": "network_map",
22+
"ui.users.redirectsuperuserstoauthsummary": "true",
23+
"dns.cache": "enable",
24+
"config.allow.rfc3927": "enable",
25+
"big3d.minimum.tls.version": "TLSV1.2",
26+
"liveinstall.checksig": "enable"
27+
},
28+
"RemoteSyslog": {
29+
"class": "SyslogRemoteServer",
30+
"host": "${log_destination}",
31+
"localIp": "${log_localip}",
32+
"remotePort": 514
33+
},
34+
"system":{
35+
"class": "System",
36+
"autoCheck": false,
37+
"autoPhonehome": false,
38+
"cliInactivityTimeout": 900,
39+
"consoleInactivityTimeout": 900,
40+
"guiAuditLog": true,
41+
"mcpAuditLog": "enable",
42+
"tmshAuditLog": true
43+
},
44+
"httpd": {
45+
"class": "HTTPD",
46+
"maxClients": "10",
47+
"authPamIdleTimeout": "900",
48+
"sslCiphersuite": ["ECDHE-ECDSA-AES256-GCM-SHA384", "ECDHE-ECDSA-AES256-SHA384", "ECDHE-ECDSA-AES256-SHA","ECDH-ECDSA-AES256-GCM-SHA384", "ECDH-ECDSA-AES256-SHA384", "ECDH-ECDSA-AES256-SHA", "AES256-GCM-SHA384", "AES256-SHA256", "AES256-SHA", "CAMELLIA256-SHA", "ECDHE-RSA-AES128-GCM-SHA256", "ECDHE-ECDSA-AES128-GCM-SHA256", "ECDHE-ECDSA-AES128-SHA256", "ECDHE-RSA-AES128-SHA", "ECDHE-ECDSA-AES128-SHA", "ECDH-ECDSA-AES128-GCM-SHA256", "ECDH-ECDSA-AES128-SHA256", "ECDH-ECDSA-AES128-SHA", "AES128-GCM-SHA256", "AES128-SHA256", "AES128-SHA", "SEED-SHA", "CAMELLIA128-SHA"],
49+
"sslProtocol": "all -SSLv2 -SSLv3 -TLSv1"
50+
},
51+
"sshd": {
52+
"class": "SSHD",
53+
"banner": "You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations. At any time, the USG may inspect and seize data stored on this IS. Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG authorized purpose. This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details.",
54+
"inactivityTimeout": 900,
55+
"ciphers": [
56+
"aes128-ctr",
57+
"aes192-ctr",
58+
"aes256-ctr"
59+
],
60+
"loginGraceTime": 60,
61+
"MACS": [
62+
"hmac-sha1",
63+
"hmac-ripemd160"
64+
],
65+
"maxAuthTries": 3,
66+
"maxStartups": "5",
67+
"protocol": 2
68+
},
69+
"myDns": {
70+
"class": "DNS",
71+
"nameServers": [
72+
"${dns_server}",
73+
"2001:4860:4860::8844"
74+
],
75+
"search": [
76+
"f5.com"
77+
]
78+
},
79+
"myNtp": {
80+
"class": "NTP",
81+
"servers": [
82+
"${ntp_server}",
83+
"0.pool.ntp.org",
84+
"1.pool.ntp.org"
85+
],
86+
"timezone": "${timezone}"
87+
},
88+
"myProvisioning": {
89+
"class": "Provision",
90+
"ltm": "nominal",
91+
"asm": "nominal",
92+
"afm": "nominal"
93+
},
94+
"external": {
95+
"class": "VLAN",
96+
"tag": 4094,
97+
"mtu": 1500,
98+
"interfaces": [
99+
{
100+
"name": "1.1",
101+
"tagged": false
102+
}
103+
]
104+
},
105+
"internal": {
106+
"class": "VLAN",
107+
"tag": 4093,
108+
"mtu": 1500,
109+
"interfaces": [
110+
{
111+
"name": "1.2",
112+
"tagged": false
113+
}
114+
]
115+
},
116+
"external-self": {
117+
"class": "SelfIp",
118+
"address": "${external_selfip}",
119+
"vlan": "external",
120+
"allowService": "default",
121+
"trafficGroup": "traffic-group-local-only"
122+
},
123+
"internal-self": {
124+
"class": "SelfIp",
125+
"address": "${internal_selfip}",
126+
"vlan": "internal",
127+
"allowService": "default",
128+
"trafficGroup": "traffic-group-local-only"
129+
},
130+
"internet": {
131+
"class": "Route",
132+
"gw": "${externalGateway}",
133+
"network": "default",
134+
"mtu": 1500
135+
},
136+
"vdms": {
137+
"class": "Route",
138+
"gw": "${internalGateway}",
139+
"network": "${vdmsSubnet}",
140+
"mtu": 1500
141+
},
142+
"configsync": {
143+
"class": "ConfigSync",
144+
"configsyncIp": "/Common/external-self/address"
145+
},
146+
"failoverAddress": {
147+
"class": "FailoverUnicast",
148+
"address": "/Common/external-self/address"
149+
},
150+
"failoverGroup": {
151+
"class": "DeviceGroup",
152+
"type": "sync-failover",
153+
"members": [
154+
"${host1}.example.com",
155+
"${host2}.example.com"
156+
],
157+
"owner": "/Common/failoverGroup/members/0",
158+
"autoSync": true,
159+
"saveOnAutoSync": false,
160+
"networkFailover": true,
161+
"fullLoadOnSync": false,
162+
"asmSync": true
163+
},
164+
"trust": {
165+
"class": "DeviceTrust",
166+
"localUsername": "${admin_user}",
167+
"localPassword": "${admin_password}",
168+
"remoteHost": "${remote_selfip}",
169+
"remoteUsername": "${admin_user}",
170+
"remotePassword": "${admin_password}"
171+
}
172+
}
173+
}

0 commit comments

Comments
 (0)