rfc2544

Prev Next

rfc2544 generator add

rfc2544 generator add - Add a new RFC-2544 traffic generator configuration tied to a port.

Description:
rfc2544 generator add creates new traffic generator parameters and traffic output on a port tied to a remote device.

Notes:
For Layer 3 testing with UDP packets, you need to program, in the peer device, a traffic filter with swapping action to match the test traffic with the MAC addresses, IP addresses and port numbers. This is done through the OAM section.
Packet and Flow parameters are defined in following subsections of the generator and have their own exclusive set of parameters, described below.

Syntax:

  rfc2544 generator add <port-name> {
                          {description <generator-desc>} |
                          {exclude-vlan-size {yes | no}} |
                          {packet1 <packet-params>} |
                          {packet2 <packet-params>} |
                          {packet3 <packet-params>} |
                          {packet4 <packet-params>} |
                          {flow1 <flow-params>} |
                          {flow2 <flow-params>}} |
                          {flow3 <flow-params>}} |
                          {flow4 <flow-params>}} }+

  <port-name>      = <string>
  <generator-desc> = <string>

Parameters:

Parameter Description
port-name Name of the port tied to a remote device on which traffic is to be generated.
description Description of the generator and its characteristics.
exclude-vlan-size The frame length is increased by the size of the VLAN tag header(s) being added to the frame.
<packet-params> Generator packet header configuration (see below) for up to four different packets.
<flow-param> Generator flow profile configuration (see below) for up to four different flows.

Packet Syntax:

  rfc2544 generator add <port-name> <packet-name>
              { {dst-mac-addr <mac-addr>} |
                {packet-type {layer-2 | layer-3}} |
                {vlan1-header {enable | disable}} |
                {vlan1-ethertype <0x8100, 0x88A8, 0x9100>} |
                {vlan1-priority <0-7>} |
                {vlan1-id <0-4095>} |
                {vlan1-cfi <0-1>} |
                {vlan2-header {enable | disable}} |
                {vlan2-ethertype <0-65535>} |
                {vlan2-priority <0-7>} |
                {vlan2-cfi <0-1>} |
                {vlan2-id <0-4095>} |
                {dscp <0-63>} |
                {ttl <0-255>} |
                {dst-ipv4-addr <ip-addr>} |
                {dst-ip-addr <ip-addr>} |
                {destination-port <0-65535>} |
                {source-port <0-65535>} |
                {y1731-level <0-7>}}+

  <port-name>   = <string>
  <packet-name> = <string>

Packet Parameters:

Parameter Description
port-name Name of the port tied to a remote device on which traffic is to be generated.
packet-name packet[n] where "n" is included in <1-4> (not modifiable).
packet-type Used to define specific fields in the test packet.
dst-mac-addr This is the Ethernet MAC destination address.
vlan1-header Enable or disable VLAN 1 parameters in the frames.
vlan1-ethertype First VLAN protocol ID set to 0x8100 for 802.1Q network, 0x9100 for 802.1Q tunneling network, or 0x88A8 for 802.1AD network.
vlan1-cfi First VLAN CFI may be 0 or 1. It is usually set to 0.
vlan1-id First VLAN ID may be anything between 0 and 4095.
vlan1-priority First VLAN priority can vary between 0 and 7, with 7 being the highest priority. Normal traffic has priority 0.
vlan2-header Enable or disable VLAN 2 parameters in the frames.
vlan2-ethertype Second VLAN protocol ID set to 0x8100 for 802.1Q network, 0x9100 for 802.1Q tunneling network, or 0x88A8 for 802.1AD network.
vlan2-cfi Second VLAN CFI may be 0 or 1. It is usually set to 0.
vlan2-id Second VLAN ID may be anything between 0 and 4095.
vlan2-priority Second VLAN priority can vary between 0 and 7, with 7 being the highest priority. Normal traffic has priority 0.
dscp The Differentiated Services Code Point value (0-63).
ttl This is the IPv4 time to live value (0-255).
dst-ipv4-addr The IPv4 destination address.
dst-ip-addr The IPv4 or IPv6 destination address.
destination-port This is the destination port for UDP protocol (0-65535).
source-port This is the source port for UDP protocol (0-65535).
y1731-level Y.1731 Maintenance Entity Group level (0-7).

