Info
Un dispositivo ubicado dentro de la capa 3 del Modelo OSI, Dispositivo principal de la capa anterior es un Switch Cada interfaz puede conectar un tipo de red (Gigabit, FastEthernet, HWIC, Seriales, DSL o cable)
Troubleshooting
Enfoques: Seguimiento de Ruta - Divide y Venceras - Comparacion
- Direccionamiento IPv4 - IPv6 y Enrutamiento Inter-Vlan
- Problemas: IP / Mascara / Gateway Incorrecto, Conflicto de IPs
- Configuracion IP y Sub-interfaces VLAN
sh ip int br
: IPv4 asignado a una interfazsh ipv6 int br
: IPv6 asignado a una interfazsh run int [int S/S/P]
: Ver configuracion de la interfaz
- Conflictos IP
show arp
: Ver tabla ARP IPv4, mac virtual vrrpshow ipv6 neighbor
- Ver Rutas
sh ip route
: Rutas hacia el gateway VLANsh ipv6 route
sh ip cef
: Forwarding de paquetes IPv4sh ipv6 cef
: Forwarding de Paquetes IPv6
- Conectividad Basica
ping [ip-address]
traceroute [ip-address] numeric
: Ver los saltos hasta el destino
- Configuracion IP y Sub-interfaces VLAN
- Problemas: Virtual-IP / Prioridades / Preempt Incorrectos
- Valores en interfaz
sh run int [int S/S/P.V]
- Estado HSRP
sh standby
sh standby brief
- Estado VRRP
sh vrrp
sh vrrp brief
- Valores en interfaz
- Problemas: IP-Network / Mascara / Gateway Incorrecto, IP Excluidas, No IP-Helper
- Pools DHCP
sh ip dhcp pool
sh ip dhcp pool [pool-name]
- IP Asignadas
sh ip dhcp binding
- Pool IP Excluidas
sh run | inc excluded-address
- Configuracion IP-Helper
sh run int [int S/S/P.V]
: Asegurate verip helper-address
en la interfaz correcta
- DHCP Snooping
show ip dhcp snooping
- ACL bloqueando DHCP
show access-lists
: Ver que no este bloqueando el funcionamiento a DHCP
- Pools DHCP
-
Protocolos IGP
- Problemas: R-ID / Pasivas / Network / Neighbor / Area / Tipo Area / Temporizadores (int) / Autenticacion (int) Incorrectas
- Ver Detalles configuracion (R-ID, A-ID, Pasivas, Estado, etc.)
sh ip protocol
show ip ospf
sh run | s router ospf
- Vecinos OSPF
sh ip ospf neighbor
sh ipv6 ospf neighbor
- Estado Interfaces OSPF y su autenticacion
sh ip ospf int brief
sh ipv6 ospf int brief
sh ip ospf int
sh ipv6 ospf int
- Temporizadores
sh ip ospf int [int S/S/P]
sh ip ospf int [int S/S/P] | s Timer
- ACL Bloqueando red Broadcast (224.0.0.5)
sh access-lists
- Verificar MTU Correcta (compara)
-
show int [int S/S/P]
-
show ip ospf int [int S/S/P]
-
- Ver Detalles configuracion (R-ID, A-ID, Pasivas, Estado, etc.)
- Problemas: Valores K / Pasivas / Network / AS / Temporizadores (int) / Autenticacion (int)
- Configuracion EIGRP
sh ip protocols
sh ip protocols | inc K
sh ip eigrp interfaces
sh ip eigrp interfaces detail
sh run | s router eigrp
- Autenticacion
sh key chain
sh ip eigrp interfaces detail [int S/S/P]
- ACL Bloqueando Red Broadcast (224.0.0.10)
sh access-lists
: Lista las ACLsh ip int [int S/S/P]
: Ver si esta aplicada
- Temporizadores: Pueden variar, pero debe respetar la formula ""
sh ip eigrp interfaces detail
sh ip eigrp interfaces detail | inc Hello
- Configuracion EIGRP
- Problemas: R-ID / Pasivas / Network / Neighbor / Area / Tipo Area / Temporizadores (int) / Autenticacion (int) Incorrectas
-
Tecnicas Filtrado Paquetes (ACL / Prefix-List)
- Problemas: Reglas Trafico mal configurado (Permit / Deny) / Wildcard incorrecta
- ACL
sh access-lists
: Ver Conficiones “Permit / Deny”, “Wildcard” usados correctamente, revisar conteo de paquetes filtradossh access-lists [acl-number or acl-name]
- Aplicacion de ACL en interfaz
sh ip int [int S/S/P]
: Indica si hay ACL “IN / OUT” aplicada en la interfaz
- Prefix-list
sh ip prefix-list
- ACL
- Problemas: Rutas / Aplicion Incorrectas
- Route-Map
sh route-map
: Lista todas las listassh route-map [map-name]
: Detalles en especifico, verificar valores “match” y “set”
- Aplicacion de Route-Map
sh ip protocols
sh run | s router
: Revisa donde se aplico el route-map
- PBR
sh ip policy
: PBR configurados globalmentesh run int [int S/S/P]
: PBR aplicado por interfaz
- Route-Map
- Problemas: Tunel Apagado, No hay conectividad en el tunel
- Estado del tunel
sh int tunnel [tunnel-number]
:
- Ver rutas al destino
sh ip route
- Ver detalles configuracion del tunel
sh tun int tunnel [tunnel-number]
- Estado del tunel
- Problemas: Nombre / Metricas / Filtrado / Route-Map / Rutas incorrectas
- Ver detalles de configuracion
sh run | inc redistribute
- Ver rutas redistribuidas
sh ip route
sh ip route [protocol]
- Ver detalles de configuracion
- Problemas: Filtrado / Parametros / Pool / Overload Incorrecto
- Ver traducciones
sh ip nat translations
- Ver estadisticas
sh ip nat statistics
- Ver detalles configuracion
sh run | s ip nat
- Ver interfaces Inside/Outside
sh run int [int S/S/P]
- Ver traducciones
- Problemas: AS / Neighbor / Network / AF / IP NHS (iBGP) Incorrecto
- Recuerda configurar Activate para los vecinos IPv6
- Ver estado vecinos
sh ip bgp
: Ver tabla BGP Internash ip bgp summary
: Ver tabla BGP Interna Resumidashow bgp ipv6 unicast summary
- Verificar detalles de vecinos
sh ip bgp neighbors
- Ver detalles configuracion
sh run | s router bgp
: Verifica si el vecino tiene AS bien configurado
- Ver estado vecinos
- Configurar Mejoras Solicitadas Comunes
- Temporizadores Protocolos “Hello / Dead” por interfaz
- OSPF:
ip ospf hello-interval [sec]
ip ospf dead-interval [sec]
- EIGRP:
ip hello-interval eigrp [AS-Number] [sec]
ip hold-time eigrp [AS-Number] [sec]
- OSPF:
- Sumarizacion de Redes por interfaz de reenvio
- OSPF
- ABR
area [area-id] range [ip-network] [dec-mask]
- ABR No-advertise (Filtra LSA tipo 3)
area [area-id] range [ip-network] [dec-mask] not-advertise
- ASBR
summary-address [ip-network] [dec-mask]
- ABR
- EIGRP
ip summary-address eigrp [AS-Number] [ip-network] [dec-mask]
- OSPF
- Area STUB
- OSPF: Toda el area
area [area-id] stub
- EIGRP: Router Final
eigrp stub
- OSPF: Toda el area