Configuring Virtualization - Cisco Nexus 7000 Series Configuration Manual

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 .
Command
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
Step 8
copy running-config startup-config
Example:
switch(config-router-af)# copy
running-config startup-config
The following example shows how to redistribute EIGRP into RIP:
switch# config t
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 configure multiple RIP instances in each VDC. You can also create multiple VRFs within each
VDC and use the same or multiple RIP instances in each VRF. You assign a RIP interface to a VRF.
Configure all other parameters for an interface after you configure the VRF for an interface. Configuring
Note
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
Create the VDCs.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
OL-20002-02
config t
vrf context vrf_name
exit
router rip instance-tag
vrf vrf-name
address-family ipv4 unicast
configure optional parameters
interface ethernet slot/port
vrf member vrf-name
ip-address ip-prefix/length
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Purpose
(Optional) Shows the routes in RIP.
(Optional) Saves this configuration change.
"Enabling the RIP Feature" section on page
Configuring RIP
12-5).
12-13

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents