EasyManua.ls Logo

Cisco Nexus 3000 series - Page 206

Cisco Nexus 3000 series
338 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Send document comments to nexus3k-docfeedback@cisco.com
7-10
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
Chapter 7 Configuring RIP
Configuring RIP
SUMMARY STEPS
1. configure terminal
2. interface interface-type slot/port
3. no switchport
4. ip rip authentication mode{text | md5}
5. ip rip authentication key-chain key
6. (Optional) copy running-config startup-config
DETAILED STEPS
This example shows how to create a key chain and configure MD5 authentication on a RIP interface:
switch# configure terminal
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)# no switchport
switch(config-if)# ip rip authentication mode md5
switch(config-if)# ip rip authentication keychain RIPKey
switch(config-if)# copy running-config startup-config
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 rip authentication mode {text | md5}
Example:
switch(config-if)# ip rip authentication
mode md5
Sets the authentication type for RIP on this interface as
cleartext or MD5 authentication digest.
Step 5
ip rip authentication key-chain
key
Example:
switch(config-if)# ip rip authentication
keychain RIPKey
Configures the authentication key used for RIP on this
interface.
Step 6
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
(Optional) Saves this configuration change.

Table of Contents

Other manuals for Cisco Nexus 3000 series

Related product manuals