You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ICMP Echo Test Definition describes the ICMP ping command with parameters to run inside a namespace on NSGateway. This command will be run as per the schedule specified on the Scheduled Test Suite along with the other commands in that suite.
9
+
10
+
11
+
Attributes
12
+
----------
13
+
14
+
15
+
- ``packet_count``: Specifies the number of echo requests to be sent.
16
+
17
+
- ``packet_interval``: Delay in milliseconds between the probes.
18
+
19
+
- ``packet_size``: Specifies the number of data bytes to be sent.
20
+
21
+
- ``name`` (**Mandatory**): A descriptive name for the ICMP Echo Test Definition instance.
22
+
23
+
- ``description``: Description of the ICMP Echo Test Definition instance.
24
+
25
+
- ``threshold_average_round_trip_time``: The threshold average round trip time KPI in milliseconds that will be monitored when SLA monitoring is enabled.
26
+
27
+
- ``threshold_packet_loss``: The threshold packet loss percentage KPI to be monitored when SLA monitoring is enabled.
28
+
29
+
- ``timeout``: Timeout value, in seconds, for the test until the system considers it as failed.
30
+
31
+
- ``sla_monitoring``: Enables or disables the SLA monitoring.
32
+
33
+
- ``donot_fragment``: Sets the Don't Fragment flag when enabled. When an IP datagram has its DF flag set, intermediate devices are not allowed to fragment it so if it needs to travel across a network with a MTU smaller that datagram length, the datagram will be dropped.
34
+
35
+
- ``tos``: This field is used to carry information to provide quality of service features. It is normally used to support Differentiated Services.
Network Services Gateways are a policy enforcement end-points responsible for the delivery of networking services. NSG access ports/VLANs may be attached to existing host or bridge VPorts.
8
+
Network Services Gateways are a policy enforcement end-points responsible for the delivery of networking services. NSG access ports/VLANs may be attached to existing host or bridge vPorts.
A Scheduled Test Suite is grouping of a number of ICMP Echo Tests that can be run at the specified schedule, consecutively from a given source (NSGateway or VPort) toward a specified destination.
9
+
10
+
11
+
Attributes
12
+
----------
13
+
14
+
15
+
- ``name`` (**Mandatory**): Name of the scheduled test suite instance.
16
+
17
+
- ``schedule_interval``: This is the interval between all test runs in this suite and the next run of tests in this suite.
18
+
19
+
- ``schedule_interval_units``: The units for the specified interval. This can be minutes, hours or days.
20
+
21
+
- ``description``: Description for the scheduled test suite instance.
22
+
23
+
- ``end_date_time``: The date and time by which this suite will be terminated. If this is not specified the tests will continue to run at the specified frequency.
24
+
25
+
- ``start_date_time``: The date and time when this suite will start on the NSGateway.
0 commit comments