Cisco ASR 9000 Series Routing Configuration Manual page 346

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

Advertisement

Enabling EIGRP Routing
Before You Begin
Although you can configure EIGRP before you configure an IP address, no EIGRP routing occurs until at
least one IP address is configured.
SUMMARY STEPS
1. configure
2. router eigrp as-number
3. address-family { ipv4 }
4. router-id id
5. default-metric bandwidth delay reliability loading mtu
6. distance internal-distance external-distance
7. interface type interface-path-id
8. holdtime seconds
9. bandwidth-percent percent
10. commit
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
address-family { ipv4 }
Example:
RP/0/RSP0/CPU0:router(config-eigrp)#
address-family ipv4
Step 4
router-id id
Example:
RP/0/RSP0/CPU0:router(config-eigrp)# router-id
172.20.1.1
Step 5
default-metric bandwidth delay reliability
loading mtu
Example:
RP/0/RSP0/CPU0:router(config-eigrp-af)#
default-metric 1000 100 250 100 1500
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
316
Purpose
Specifies the autonomous system number of the routing
process to configure an EIGRP routing process.
Enters an address family configuration mode.
(Optional) Configures a router-id for an EIGRP process.
It is good practice to use the router-id command to
Note
explicitly specify a unique 32-bit numeric value for
the router ID. This action ensures that EIGRP can
function regardless of the interface address
configuration.
(Optional) Sets metrics for an EIGRP process.
Implementing EIGRP

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents