SUMMARY STEPS
1.
configure
2.
router ospf ospf-process-name
3.
monitor-convergence
4.
prefix-list prefix-list-name
5.
commit
DETAILED STEPS
Step 1
configure
Step 2
router ospf ospf-process-name
Example:
RP/0/RSP0/CPU0:router(config)#router ospf 1
Enables OSPF routing for the specified routing process and places the router in router configuration mode.
Step 3
monitor-convergence
Example:
RP/0/RSP0/CPU0:router(config-ospf)#monitor-convergence
Enables OSPF route convergence monitoring.
Step 4
prefix-list prefix-list-name
Example:
RP/0/RSP0/CPU0:router(config-ospf-af-rcmd)#prefix-list ospf_monitor
Enables individual prefix monitoring for OSPF prefixes.
Step 5
commit
Enabling RCMD Monitoring for OSPF Prefixes: Example
This example shows how to enable RCMD monitoring for individual OSPF prefixes:
ipv6 prefix-list ospf_monitor
10 permit 2001:db8::/32
!
router ospf 100
monitor-convergence
prefix-list ospf_monitor
Enabling RCMD Monitoring for Type 3/5/7 OSPF LSAs
Perform this task to enable RCMD monitoring for type 3/5/7 OSPF LSAs.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
OL-30423-03 573
Implementing RCMD
Enabling RCMD Monitoring for Type 3/5/7 OSPF LSAs