Está en la página 1de 2

EIGRP: router eigrp 100 > no auto-summary > network 10.128.0.

16 > exi

Bandwidth y Delay: int s0/4 > bandwidth 100000 > delay 10 > exit

Sumarizacin manual: int s0/0 > ip summary-address eigrp 25 10.0.0.0 255.255.255.0 >
exi

Authentication md5: key chain LLAVERO > key 1 > key-string PASS >exit

int s0/0 > ip authentication mode eigrp 25 md5 > ip authentication key-chain eigrp 25
LLAVERO > exi

Metrica por defecto: router eigrp 100 > default-metric 100000 1 10 1 1 > exi (se hace en
cada AS de eigrp)

Ruta de respaldo (bajar el BW de una interfaz): int s0/1 > bandwidth 5000 > delay 10 >
exit

Hello and Hold time (default is 5>15): int s0/2 > ip hello-interval eigrp 100 8 > ip hold-time
eigrp 100 23 > exi

Ruta por defecto: ip route 0.0.0.0 0.0.0.0 209.165.201.1 (ip de sig. salto)

router eigrp 100 > redistribute static > exi (cuando se asign default metric)

router eigrp 25 > redistribute static metric 100000 1 10 1 1 > exi

ip route 10.0.0.0 255.0.0.0 209.165.201.2

O (el ip route se coloca en el ISP)

ip route 10.0.0.0 255.0.0.0 s0/0 (int salida)

OSPF redistribuir en EIGRP (habiendo hecho ospf y eigrp antes):

router eigrp 100 > redistribute ospf 1 > exi (cuando tiene def metric)

router ospf 1 > redistribute eigrp 100 subnets > exi

router eigrp 100 > redistribute ospf 1 metric 100000 1 10 1 1 > exi

router ospf 1 > redistribute eigrp 100 metric 20 subnets > exi

Ancho de banda requerido: int s0/0 > ip bandwidth-percent eigrp 100 25 > exi
EIGRP redistribuir en EIGRP:

router eigrp 100 > redistribute eigrp 25 > exi

router eigrp 25 > redistribute eigrp 100 > exi (cuando tiene def metric)

router eigrp 100 > redistribute eigrp 25 metric 100000 1 10 1 1 > exi

router eigrp 25 > redistribute eigrp 100 metric 100000 1 10 1 1 > exi

Detener trfico EIGRP en usuarios finales:

router eigrp 25 > passive-interface lo 0 > exit

Comandos Verificacin:

Sh ip route eigrp

Sh ip eigrp neighbors

Sh ip eigrp topology

Sh int f0/0

También podría gustarte