prbs

Use these commands to configure the PRBS pattern generator/checker type to be used for diagnostics of the QSFP-DD module host/media side and to configure the PRBS pattern generator/checker location (pre-fec/post-fec) on the QSFP-DD module host/media side. If the generator/checker pattern type and location are supported by the QSFP-DD module this will enable the selected function.

Use the no parameter to remove this configuration and disable the generator/checker function.

Command Syntax

Copy
prbs (generator|checker) type (31q|31|23q|23|15q|15|13q|13|9q|9|7q|7|ssprq) (host|media)
prbs (generator|checker) (pre-fec|post-fec) (host|media)
no prbs (generator|checker) type (host|media)
no prbs (generator|checker) (host|media)

Parameters

generator

Configure the pattern generator

checker

Configure the pattern checker

31q

Configure PRBS-31Q type

31

Configure PRBS-31 type

23q

Configure PRBS-23Q type

23

Configure PRBS-23 type

15q

Configure PRBS-15Q type

15

Configure PRBS-15 type

13q

Configure PRBS-13Q type

13

Configure PRBS-13 type

9q

Configure PRBS-9Q type

9

Configure PRBS-9 type

7q

Configure PRBS-7q type

7

Configure PRBS-7 type

ssprq

Configure SSPRQ type

pre-fec

Configure to generate before the FEC encoder / check before the FEC decoder

post-fec

Configure to generate after the FEC encoder / check after the FEC decoder

host

Configure host side

media

Configure media side

Command Mode

QSFP-DD mode

Applicability

This command was introduced before OcNOS version 6.1.0.

Example

Copy
#configure terminal
(config)#qsfp-dd 0
(config-qsfp-dd)#prbs generator type 15 host
(config-qsfp-dd)#prbs checker type 23q host
(config-qsfp-dd)#prbs generator type 7q media
(config-qsfp-dd)#prbs checker type ssprq media
(config-qsfp-dd)#commit
(config-qsfp-dd)#no prbs generator type host
(config-qsfp-dd)#no prbs checker type media
(config-qsfp-dd)#commit
(config-qsfp-dd)#