Flow Syntax:

  rfc2544 generator add <port-name> <flow-name> {
                    {name <flow-identifier-name>} |
                    {traffic-type {constant {rate <0 to max-port-speed>}} |
                                   burst {{packets <1 to max-packets>} |
                                          {burst-gap <1 to 60000>}} |
                    {packet-size {fixed <64-10240>}|
                                  random {{min-size <64-10240>}|
                                          {max-size <64-10240>}}}|
                    {duration {seconds <1-86400>}|
                              {packets <1-2000000000>}}
                    {state {enable | disable}}}+

  <port-name>           = <string>
  <flow-name>           = <string>
  <flow-identifier-name = <string>

Parameters:

Parameter Description
port-name Name of the port tied to a remote device on which traffic is to be generated.
flow-name flow[n] where "n" is included in <1-4> (not modifiable).
name Unique name for the packet flow configured.
traffic-type Type of traffic may be one of the following:
  • Constant: To send frames at a specific bit rate (Kbps). You need to specify the Bit rate.
  • Burst: To send a predefined number of frames at every period. You must specify the Packets per Burst.
For the Constant traffic type, specify the bit rate (expressed in Kbps). Supported values are:
  • 0 to < 12.5 Mbps: Steps of 0.125 Mbps
  • > 13 Mbps to 1 Gbps: Steps of 1 Mbps
For Burst traffic type, specify the number of frames to send per period (Packets per Burst) and the period, expressed in milliseconds, between each burst of frames (Inter-Burst Gap). You must select a Bit Rate that does not exceed the capacity of the outgoing port used for that test. Failure to do so will result in inaccurate results.
packet-size Define the packet size, this includes the Ethernet header and the FCS. The size can be a fixed value or a random value, chosen between a minimum and a maximum value.
duration Duration of the flow can be specified in seconds or in packets count.
state Enable or disable the packet flow.

rfc2544 generator delete

rfc2544 generator delete - Delete RFC-2544 traffic generator configuration tied to a port.

Description:
Delete an existing RFC2544 generator instance on a remote device.

Syntax:

  rfc2544 generator delete <port-name>

  port-name = <string>

Parameters:

Parameter Description
port-name Name of the port tied to a remote device on which traffic generation configuration is to be deleted.

rfc2544 generator edit

rfc2544 generator edit - Change RFC-2544 traffic generator configuration tied to a port.

Description:
rfc2544 generator edit controls the traffic generator parameters and traffic output on a port tied to a remote device.

Notes:
For Layer 3 testing with UDP packets, you need to program, in the peer device, a traffic filter with swapping action to match the test traffic with the MAC addresses, IP addresses and port numbers. This is done through the OAM section.
Packet and Flow parameters are defined in following subsections of the generator and have their own exclusive set of parameters, described below.

Syntax:

  rfc2544 generator edit <port-name> {
                          {description <generator-desc>} |
                          {exclude-vlan-size {yes | no}} |
                          {packet1 <packet-params>} |
                          {packet2 <packet-params>} |
                          {packet3 <packet-params>} |
                          {packet4 <packet-params>} |
                          {port <port-name>} |
                          {flow1 <flow-params>} |
                          {flow2 <flow-params>}} |
                          {flow3 <flow-params>}} |
                          {flow4 <flow-params>}} }+

  <port-name>      = <string>
  <generator-desc> = <string>

Parameters:

Parameter Description
port-name Name of the port tied to a remote device on which traffic is to be generated.
description Description of the generator and its characteristics.
exclude-vlan-size The frame length is increased by the size of the VLAN tag header(s) being added to the frame.
<packet-params> Generator packet header configuration (see below) for up to four different packets.
<flow-param> Generator flow profile configuration (see below) for up to four different flows.

