Cisco Nexus 7000 Series Configuration Manual page 235

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

Advertisement

Chapter 8
Configuring 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 .
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
vrf context vrf-name
Example:
switch(config)# vrf context
RemoteOfficeVRF
switch(config-vrf)#
Step 3
router eigrp instance-tag
Example:
switch(config)# router eigrp Test1
switch(config-router)#
Step 4
interface ethernet slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Step 5
vrf member vrf-name
Example:
switch(config-if)# vrf member
RemoteOfficeVRF
Step 6
{ip | ipv6} router eigrp instance-tag
Example:
switch(config-if)# ip router eigrp Test1
Step 7
copy running-config startup-config
Example:
switch(config-if)# copy running-config
startup-config
The following example shows how to create a VRF and add an interface to the VRF:
switch# config t
switch(config)# vrf context NewVRF
switch(config-vrf)# router eigrp Test1
switch(config-router)# interface ethernet 1/2
switch(config-if)# ip router eigrp Test1
switch(config-if)# vrf member NewVRF
switch(config-if)# copy running-config startup-config
OL-20002-02
Purpose
Enters configuration mode.
Creates a new VRF and enters VRF configuration
mode. The VRN name can be any case-sensitive
alphanumeric string up to 20 characters.
Creates a new EIGRP process with the configured
instance tag. The instance tag can be any case-sensitive
alphanumeric string up to 20 characters.
If you configure an instance-tag that does not qualify
as an AS number, you must use the
autonomous-system command to configure the AS
number explicitly or this EIGRP instance will remain
in the shutdown state.
Enters interface configuration mode. Use ? to find the
slot and port ranges.
Adds this interface to a VRF. The VRF name can be
any case-sensitive alphanumeric string up to 20
characters.
Adds this interface to the EIGRP process. The instance
tag can be any case-sensitive alphanumeric string up to
20 characters.
(Optional) Saves this configuration change.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Configuring Virtualization for EIGRP
8-29

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents