Configuring Access Node Control Protocol on Cisco ASR 9000 Series Routers
How to Configure ANCP on Cisco ASR 9000 Series Routers
QC-97
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
OL-23108-02
DETAILED STEPS
Configuring ANCP Neighbors
The TCP connection from any neighbor is accepted on any interface. To match a neighbor configuration
to a respective TCP connection, ANCP neighbors are identified by a sender name that must match the
corresponding field in adjacency protocol messages. Optionally, a description string can be supplied to
identify the ANCP neighbor on the system and an adjacency timer interval configured.
SUMMARY STEPS
1. configure
Command or Action Purpose
Step 1
configure
Example:
RP/0/RSP0/CPU0:router# configure
RP/0/RSP0/CPU0:router(config)#
Enters global configuration mode.
Step 2
ancp server sender-name {
H.H.H
|
A.B.C.D
}
Example:
RP/0/RSP0/CPU0:router(config)# ancp server
sender-name 0013.1aff.c2bd
Configures a local sender name.
Step 3
end
or
commit
Example:
RP/0/RSP0/CPU0:router(config-ancp)# end
or
RP/0/RSP0/CPU0:router(config-ancp)# 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.