mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adds bigip_profile_fastl4 module (#48527)
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"kind": "tm:ltm:profile:fastl4:fastl4state",
|
||||
"name": "fastL4",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/fastL4",
|
||||
"generation": 1,
|
||||
"selfLink": "https://localhost/mgmt/tm/ltm/profile/fastl4/~Common~fastL4?ver=13.1.0.8",
|
||||
"appService": "none",
|
||||
"clientTimeout": 30,
|
||||
"defaultsFrom": "none",
|
||||
"description": "none",
|
||||
"explicitFlowMigration": "disabled",
|
||||
"hardwareSynCookie": "disabled",
|
||||
"idleTimeout": "300",
|
||||
"ipDfMode": "preserve",
|
||||
"ipTosToClient": "pass-through",
|
||||
"ipTosToServer": "pass-through",
|
||||
"ipTtlMode": "decrement",
|
||||
"ipTtlV4": 255,
|
||||
"ipTtlV6": 64,
|
||||
"keepAliveInterval": "disabled",
|
||||
"lateBinding": "disabled",
|
||||
"linkQosToClient": "pass-through",
|
||||
"linkQosToServer": "pass-through",
|
||||
"looseClose": "disabled",
|
||||
"looseInitialization": "disabled",
|
||||
"mssOverride": 0,
|
||||
"priorityToClient": "pass-through",
|
||||
"priorityToServer": "pass-through",
|
||||
"pvaAcceleration": "full",
|
||||
"pvaDynamicClientPackets": 1,
|
||||
"pvaDynamicServerPackets": 0,
|
||||
"pvaFlowAging": "enabled",
|
||||
"pvaFlowEvict": "enabled",
|
||||
"pvaOffloadDynamic": "enabled",
|
||||
"pvaOffloadState": "embryonic",
|
||||
"reassembleFragments": "disabled",
|
||||
"receiveWindowSize": 0,
|
||||
"resetOnTimeout": "enabled",
|
||||
"rttFromClient": "disabled",
|
||||
"rttFromServer": "disabled",
|
||||
"serverSack": "disabled",
|
||||
"serverTimestamp": "disabled",
|
||||
"softwareSynCookie": "disabled",
|
||||
"synCookieEnable": "enabled",
|
||||
"synCookieMss": 0,
|
||||
"synCookieWhitelist": "disabled",
|
||||
"tcpCloseTimeout": "5",
|
||||
"tcpGenerateIsn": "disabled",
|
||||
"tcpHandshakeTimeout": "5",
|
||||
"tcpStripSack": "disabled",
|
||||
"tcpTimeWaitTimeout": 0,
|
||||
"tcpTimestampMode": "preserve",
|
||||
"tcpWscaleMode": "preserve",
|
||||
"timeoutRecovery": "disconnect"
|
||||
}
|
||||
Reference in New Issue
Block a user