Controlling RIP Routes: Example
The following example shows how to use the distance command to install RIP routes in the Routing Information
Base (RIB). The maximum-paths command controls the number of maximum paths allowed per RIP route.
router rip
interface GigabitEthernet0/6/0/0
route-policy polin in
!
distance 110
maximum-paths 8
!
Configuring RIP Authentication Keychain: Example
This example shows how to apply an authentication keychain on a RIP default VRF interface:
router rip
interface POS0/6/0/0
authentication keychain key1 mode md5
!
!
end
This example shows how to apply an authentication keychain on a RIP non-default interface:
router rip
vrf rip_keychain_vrf
interface POS0/6/0/0
authentication keychain key1 mode md5
!
!
!
end
Additional References
The following sections provide references related to implementing RIP.
Related Documents
Document TitleRelated Topic
Cisco ASR 9000 Series Aggregation Services Router
Routing Command Reference
RIP commands: complete command syntax, command
modes, command history, defaults, usage guidelines,
and examples
Implementing MPLS Traffic Engineering on Cisco
ASR 9000 Series Router module in the
Cisco ASR 9000 Series Aggregation Services Router
MPLS Configuration Guide
MPLS VPN support for RIP feature information
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
462 OL-30423-03
Implementing RIP
Controlling RIP Routes: Example