Você está na página 1de 3

Show ip route

Show running-config
Show startup-config
Show interfaces
Show ip interface brief
R1(config)#ip route 172.16.2.0 255.255.255.0 s0/0/0
Router(config)# ip route direccin_red mscara_subred {direccin ip | interfaz de salida}
Router(config)#ip route 0.0.0.0 0.0.0.0 [interfaz de salida |direccin ip]
Show cdp neighbors detail: recopila informacin de configuracin de los vecinos conectados
directamente
R1(config)#router eigrp 1 nro ID Proceso (AS)
R1(config-router)#network 192.168.10.8 0.0.0.3 mascara wildcard
EIGRP
Verificacin
1. show ip protocols
2. show ip eigrp neighbors
3. show ip eigrp topology
4. Show ip eigrp topology 192.168.1.0
5. Show ip eigrp topology all-link
6. show ip interface brief
7. show ip route
8. Show interfaces (ver mtricas)
Router(config-router)#metric weights tos k1 k2 k3 k4 k5
R1(config-if)#ip summary-address eigrp 1 192.168.0.0 255.255.252.0
Autenticacin EIGRP
R1(config)# key chain EIGRP_KEY
R1(config-keychain)# Key 1
R1(config-keychain-key)# Key string CISCO
R1(config-keychain-key)# exit
R1(config)# interface S0/0/0
R1(config-if)# ip authentication mode eigrp 1 md5
R1(config-if)# ip authentication key-chain eigrp 1 EIGRP_KEY
OSPF
Autenticacion
R1(config)#router ospf 1
R1(config-router)#area0 authenticacin message-digest
R1(config)#interface serial 0/0
R1(config-if)#ip ospf message-digest-key 1 md5 cisco123
R2(config)# ip ospf message-digest-key 1 md5 cisco123
R1(config)#router ospf 1
R1(config-router)# network 172.16.1.16 0.0.0.15 area0
ID del router
R1(config)#router ospf 1
R1(config-router)#router-id 10.2.2.2
R1# clear ip ospf process (actualiza el ID de router si se modifica)
Comandos utilizados para verificar proceso OSPF:
Show IP protocols
Show ip ospf
Show ip ospf interface
Show ip ospf neighbors
Show ip route
R1(config-router)#auto-cost reference-bandwidth
R1(config-if)#bandwidth ancho de banda [kbp]
R1(config-if)#ip ospf cost 1.562
Configuracin de OSPF
Redistribucin de una ruta OSPF por defecto
La topologa incluye un enlace al ISP, el Router conectado al ISP
R1(config)#ip route 0.0.0.0 0.0.0.0 serial 0/0/1
R1(config-router)#default-information originate
Cambio de los valores de referencia de Ancho de Banda
(las velocidades de enlace son cada vez mayores)
R1(config-router)#auto-cost reference-bandwidth 1000 [Mbps]
Modificacin de los temporizadores OSPF
R1(config-if)#ip ospf hello-interval [seg]
R1(config-if)#ip ospf dead-interval [seg]

Você também pode gostar