Está en la página 1de 2

CONFIGURAR EIGRP

router(config)#router eigrp 240


router(config-router)#network network-number wilcard
router(config-router)#no auto-summary
router(config-if)#bandwidth kilobits
router(config-router)#eigrp log-neighbor-changes

RUTA POR DEFECTO


Router(config)#ip route 0.0.0.0 0.0.0.0 serial 0/0/0

CALCULA METRICA
metrica = ((10 elev7/Ancho de banda)+retardo acumulado)*256

CAMBIAR METRICA
R#configure terminal
R(config)#interfaces serial s0/0
R(config-if)#bandwidth [numero] (el valor esta en kbps)
R(config-if)# delay [numero] (el valor es en decena de micro segundos)

CONFIGURAR AUTENTICACION
R1(config)#key chain llavero_R1
R1(config-keychain)#key 1
R1(config-keychain-key)#key-string clave
R1(config)#interface f0/0
R1(config-if)#ip authentication mode eigrp 10 md5
R1(config-if)#ip authentication key-chain eigrp 10 llavero_R1

R2(config)#key chain llavero_R2


R2(config-keychain)#key 1
R2(config-keychain-key)#key-string clave
R2(config)#interface f0/0
R2(config-if)#ip authentication mode eigrp 10 md5
R2(config-if)#ip authentication key-chain eigrp 10 llavero_R2

BALANCEO DE CARGA
Tabla de enturamiento
* show ip router eigrp
REvisar los enlaces
*show ip eigrp topology

R#configure terminal
R(config)#router eigrp 10
R(config-router)variance 2

FRAME RELAY

show ip route
Muestra la tabla de enrutamiento

show ip protocols
Muestra los parmetros del protocolo

show ip eigrp neighbors


Muestra la informacin de los vecinos EIGRP
show ip eigrp topology
Muestra la tabla de topologa EIGRP

show ip eigrp neighbors


show ip eigrp topology
show ip route
show ip interface brief.
debug eigpr packets

BALANCEO DE CARGA

Habilitar eigrp: router eigrp nombre


Habilitar eigrp en todas las interfaces de esta red: network red
Comprobar adyacencias con vecinos: show ip eigrp neighbors
Cambiar ancho de banda: bandwith kilobits
Tabla de topologia eigrp: show ip eigrp topology
Analizar maquina estado finito: debug eigrp fsm
Ruta por defecto : redistribute static
Cambiar porcentage bandwith: ip bandwidth-percent eigrp as-number percent
Intervalos de saludo: ip hello-interval eigrp as-number seconds
Tiempo de hold: ip hold-time eigrp as-number seconds

También podría gustarte