DETAILED STEPS
PurposeCommand or Action
Enters RIB configuration mode.router rib
Example:
RP/0/RSP0/CPU0:router# route rib
Step 1
Disables next-hop dampening for IPv4
address families.
address-family { ipv4 | ipv6 } next-hop dampening disable
Example:
RP/0/RSP0/CPU0:router(config-rib)# address family ipv4
next-hop dampening disable
Step 2
commit
Step 3
Configuring RCC and LCC
Enabling RCC and LCC On-demand Scan
Perform this task to trigger route consistency checker (RCC) and Label Consistency Checker (LCC) on-demand
scan. The on-demand scan can be run on a particular address family (AFI), sub address family (SAFI), table
and prefix, vrf, or all prefixes in the table.
SUMMARY STEPS
1.
Use one of these commands.
•
show rcc {ipv4 | ipv6} unicast [all] [prefix/mask] [vrf vrf-name]
•
show lcc {ipv4 | ipv6} unicast [all] [prefix/mask] [vrf vrf-name]
2.
Use one of these commands.
•
clear rcc {ipv4 | ipv6} unicast [all] [prefix/mask] [vrf vrf-name] log
•
clear lcc {ipv4 | ipv6} unicast [all] [prefix/mask] [vrf vrf-name] log
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
OL-30423-03 433
Implementing and Monitoring RIB
Configuring RCC and LCC