hit counter script

Cisco Nexus 3000 Series Configuration Manual page 211

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

Chapter 7
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
Command
Step 7
redistribute {bgp as | direct | {eigrp |
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)#
Step 9
no switchport
Example:
switch(config-if)# no switchport
Step 10
vrf member vrf-name
Example:
switch(config-if)# vrf member
RemoteOfficeVRF
Step 11
ip address ip-prefix/length
Example:
switch(config-if)# ip address
192.0.2.1/16
Step 12
ip router rip instance-tag
Example:
switch(config-if)# ip router rip
Enterprise
Step 13
show ip rip [instance i nstance-tag ]
interface [ interface-type slot/port ]
[vrf vrf-name ]
Example:
switch(config-if)# show ip rip
Enterprise ethernet 1/2
Step 14
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
Purpose
(Optional) Redistributes routes from other protocols
into RIP. See the
"Configuring Route Maps" section on
page 11-12
for more information about route maps.
Enters interface configuration mode.
Configures the interface as a Layer 3 routed interface.
Adds this interface to a VRF.
Configures an IP address for this interface. You must
do this step after you assign this interface to a VRF.
Associates this interface with a RIP instance.
(Optional) Displays RIP information for an interface.
in a VRF.
(Optional) Saves this configuration change.
Configuring RIP
7-15

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents