Specifications

6-11
Cisco XR 12000 Series Router SIP and SPA Software Configuration Guide, Release 3.2
Release 3.2, OL-6396-01, Rev.A1 January 9, 2006
Chapter 6 Configuring POS SPAs on Cisco IOS XR Software
Configuration Tasks
3. delay trigger line value
or
path delay trigger value
4. end
or
commit
Detailed Steps
Command or Action Purpose
Step 1
configure
Example:
RP/0/0/CPU0:router# configure
Enters global configuration mode.
Step 2
controller sonet number
Example:
RP/0/0/CPU0:router(config)# controller sonet
0/6/0/0
Enters SONET controller configuration submode, where:
number—Specifies the SONET controller number,
which is the same as the associated POS interface, in
the notation rack/slot/module/port.
Step 3
delay trigger line value
or
path delay trigger value
Example:
RP/0/0/CPU0:router(config-sonet)# delay trigger
line 250
or
RP/0/0/CPU0:router(config-sonet)# path delay
trigger 300
Configures SONET port delay trigger values in
milliseconds.
Tip The commands in Step 1 and Step 2 can be
combined in one command string and entered from
global configuration mode like this: controller
sonet rack/slot/subslot/port delay trigger line or
controller sonet rack/slot/subslot/port path delay
trigger.
Step 4
end
or
commit
Example:
RP/0/0/CPU0:router(config-sonet)# end
or
RP/0/0/CPU0:router(config-sonet)# commit
Saves configuration changes.
When you issue the end command, the system prompts
you to commit changes:
Uncommitted changes found. Commit them before
exiting (yes/no/cancel)? [cancel]:
Entering yes saves configuration changes to the
running configuration file, exits the configuration
session, and returns the router to EXEC mode.
Entering no exits the configuration session and
returns the router to EXEC mode without
committing the configuration changes.
Entering cancel leaves the router in the current
configuration session without exiting or
committing the configuration changes.
Use the commit command to save the configuration
changes to the running configuration file and remain
within the configuration session.