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
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
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)#
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
7-14
vrf context vrf_name
(Optional) address-family ipv4 unicast
(Optional) redistribute {bgp as | direct | {eigrp | ospf | ospfv3 | rip} instance-tag | static}
route-map map-name
interface ethernet slot/port
no switchport
vrf member vrf-name
ip-address ip-prefix/length
ip router rip instance-tag
(Optional) show ip rip [instance instance-tag] interface [interface-type slot/port] [vrf vrf-name]
(Optional) 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.
Chapter 7
Configuring RIP