Send document comments to nexus7k-docfeedback@cisco.com.
12-14
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 12 Configuring RIP
Configuring RIP
11. ip router rip instance-tag
12. show ip rip [instance instance-tag] interface [interface-type slot/port] [vrf vrf-name]
13. copy running-config startup-config
DETAILED STEPS
Command Purpose
Step 1
config t
Example:
switch# config t
switch(config)#
Enters configuration mode.
Step 2
vrf
vrf-name
Example:
switch(config)# vrf RemoteOfficeVRF
switch(config-vrf)#
Creates a new VRF.
Step 3
exit
Example:
switch(config-vrf)# exit
switch(config)#
Exits VRF configuration mode.
Step 4
router rip
instance-tag
Example:
switch(config)# router rip Enterprise
switch(config-router)#
Creates a new RIP instance with the configured
instance tag.
Step 5
vrf context
vrf-name
Example:
switch(config)# vrf context
RemoteOfficeVRF
switch(config-vrf)#
Creates a new VRF and enters VRF configuration
mode.
Step 6
address-family ipv4 unicast
Example:
switch(config-router-vrf)#
address-family ipv4 unicast
switch(config-router-vrf-af)#
(Optional) Configures the VRF address family for this
RIP instance.
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
(Optional) Redistributes routes from other protocols
into RIP. See the “Configuring Route Maps” section on
page 16-11 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.