Cisco Nexus 7000 Series Configuration Manual page 349

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

Advertisement

Chapter 12
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 .
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
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
OL-20002-02
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.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Configuring RIP
1-7.
12-7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents