Cisco Nexus 7000 Series Configuration Manual page 354

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 .
Configure a route map before configuring redistribution. See
page 16-11
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
8.
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
redistribute {bgp as | direct |{eigrp |
isis | ospf | ospfv3 | rip} instance-tag
| static} route-map map-name
Example:
switch(config-router-af)# redistribute
eigrp 201 route-map RIPmap
Step 5
default-information originate [always]
[route-map map-name ]
Example:
switch(config-router-af)#
default-information originate always
Step 6
default-metric value
Example:
switch(config-router-af)# distribute
level-1 into level-2 all
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
12-12
for details on configuring route maps.
config t
router rip instance-tag
address-family ipv4 unicast
redistribute {bgp as | direct | eigrp | isis | ospf | ospfv3 | rip} instance-tag | static} route-map
map-name
default-information originate [always] [route-map map-name]
default-metric value
showip rip route [{ip-prefix [longer-prefixes | shorter-prefixes]] [vrf vrf-name] [summary]
copy running-config startup-config
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 16-11
for more information about route maps.
(Optional) Generates a default route into RIP,
optionally controlled by a route map.
(Optional) Sets the default metric for all redistributed
routes. The range is from 1 to 15. The default is 1.
Chapter 12
Configuring RIP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents