threshold (host-lane mode)

Use this command to enter host lane level user threshold configuration mode. Host laneClosed Host lanes are wires that carry the electrical signal from the host interface to the module and vice-versa. mode is a configuration mode that allows configuring specific values for the host lanes.Host lanes are wires that carry the electrical signal from the host interface to the module and vice-versa.

Command Syntax

Copy
threshold (tx-fdd|tx-fed)

Parameters

tx-fdd

Tx FDDClosed FEC Detected Degrade suggests that the FEC has detected errors in data transmission. The alarm notification is triggered if the average BER exceeds the configured FDD value.

tx-fed

Tx FEDClosed FEC Excessive Degrade suggests that the FEC has detected very high errors in data transmission. FED is a more severe error condition than FDD and needs more attention. The alarm notification is triggered if the average BER exceeds the configured FED value.

Command Mode

Host-lane modeClosed Host lane mode is a configuration mode that allows configuring specific values for the host lanes. Contrary to the global mode level that configures the same value across all host lanes.

Applicability

This command was introduced in OcNOS version 6.4.1.

Example

The below configuration shows to configure the host-lane threshold:

Copy
OcNOS#configure terminal
OcNOS(config)#qsfp-dd 48
OcNOS(config-qsfp-dd)#host-lane 1
OcNOS(config-qsfp-dd-host)#threshold tx-fdd
OcNOS(config-qsfp-dd-host-thresh)#ha 0.9876
OcNOS(config-qsfp-dd-host-thresh)#la 0.005432
OcNOS(config-qsfp-dd-host-thresh)#threshold tx-fed
OcNOS(config-qsfp-dd-host-thresh)#ha 0.5432
OcNOS(config-qsfp-dd-host-thresh)#la 0.009876
OcNOS(config-qsfp-dd-host-thresh)#commit