Send document comments to nexus7k-docfeedback@cisco.com.
12-18
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 12 Configuring RIP
RIP Example Configuration
RIP Example Configuration
This example creates the Enterprise RIP instance in a VRF and adds Ethernet interface 1/2 to this RIP
instance. The example also configures authentication for Ethernet interface 1/2 and redistributes EIGRP
into this RIP domain.
vrf context NewVRF
!
feature rip
router rip Enterprise
vrf NewVRF
address-family ip unicast
redistribute eigrp 201 route-map RIPmap
max-paths 10
!
interface ethernet 1/2
vrf NewVRF
ip address 192.0.2.1/16
ip router rip Enterprise
ip rip authentication mode md5
ip rip authentication keychain RIPKey
Related Topics
See Chapter 16, “Configuring Route Policy Manager” for more information on route maps.
Default Settings
Table 12-1 lists the default settings for RIP parameters.
Additional References
For additional information related to implementing RIP, see the following sections:
• Related Documents, page 12-19
• Standards, page 12-19
Table 12-1 Default RIP Parameters
Parameters Default
Maximum paths for load balancing 8
RIP feature Disabled
Split horizon Enabled