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.

PRBS Host Checker & Generator

ROUTER1 (checker)

ROUTER1#configure terminal

Enter configure mode.

ROUTER1(config)#qsfp-dd 3

Entering to QSFP-DD mode.

ROUTER1(config-qsfp-dd)#prbs checker type 15 host

Configure PRBS checker type.

ROUTER1(config-qsfp-dd)#commit

Commit the configuration.

ROUTER2 (generator)

ROUTER2#configure terminal

Enter configure mode.

ROUTER2(config)#qsfp-dd 3

Entering to QSFP-DD mode.

ROUTER2(config-qsfp-dd)#prbs generator type 15 host

Configure PRBS generator type.

ROUTER2(config-qsfp-dd)#commit

Commit the configuration.

Validation

ROUTER1

Copy
OcNOS#show qsfp-dd 3 diagnostics host prbs
 
Port Number                    : 3
 
---------------------------
       Generator Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
---------------------------
        Checker Type
---------------------------
 User Config | H/W Config |
---------------------------
 PRBS-15     | PRBS-15    |
 
--------------------------------------
               Generator
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |
 
--------------------------------------
                Checker
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Active   |

ROUTER2

Copy
OcNOS#show qsfp-dd 3 diagnostics host prbs
 
Port Number                    : 3
 
---------------------------
       Generator Type
---------------------------
 User Config | H/W Config |
---------------------------
 PRBS-15     | PRBS-15    |
 
---------------------------
        Checker Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
--------------------------------------
               Generator
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Active   |
 
--------------------------------------
                Checker
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |

Unconfigure PRBS Host Checker & Generator

ROUTER1 (checker)

ROUTER1#configure terminal

Enter configure mode.

ROUTER1(config)#qsfp-dd 3

Entering to QSFP-DD mode.

ROUTER1(config-qsfp-dd)#no prbs checker type host

Unconfigure PRBS checker type.

ROUTER1(config-qsfp-dd)#commit

Commit the configuration.

ROUTER1#configure terminal

Enter configure mode.

ROUTER1(config)#qsfp-dd 3

Entering to QSFP-DD mode.

ROUTER1(config-qsfp-dd)#no prbs generator type host

Unconfigure PRBS generator type.

ROUTER1(config-qsfp-dd)#commit

Commit the configuration.

Validation

ROUTER1

Copy
OcNOS#show qsfp-dd 3 diagnostics host prbs
 
Port Number                    : 3
 
---------------------------
       Generator Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
---------------------------
        Checker Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
--------------------------------------
               Generator
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |
 
--------------------------------------
                Checker
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |

ROUTER2

Copy
OcNOS#show qsfp-dd 3 diagnostics host prbs
 
Port Number                    : 3
 
---------------------------
       Generator Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
---------------------------
        Checker Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
--------------------------------------
               Generator
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |
 
--------------------------------------
                Checker
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |

PRBS Media Checker & Generator

ROUTER1 (checker)

ROUTER1#configure terminal

Enter configure mode.

ROUTER1(config)#qsfp-dd 3

Entering to QSFP-DD mode.

ROUTER1(config-qsfp-dd)#prbs checker type 15 media

Configure PRBS checker type.

ROUTER1(config-qsfp-dd)#commit

Commit the configuration.

ROUTER2 (generator)

ROUTER2#configure terminal

Enter configure mode.

ROUTER2(config)#qsfp-dd 3

Entering to QSFP-DD mode.

ROUTER2(config-qsfp-dd)#prbs generator type 15 media

Configure PRBS generator type.

ROUTER2(config-qsfp-dd)#commit

Commit the configuration.

Validation

ROUTER1

Copy
OcNOS#show qsfp-dd 3 diagnostics media prbs
 
Port Number                    : 3
 
---------------------------
       Generator Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
---------------------------
        Checker Type
---------------------------
 User Config | H/W Config |
---------------------------
 PRBS-15     | PRBS-15    |
 
--------------------------------------
               Generator
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |
 
--------------------------------------
                Checker
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Active   |

ROUTER2

Copy
OcNOS#show qsfp-dd 3 diagnostics media prbs
 
Port Number                    : 3
 
---------------------------
       Generator Type
---------------------------
 User Config | H/W Config |
---------------------------
 PRBS-15     | PRBS-15    |
 
---------------------------
        Checker Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
--------------------------------------
               Generator
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Active   |
 
--------------------------------------
                Checker
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |

Unconfigure PRBS Media Checker & Generator

ROUTER1 (checker)

ROUTER1#configure terminal

Enter configure mode.

ROUTER1(config)#qsfp-dd 3

Entering to QSFP-DD mode.

ROUTER1(config-qsfp-dd)#no prbs checker type media

Unconfigure PRBS checker type.

ROUTER1(config-qsfp-dd)#commit

Commit the configuration.

ROUTER1#configure terminal

Enter configure mode.

ROUTER1(config)#qsfp-dd 3

Entering to QSFP-DD mode.

ROUTER1(config-qsfp-dd)#no prbs generator type media

Unconfigure PRBS generator type.

ROUTER1(config-qsfp-dd)#commit

Commit the configuration.

Validation

ROUTER1

Copy
OcNOS#show qsfp-dd 3 diagnostics media prbs
 
Port Number                    : 3
 
---------------------------
       Generator Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
---------------------------
        Checker Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
--------------------------------------
               Generator
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |
 
--------------------------------------
                Checker
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |

ROUTER2

Copy
OcNOS#show qsfp-dd 3 diagnostics media prbs
 
Port Number                    : 3
 
---------------------------
       Generator Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
---------------------------
        Checker Type
---------------------------
 User Config | H/W Config |
---------------------------
 None        | PRBS-31Q   |
 
--------------------------------------
               Generator
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |
 
--------------------------------------
                Checker
--------------------------------------
 User Config | H/W Config |  Status  |
--------------------------------------
 None        | Pre-FEC    | Inactive |

EEPROM Details for a ZR+ Optics

The below show command has output for "SO-TQSFPDD4CCZRP" optics.

Copy
#show qsfp-dd 3 eeprom
 
Port Number                   : 3
Identifier                    : QSFP-DD Double Density 8X Pluggable Transceiver
Name                          : SmartOptics
OUI                           : 0x0 0x53 0x4f
Part No                       : SO-TQSFPDD4CCZRP
Revision Level                : A
Serial_Number                 : 223950575
Manufacturing Date            : 220926   (yymmddvv, v=vendor specific)
Module Power Class            : 8
Module Max Power              : 23.75 Watt
Cooling Implemented           : Yes
Module Temperature Max        : 80 Celsius
Module Temperature Min        : 0 Celsius
Operating Voltage Min         : 3.12 Volt
Optical Detector              : PIN
Rx Power Measurement          : Average Power
Tx Disable Module Wide        : No
Cable Assembly Link Length    : Separable Media
Connector Type                : LC (Lucent Connector)
Media Interface Technology    : 1550 nm DFB
CMIS Revision                 : 4.1
Memory Model                  : Paged
MCI Max Speed                 : 1000 kHz
Active Firmware Revision      : 61.20
Inactive Firmware Revision    : 61.20
Hardware Revision             : 1.2
Media Type                    : Optical SMF
Max SMF Link Length           : 630.0 Kilometer
Wavelength Nominal            : 1547.70 nm
Wavelength Tolerance          : 166.55 nm