profile (Traffic Load Balancer)
Syntax
profile profile-name { custom { cmd priority { default-real-service-status (down | up); expect (ascii | binary) receive-string; port port; real-service-action (down | up); send (ascii | binary) send-string; } protocol (tcp | udp); } failure-retries number-of-retries; http { host hostname; method (get | option); port http-port-number; url url; } icmp; probe-interval interval; recovery-retries number-of-recovery-retries; ssl-hello { port port; ssl-version; } tcp { port tcp-port-number; } }
Hierarchy Level
[edit services network-monitoring]
Description
Configure a monitoring profile that can be used for health-checking a group of TLB servers.
Options
custom | Use custom probes for server health checking.
|
||||||||||||||
failure-retries number-of-retries | Use the specified number of probes that are sent after which the real server is tagged as down.
|
||||||||||||||
http | Use HTTP probes for server health checking.
|
||||||||||||||
icmp | Use ICMP probes for server health checking. |
||||||||||||||
probe-interval interval | Use the specified interval of time, in seconds, at which health check probes are sent.
|
||||||||||||||
profile-name | Identifier for the network monitoring profile. |
||||||||||||||
recovery-retries number-of-recovery-retries | Use the specified number of successful probe attempts after which the server is declared up.
|
||||||||||||||
ssl-hello | Use a
|
||||||||||||||
tcp | Use TCP probes for server health checks.
|
Required Privilege Level
interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.
Release Information
Statement introduced in Junos OS Release 16.1.
Support added in Junos OS Release 19.3R2 for Next Gen Services on MX Series routers MX240, MX480 and MX960 with the MX-SPC3 services card.