Sunteți pe pagina 1din 3

EIGRP Comandos para revisar el protocolo.

(enable)# show ip eigrp neighbors (enable)# show ip eigrp topology Sumarizacion Manual (conf t)# interface serial 0/0/0 (conf -inter)# ip summary-address eigrp "AS" "network" "mask" Stub (conf t)# router eigrp "AS" (config-router)# eigrp stub {receive-only | connected | static} (conf t)# ip default-network "red" Autenticacion de Enlaces (conf t)# key chain "nombre" ( cualquiera sea , solo es para identificar , como por ej: ricoysuave) (conf t-key)# key 1 (conf t-key)# key-string "clave" ( ej: cisco) (conf t)# inter s0/0 ( interfaces a autenticar) (conf t)# ip authentication key chain eigrp "AS" "nombre" (seria ricoysuave) (conf t)# ip aythentication mode eigrp 1 md5 Cambiar tiempo de paquetes Hello y Hold (conf t)# inter s0/0 (conf t)# ip hello_interval eigrp "AS" "tiempo" (tiempo en segundos) (conf t)# ip hold_time eigrp "AS" "tiempo" Bandwidth y Delay (conf t)# inter s0/0 (conf t)# bandwidth "Valor" ( tiene que ser en kbs) (conf t)# delay "Valor" (microsegundos) Balanceo de Carga (conf t)# router eigrp "AS" (conf t)# variance "numero" (el numero se multiplicara por la metrica mas baja, para igual costos) (conf t)#router eigrp "AS" (conf t)# offset-list "numero de ACL" { in | out } "valor metrica" Poner porcentaje de bandwidth usado en una interface (conf t)# inter s0/0 (conf t)# ip bandwidth-percent eigrp "AS" "valor de porcentaje" ( ej 10) Vecinos Estaticos

(conf t)# router eigrp "AS" (conf t)# neighbor "ip" serial "salida" ACL ej # access-list 99 permit "ip" "wildcard" OSPF Cambiar prioridad de un router para hacerlo DR (conf t)# inter s0/0 (conf t)# ip ospf priority "valor" ( subir el valor ) Sumarizacion en un router ABR (conf t)# router ospf "AS" (conf t)# area "valor del area de las rutas a sumarizar" range "red" "mask" Sumarizacion en un ASBR (conf t)# router ospf "AS" (conf t)# redistribute connect subnet (conf t)# summary-address "red" "mask" Area Stub En todos los router dentro del area a configurar (conf t)# router ospf "AS" (conf t)# area "valor del area donde se encuentran" stub ( el valor del area no puede ser el del area 0) Area Totally Stub En todos los router dentro del area a configurar (conf t)# router ospf "AS" (conf t)# area "valor" stub (conf t)# area "valor" stub no-summary ( este comando solo se aplica al router ABR) Virtual Links se hace la configurar en los 2 routers que crearan en enlace nota: no se puede crear un area stub cuando hay un virtual link (conf t)# router ospf "AS" (conf t)# area "valor" virtual-link "ip" ( la ip es el routerid del router con el cual se creara el enlace) nota: el routerid sera la ip de la loopback mas alta, en caso que no exista loopback sera la ip mas alta conectada a dicho router Hacer una loopback point-to-point

(conf t)# inter loopback 1 (conf t)# ip ospf network point-to-point Comandos de costos (conf t)# inter f0/0 (conf t)# ip ospf cost "valor" (conf t)# router ospf "AS" (conf t)# auto-cost reference-bandwidth "valor en mbs" Autenticacion de enlaces (conf t)# inter s0/0 (conf t)# ip ospf message-digest-key "1" md5 "cisco" (conf t)# ip ospf authentication message-digest (conf t)# router osfp "AS" (conf t)# area "valor" authentication message-digest

S-ar putea să vă placă și