Configuring A Passive Interface - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

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 7 k - d o c f e e d b a c k @ c i s c o . c o m .
2.
3.
4.
5.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
interface interface-type slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Step 3
ip rip authentication mode {text | md5}
Example:
switch(config-if)# ip rip authentication
mode md5
Step 4
ip rip authentication keychain key
Example:
switch(config-if)# ip rip authentication
keychain RIPKey
Step 5
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
The following example shows how to create a key chain and configure MD5 authentication on a RIP
interface:
switch# config t
switch(config)# key chain RIPKey
switch(config)# key-string myrip
switch(config)# accept-lifetime 00:00:00 Jan 01 2000 infinite
switch(config)# send-lifetime 00:00:00 Jan 01 2000 infinite
switch(config)# interface ethernet 1/2
switch(config-if)# ip rip authentication mode md5
switch(config-if)# ip rip authentication keychain RIPKey
switch(config-if)# copy running-config startup-config

Configuring a Passive Interface

You can configure a RIP interface to receive routes but not send route updates by setting the interface to
passive mode.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
12-10
interface interface-type slot/port
ip rip authentication mode{text | md5}
ip rip authentication keychain key
copy running-config startup-config
Purpose
Enters configuration mode.
Enters interface configuration mode.
Sets the authentication type for RIP on this interface as
cleartext or MD5 authentication digest.
Configures the authentication key used for RIP on this
interface.
(Optional) Saves this configuration change.
Chapter 12
Configuring RIP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents