Specifications

Send document comments to nexus3k-docfeedback@cisco.com.
9-13
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 redistribute EIGRP into RIP:
switch# configure terminal
switch(config)# router rip Enterprise
switch(config-router)# address-family ipv4 unicast
switch(config-router-af)# redistribute eigrp 201 route-map RIPmap
switch(config-router-af)# copy running-config startup-config
Configuring Virtualization
You can create multiple VRFs and use the same or multiple RIP instances in each VRF. You assign a RIP
interface to a VRF.
Note Configure all other parameters for an interface after you configure the VRF for an interface. Configuring
a VRF for an interface deletes all the configuration for that interface.
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. vrf vrf-name
3. exit
4. router rip instance-tag
Step 5
default-information originate [always]
[route-map map-name]
Example:
switch(config-router-af)#
default-information originate always
(Optional) Generates a default route into RIP,
optionally controlled by a route map.
Step 6
default-metric value
Example:
switch(config-router-af)# default-metric
10
(Optional) Sets the default metric for all redistributed
routes. The range is from 1 to 15. The default is 1.
Step 7
show ip rip route [ip-prefix
[longer-prefixes | shorter-prefixes]
[vrf vrf-name] [summary]
Example:
switch(config-router-af)# show ip rip
route
(Optional) Shows the routes in RIP.
Step 8
copy running-config startup-config
Example:
switch(config-router-af)# copy
running-config startup-config
(Optional) Saves this configuration change.
Command Purpose