Dense Wavelength Division Multiplexing Commands on the Cisco ASR 9000 Series Router
This module provides command line interface (CLI) commands for configuring dense wavelength division multiplexing (DWDM) on the Cisco ASR 9000 Series Router.
To configure the transport administration state on a DWDM port, use the
admin-state command in DWDM configuration mode. To
return the administration state from a DWDM port to the default, use the no form
of this command.
admin-state
{ in-service | out-of-service }
noadmin-state
{ in-service | out-of-service }
Syntax Description
in-service
Places the DWDM port in In Service (IS) state, to support all normal
operation.
out-of-service
Places the DWDM port in Out of Service (OOS) state. The laser is turned off
and all traffic flow is stopped. This is the default.
Command Default
Out-of-service is the default transport administration state.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
When you configure admin-state out-of-service, the DWDM port
is placed in OOS state. The laser is turned off, traffic flow is stopped, and proactive
protection is disabled. However, configuration changes can still be made on the
port.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to turn on the laser and place a DWDM port in In Service
(IS) state:
Note
This is a required configuration. The DWDM cards will
not operate without this configuration.
To configure a DWDM controller, use the controller dwdm
command in global configuration mode. To return to the default state, use the no
form of this command.
controllerdwdminterface-path-id
nocontrollerdwdminterface-path-id
Syntax Description
interface-path-id
Physical interface or virtual interface.
Note
Use the showinterfaces command to see a list of all interfaces
currently configured on the router.
For more information about the syntax for the router, use the question mark
(?) online help function.
Command Default
No default behavior or values
Command Modes
Global configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
For the interface-path-id argument, use the following
guidelines:
If specifying a physical interface, the naming notation is
rack/slot/module/port. The slash between values is
required as part of the notation. An explanation of each component of the naming
notation is as follows:
rack: Chassis number of the rack.
slot: Physical slot number of the line card.
module: Module number. A physical layer interface module (PLIM) is
always 0.
port: Physical port number of the interface.
If specifying a virtual interface, the number range varies, depending on interface
type.
Task ID
Task ID
Operations
dwdm
read, write
interface
read, write
sonet-sdh
read, write
Examples
The following example shows how to configure a DWDM controller in slot 6:
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
g709 bdi-to-client-gais
To insert a Generic Alarm Indication Signal (GAIS) pattern to client on the detection of
a backward defect indication (BDI), use the g709
bdi-to-client-gais command in DWDM configuration mode. To disable this
feature, use the no form of this command.
g709bdi-to-client-gais
nog709bdi-to-client-gais
Syntax Description
This command has no keywords or arguments.
Command Default
By default, no GAIS to client is inserted.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure sending a Generic Alarm Indication Signal
(GAIS) pattern signal to client when a BDI is received:
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
g709 fec
To configure the Forward Error Correction (FEC) mode for the DWDM controller, use the
g709 fec command in DWDM configuration mode. To return
to the default state, use the no form of this command.
g709fec
{ [disable] | enhanced | standard | kuyvar }
nog709fec
{ disable | enhanced | standard }
Syntax Description
disable
Disables FEC.
enhanced
Enables ITU-T G.975.1 I.4 FEC.
standard
Enables standard FEC mode.This is the
default.
Command Default
Standard FEC mode is enabled by default.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Note
The enhanced FEC mode supported on the Cisco CRS Router (ITU-T G.975.1
I.7) and the Cisco ASR 9000 Series Router (ITU-T
G.975.1 I.4) are different and therefore, incompatible. To support interoperability
of DWDM between these routers, standard FEC must be configured.
The g709 fec command can be
used only when the DWDM controller port is in the out-of-service administrative state.
You stop operation using the admin-state out-of-service
command.
The G.709 wrapper must be enabled to enable forward
error correction (FEC) mode on the controller.
Standard FEC is the default mode; therefore, if you use
the no g709 fec command, standard FEC is used.
To display the FEC mode, use the show controller dwdm
command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure the FEC mode on a DWDM controller:
Inserts a GAIS pattern to client on the detection of a BDI.
g709 odu overhead tti
To configure the Trail Trace Identifier (TTI) level for an Optical Channel Data Unit
(ODU), use the g709 odu overhead tti command in DWDM
configuration mode. To return to the default, use the no form of this command.
no g709 odu overhead tti
{ expected | sent }
{ ascii | hex } tti-string
Syntax Description
expected
Configures the expected TTI string.
sent
Configures the transmit TTI string.
ascii
Indicates that the string is in ASCII format.
hex
Indicates that the string is in hexidecimal format.
tti-string
The TTI level string. You can configure the TTI level string in ASCII string
format or hexadecimal format. The ASCII text string can be a maximum of 64
characters. The hexadecimal string length must be an even number and can be
a maximum of 128 bytes.
Command Default
No TTI level string is configured.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure the expected TTI string:
RP/0/RSP0/CPU0:router(config)# controller dwdm 0/1/0/0RP/0/RSP0/CPU0:router(config-dwdm)# g709 odu overhead tti expected test OTU 5678
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
g709 odu report disable
To disable the logging of selected Optical Channel Data Unit (ODU) alarms to the console
for a DWDM controller, use the g709 odu reportdisable command in DWDM configuration mode. To return to the
default state, use the no form of this command.
Open connection indication error reporting status.
ptim
Payload type identifier mismatch reporting status.
tim
Set Trace Identifier Mismatch reporting status.
Command Default
Reporting is enabled for all keywords.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to disable ODU reporting for OCI:
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
g709 otu overhead tti
To configure the OTU Trail Trace Identifier (TTI) buffer for a DWDM controller, use the
g709 otu overhead tti command in DWDM configuration
mode. To return to the default state, use the no form of this command.
Indicates that the string is in hexidecimal format.
tti-string
The TTI string. A maximum of 64 characters is allowed.
Command Default
No TTI string is configured
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
To display the TTI strings, use the show controller dwdm g709
command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure the expected TTI string:
RP/0/RSP0/CPU0:router(config)# controller dwdm 0/0/0/0RP/0/RSP0/CPU0:router(config-dwdm)# g709 otu overhead tti expected test OTU 5678
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
g709 otu report disable
To disable the logging of selected Optical Channel Transport Unit (OTU) alarms to the
console for a DWDM controller, use the g709 otu reportdisable command in DWDM configuration mode. To return to the
default state, use the no form of this command.
SM bit error rate (BER) is in excess of the signal degradation BER
threshold.
sf-ber
SM BER is in excess of the signal failure BER threshold.
tim
Trace Identifier Mismatch reporting status.
Command Default
Reporting is enabled for all keywords.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to disable OTU reporting for IAE:
RP/0/RSP0/CPU0:router(config)# controller dwdm 0/0/0/0RP/0/RSP0/CPU0:router(config-dwdm)# g709 otu report iae disable
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
g709 otu threshold
To configure thresholds for selected Optical Channel Transport Unit (OTU) bit error rate
(BER) alarms, use the g709 otu threshold command in DWDM
configuration mode. To return to the default state, use the no form of this
command.
Signal degradation bit error rate (BER) in the range 1 to 9, where
bit-error-rate specifies a negative exponent of base 10
(10–bit-error-rate). The default is 6 (10–6).
sf-berbit-error-rate
Signal failure BER above threshold in the range 1 to 9, where
bit-error-rate specifies a negative exponent of base 10
(10–bit-error-rate). The default is 3 (10–3).
Command Default
The defalut bit error rate for sd-ber is 6.
The default bit error rate for sf-ber is 3.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to set the signal fail BER rate to be 5:
RP/0/RSP0/CPU0:router(config)# controller dwdm 0/0/0/0RP/0/RSP0/CPU0:router(config-dwdm)# g709 otu threshold sf-ber 5
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
g709 tim-to-client-gais
To insert a Generic Alarm Indication Signal (GAIS) on the client side when a Trace
Identifier Mismatch (TIM) is detected, use the
g709 tim-to-client-gais command in DWDM configuration mode.
To disable this feature, use the no form of this command.
g709tim-to-client-gais
nog709tim-to-client-gais
Syntax Description
This command has no keywords or arguments.
Command Default
By default, no GAIS to client is inserted.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure a GAIS to client when a TIM is
received:
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
g709 tti-processing
To enable Trace Identifier Mismatch (TIM) alarms, use the g709
tti-processing command in DWDM configuration mode. To disable TIM
alarms, use the no form of this command.
g709tti-processing
nog709tti-processing
Syntax Description
This command has no keywords or arguments.
Command Default
By default, trace identifier mismatch (TIM) alarms are disabled.
Command Modes
DWDM configuration
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Note
Trace identifier mismatch (TIM) alarms can be set only when TTI processing is
enabled.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure the expected TTI string:
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
log signal
To enable 10 millisecond proactive monitoring of Forward Error Correction-Fast Re-Route
(FEC-FRR), use the logsignal command in DWDM configuration mode. To disable proactive
monitoring, use the no form of this command.
logsignalfile-name
nologsignalfile-name
Syntax Description
file-name
Specifies the name of the log file.
Command Default
No default behavior or values
Command Modes
DWDM configuration
Command History
Release
Modification
Release 4.0.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
The proactive feature is used to trigger Forward Error Correction-Fast Re-Route
(FEC-FRR).
To see the proactive status, use the show controller dwdm proactive
status command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to enable 10 millisecond proactive monitoring of Forward
Error Correction-Fast Re-Route (FEC-FRR).
RP/0/RSP0/CPU0:router# config RP/0/RSP0/CPU0:router(config)# controller dwdm 0/1/0/1 RP/0/RSP0/CPU0:router(config-dwdm)# log signal LogFile1
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
loopback (DWDM)
To configure the DWDM controller for loopback mode, use the
loopback command in DWDM configuration mode. To remove the
loopback DWDM command from the configuration file, use the no form of this
command.
loopback
{ internal | line }
noloopback
{ internal | line }
Syntax Description
internal
Specifies that all the packets be looped back to the router.
line
Specifies that the incoming network packets be looped back to the DWDM
network.
Command Default
This command is disabled by default.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
The DWDM controller supports two loopback operation modes for diagnostic purposes:
internal and line. The terminal (internal) loopback mode allows the received data from
the Layer 2 Framer (for example, a SONET/SDH framer for POS or Ethernet MAC for 10GE) of
the PLIM to be looped back to the ingress side of the Framer. This allows the packets to
be looped back to the PLIM. The line loopback mode allows the received trunk/DWDM line
Rx to be connected to the trunk/DWDM line Tx towards the line. This is used for line
diagnostics.
Task ID
Task ID
Operations
dwdm
read, write
Examples
In the following example, all packets are looped back to the DWDM controller:
To configure a connection identifier for the Multi Service Transport Protocol (MSTP),
use the network connection id command in DWDM configuration
mode. To remove a connection identifier, use the no form of this command.
networkconnectionidid-number
nonetworkconnectionidid-number
Syntax Description
id-number
Connection identifier.
Command Default
No default behavior or values
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure a connection identifier for the Multi
Service Transport Protocol (MSTP).
Assigns an identifier number to a port for the MSTP.
network port id
To assign an identifier number to a port for the Multi Service Transport Protocol
(MSTP), use the network port id command in DWDM configuration
mode. To remove an identifier number from a port, use the no form of this command.
networkportidid-number
nonetworkportidid-number
Syntax Description
id-number
Port identifier.
Command Default
No default behavior or values
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to assign an identifier number to a port for the Multi
Service Transport Protocol (MSTP):
RP/0/RSP0/CPU0:router# config RP/0/RSP0/CPU0:router(config)# controller dwdm 0/1/0/1 RP/0/RSP0/CPU0:router(config-dwdm)# network port id 1/0/1/1
To enable Threshold Crossing Alert (TCA) generation for FEC, use the pm fec
reportenable command in DWDM configuration mode. To disable TCAs, use
the no form of this command.
Configures the TCA generation for 15-minute intervals.
24-hour
Configures TCA generation for 24-hour intervals.
ec-bits
Bit errors corrected (BIEC). Indicates the number of bit errors corrected in
the DWDM trunk line during the performance monitoring time interval.
uc-words
Uncorrectable words. This is the number of uncorrectable words detected in
the DWDM trunk line during the performance monitoring time interval.
Command Default
TCA is not enabled.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
To display FEC performance measurement information, use the show controller
dwdm pm fec command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to enable TCAs in FEC reporting for uncorrectable
words:
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
pm fec threshold
To configure performance monitoring thresholds on the FEC layer, use the pm
fec threshold command in DWDM configuration mode. To return to the
default state, use the no form of this command.
Configures the performance monitoring thresholds for 15-minute
intervals.
24-hour
Configures performance monitoring thresholds for 24-hour intervals.
ec-bits
Bit errors corrected (BIEC). Indicates the number of bit errors corrected in
the DWDM trunk line during the performance monitoring time interval.
uc-words
Uncorrectable Words. This is the number of uncorrectable words detected in
the DWDM trunk line during the performance monitoring time interval.
threshold
Threshold for the performance monitoring parameter in the range
1–4294967295.
Command Default
No threshold is configured.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
To display performance measurement information for the FEC layer, use the
show controller dwdm pm fec command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure an FEC layer performance monitoring
threshold for uncorrectable words:
Displays performance monitoring information for a DWDM controller.
pm optics report enable
To enable Threshold Crossing Alert (TCA) generation on the optics layer, use the
pm optics reportenable command in DWDM configuration mode. To disable TCA
reporting, use the no form of this command.
Configures TCA generation for 15-minute intervals.
24-hour
Configures TCA generation for 24-hour intervals.
lbc
Laser bias current.
opr
Optical power on the unidirectional port.
opt
Transmit optical power in dBm.
max-tca
Indicates that the maximum value of the parameter is compared against the
threshold to determine if a TCA should be generated.
min-tca
Indicates that the minimum value of the parameter is compared against the
threshold to determine if a TCA should be generated.
Command Default
TCA reporting is not enabled.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
To display performance monitoring information for the optics, use the show
controller dwdm pm optics command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to enable TCA reporting on the optics layer reporting
for the maximum OPT:
Displays performance monitoring information for a DWDM controller.
pm optics threshold
To configure performance monitoring thresholds on the optics layer, use the
pm optics threshold command in DWDM configuration mode.
To return to the default state, use the no form of this command.
pm
{ 15-min | 24-hour }
opticsthreshold
{ lbc | opr | opt }
{ max | min }
threshold
no pm
{ 15-min | 24-hour }
opticsthreshold
{ lbc | opr | opt }
{ max | min }
threshold
Syntax Description
15-min
Configures the performance monitoring thresholds for 15-minute
intervals.
24-hour
Configures performance monitoring thresholds for 24-hour intervals.
lbc
Laser bias current.
opr
Optical power on the unidirectional port.
opt
Transmit optical power in dBm.
max
Indicates that the threshold is for the maximum
value of the parameter.
min
Indicates that the threshold is for the minimum
value of the parameter.
threshold
Threshold for the performance monitoring parameter.
Command Default
No thresholds are configured.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
To display performance monitoring information for the optics layer, use the
show controller dwdm pm optics command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure an optics layer performance monitoring
threshold for maximum OPT:
Displays performance monitoring information for a DWDM controller.
pm otn report enable
To enable Threshold Crossing Alert (TCA) generation on the Optical Transport Network
(OTN) layer, use the pm otn reportenable command in DWDM configuration mode. To disable TCA
reporting, use the no form of this command.
no pm
{ 15-min | 24-hour }
otnreportotn-parameterenable
Syntax Description
15-min
Configures TCA generation for 15-minute intervals.
24-hour
Configures TCA generation for 24-hour intervals.
otn-parameter
Specific parameter for which to configure the threshold. OTN parameters can
be as follows:
bbe-pm-fe—Far-end path monitoring background
block errors (BBE-PM). Indicates the number of background block errors
recorded in the optical transport network (OTN) path during the
performance monitoring time interval.
bbe-sm-fe—Far-end section monitoring
background block errors (BBE-SM). Indicates the number of background
block errors recorded in the OTN section during the performance
monitoring time interval.
bber-pm-fe—Far-end path monitoring background
block errors ratio (BBER-PM). Indicates the background block errors ratio
recorded in the OTN path during the performance monitoring time
interval.
bber-pm-ne—Near-end path monitoring background
block errors ratio (BBER-PM).
bber-sm-fe—Far-end section monitoring
background block errors ratio (BBER-SM). Indicates the background block
errors ratio recorded in the OTN section during the performance
monitoring time interval.
bber-sm-ne—Near-end section monitoring
background block errors ratio (BBER-SM)
es-pm-fe—Far-end path monitoring errored
seconds (ES-PM). Indicates the errored seconds recorded in the OTN path
during the performance monitoring time interval.
es-sm-fe—Far-end section monitoring errored
seconds (ES-SM). Indicates the errored seconds recorded in the OTN
section during the performance monitoring time interval.
esr-pm-fe—Far-end path monitoring errored
seconds ratio (ESR-PM). Indicates the errored seconds ratio recorded in
the OTN path during the performance monitoring time interval.
esr-pm-ne—Near-end path monitoring errored
seconds ratio (ESR-PM).
esr-sm-fe—Far-end section monitoring errored
seconds ratio (ESR-SM). Indicates the errored seconds ratio recorded in
the OTN section during the performance monitoring time interval.
esr-sm-ne—Near-end section monitoring errored
seconds ratio (ESR-SM).
fc-pm-fe—Far-end path monitoring failure
counts (FC-PM). Indicates the failure counts recorded in the OTN path
during the performance monitoring time interval.
fc-sm-fe—Far-end section monitoring failure
counts (FC-SM). Indicates the failure counts recorded in the OTN section
during the performance monitoring time interval.
ses-pm-fe—Far-end path monitoring severely
errored seconds (SES-PM). Indicates the severely errored seconds recorded
in the OTN path during the performance monitoring time interval.
ses-sm-fe—Far-end section monitoring severely
errored seconds (SES-SM). Indicates the severely errored seconds recorded
in the OTN section during the performance monitoring time interval.
sesr-pm-fe—Far-end path monitoring severely
errored seconds ratio (SESR-PM). Indicates the severely errored seconds
ratio recorded in the OTN path during the performance monitoring time
interval.
sesr-pm-ne—Near-end path monitoring severely
errored seconds ratio (SESR-PM).
sesr-sm-fe—Far-end section monitoring severely
errored seconds ratio (SESR-SM). Indicates the severely errored seconds
ratio recorded in the OTN section during the performance monitoring time
interval.
sesr-sm-ne—Near-end section monitoring
severely errored seconds ratio (SESR-SM).
uas-pm-fe—Far-end path monitoring unavailable
seconds (UAS-PM). Indicates the unavailable seconds recorded in the OTN
path during the performance monitoring time interval.
uas-sm-fe—Far-end section monitoring
unavailable seconds (UAS-SM). Indicates the unavailable seconds recorded
in the OTN section during the performance monitoring time interval.
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
To display performance measurement information for the OTN layer, use the
show controller dwdm pm otn command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to enable TCA generation on the OTN layer reporting for
the path monitoring errored seconds ratio (ESR-PM):
Displays performance monitoring information for a DWDM controller.
pm otn threshold
To configure performance monitoring thresholds on the optical transport network (OTN)
layer, use the pm otn threshold command in DWDM configuration
mode. To disable TCA reporting, use the no form of this command.
no pm
{ 15-min | 24-hour }
otnthresholdotn-paramterenable
Syntax Description
15-min
Configures performance monitoring thresholds for 15-minute intervals.
24-hour
Configures performance monitoring thresholds for 24-hour intervals.
otn-parameter
Specific parameter for which to configure the threshold. OTN parameters can
be as follows:
bbe-pm-fe—Far-end path monitoring background
block errors (BBE-PM). Indicates the number of background block errors
recorded in the optical transport network (OTN) path during the
performance monitoring time interval.
bbe-sm-fe—Far-end section monitoring
background block errors (BBE-SM). Indicates the number of background
block errors recorded in the OTN section during the performance
monitoring time interval.
bber-pm-fe—Far-end path monitoring background
block errors ratio (BBER-PM). Indicates the background block errors ratio
recorded in the OTN path during the performance monitoring time
interval.
bber-pm-ne—Near-end path monitoring background
block errors ratio (BBER-PM).
bber-sm-fe—Far-end section monitoring
background block errors ratio (BBER-SM). Indicates the background block
errors ratio recorded in the OTN section during the performance
monitoring time interval.
bber-sm-ne—Near-end section monitoring
background block errors ratio (BBER-SM)
es-pm-fe—Far-end path monitoring errored
seconds (ES-PM). Indicates the errored seconds recorded in the OTN path
during the performance monitoring time interval.
es-sm-fe—Far-end section monitoring errored
seconds (ES-SM). Indicates the errored seconds recorded in the OTN
section during the performance monitoring time interval.
esr-pm-fe—Far-end path monitoring errored
seconds ratio (ESR-PM). Indicates the errored seconds ratio recorded in
the OTN path during the performance monitoring time interval.
esr-pm-ne—Near-end path monitoring errored
seconds ratio (ESR-PM).
esr-sm-fe—Far-end section monitoring errored
seconds ratio (ESR-SM). Indicates the errored seconds ratio recorded in
the OTN section during the performance monitoring time interval.
esr-sm-ne—Near-end section monitoring errored
seconds ratio (ESR-SM).
fc-pm-fe—Far-end path monitoring failure
counts (FC-PM). Indicates the failure counts recorded in the OTN path
during the performance monitoring time interval.
fc-sm-fe—Far-end section monitoring failure
counts (FC-SM). Indicates the failure counts recorded in the OTN section
during the performance monitoring time interval.
ses-pm-fe—Far-end path monitoring severely
errored seconds (SES-PM). Indicates the severely errored seconds recorded
in the OTN path during the performance monitoring time interval.
ses-sm-fe—Far-end section monitoring severely
errored seconds (SES-SM). Indicates the severely errored seconds recorded
in the OTN section during the performance monitoring time interval.
sesr-pm-fe—Far-end path monitoring severely
errored seconds ratio (SESR-PM). Indicates the severely errored seconds
ratio recorded in the OTN path during the performance monitoring time
interval.
sesr-pm-ne—Near-end path monitoring severely
errored seconds ratio (SESR-PM).
sesr-sm-fe—Far-end section monitoring severely
errored seconds ratio (SESR-SM). Indicates the severely errored seconds
ratio recorded in the OTN section during the performance monitoring time
interval.
sesr-sm-ne—Near-end section monitoring
severely errored seconds ratio (SESR-SM).
uas-pm-fe—Far-end path monitoring unavailable
seconds (UAS-PM). Indicates the unavailable seconds recorded in the OTN
path during the performance monitoring time interval.
uas-sm-fe—Far-end section monitoring
unavailable seconds (UAS-SM). Indicates the unavailable seconds recorded
in the OTN section during the performance monitoring time interval.
Threshold for the performance monitoring parameter.
Command Default
No thresholds are configured.
Command Modes
DWDM configuration
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
To display performance measurement information for the OTN layer, use the
show controller dwdm pm otn command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure an OTN layer performance monitoring
threshold for path monitoring errored seconds ratio (ESR-PM):
Displays performance monitoring information for a DWDM controller.
proactive
To enable automatic triggering of Forward Error Correction-Fast Re-Route (FEC-FRR), use
the proactive command in DWDM configuration mode. To disable
automatic triggering, use the no form of this command.
proactive
Syntax Description
This command has no keywords or arguments.
Command Default
No default behavior or values
Command Modes
DWDM configuration
Command History
Release
Modification
Release 4.0.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
The proactive feature is used to trigger Forward Error Correction-Fast Re-Route
(FEC-FRR).
To see the proactive status, use the show controller dwdm proactive
status command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to enable automatic triggering of Forward Error
Correction-Fast Re-Route (FEC-FRR):
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
proactive revert threshold
To configure the revert threshold to trigger reverting from the Forward Error
Correction-Fast Re-Route (FEC-FRR) route back to the original route, use the
proactive revert threshold command in DWDM configuration
mode. To remove the revert threshold, use the no form of this command.
proactiverevertthresholdx-coefficienty-power
noproactiverevertthresholdx-coefficienty-power
Syntax Description
x-coefficient
Bit error rate coefficient (x of xE-y) . The range is 1 to 9. Default is
1.
y-power
Bit error rate exponent (y of xE-y). The range is 3 to 9.
Command Default
No default behavior or values
Command Modes
DWDM configuration
Command History
Release
Modification
Release 4.0.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
The proactive feature is used to trigger Forward Error Correction-Fast Re-Route
(FEC-FRR).
To see the proactive status, use the show controller dwdm proactive
status command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure the revert threshold for FEC-FRR:
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
proactive revert window
To configure the revert window in which reverting from the Forward Error Correction-Fast
Re-Route (FEC-FRR) route back to the original route is triggered, use the proactive
revert window command in DWDM configuration mode. To remove the revert window,
use the no form of this command.
proactiverevertwindowwindow
noproactiverevertwindowwindow
Syntax Description
window
The length of time (in milliseconds) of the window in which reverting from
FEC-FRR may be triggered. The range is 2000 to 100000.
Command Default
No default behavior or values
Command Modes
DWDM configuration
Command History
Release
Modification
Release 4.0.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
The proactive feature is used to trigger Forward Error Correction-Fast Re-Route
(FEC-FRR).
To see the proactive status, use the show controller dwdm proactive
status command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure the window in which reverting from FEC-FRR
may be triggered:
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
proactive trigger threshold
To configure the trigger threshold of Forward Error Correction-Fast Re-Route (FEC-FRR),
use the proactive trigger threshold command in DWDM
configuration mode. To remove the trigger threshold, use the no form of this
command.
proactivetriggerthresholdx-coefficienty-power
noproactivetriggerthresholdx-coefficienty-power
Syntax Description
x-coefficient
Bit error rate coefficient (x of xE-y) . The range is 1 to 9. Default is
1.
y-power
Bit error rate exponent (y of xE-y). The range is 3 to 9.
Command Default
No default behavior or values
Command Modes
DWDM configuration
Command History
Release
Modification
Release 4.0.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
The proactive feature is used to trigger Forward Error Correction-Fast Re-Route
(FEC-FRR).
To see the proactive status, use the show controller dwdm proactive
status command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure the trigger threshold of Forward Error
Correction-Fast Re-Route (FEC-FRR)
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
proactive trigger window
To configure the trigger window (in milliseconds) in which Fast Re-Route may be
triggered, use the proactive trigger window command in DWDM
configuration mode. To remove the trigger window, use the no form of this command.
proactivetriggerwindowwindow
noproactivetriggerwindowwindow
Syntax Description
window
The length of time (in milliseconds) of the window in which FEC-FRR may be
triggered. The range is 10 to 10000.
Command Default
No default behavior or values
Command Modes
DWDM configuration
Command History
Release
Modification
Release 4.0.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
The proactive feature is used to trigger Forward Error Correction-Fast Re-Route
(FEC-FRR).
To see the proactive status, use the show controller dwdm proactive
status command.
Task ID
Task ID
Operations
dwdm
read, write
Examples
The following example shows how to configure the trigger window (in milliseconds) in
which triggering of Fast Re-Route may happen:
Displays optical parameters, G.709 alarms and counters, and register and module information for a DWDM controller.
show controller dwdm
To display optical parameters, G.709 alarms and counters, and register and module
information for a DWDM controller, use the show controller
dwdm command in EXEC mode.
Use the showinterfaces command to see a list of all interfaces
currently configured on the router.
For more information about the syntax for the router, use the question mark
(?) online help function.
g709
(Optional) Displays the G.709 Optical Transport Network (OTN) protocol
alarms and counters for bit errors, along with the FEC statistics and
threshold-based alerts.
log
(Optional) Displays information about signal logging.
optics
(Optional) Displays optical related information about the interface, such as
output power level and wavelength.
registers
(Optional) For g709, displays platform-specific
OTN framer registers; for optics, displays
transponder registers.
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read
interface
read
sonet-sdh
read
Examples
The following example shows sample output from the
show controllers dwdm g709 command:
RP/0/RSP0/CPU0:Router# show controller dwdm 0/5/0/0 g709
Thu Jul 1 18:34:20.052 UTC
G709 Status
OTU
LOS = 0 LOF = 0 LOM = 0
BDI = 0 IAE = 1 BIP = 0
BEI = 0 TIM = 0
ODU
AIS = 0 BDI = 0 OCI = 0
LCK = 0 BIP = 0 BEI = 0
PTIM = 0 TIM = 0
FEC Mode: Standard FEC (Default)
EC(current second) = 0 EC = 0 UC = 0
pre-FEC BER < 9.00E-11 Q > 6.45 Q Margin > 7.52
Remote FEC Mode: Standard FEC
FECMISMATCH = 0
Detected Alarms: None
Asserted Alarms: None
Alarm Reporting Enabled for: LOS LOF LOM IAE OTU-BDI OTU-TIM OTU_SF_BER OTU_SD_BER ODU-AIS ODU-BDI O
CI LCK PTIM ODU-TIM FECMISMATCH
BER Thresholds: OTU-SF = E-3 OTU-SD = E-6
Connectivity Info
Network Port ID: Not Configured
Network Connection ID: Not Configured
OTU TTI Sent String ASCII: Tx TTI Not Configured
OTU TTI Received String ASCII: Rx TTI Not Recieved
OTU TTI Expected String ASCII: Exp TTI Not Configured
ODU TTI Sent String ASCII: Tx TTI Not Configured
ODU TTI Received String ASCII: Rx TTI Not Recieved
ODU TTI Expected String ASCII: Exp TTI Not Configured
This table describes selected fields from the
show controllers dwdm command output.
Table 1
show controllers dwdm Command Output Field Descriptions
Field
Description
AIS
Number of alarm indication signal (AIS) alarms. AIS is a signal sent
downstream as an indication that an upstream defect has been detected.
Alarm reporting enabled for
Lists the alarms that are enabled for reporting.
Asserted Alarms
Alarms indicated to be reported by the user.
BDI
Number of backward defect indication (BDI) alarms. The BDI is a single
bit that conveys information regarding signal failure in the upstream
direction.
BER thresholds
Values of the configured bit error rate thresholds.
BIP
Number of bit interleaved parity alarms. The BIP is comprised of one byte
and is used for error detection. It is computed over the entire optical
channel payload unit (OPU).
Controller State
Status of the controller.
Detected Alarms
Alarms detected by the hardware.
EC
Corrected code words. This is the number of words corrected by the FEC
and is displayed as a per second rate.
FEC Mode
Indicates the forward error correction (FEC) mode for the controller.
This can be Disabled, Enhanced FEC
G.975.1 1.4, or Standard FEC (Default).
IAE
Number of incoming alignment errors (IAE).
LCK
Number of upstream connection locked alarms. LCK is a signal sent
downstream as an indication that upstream the connection is locked, and
no signal is passed through.
LOF
Number of OTU loss of frame (LOF) alarms.
LOM
Number of OTU loss of multiframe (LOM) alarms.
Loopback
Loopback status. Indicates whether or not loopback is enabled and the
type of loopback enabled.
LOS
Number of OTU loss of signal (LOS) alarms. If the
receive optical power is less than or equal to this defined threshold,
the optical LOS alarm is raised.
OCI
Number of open connection indication alarms. OCI is a signal sent
downstream as an indication that upstream the signal is not connected to
a trail termination source.
ODU
Optical channel data unit alarms.
OTU
Optical transport unit overhead alarms.
OTU TTI Expected
Value of the expected TTI.
OTU TTI Received
Value of the received TTI.
OTU TTI Sent
Value of the transmit trail trace identifier (TTI).
PTIM
Number of payload type identifier mismatch alarms. This occurs when there
is a mismatch between the way the ITU-T G.709 option is configured on the
PLIM at each end of the optical span.
TDC Info
Tunable Dispersion Compensator (TDC) information.
Transport Admin State
Current status of the port as set by the
admin-state command. Possible values are: IS
(In-Service) and OOS (Out-of-Service).
UC
Uncorrectable code words. This is a raw counter.
Pre-FEC BER
Pre - bit error rate (BER) forward error correction (FEC). The
pre-FEC BER is calculated using pre-forward error correction (FEC) error
counts.
Q
The general signal quality bit error rate (BER) per voltage. The Q and Q
margin are calculated using the Pre-FEC BER.
Q Margin
The general signal quality bit error rate (BER) per voltage. The Q and Q
margin are calculated using the Pre-FEC BER.
Operational Mode
Indicates whether the tunable dispersion compensator (TDC) operational
mode option is set to Auto or Manual.
Status
Indicates whether the tunable dispersion compensator (TDC) is in the
acquiring state or locked state. The status is invalid if there is a
major alarm.
Dispersion Setting
Indicates a value between –700 and +700 packets per second (pps). The
dispersion setting is read from the optics module after the tunable
dispersion compensator (TDC) has locked.
Reroute Control
Not used.
Reroute BER
Not used.
See Table 2 for a description of the
optics fields.
The following example shows the output from the show controllers dwdm command with the
g709 registers keywords:
Displays performance monitoring information for a DWDM controller.
show controller dwdm pm
To display performance monitoring information for a DWDM controller, use the
show controller dwdm pm command in EXEC mode.
show controller dwdminstancepm history
[ 15-min | 24-hour | fec | optics | otn ]
show controller dwdminstancepm interval
[ 15-min | 24-hour ] [ fec | optics | otn ]
index
Syntax Description
instance
Physical interface instance. Naming notation is rack/slot/module/port
and a slash between values is required as part of the notation.
rack: Chassis number of the rack.
slot: Physical slot number of the line card.
module: Module number. A physical layer interface module (PLIM) is
always 0. Shared port adapters (SPAs) are referenced by their subslot
number.
port: Physical port number of the interface.
For more information about the syntax for the router, use the question mark
(?) online help function.
history
Displays all performance monitoring data.
interval
Displays specific performance monitoring data in a particular interval.
15-min
Displays performance monitoring data in a 15-minute interval.
24-hour
Displays performance monitoring data in a 24-hour interval.
fec
Displays FEC performance parameters, such as bit errors corrected (BIEC) and
uncorrectable words.
optics
Displays optics performance parameters, such as optical power.
otn
Displays OTN performance parameters, such as path monitoring failure counts
(FC-PM) and section monitoring unavailable seconds (UAS-SM).
index
Interval for which to display the performance monitoring information.
Command Default
No default behavior or values
Command Modes
EXEC
Command History
Release
Modification
Release 3.9.0
This command was introduced.
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes appropriate task IDs. If the user group assignment is preventing you from using a command, contact your AAA administrator for assistance.
Task ID
Task ID
Operations
dwdm
read
interface
read
sonet-sdh
read
Examples
The following examples show sample output for a DWDM
controller:
RP/0/RSP0/CPU0:Router# show controller dwdm 0/5/0/0 pm interval 15-min fec 0
Thu Jul 1 18:58:09.353 UTC
g709 FEC in the current interval [18:45:00 - 18:58:09 Thu Jul 1 2010]
EC-BITS : 0 Threshold : 0 TCA(enable) : NO
UC-WORDS : 0 Threshold : 0 TCA(enable) : NO
RP/0/RSP0/CPU0:Router# show controller dwdm 0/5/0/0 pm history 15-min
Thu Jul 1 18:59:04.585 UTC
g709 OTN in the current interval [18:45:00 - 18:59:04 Thu Jul 1 2010]
ES-SM-NE : 0 Threshold : -1 TCA(enable) : NO
ESR-SM-NE : 0 Threshold : -1 TCA(enable) : NO
SES-SM-NE : 0 Threshold : -1 TCA(enable) : NO
SESR-SM-NE : 0 Threshold : -1 TCA(enable) : NO
UAS-SM-NE : 0 Threshold : -1 TCA(enable) : NO
BBE-SM-NE : 0 Threshold : -1 TCA(enable) : NO
BBER-SM-NE : 0 Threshold : -1 TCA(enable) : NO
FC-SM-NE : 0 Threshold : -1 TCA(enable) : NO
ES-PM-NE : 0 Threshold : -1 TCA(enable) : NO
ESR-PM-NE : 0 Threshold : -1 TCA(enable) : NO
SES-PM-NE : 0 Threshold : -1 TCA(enable) : NO
SESR-PM-NE : 0 Threshold : -1 TCA(enable) : NO
UAS-PM-NE : 0 Threshold : -1 TCA(enable) : NO
BBE-PM-NE : 0 Threshold : -1 TCA(enable) : NO
BBER-PM-NE : 0 Threshold : -1 TCA(enable) : NO
FC-PM-NE : 0 Threshold : -1 TCA(enable) : NO
ES-SM-FE : 0 Threshold : -1 TCA(enable) : NO
ESR-SM-FE : 0 Threshold : -1 TCA(enable) : NO
SES-SM-FE : 0 Threshold : -1 TCA(enable) : NO
SESR-SM-FE : 0 Threshold : -1 TCA(enable) : NO
UAS-SM-FE : 0 Threshold : -1 TCA(enable) : NO
BBE-SM-FE : 0 Threshold : -1 TCA(enable) : NO
BBER-SM-FE : 0 Threshold : -1 TCA(enable) : NO
FC-SM-FE : 0 Threshold : -1 TCA(enable) : NO
ES-PM-FE : 0 Threshold : -1 TCA(enable) : NO
ESR-PM-FE : 0 Threshold : -1 TCA(enable) : NO
SES-PM-FE : 0 Threshold : -1 TCA(enable) : NO
SESR-PM-FE : 0 Threshold : -1 TCA(enable) : NO
UAS-PM-FE : 0 Threshold : -1 TCA(enable) : NO
BBE-PM-FE : 0 Threshold : -1 TCA(enable) : NO
BBER-PM-FE : 0 Threshold : -1 TCA(enable) : NO
FC-PM-FE : 0 Threshold : -1 TCA(enable) : NO
g709 FEC in the current interval [18:45:00 - 18:59:04 Thu Jul 1 2010]
EC-BITS : 0 Threshold : 0 TCA(enable) : NO
UC-WORDS : 0 Threshold : 0 TCA(enable) : NO
Optics in the current interval [18:45:00 - 18:59:04 Thu Jul 1 2010]
MIN AVG MAX Threshold TCA Threshold TCA
(min) (enable) (max) (enable)
LBC[mA ] : 17210 17542 17662 0 NO 0 NO
OPT[dBm] : -1.46 -1.46 -1.46 0.00 NO 0.00 NO
OPR[dBm] : -31.67 -31.66 -31.65 0.00 NO 0.00 NO
g709 OTN in interval 1 [18:30:00 - 18:45:00 Thu Jul 1 2010]
ES-SM-NE : 0 ES-SM-FE : 0
ESR-SM-NE : 0 ESR-SM-FE : 0
SES-SM-NE : 0 SES-SM-FE : 0
SESR-SM-NE : 0 SESR-SM-FE : 0
UAS-SM-NE : 0 UAS-SM-FE : 0
BBE-SM-NE : 0 BBE-SM-FE : 0
BBER-SM-NE : 0 BBER-SM-FE : 0
FC-SM-NE : 0 FC-SM-FE : 0
ES-PM-NE : 0 ES-PM-FE : 0
ESR-PM-NE : 0 ESR-PM-FE : 0
SES-PM-NE : 0 SES-PM-FE : 0
SESR-PM-NE : 0 SESR-PM-FE : 0
UAS-PM-NE : 0 UAS-PM-FE : 0
BBE-PM-NE : 0 BBE-PM-FE : 0
BBER-PM-NE : 0 BBER-PM-FE : 0
FC-PM-NE : 0 FC-PM-FE : 0
g709 FEC in interval 1 [18:30:00 - 18:45:00 Thu Jul 1 2010]
EC-BITS : 0 UC-WORDS : 0
Optics in interval 1 [18:30:00 - 18:45:00 Thu Jul 1 2010]
MIN AVG MAX
LBC[mA ] : 17210 17526 17662
OPT[dBm] : -1.46 -1.46 -1.46
OPR[dBm] : -31.67 -31.67 -31.66
g709 OTN in interval 2 [18:15:00 - 18:30:00 Thu Jul 1 2010]
ES-SM-NE : 0 ES-SM-FE : 0
ESR-SM-NE : 0 ESR-SM-FE : 0
SES-SM-NE : 0 SES-SM-FE : 0
SESR-SM-NE : 0 SESR-SM-FE : 0
UAS-SM-NE : 0 UAS-SM-FE : 0
BBE-SM-NE : 0 BBE-SM-FE : 0
BBER-SM-NE : 0 BBER-SM-FE : 0
.
.
.
This table describes selected fields from the
show controllers dwdm pm command output.
Table 4
show controllers dwdm pm Command Output Field Descriptions
Field
Description
EC-BITS
Bit errors corrected (BIEC). Indicates the number of bit errors corrected
in the DWDM trunk line during the performance monitoring time
interval.
UC-WORDS
Uncorrectable words. This is the number of uncorrectable words detected
in the DWDM trunk line during the performance monitoring time
interval.
LBC
Laser bias current.
OPR
Optical power on the unidirectional port.
OPT
Transmit optical power in dBm.
MAX
Indicates the maximum value of the parameter.
AVG
Indicates the average value of the parameter
MIN
Indicates the minimum value of the parameter.
THRESHOLD
Indicates the parameter’s configured threshold.
TCA
Indicates if TCA reporting is enabled or not.
BBE-PM-FE
Far-end path monitoring background block errors (BBE-PM)—Indicates the
number of background block errors recorded in the optical transport
network (OTN) path during the performance monitoring time interval.
Far-end section monitoring background block errors (BBE-SM)—Indicates the
number of background block errors recorded in the OTN section during the
performance monitoring time interval.
Far-end path monitoring background block errors ratio (BBER-PM)—Indicates
the background block errors ratio recorded in the OTN path during the
performance monitoring time interval.
BBER-PM-NE
Near-end path monitoring background block errors ratio (BBER-PM).
BBER-SM-FE
Far-end section monitoring background block errors ratio
(BBER-SM)—Indicates the background block errors ratio recorded in the OTN
section during the performance monitoring time interval.
BBER-SM-NE
Near-end section monitoring background block errors ratio (BBER-SM).
ES-PM-FE
Far-end path monitoring errored seconds (ES-PM)—Indicates the errored
seconds recorded in the OTN path during the performance monitoring time
interval.
ES-PM-NE
Near-end path monitoring errored seconds (ES-PM).
ES-SM-FE
Far-end section monitoring errored seconds (ES-SM)—Indicates the errored
seconds recorded in the OTN section during the performance monitoring
time interval.
Far-end path monitoring errored seconds ratio (ESR-PM)—Indicates the
errored seconds ratio recorded in the OTN path during the performance
monitoring time interval.
ESR-PM-NE
Near-end path monitoring errored seconds ratio (ESR-PM).
ESR-SM-FE
Far-end section monitoring errored seconds ratio (ESR-SM)—Indicates the
errored seconds ratio recorded in the OTN section during the performance
monitoring time interval.
ESR-SM-NE
Near-end section monitoring errored seconds ratio (ESR-SM).
FC-PM-FE
Far-end path monitoring failure counts (FC-PM)—Indicates the failure
counts recorded in the OTN path during the performance monitoring time
interval.
FC-PM-NE
Near-end path monitoring failure counts (FC-PM).
FC-SM-FE
Far-end section monitoring failure counts (FC-SM)—Indicates the failure
counts recorded in the OTN section during the performance monitoring time
interval.
Far-end path monitoring severely errored seconds (SES-PM)—Indicates the
severely errored seconds recorded in the OTN path during the performance
monitoring time interval.
Far-end section monitoring severely errored seconds (SES-SM)—Indicates
the severely errored seconds recorded in the OTN section during the
performance monitoring time interval.
Far-end path monitoring severely errored seconds ratio
(SESR-PM)—Indicates the severely errored seconds ratio recorded in the
OTN path during the performance monitoring time interval.
SESR-PM-NE
Near-end path monitoring severely errored seconds ratio (SESR-PM).
SESR-SM-FE
Far-end section monitoring severely errored seconds ratio
(SESR-SM)—Indicates the severely errored seconds ratio recorded in the
OTN section during the performance monitoring time interval.
SESR-SM-NE
Near-end section monitoring severely errored seconds ratio (SESR-SM).
UAS-PM-FE
Far-end path monitoring unavailable seconds (UAS-PM)—Indicates the
unavailable seconds recorded in the OTN path during the performance
monitoring time interval.
Far-end section monitoring unavailable seconds (UAS-SM)—Indicates the
unavailable seconds recorded in the OTN section during the performance
monitoring time interval.