Packet Syntax:

  rfc2544 generator delete <port-name>

  port-name = <string>

Packet Parameters:

Parameter Description
port-name Name of the port tied to a remote device on which traffic is to be generated.
packet-name packet[n] where "n" is included in <1-4> (not modifiable).
packet-type Used to define specific fields in the test packet.
dst-mac-addr This is the Ethernet MAC destination address.
vlan1-header Enable or disable VLAN 1 parameters in the frames.
vlan1-ethertype First VLAN protocol ID set to 0x8100 for 802.1Q network, 0x9100 for 802.1Q tunneling network, or 0x88A8 for 802.1AD network.
vlan1-cfi First VLAN CFI may be 0 or 1. It is usually set to 0.
vlan1-id First VLAN ID may be anything between 0 and 4095.
vlan1-priority First VLAN priority can vary between 0 and 7, with 7 being the highest priority. Normal traffic has priority 0.
vlan2-header Enable or disable VLAN 2 parameters in the frames.
vlan2-ethertype Second VLAN protocol ID set to 0x8100 for 802.1Q network, 0x9100 for 802.1Q tunneling network, or 0x88A8 for 802.1AD network.
vlan2-cfi Second VLAN CFI may be 0 or 1. It is usually set to 0.
vlan2-id Second VLAN ID may be anything between 0 and 4095.
vlan2-priority Second VLAN priority can vary between 0 and 7, with 7 being the highest priority. Normal traffic has priority 0.
dscp The Differentiated Services Code Point value (0-63).
ttl This is the IPv4 time to live value (0-255).
dst-ipv4-addr The IPv4 destination address.
dst-ip-addr The IPv4 or IPv6 destination address.
destination-port This is the destination port for UDP protocol (0-65535).
source-port This is the source port for UDP protocol (0-65535).
y1731-level Y.1731 Maintenance Entity Group level (0-7).

Flow Syntax:

