Configuration Guide for Cisco NCS 1014, IOS XR Releases 26.x.x

PDF

Configuration Guide for Cisco NCS 1014, IOS XR Releases 26.x.x

Trail trace identifier

Want to summarize with AI?

Log in

This section describes trail trace identifiers, their role in network signal identification, and configuration capabilities.


A trail trace identifier (TTI) is a feature that

  • helps identify a signal from its source to its destination within a network,

  • supports configuration of sent or expected identifiers in both ASCII and HEX formats, and

  • triggers a controller shutdown and a TIM alarm when an expected TTI string does not match the received trace string.


Configure Trail Trace Identifier

Use this task to configure TTI on the coherent DSP controllers of a 1.2T, 2.4T, or 2.4TX card.

Procedure

  1. Run the controller coherentDSP R/S/I/P tti {sent | expected} ascii | hextti-string command.

    Note
    The tti-string can have a maximum of 64 characters for ASCII and 128 characters for HEX.

    Example:

    This sample shows how to configure TTI on a coherent DSP controller with the sent and expected strings set to the same ASCII string. The state of the controller is up.
    
    RP/0/RP0/CPU0:ios#config
    RP/0/RP0/CPU0:ios(config)#controller coherentDSP
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti sent ascii hello
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti expected ascii hello cisco
    RP/0/RP0/CPU0:ios(config-CoDSP)#commit
    Thu Dec 7 14:25:43.391 IST
    RP/0/RP0/CPU0:ios(config-CoDSP)#end
    This is a sample to view the TTI details on a coherentDSP controller.
    
    RP/0/RP0/CPU0:ios#show controllers coherentDSP 0/3/0/0
    Thu Dec 7 14:26:37.345 IST
    
    Port : CoherentDSP 0/3/0/0
    Controller State : Down
    Inherited Secondary State : Normal
    Configured Secondary State : Normal
    Derived State : In Service
    Loopback mode : None
    BER Thresholds : SF = 1.0E-5 SD = 1.0E-7
    Performance Monitoring : Enable
    Bandwidth : 800.0Gb/s
    
    Alarm Information:
    LOS = 0 LOF = 0 LOM = 0
    OOF = 0 OOM = 0 AIS = 0
    IAE = 0 BIAE = 0 SF_BER = 0
    SD_BER = 0 BDI = 0 TIM = 1
    FECMISMATCH = 0 FEC-UNC = 0 FLEXO_GIDM = 0
    FLEXO-MM = 0 FLEXO-LOM = 0 FLEXO-RDI = 0
    FLEXO-LOF = 0
    Detected Alarms : TIM
    
    Bit Error Rate Information
    PREFEC BER : 2.57E-04
    POSTFEC BER : 0.00E+00
    Q-Factor : 10.80 dB
    
    Q-Margin : 4.50 dB
    
    Instantaneous Q-Margin : 4.50 dB
    
    OTU TTI Sent
    
    FULL TTI ASCII STRING : hello
    OTU TTI Received
    FULL TTI ASCII STRING : hello
    OTU TTI Expected
    FULL TTI ASCII STRING : hello cisco
    
    FEC mode : Soft-Decision 15
    
    Flexo-Mode : Enable
    Flexo Details:
    Tx GID : 1
    TX IID : 1, 2, 3, 4, 5, 6, 7, 8,
    Rx GID : 1
    RX IID : 1, 2, 3, 4, 5, 6, 7, 8,
    
    AINS Soak : None
    AINS Timer : 0h, 0m
    AINS remaining time : 0 seconds
    This sample shows how to configure TTI on a coherent DSP controller with the sent and expected strings set to HEX strings.
    
    RP/0/RP0/CPU0:ios#config
    RP/0/RP0/CPU0:ne(config)#controller coherentDSP 0/0/0/0
    RP/0/RP0/CPU0:ne(config-CoDSP)#tti sent hex 6E6E6E2A2A2A
    RP/0/RP0/CPU0:ne(config-CoDSP)#tti  expected hex 3F4B4B4B3D3E3A
    RP/0/RP0/CPU0:ne(config-CoDSP)#commit
    RP/0/RP0/CPU0:ios(config)#exit
    
  2. Run the commit command to apply the changes.


Configure Trail Trace Identifier on QXP card

Use this task to configure the TTI sent or expected string in the full ASCII format, or Source Access Point Identifier (SAPI)/Destination Access Point Identifier (DAPI) format on ODU-flex, ODU4, and coherentDSP controllers for the QXP card.

Note

TTI operates only in trunk mode OR .

This table lists the ASCII format that is supported for TTI:

ASCII with character string Controller

Full ASCII

64-character

CoherentDSP,odu4,odu-flex

SAPI ASCII

15-character

CoherentDSP,odu4,odu-flex

DAPI ASCII

15-character

CoherentDSP,odu4,odu-flex

Operator-specific ASCII

32-character

CoherentDSP,odu4,odu-flex

Procedure

  1. Run the controller controller-type R/S/I/P tti {sent | expected} {ascii | sapi ascii | dapi ascii | operator-specific ascii } tti-string to configure TTI.

    Example:

    This is a sample configuration for FULL TTI for coherentDSP controller.

    
    RP/0/RP0/CPU0:ios(config)#controller coherentDSP 0/0/0/8
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti sent ascii cisco
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti  expected ascii cisco123
    RP/0/RP0/CPU0:ios(config-CoDSP)#commit
    

    This is a sample configuration for TTI HEX for coherentDSP controller.

    
    RP/0/RP0/CPU0:ios(config)#controller coherentDSP 0/0/0/8
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti sent hex 6E6E6E2A2A2A
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti  expected hex 3F4B4B4B3D3E3A
    RP/0/RP0/CPU0:ios(config-CoDSP)#commit
    

    This is a sample configuration for Operator specific TTI for coherentDSP controller.

    
    RP/0/RP0/CPU0:ios(config)#controller coherentDSP 0/0/0/8
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti sent operator-specific ascii hellooo
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti expected operator-specific ascii hellooo
    RP/0/RP0/CPU0:ios(config-CoDSP)#commit
    

    This is a sample configuration for Operator specific TTI HEX for coherentDSP controller.

    
    RP/0/RP0/CPU0:ios(config)#controller coherentDSP 0/0/0/8
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti  sent operator-specific hex 6E6E6E2A2A2A3D3E3A3A6E6E6E2A2A2A3D
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti  expected operator-specific hex 5A5A6D3A3B3C3F4B4B4B3D3E3A
    RP/0/RP0/CPU0:ios(config-CoDSP)#commit
    

    This a sample configuration for SAPI for coherentDSP controller.

    
    RP/0/RP0/CPU0:ios(config)#controller coherentDSP 0/0/0/8
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti sent operator-specific ascii hellooo
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti expected operator-specific ascii hellooo
    RP/0/RP0/CPU0:ios(config-CoDSP)#commit
    

    This is a sample configuration for DAPI for coherentDSP controller.

    
    RP/0/RP0/CPU0:ios(config)#controller coherentDSP 0/0/0/8
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti sent dapi ascii cisco123
    RP/0/RP0/CPU0:ios(config-CoDSP)#tti  expected dapi ascii hello
    RP/0/RP0/CPU0:ios(config-CoDSP)#commit
    
  2. Run the commit command to apply the changes.