Send document comments to nexus7k-docfeedback@cisco.com.
12-6
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 12      Configuring RIP
Configuring RIP
DETAILED STEPS
Use the no feature rip command to disable the RIP feature and remove all associated configuration. 
Creating a RIP Instance
You can create a RIP instance and configure the address family for that instance. 
BEFORE YOU BEGIN 
Ensure that you have enabled the RIP feature (see the “Enabling the RIP Feature” section on page 12-5).
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1. config t
2. router rip instance-tag
3. address-family ip unicast
4. show ip rip [instance instance-tag] [vrf vrf-name] 
5. copy running-config startup-config
Command Purpose
Step 1
config t
Example:
switch# config t
switch(config)#
Enters configuration mode.
Step 2
feature rip
Example:
switch(config)# feature rip
Enables the RIP feature.
Step 3
show feature 
Example:
switch(config)# show feature 
(Optional) Displays enabled and disabled features.
Step 4
copy running-config startup-config
Example:
switch(config)# copy running-config 
startup-config
(Optional) Saves this configuration change.
Command Purpose
no feature rip
Example:
switch(config)# no feature rip
Disables the RIP feature and removes all associated 
configuration.