Specifications

Send document comments to nexus3k-docfeedback@cisco.com.
9-9
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
DETAILED STEPS
This example shows how to add the Ethernet 1/2 interface to a RIP instance:
switch# configure terminal
switch(config)# interface ethernet 1/2
switch(config-if)# no switchport
switch(config-if)# ip router rip Enterprise
switch(config)# copy running-config startup-config
Configuring RIP Authentication
You can configure authentication for RIP packets on an interface.
BEFORE YOU BEGIN
Ensure that you have enabled the RIP feature (see the “Enabling the RIP Feature” section on page 9-5).
Configure a key chain if necessary before enabling authentication. See the Cisco Nexus 7000 Series
NX-OS Security Configuration Guide, Release 5.x for details on implementing key chains.
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters configuration mode.
Step 2
interface interface-type slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Enters interface configuration mode.
Step 3
no switchport
Example:
switch(config-if)# no switchport
Configures the interface as a Layer 3 routed interface.
Step 4
ip router rip instance-tag
Example:
switch(config-if)# ip router rip
Enterprise
Associates this interface with a RIP instance.
Step 5
show ip rip [instance instance-tag]
interface [interface-type slot/port]
[vrf vrf-name] [detail]
Example:
switch(config-if)# show ip rip
Enterprise tethernet 1/2
(Optional) Displays RIP information for an interface.
Step 6
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
(Optional) Saves this configuration change.