Send document comments to nexus7k-docfeedback@cisco.com.
12-8
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 create a RIP instance for IPv4 and set the number of equal-cost
paths for load balancing:
switch# config t
switch(config)# router rip Enterprise
switch(config-router)# address-family ipv4 unicast
switch(config-router-af)# max-paths 10
switch(config-router-af)# copy running-config startup-config
Restarting a RIP Instance
You can restart a RIP instance. This clears all neighbors for the instance.
To restart an RIP instance and remove all associated neighbors, use the following command:
Configuring RIP on an Interface
You can add an interface to a RIP instance.
BEFORE YOU BEGIN
Ensure that you have enabled the RIP feature (see the “Enabling the RIP Feature” section on page 12-5).
Enter the correct VDC if necessary before configuring RIP.
SUMMARY STEPS
1. config t
2. interface interface-type slot/port
3. ip | router rip instance-tag
4. show ip rip [instance instance-tag] interface [interface-type slot/port] [vrf vrf-name] [detail]
5. copy running-config startup-config
Command Purpose
restart rip instance-tag
Example:
switch(config)# restart rip Enterprise
Restarts the RIP instance and removes all
neighbors.