Specifications
Send document comments to nexus3k-docfeedback@cisco.com.
9-15
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 9 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 13-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 instance-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