Cisco Nexus 3000 Series Configuration Manual page 203

Nx-os unicast routing configuration guide, nx-os release 5.0(3)u1(1)
Hide thumbs Also See for Nexus 3000 Series:
Table of Contents

Advertisement

Chapter 7
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 3 k - d o c f e e d b a c k @ c i s c o . c o m
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
router rip instance-tag
Example:
switch(config)# router RIP Enterprise
switch(config-router)#
Step 3
address-family ipv4 unicast
Example:
switch(config-router)# address-family
ipv4 unicast
switch(config-router-af)#
Step 4
show ip rip [instance instance-tag ] [vrf
vrf-name ]
Example:
switch(config-router-af)# show ip rip
Step 5
copy running-config startup-config
Example:
switch(config-router-af)# copy
running-config startup-config
Use the no router rip command to remove the RIP instance and the associated configuration.
Command
no router rip instance-tag
Example:
switch(config)# no router rip Enterprise
You must also remove any RIP commands configured in interface mode.
Note
You can configure the following optional parameters for RIP in address-family configuration mode:
Command
distance value
Example:
switch(config-router-af)# distance 30
maximum-paths number
Example:
switch(config-router-af)# maximum-paths 6
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
Purpose
Enters configuration mode.
Creates a new RIP instance with the configured
instance-tag.
Configures the address family for this RIP instance and
enters address-family configuration mode.
(Optional) Displays a summary of RIP information for
all RIP instances.
(Optional) Saves this configuration change.
Purpose
Deletes the RIP instance and all associated
configuration.
Purpose
Sets the administrative distance for RIP. The range
is from 1 to 255. The default is 120. See the
"Administrative Distance" section on page
Configures the maximum number of equal-cost
paths that RIP maintains in the route table. The
range is from 1 to 16. The default is 16.
Configuring RIP
1-7.
7-7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents