Specifications

Send document comments to nexus3k-docfeedback@cisco.com.
9-8
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 9 Configuring RIP
Configuring RIP
This example shows how to create a RIP instance for IPv4 and set the number of equal-cost paths for
load balancing:
switch# configure terminal
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 9-5).
SUMMARY STEPS
1. configure terminal
2. interface interface-type slot/port
3. no switchport
4. ip rip instance-tag
5. (Optional) show ip rip [instance instance-tag] interface [interface-type slot/port] [vrf vrf-name]
[detail]
6. (Optional) 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.