Cisco Nexus 7000 Series Configuration Manual page 356

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 .
11.
12.
13.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
vrf vrf-name
Example:
switch(config)# vrf RemoteOfficeVRF
switch(config-vrf)#
Step 3
exit
Example:
switch(config-vrf)# exit
switch(config)#
Step 4
router rip instance-tag
Example:
switch(config)# router rip Enterprise
switch(config-router)#
Step 5
vrf context vrf-name
Example:
switch(config)# vrf context
RemoteOfficeVRF
switch(config-vrf)#
Step 6
address-family ipv4 unicast
Example:
switch(config-router-vrf)#
address-family ipv4 unicast
switch(config-router-vrf-af)#
Step 7
redistribute {bgp as | direct | {eigrp |
isis | ospf | ospfv3 | rip} instance-tag
| static} route-map map-name
Example:
switch(config-router-vrf-af)#
redistribute eigrp 201 route-map RIPmap
Step 8
interface ethernet slot/port
Example:
switch(config-router-vrf-af)# interface
ethernet 1/2
switch(config-if)#
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
12-14
ip router rip instance-tag
show ip rip [instance instance-tag] interface [interface-type slot/port] [vrf vrf-name]
copy running-config startup-config
Purpose
Enters configuration mode.
Creates a new VRF.
Exits VRF configuration mode.
Creates a new RIP instance with the configured
instance tag.
Creates a new VRF and enters VRF configuration
mode.
(Optional) Configures the VRF address family for this
RIP instance.
(Optional) Redistributes routes from other protocols
into RIP. See the
"Configuring Route Maps" section on
page 16-11
for more information about route maps.
Enters interface configuration mode.
Chapter 12
Configuring RIP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents