Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

test-profile (RFC 2544 Benchmarking)

date_range 15-Dec-23

Junos OS Syntax

content_copy zoom_out_map
test-profile profile-name;

Junos OS Evolved Syntax

content_copy zoom_out_map
[edit services monitoring rfc2544]
test-profile profile-name {
    bandwidth bandwidth; 
    packet-size size; 
    step-percent percent; 
    test-type (throughput | latency | frame-loss | back-back-frames);
}
[edit services monitoring rfc2544 tests test-name test-name]
test-profile profile-name; 

Junos OS Hierarchy Level

content_copy zoom_out_map
[edit services rpm rfc2544-benchmarking tests test-name test-name]
[edit services rpm rfc2544-benchmarking profiles]

Junos OS Evolved Hierarchy Level

content_copy zoom_out_map
[edit services monitoring rfc2544]
[edit services monitoring rfc2544 tests test-name test-name]

Description

Specify the name of the test profile to be associated with a particular test name. This parameter is required when the test mode is configured as initiate-and-terminate. This parameter is disregarded when the test mode is configured as reflection. A reflection service does not use the parameters specified in the test profile.

For Junos OS Evolved, when configured at the [edit services monitoring rfc2544] hierarchy level, configures a test profile, which specifies the type of test and the manner in which it must be performed. You then use the test-profile statement at the [edit services monitoring rfc2544 tests test-name test-name] hierarchy level to associate the test profile name with a particular test name. You can associate the same test profile with multiple test names.

Options

profile-name

Name of the test profile. The name can be up 32 characters in length. The name must start with a letter. Allowed characters are [a-zA-Z0-9_]

Required Privilege Level

system—To view this statement in the configuration.

system -control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 12.3X53 for ACX Series routers.

Statement introduced in Junos OS Evolved Release 23.4R1.

footer-navigation