sfpPlus

sfpPlus - configure the SFP+ transceiver interface.

 SYNOPSIS

sfpPlus sub-command options

 DESCRIPTION

The sfpPlus command is used to configure the SFP+ transceiver interface.

The small form-factor pluggable (SFP) transceiver interface capability has been added to NGY and other 10GE load modules.

 STANDARD OPTIONS
enableMonitorLos

true/false

Enable monitor SFP Loss of Signal. The interface requires the absence of a Loss of Signal for transmitting and receiving. (default = false)

enableMonitorModule

ReadySignal

true/false

Enable monitor SFP Module Ready Signal. The interface requires the detection of a Module Ready signal for transmitting and receiving. (default = false)

enableAutomaticDetect

true/false

Enable automatic detection of transceiver type. (default = false)

type

Use to configure the transceiver type.

Option

Value

Usage

sfpPlus10GBaseSrLr

0

configure the transceiver to Limiting mode

sfpPlus10GBaseLrm

1

configure the transceiver to Linear mode

sfpPlusCu

2

configure the transceiver to Twinax (copper) mode

sfpPlusCuPassive

3

configure the transceiver to Passive (copper) mode

sfpPlusNotDetected

4

configure the transceiver to Not Detected (copper) mode

txPreTapControlValue

Signifies the transmission of pre tap control value.

txMainTapControlValue

Signifies the transmission of main tap control value.

txPostTapControlValue

Signifies the transmission of post tap control value.

rxEqualizerControlValue

Singifies the reception of equalizer control value.

COMMANDS

The sfpPlus command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.

sfpPlus config option value

Modify the configuration options. If no option is specified, returns a list describing all of the available sfpPlus options (see STANDARD OPTIONS).

sfpPlus cget option

Returns the current value of the configuration option given by option. Option may have any of the values accepted by the sfpPlus command.

sfpPlus get chasID cardID portID

Returns the current value of the configuration option given by option. Option may have any of the values accepted by the sfpPlus command.

sfpPlus set chasID cardID portID

Sets the current value of the configuration option given by option. Option may have any of the values accepted by the session command.

sfpPlus setDefault

Sets to IxTclHal default values for all configuration options.

 EXAMPLES

package require IxTclHal

 

sfpPlus setDefault

sfpPlus config -enableMonitorLos false

sfpPlus config -enableMonitorModuleReadySignal $::false

sfpPlus config -enableAutomaticDetect $::false

sfpPlus config -type $::sfpPlus10GBaseLm

if {[sfpPlus set $chassis $card $port]} {

errorMsg "Error calling sfpPlus set $chassis $card $port"

}

set pl [list [list $chassis $card $port]]

ixWritePortsToHardware portlist

 SEE ALSO