Forum Discussion
Paraig_Whelan_3
Jan 26, 2018Nimbostratus
Configure tcp monitor port
Hi,
I am using the Powershell f5-ltm module to create tcp monitors using the "New-HealthMonitor" function. The default "Alias Service Port" is "* All Ports". As this is not a parameter which ca...
jaikumar_f5
Jan 29, 2018MVP
I don't know about the powershell, but if its created and you require to modify it, use the CLI or the GUI, the below is the CLI way,
(cfg-sync Standalone)(Active)(/Common)(tmos) create ltm monitor tcp test1
(cfg-sync Standalone)(Active)(/Common)(tmos) list ltm monitor tcp test1
ltm monitor tcp test1 {
defaults-from tcp
destination *:*
interval 5
ip-dscp 0
recv none
recv-disable none
send none
time-until-up 0
timeout 16
}
(cfg-sync Standalone)(Active)(/Common)(tmos) modify ltm monitor tcp test1 destination *:8080
(cfg-sync Standalone)(Active)(/Common)(tmos) list ltm monitor tcp test1
ltm monitor tcp test1 {
defaults-from tcp
destination *:webcache
interval 5
ip-dscp 0
recv none
recv-disable none
send none
time-until-up 0
timeout 16
}
(cfg-sync Standalone)(Active)(/Common)(tmos)
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects