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