ethernet service-activation-test profile
To configure test parameters for a service activation test, use the ethernet service-activation-test profile command in XR Config mode.
ethernet service-activation-test profile name [ apply-group text | color-aware [ cir cir-value | eir-color [ cos cos-value | set-dei ] ] | description text | duration time-duration | ethertype value | exclude-group text | frame-delay bins number-of-aggregation-bins width width-of-aggregation-bins | usec microseconds | [ minimum-delay width-of-first-aggregation-bin | frame-delay-range-percentile percentile ] | oam-level value | outer-cos cos-value | packet-format lbm | packet-size value | information-rate [ bs burst-size-value | ir value ] | measurement-combined | mode two-way | oam-level value | outer-cos cos-value | packet-format lbm | packet-size [ value | emix sequence h ] ]
Syntax Description
apply-group text |
(Optional) Apply configuration from a group. |
eir-color |
(Optional) Specifies configuration for excess information rate (EIR) packets. |
cir cir-value |
(Optional) Specifies the color-aware configuration. The permitted values are in |
cos cos-value |
(Optional) Specifies the CoS value for EIR packets. The range is |
set-dei |
(Optional) Specifies the drop-eligibility-indicator (DEI) bit for EIR packets. |
description text |
(Optional) Specifies the description or identifier for the test. |
duration time-duration |
(Optional) Specifies the duration for which the SAT needs to be performed. The permitted values are in |
ethertype value |
(Optional) Specifies the ethertype to use in test packets. The permitted values are MSRP | STP | PFC | LACP | Link-OAM | ESMC | PNAC | LLDP | E-LMI | MVRP | MMRP | PTP | MIRP | VDP | PE-CSP | value <hex value>. |
exclude-group text |
(Optional) Specifies the apply-group configuration which needs to be excluded from a group. |
bin value |
(Optional) Specifies the number of aggregation bins. The range is |
frame-delay-range-percentile percentile |
(Optional) Specifies the percentile for frame delay range. The permitted values are in |
minimum-delay width-of-first-aggregation-bin |
(Optional) Specifies the frame delay of reporting configuration. The permitted values are in |
bs burst-size-value |
(Optional) Specifies the burst size to be use in tests. Entered in |
ir value |
(Optional) Specifies the information rate to be use in tests. The permitted values are in |
measurement-combined |
(Optional) Displays the calculated frame loss and frame delay for SAT. |
mode two-way |
(Optional) Specifies the mode for tests. |
oam-level value |
(Optional) Specifies OAM level of the packets sent during the test. The range is |
outer-cos cos-value |
(Optional) Sets the CoS to use in test packets. The range is |
packet-format lbm |
(Optional) Enables the destination router to sends back the test traffic to the source router. |
packet-size value |
(Optional) Specifies the packet size and pattern to use for tests. Entered in bytes. The range is |
profile name |
(Optional) Specifies the profile where the SAT needs to be performed. |
width miliseconds |
(Optional) Specifies the width of each aggregation bin in milliseconds. The range is |
usec microseconds |
Specifies the width of each aggregation bin in microseconds. The range is |
emix sequence h |
Specifies the packet size as sequence h. |
Command Default
Disabled, by default
Command Modes
XR Config modeCommand History
Release |
Modification |
---|---|
Release 24.2.1 |
The command was modified to include emix sequence h keyword. |
Release 24.2.1 |
The command was modified to include bins, width, minimum- delay, and frame-delay-range percentile keywords. |
Release 24.1.1 |
The command was modified to include measurement combined and packet-format lbm keywords. |
Release 7.1.1 |
The command was introduced. |
Usage Guidelines
No specific guidelines impact the use of this command.
Task ID
Task ID | Operation |
---|---|
config-services |
read, write |
Examples
Router(config)#ethernet service-activation-test profile
Router(config-ethsat)#profile p1
Router(config-ethsat-prf)#outer-cos 2
Router(config-ethsat-prf)#duration 1 minutes
Router(config-ethsat-prf)#measurement combined
Router(config-ethsat-prf)#packet-size 1024
Router(config-ethsat-prf)#information-rate 1 gbps
Router(config-ethsat-prf)#commit
The following example shows how you can configure bins, width, minimum-delay,frame-delay-range percentile for measuring frame-delay range for SAT profile.
Router(config)#ethernet service-activation-test profile p1
Router(config-ethsat-prf)#frame-delay bins 4 width 24 minimum-delay 2 frame-delay-range percentile percent 99
Router(config-ethsat-prf)#commit
The following example demonstrates how you can configure the packet-size emix sequence h command.
Router#configure
Router(config)#ethernet service activation test profile p1
Router(config-ethsat-prf)#packet-size emix sequence h
Router(config-ethsat-prf)#commit