Configuring Access Node Control Protocol on Cisco ASR 9000 Series Routers
How to Configure ANCP on Cisco ASR 9000 Series Routers
QC-101
Cisco ASR 9000 Series Aggregation Services Router Modular Quality of Service Configuration Guide
OL-23108-02
DETAILED STEPS
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 an-port circuit-id
Access-Loop-Circuit-ID
[interface
type
interface-path-id
|
interface Bundle-Ether
bundle-id
]
Example:
RP/0/RSP0/CPU0:router(config)# ancp an-port
circuit-id circuit1 interface
gigabitethernet 2/0/1/1.1
Defines a unique access node ID. This ID
information is included in the ANCP Port Up and
Port Down messages.
Note The Circuit ID must be supplied before the
access node port configuration can be
committed.
Note When using a shared policy instance in
subinterfaces with ANCP, the same AN
port circuit ID must be mapped to all
subinterfaces that have the same shared
policy instance.
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.