Configuring Route Redistribution - Cisco Nexus 3000 Series Configuration Manual

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

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

Configuring Route Redistribution

You can configure RIP to accept routing information from another routing protocol and redistribute that
information through the RIP network. Redistributed routes can optionally be assigned a default route.
BEFORE YOU BEGIN
Ensure that you have enabled the RIP feature (see the
Configure a route map before configuring redistribution. See
page 11-12
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
8.
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
redistribute {bgp as | direct |{eigrp |
ospf | ospfv3 | rip} instance-tag |
static} route-map map-name
Example:
switch(config-router-af)# redistribute
eigrp 201 route-map RIPmap
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
7-12
for details on configuring route maps.
configure terminal
router rip instance-tag
address-family ipv4 unicast
redistribute {bgp as | direct | eigrp | ospf | ospfv3 | rip} instance-tag | static} route-map
map-name
(Optional) default-information originate [always] [route-map map-name]
(Optional) default-metric value
(Optional) show ip rip route [{ip-prefix [longer-prefixes | shorter-prefixes]] [vrf vrf-name]
[summary]
(Optional) copy running-config startup-config
"Enabling the RIP Feature" section on page
the"Configuring Route Maps" section on
Purpose
Enters configuration mode.
Creates a new RIP instance with the configured
instance-tag.
Enters address family configuration mode.
Redistributes routes from other protocols into RIP. See
the
"Configuring Route Maps" section on page 11-12
for more information about route maps.
Chapter 7
Configuring RIP
7-5).

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents