Send document comments to nexus7k-docfeedback@cisco.com.
12-13
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 12      Configuring RIP
Configuring RIP
The following example shows how to redistribute EIGRP into RIP:
switch# config t
switch(config)# router rip Enterprise
switch(config-router)# address-family ipv4 unicast
switch(config-router-af)# redistribute eigrp 201 route-map RIPmap
switch(config-router-af)# copy running-config startup-config
Configuring Virtualization
You can configure multiple RIP instances in each VDC. You can also create multiple VRFs within each 
VDC and use the same or multiple RIP instances in each VRF. You assign a RIP interface to a VRF.
Note Configure all other parameters for an interface after you configure the VRF for an interface. Configuring 
a VRF for an interface deletes all the configuration for that interface.
BEFORE YOU BEGIN 
Ensure that you have enabled the RIP feature (see the “Enabling the RIP Feature” section on page 12-5).
Create the VDCs.
SUMMARY STEPS
1. config t
2. vrf context vrf_name
3. exit
4. router rip instance-tag
5. vrf vrf-name
6. address-family ipv4 unicast 
7. configure optional parameters
8. interface ethernet slot/port
9. vrf member vrf-name
10. ip-address ip-prefix/length
Step 7
show ip rip route [
ip-prefix 
[longer-prefixes | shorter-prefixes] 
[vrf 
vrf-name] [summary
]
Example:
switch(config-router-af)# show ip rip 
route 
(Optional) Shows the routes in RIP.
Step 8
copy running-config startup-config
Example:
switch(config-router-af)# copy 
running-config startup-config
(Optional) Saves this configuration change. 
Command Purpose