Configuring Serial Interfaces on the Cisco ASR 9000 Series Router
How to Configure Serial Interfaces
535
Cisco ASR 9000 Aggregation Services Router Interfaces and Hardware Component Configuration Guide
OL-26061-03
DETAILED STEPS
Command or Action Purpose
Step 1
config
Example:
RP/0/0/CPU0:router# configure
Enters global configuration mode.
Step 2
iphc tcp connections max-number location node-id
Example:
RP/0/0/CPU0:router(config)# iphc tcp connections
2000 location 0/1/cpu0
Sets the maximum number of TCP connections that
may be configured for IPHC on a line card.
The range is 1 to 2000.
Step 3
iphc non-tcp connections max-number location
node-id
Example:
RP/0/0/CPU0:router(config)# iphc non-tcp
connections 20000 location 0/1/cpu0
Sets the maximum number of non-TCP connections
that may be configured for IPHC on a line card.
The range is 1 to 20000.
Step 4
end
or
commit
Example:
RP/0/0/CPU0:router(config-if)# end
or
RP/0/0/CPU0:router(config-if)# 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.