rfc2544 generator edit <port-name> <flow-name> {
                    {name <flow-identifier-name>} |
                    {traffic-type {constant {rate <0 to max-port-speed>}} |
                                   burst {{packets <1 to max-packets>} |
                                          {burst-gap <1 to 60000>}} |
                    {packet-size {fixed <64-10240>}|
                                  random {{min-size <64-10240>}|
                                          {max-size <64-10240>}}}|
                    {duration {seconds <1-86400>}|
                              {packets <1-2000000000>}}
                    {state {enable | disable}}}+

<port-name>           = <string>
<flow-name>           = <string>
<flow-identifier-name = <string>

Parameters:

Parameter Description
port-name Name of the port tied to a remote device on which traffic is to be generated.
flow-name flow[n] where "n" is included in <1-4> (not modifiable).
name Unique name for the packet flow configured.
traffic-type Type of traffic may be one of the following:
  • Constant: To send frames at a specific bit rate (Kbps). You need to specify the Bit rate.
  • Burst: To send a predefined number of frames at every period. You must specify the Packets per Burst.
For the Constant traffic type, specify the bit rate (expressed in Kbps). Supported values are:
  • 0 to < 12.5 Mbps: Steps of 0.125 Mbps
  • > 13 Mbps to 1 Gbps: Steps of 1 Mbps
For Burst traffic type, specify the number of frames to send per period (Packets per Burst) and the period, expressed in milliseconds, between each burst of frames (Inter-Burst Gap). You must select a Bit Rate that does not exceed the capacity of the outgoing port used for that test. Failure to do so will result in inaccurate results.
packet-size Define the packet size, this includes the Ethernet header and the FCS. The size can be a fixed value or a random value, chosen between a minimum and a maximum value.
duration Duration of the flow can be specified in seconds or in packets count.
state Enable or disable the packet flow.

rfc2544 generator show configuration

rfc2544 generator show configuration - Show RFC-2544 generator configuration on a remote device.

Description:
The command displays the RFC-2544 generator configuration applied to a remote device. Specifying a packet or flow name provides a detailed configuration about this packet or flow descriptor. Otherwise, the command provides the generator summary configuration.

Syntax:

  rfc2544 generator show configuration <port-name> [<packet-name> | <flow-name>]

  <port-name>   = <string>
  <packet-name> = <string>
  <flow-name>   = <string>

Parameters:

Parameter Description
port-name Name of the port tied to traffic generator to show configuration.
packet-name packet[n] where "n" is included in <1-4>.
flow-name flow[n] where "n" is included in <1-4>.

rfc2544 generator show results

rfc2544 generator show results - Show RFC-2544 generator results applied to a remote device

Description:
The command displays the RFC-2544 generator results of a port tied to a device. Specifying a flow name provides detailed results for this flow. Otherwise the command provides a summary of the generator results.

Syntax:

  rfc2544 generator show results <port-name> [<flow-name>]

  <port-name> = <string>
  <flow-name> = <string>

Parameters:

Parameter Description
port-name Name of the port tied to traffic generator to show result.
flow-name flow[n] where "n" is included in <1-4>.

rfc2544 generator start

rfc2544 generator start - Start a RFC-2544 generator tied to a remote device.

Description:
rfc2544 generator starts the execution of a RFC-2544 generator configuration.

Syntax:

  rfc2544 generator start <port-name>

  <port-name> = <string>

Parameters:

Parameter Description
port-name Name of the port on which traffic's configuration is to be executed.

rfc2544 generator stop

rfc2544 generator stop - Stops a running RFC-2544 generator tied to a remote device.

Description:
rfc2544 generator stop will terminate the current execution of a running RFC-2544 generator.

Syntax:

  rfc2544 generator stop <port-name>

  <port-name> = <string>

Parameters:

Parameter Description
port-name Name of the port on which traffic's configuration is to be stopped.

rfc2544 testsuite add

rfc2544 testsuite add - Create a RFC-2544 testsuite tied to a remote device.

Description:
rfc2544 testsuite add creates a new RFC-2544 testsuite instance.

Syntax:

  rfc2544 testsuite add <testsuite-name>
                            { {port <port-name>} |
                              {name <testsuite-name>} |
                              {description <testsuite-desc>} |
                              {jumbo <0-10240>} |
                              {strict-failure {enable | disable}} |
                              {verbose {enable | disable}} |
                              {exclude-vlan-size {yes | no}} |
                              {binary-duration <decimal>} |
                              {peer <packet-params> } |
                              {back2back  {{duration <decimal>} |
                                           {repeat <decimal>} |
                                           {sizes {64bytes   | 128bytes  | 
                                                   256bytes  | 512bytes  |
                                                   1024bytes | 1280bytes |
                                                   1514bytes | jumbo}}
                                           {state {enable | disable}} |
                                          }
                              }
                              {delay      {{duration <decimal>} |
                                           {frameloss <decimal>} |
                                           {sizes {64bytes   | 128bytes  | 
                                                   256bytes  | 512bytes  |
                                                   1024bytes | 1280bytes |
                                                   1514bytes | jumbo}}
                                           {state {enable | disable}} |
                                          }
                              }
                              {throughput {{duration <decimal>} |
                                           {frameloss <decimal>} |
                                           {minimum <decimal>} |
                                           {maximum <decimal>} |
                                           {step <decimal>} |
                                           {fine-stepping {enable | disable}} |
                                           {sizes {64bytes   | 128bytes  | 
                                                   256bytes  | 512bytes  |
                                                   1024bytes | 1280bytes |
                                                   1514bytes | jumbo}}
                                            {state {enable | disable}} |
                                          }
                              }
                              {frameloss  {{duration <decimal>} |
                                           {step <decimal>} |
                                           {sizes {64bytes   | 128bytes  | 
                                                   256bytes  | 512bytes  |
                                                   1024bytes | 1280bytes |
                                                   1514bytes | jumbo}}
                                           {state {enable | disable}} |
                                          }
                              }
                            }+

  <port-name>      = <string>
  <testsuite-name> = <string>
  <testsuite-desc> = <string>

Parameters:

Parameter Description
testsuite-name Unique name for this test suite.
port-name Name of the port tied to the test suite to create.
testsuite-desc Description identifying the test suite and its characteristics.
jumbo Size of the jumbo frames <0-10240>.
binary-duration Duration of each trial during the binary search for the maximum throughput. By default, this is set to 2 seconds. Binary duration can vary from 1 to 10 seconds.
strict-failure Failure on Duplicate or Out Of Order.
verbose Display all attempts in report file.
exclude-vlan-size The frame length is increased by the size of the VLAN tag header(s) being added to the frame.
peer Peer packet header configuration (see below).
back2back Back-to-back test settings.
  • duration: Duration of the test in milliseconds.
  • repeat: Number of bursts to perform for each packet size.
  • size: Frame sizes to use. Any combination is valid.
  • state: Enable or disable back-to-back test settings.
delay Delay and delay variation test settings.
  • duration: Duration of the test in seconds.
  • frameloss: Acceptable difference between measured frame loss (0.1%).
  • size: Frame sizes to use. Any combination is valid.
  • state: Enable or disable delay test settings.
throughput Throughput test settings.
  • duration: Duration of the test in seconds.
  • step: Granularity of the min-max range.
  • fine-stepping: Enable fine stepping in case of low bandwidth testing (below 12Mbps).
  • minimum: Minimum rate in Mbps.
  • maximum: Maximum rate in Mbps.
  • frameloss: Acceptable difference between measured frame loss (0.1%).
  • size: Frame sizes to use. Any combination is valid.
  • state: Enable or disable throughput test settings.
frameloss Frameloss test settings.
  • duration: Duration of the test in seconds.
  • step: Granularity of the min-max range.
  • size: Frame sizes to use. Any combination is valid.
  • state: Enable or disable frame loss test settings

Packet Syntax:

  rfc2544 testsuite add <testsuite-name> peer
              { {dst-mac-addr <mac-addr>} |
                {packet-type {layer-2 | layer-3}} |
                {vlan1-header {enable | disable}} |
                {vlan1-ethertype <0-65535>} |
                {vlan1-priority <0-7>} |
                {vlan1-id <0-4095>} |
                {vlan1-cfi <0-1>} |
                {vlan2-header {enable | disable}} |
                {vlan2-ethertype <0-65535>} |
                {vlan2-priority <0-7>} |
                {vlan2-cfi <0-1>} |
                {vlan2-id <0-4095>} |
                {dscp <0-63>} |
                {ttl <0-255>} |
                {dst-ipv4-addr <ip-addr>} |
                {dst-ip-addr <ip-addr>} |
                {destination-port <0-65535>} |
                {source-port <0-65535>} |
                {y1731-level <0-7>}}+

  <testsuite-name> = <string>

Packet Parameters:

Parameter Description
testsuite-name Unique name for this testsuite.
packet-type Used to define specific fields in the test packet.
dst-mac-addr This is the Ethernet MAC destination address.
vlan1-header Enable or disable VLAN 1 parameters in the frames.
vlan1-ethertype First VLAN protocol ID set to 0x8100 for 802.1Q network, 0x9100 for 802.1Q tunneling network, or 0x88A8 for 802.1AD network.
vlan1-cfi First VLAN CFI may be 0 or 1. It is usually set to 0.
vlan1-id First VLAN ID may be anything between 0 and 4095.
vlan1-priority First VLAN priority can vary between 0 and 7, with 7 being the highest priority. Normal traffic has priority 0.
vlan2-header Enable or disable VLAN 2 parameters in the frames.
vlan2-ethertype Second VLAN protocol ID set to 0x8100 for 802.1Q network, 0x9100 for 802.1Q tunneling network, or 0x88A8 for 802.1AD network.
vlan2-cfi Second VLAN CFI may be 0 or 1. It is usually set to 0.
vlan2-id Second VLAN ID may be anything between 0 and 4095.
vlan2-priority Second VLAN priority can vary between 0 and 7, with 7 being the highest priority. Normal traffic has priority 0.
dscp The Diff-Serv CodePoint value (0 - 63).
ttl This is the IPv4 time to live value (0 - 255).
dst-ipv4-addr The IPv4 destination address.
dst-ip-addr The IPv4 or IPv6 destination address.
destination-port This is the destination port for UDP protocol (0 - 65535).
source-port This is the source port for UDP protocol (0 - 65535).
y1731-level Y.1731 Maintenance Entity Group level (0-7).

rfc2544 testsuite delete

rfc2544 testsuite delete - Deletes a RFC-2544 testsuite or report tied to a remote device.

Description:
rfc2544 testsuite delete deletes an existing RFC-2544 test suite instance, or an existing RFC-2544 testsuite report.

Syntax:

  rfc2544 testsuite delete {{<testsuite-name>} | reports {<report-name>}}

  testsuite-name = <string>
  report-name    = <string>

Parameters:

Parameter Description
testsuite-name Unique name for this testsuite.
report-name Unique name for this report.

rfc2544 testsuite edit

rfc2544 testsuite edit - Change a RFC-2544 testsuite tied to a remote device.

Description:
rfc2544 testsuite edit changes the configuration of an existing RFC-2544 testsuite instance.

Syntax:

rfc2544 testsuite edit <testsuite-name>
                            { {port <port-name>} |
                              {name <testsuite-name>} |
                              {description <testsuite-desc>} |
                              {jumbo <0-10240>} |
                              {strict-failure {enable | disable}} |
                              {verbose {enable | disable}} |
                              {exclude-vlan-size {yes | no}} |
                              {binary-duration <decimal>} |
                              {peer <packet-params> } |
                              {back2back  {{duration <decimal>} |
                                           {repeat <decimal>} |
                                           {sizes {64bytes   | 128bytes  |
                                                   256bytes  | 512bytes  |
                                                   1024bytes | 1280 bytes |
                                                   1514bytes | jumbo}}
                                           {state {enable | disable}} |
                                          }
                              }
                              {delay      {{duration <decimal>} |
                                           {frameloss <decimal>} |
                                           {sizes {64bytes   | 128bytes  |
                                                   256bytes  | 512bytes  |
                                                   1024bytes | 1280 bytes |
                                                   1514bytes | jumbo}}
                                           {state {enable | disable}} |
                                          }
                              }
                              {throughput {{duration <decimal>} |
                                           {frameloss <decimal>} |
                                           {minimum <decimal>} |
                                           {maximum <decimal>} |
                                           {step <decimal>} |
                                           {fine-stepping {enable | disable}} |
                                           {sizes {64bytes   | 128bytes  |
                                                   256bytes  | 512bytes  |
                                                   1024bytes | 1280 bytes |
                                                   1514bytes | jumbo}}
                                           {state {enable | disable}} |
                                          }
                              }
                             {frameloss  {{duration <decimal>} |
                                           {step <decimal>} |
                                           {sizes {64bytes   | 128bytes  |
                                                   256bytes  | 512bytes  |
                                                   1024bytes | 1280 bytes |
                                                   1514bytes | jumbo}}
                                           {state {enable | disable}} |
                                          }
                              }
                            }+

  testsuite-name = <string>
  testsuite-desc = <string>
  name           = <string>
  port-name      = <string>

Parameters:

Parameter Description
testsuite-name Unique name for this testsuite.
testsuite-desc Description identifying the testsuite and its characteristics.
port Name of the port on which to send the flow(s).
jumbo Size of the jumbo frames <0-10240>.
peer Peer packet header configuration (see below).
binary-duration Duration of each trial during the binary search for the maximum throughput. By default, this is set to 2 seconds. Binary duration can vary from 1 to 10 seconds.
strict-failure Failure on Duplicate or Out Of Order.
verbose Display all attempts in report file.
exclude-vlan-size The frame length is increased by the size of the VLAN tag header(s) being added to the frame.
peer Peer packet header configuration (see below).
back2back Back-to-back test settings.
  • duration: Duration of the test in milliseconds.
  • repeat: Number of bursts to perform for each packet size.
  • size: Frame sizes to use. Any combination is valid.
  • state: Enable or disable back-to-back test settings.
delay Delay and delay variation test settings.
  • duration: Duration of the test in seconds.
  • frameloss: Acceptable difference between measured frame loss (0.1%).
  • size: Frame sizes to use. Any combination is valid.
  • state: Enable or disable delay test settings.
throughput Throughput test settings.
  • duration: Duration of the test in seconds.
  • step: Granularity of the min-max range.
  • fine-stepping: Enable fine stepping in case of low bandwidth testing (below 12Mbps).
  • minimum: Minimum rate in Mbps.
  • maximum: Maximum rate in Mbps.
  • frameloss: Acceptable difference between measured frame loss (0.1%).
  • size: Frame sizes to use. Any combination is valid.
  • state: Enable or disable throughput test settings.
frameloss Frameloss test settings.
  • duration: Duration of the test in seconds.
  • step: Granularity of the min-max range.
  • size: Frame sizes to use. Any combination is valid.
  • state: Enable or disable frame loss test settings

Packet Syntax:

  rfc2544 testsuite edit <testsuite-name> peer {
                {dst-mac-addr <mac-addr>} |
                {packet-type {layer-2 | layer-3}} |
                {vlan1-header {enable | disable}} |
                {vlan1-ethertype <0-65535>} |
                {vlan1-priority <0-7>} |
                {vlan1-id <0-4095>} |
                {vlan1-cfi <0-1>} |
                {vlan2-header {enable | disable}} |
                {vlan2-ethertype <0-65535>} |
                {vlan2-priority <0-7>} |
                {vlan2-cfi <0-1>} |
                {vlan2-id <0-4095>} |
                {dscp <0-63>} |
                {ttl <0-255>} |
                {dst-ipv4-addr <ip-addr>} |
                {dst-ip-addr <ip-addr>} |
                {destination-port <0-65535>} |
                {source-port <0-65535>} |
                {y1731-level <0-7>}}+

  testsuite-name = <string>

Packet Parameters:

Parameter Description
packet-type Used to define specific fields in the test packet.
dst-mac-addr This is the Ethernet MAC destination address.
vlan1-header Enable or disable VLAN 1 parameters in the frames.
vlan1-ethertype First VLAN protocol ID set to 0x8100 for 802.1Q network, 0x9100 for 802.1Q tunneling network, or 0x88A8 for 802.1AD network.
vlan1-cfi First VLAN CFI may be 0 or 1. It is usually set to 0.
vlan1-id First VLAN ID may be anything between 0 and 4095.
vlan1-priority First VLAN priority can vary between 0 and 7, with 7 being the highest priority. Normal traffic has priority 0.
vlan2-header Enable or disable VLAN 2 parameters in the frames.
vlan2-ethertype Second VLAN protocol ID set to 0x8100 for 802.1Q network, 0x9100 for 802.1Q tunneling network, or 0x88A8 for 802.1AD network.
vlan2-cfi Second VLAN CFI may be 0 or 1. It is usually set to 0.
vlan2-id Second VLAN ID may be anything between 0 and 4095.
vlan2-priority Second VLAN priority can vary between 0 and 7, with 7 being the highest priority. Normal traffic has priority 0.
dscp The Diff-Serv CodePoint value (0 - 63).
ttl This is the IPv4 time to live value (0 - 255).
dst-ipv4-addr The IPv4 destination address.
dst-ip-addr The IPv4 or IPv6 destination address.
destination-port This is the destination port for UDP protocol (0 - 65535).
source-port This is the source port for UDP protocol (0 - 65535).
y1731-level Y.1731 Maintenance Entity Group level (0-7).

rfc2544 testsuite show configuration

rfc2544 testsuite show configuration - Show RFC-2544 testsuite configuration tied to a remote device.

Description:
The command displays the RFC-2544 testsuite configuration. Specifying a testsuite name provides detailed configuration about this testsuite. Otherwise, the command provides a summary of the configured testsuites.

Syntax:

  rfc2544 testsuite show configuration <testsuite-name>

  <testsuite-name> = <string>

Parameters:

Parameter Description
testsuite-name Name of the specific testsuite in which to display the configuration.

rfc2544 testsuite show reports

rfc2544 testsuite show reports - Show RFC-2544 testsuite reports tied to a remote device.

Description:
The command displays the RFC-2544 test suite reports. Specifying a report name displays the complete report on screen. Otherwise, the command provides a summary of the configured reports.

The displayed status for each report can be one of the following:

  • Failed: An error occurred during the test suite execution.
  • Running: The test suite is currently running.
  • Stopped: A user stopped the testsuite during its execution.
  • Completed: The test suite has completed.

Syntax:

  rfc2544 testsuite show reports <filename>

  <filename> = <string>

Parameters:

Parameter Description
filename Unique filename associated with the report.

rfc2544 testsuite start

rfc2544 testsuite start - Starts a RFC-2544 testsuite and produces a report tied to a remote device.

Description:
rfc2544 testsuite start creates a new report entry and starts the associated testsuite.

Syntax:

  rfc2544 testsuite start filename <filename> suite <testsuite-name>
                                          { {description <report-desc>} |
                                            {technician <report-tech>} |
                                            {note <report-note>}
                                          }+

  <filename>       = <string>
  <testsuite-name> = <string>
  <report-desc>    = <string>
  <tech-name>      = <string>
  <report-note>    = <string>

Parameters:

Parameter Description
filename Unique filename where the report will be stored.
testsuite-name Name for the testsuite to run.
report-desc Description for this report.
tech-name Name of the technician running this testsuite.
report-note Note associated to this testsuite. This note will be included in the report.

rfc2544 testsuite stop

rfc2544 testsuite stop - Stops a running RFC-2544 testsuite tied to a remote device.

Description:
rfc2544 testsuite stop will terminate the current execution of a running RFC-2544 test suite.

Syntax:

  rfc2544 testsuite stop <filename>

  <filename>    = <string>

Parameters:

Parameter Description
filename Unique filename associated with the testsuite.

rfc2544 testsuite upload

rfc2544 testsuite upload - Uploads a RFC-2544 report file tied to a remote device.

Description:
rfc2544 testsuite upload will upload to a remote location the resulting report file of a RFC-2544 test suite that has been run.

Syntax:

  rfc2544 testsuite upload <filename> <url>

  <filename> = <string>

Parameters:

Parameter Description
filename Unique filename associated with the testsuite.
url URL to reach the server and directory, e.g.:
  • ftp://username:password@mypc.com
  • ftps://username:password@192.168.10.10
  • sftp://username:password@192.168.10.10
  • tftp://192.168.1.5
  • scp://username:password@192.168.10.10:/target_dir
Filename of the report will automatically be appended to the specified URL. The URL host subcomponent consists of a name or an IP address. IPv4 addresses must be in dot-decimal notation, and IPv6 addresses must be enclosed in brackets ([]).

© 2025 Cisco and/or its affiliates. All rights reserved.

For more information about trademarks, please visit: Cisco trademarks
For more information about legal terms, please visit: Cisco legal terms

For legal information about Accedian Skylight products, please visit: Accedian legal terms and trademarks