Vrf; Configuration Examples For Implementing Eigrp; Configuring A Basic Eigrp Configuration: Example - Cisco ASR 9000 Series Configuration Manual

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Implementing EIGRP
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router eigrp as-number
Example:
RP/0/RSP0/CPU0:router(config)# router eigrp 100
Step 3
vrf vrf-name
Example:
RP/0/RSP0/CPU0:router(config-eigrp)# vrf vrf1
Step 4
address-family { ipv4 | ipv6 }
Example:
RP/0/RSP0/CPU0:router(config-eigrp-vrf)#
address-family ipv4
Step 5
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config-eigrp-vrf-af)#
interface gigabitEthernet 0/1/5/0
Step 6
authentication keychain keychain-name
Example:
RP/0/RSP0/CPU0:router(config-eigrp-vrf-af-if)#
authentication keychain
Step 7
commit

Configuration Examples for Implementing EIGRP

This section provides the following configuration examples:

Configuring a Basic EIGRP Configuration: Example

The following example shows how to configure EIGRP with a policy that filters incoming routes. This is a
typical configuration for a router that has just one neighbor, but advertises other connected subnets.
router eigrp 144
OL-30423-03
address-family ipv4
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
Configuration Examples for Implementing EIGRP
Purpose
Specifies the autonomous system number of the
routing process to configure an EIGRP routing
process.
Creates a VRF instance and enters VRF
configuration mode.
Enters a VRF address family configuration mode.
Configures the interface on which EIGRP runs.
Authenticates all EIGRP protocol traffic on the
interface, based on the MD5 algorithm.
269

Advertisement

Table of Contents
loading

Table of Contents