Configuring Rip Authentication - Cisco Nexus 3000 Series Configuration Manual

Nx-os unicast routing configuration guide, nx-os release 5.0(3)u1(1)
Hide thumbs Also See for Nexus 3000 Series:
Table of Contents

Advertisement

Chapter 7
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
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface interface-type slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Step 3
no switchport
Example:
switch(config-if)# no switchport
Step 4
ip router rip instance-tag
Example:
switch(config-if)# ip router rip
Enterprise
Step 5
show ip rip [instance i nstance-tag ]
interface [ interface-type slot/port ]
[vrf vrf-name ] [detail]
Example:
switch(config-if)# show ip rip
Enterprise tethernet 1/2
Step 6
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
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
Configure a key chain if necessary before enabling authentication. See the Cisco Nexus 3000 Series
NX-OS Security Configuration Guide for details on implementing key chains.
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
Purpose
Enters configuration mode.
Enters interface configuration mode.
Configures the interface as a Layer 3 routed interface.
Associates this interface with a RIP instance.
(Optional) Displays RIP information for an interface.
(Optional) Saves this configuration change.
"Enabling the RIP Feature" section on page
Configuring RIP
7-5).
7-9

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents