Cisco Nexus 7000 Series Configuration Manual page 222

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

Advertisement

Configuring Advanced EIGRP
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 .
Command
Step 6
interface interface-type slot/port
Example:
switch(config-router-af) interface
ethernet 1/2
switch(config-if)#
Step 7
{ip | ipv6} router eigrp instance-tag
Example:
switch(config-if)# ip router eigrp Test1
Step 8
{ip | ipv6} authentication key-chain
eigrp instance-tag key-chain
Example:
switch(config-if)# ip authentication
key-chain eigrp Test1 routeKeys
Step 9
{ip | ipv6} authentication mode eigrp
instance-tag md5
Example:
switch(config-if)# ip authentication
mode eigrp Test1 md5
Step 10
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
The following example shows how to configure MD5 message digest authentication for EIGRP over
Ethernet interface 1/2:
switch# config t
switch(config)# router eigrp Test1
switch(config-router)# exit
switch(config)# interface ethernet 1/2
switch(config-if)# ip router eigrp Test1
switch(config-if)# ip authentication key-chain eigrp Test1 routeKeys
switch(config-if)# ip authentication mode eigrp Test1 md5
switch(config-if)# copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
8-16
Purpose
Enters interface configuration mode. Use ? to find the
supported interfaces.
Associates this interface with the configured EIGRP
process. The instance tag can be any case-sensitive
alphanumeric string up to 20 characters.
Associates a key chain with this EIGRP process for
this interface. This configuration overrides the
authentication configuration set in the router VRF
mode.
The instance tag can be any case-sensitive
alphanumeric string up to 20 characters.
Configures the MD5 message digest authentication
mode for this interface. This configuration overrides
the authentication configuration set in the router VRF
mode.
The instance tag can be any case-sensitive
alphanumeric string up to 20 characters.
(Optional) Saves this configuration change.
Chapter 8
Configuring EIGRP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents