Restarting A Rip Instance; Configuring Rip On An Interface - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring RIP
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
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:
Command
restart rip instance-tag
Example:
switch(config)# restart rip Enterprise

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
Enter the correct VDC if necessary before configuring RIP.
SUMMARY STEPS
1.
2.
3.
4.
5.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
12-8
config t
interface interface-type slot/port
ip | router rip instance-tag
show ip rip [instance instance-tag] interface [interface-type slot/port] [vrf vrf-name] [detail]
copy running-config startup-config
Purpose
Restarts the RIP instance and removes all
neighbors.
"Enabling the RIP Feature" section on page
Chapter 12
Configuring RIP
12-5).
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents