Specifications
Implementing and Monitoring RIB on Cisco IOS XR Software
How to Deploy and Monitor RIB
RC-310
Cisco IOS XR Routing Configuration Guide
Disabling RIB Next-hop Dampening
Perform this task to disable RIB next-hop dampening.
SUMMARY STEPS
1. router rib
2. address-family {ipv4 | ipv6} next-hop dampening disable
3. end
or
commit
Step 4
show route [vrf {
vrf-name
| all}] [afi-all |
ipv4 | ipv6] [unicast | multicast | safi-all]
connected [standby]
Example:
RP/0/RP0/CPU0:router# show route ipv4 unicast
connected
Displays the current connected routes of the routing table.
Step 5
show route [vrf {
vrf-name
| all}] [afi-all |
ipv4 | ipv6] [unicast | multicast | safi-all]
local [
interface
] [standby]
Example:
RP/0/RP0/CPU0:router# show route ipv4 unicast
local
Displays local routes for receive entries in the routing table.
Step 6
show route [vrf {
vrf-name
| all}] [ipv4 | ipv6]
[unicast | multicast | safi-all]
longer-prefixes
{
ip-address mask
|
ip-address
/
prefix-length
} [standby]
Example:
RP/0/RP0/CPU0:router# show route ipv4 unicast
192.168.111/8 longer-prefixes
Displays the current routes in RIB that share a given
number of bits with a given network.
Step 7
show route [vrf {
vrf-name
| all}] [ipv4 | ipv6]
[unicast | multicast | safi-all] next-hop
ip-address
[standby]
Example:
RP/0/RP0/CPU0:router# show route ipv4 unicast
next-hop 192.168.1.34
Displays the next-hop gateway or host to a destination
address.
Command or Action Purpose