lcas
lcas - sets up LCAS configuration for a circuit to receive and/or transmit.
SYNOPSIS
lcas sub-command options
DESCRIPTION
The lcas command is used to set up LCAS configuration for receive and/or transmit. This enables configuring the LCAS debug/trace messages.
STANDARD OPTIONS
rsAck
Configure the timeout value for Rs_Ack(s) for Rx Lcas. (default = 10)
holdOff
Configure the hold off timeout for Rx Lcas. (default = 10)
waitToRestore
Configure the wait to restore timeout for the Rx Lcas. (default = 10)
COMMANDS
The lcas command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
lcas cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the lcas command.
lcas config option value
Modify the configuration options of the port. If no option is specified, returns a list describing all of the available options (see STANDARD OPTIONS).
lcas get chassisID cardID portID circuitID
Gets the existing LCAS configuration for the circuit with the given circuit ID. Return values:
- 0-OK
- 1-Tcl error
- 100-Port unavailable
- 101-Unsupported feature
lcas set chassisID cardID portID circuitID
Modify the existing LCAS configuration for the circuit with the given circuit ID. Return values:
- 0-OK
- 1-Tcl error
- 100-Port unavailable
- 101-Unsupported feature
lcas setDefault
Sets to IxTclHal default values for all configuration options.
EXAMPLES
See example on page A EXAMPLES.