Command Line Reference Guide

Example
(Unsuccessful)
FTOS#show interfaces tengigabitethernet 0/26 | grep "XFP type"
Pluggable media present, XFP type is 10GBASE-CX4
FTOS(conf-if-te-0/26)#cx4-cable-length short
% Error: Unsupported command.
FTOS(conf-if-te-0/26)#cx4-cable-length medium
% Error: Unsupported command.
FTOS(conf-if-te-0/26)#cx4-cable-length long
% Error: Unsupported command.
FTOS(conf-if-te-0/26)#
Example
(Successful)
FTOS#config
FTOS(config)#interface tengigabitethernet 0/52
FTOS(conf-if-0/52)#cx4-cable-length long
FTOS(conf-if-0/52)#show config
!
interface TenGigabitEthernet 0/51
no ip address
cx4-cable-length long
shutdown
FTOS(conf-if-0/52)#exit
FTOS(config)#
Related
Commands
show config – displays the configuration of the selected interface.
dampening
Configure dampening on an interface.
S5000
Syntax
dampening [[[[half-life] [reuse-threshold]] [suppress-
threshold]] [max-suppress-time]]
Parameters
half-life
Enter the number of seconds after which the penalty is decreased.
The penalty is decreased by half after the half-life period expires. The
range is 1 to 30 seconds. The default is 5 seconds.
reuse-threshold
Enter a number as the reuse threshold, the penalty value below which
the interface state is changed to “up”. The range is 1 to 20000. The
default is 750.
suppress-
threshold
Enter a number as the suppress threshold, the penalty value above
which the interface state is changed to “error disabled”. The range is
1 to 20000. The default is 2500.
max-suppress-
time
Enter the maximum number for which a route can be suppressed. The
default is four times the half-life value. The range is 1 to 86400. The
default is 20 seconds.
492