Module 6 Flashcards
(38 cards)
Routers
can send traffic b/w locally connected networks by default. Reference their (IP routing tables) 2 route traffic
CLI Command (Show IP Route)
!. Shows all known routes
- Directly Connected routes.
- Dynamically learned routes.
- Static Routes.
- Gateway of last resort aka default route.
Static Route
Is a manually configured route in a router. Overrides dynamically learned routes by default. It is not fault tolerant so if the route drops or has a problem the router would not have a fall over (alternate route).
Dynamic Route
the routing protocol that learns where 2 send routed protocols. Allows router 2 dynamically learn & share routes w/ 1 another aka (Autonomous System AS).
Interior Gateway Protocols - IGP
share router information in a single (AS). Uses protocols RIP, IGRP, EIGRP, OSPF, IS-IS.
Exterior Gateway Protocols - EGP
share routing information b/w AS. Uses protocol BGP & EGP=abosulute no longer in use.
Link-State - LS
1/3 categories for routers to learn & share info. Uses the Dijkstra algorithm to find path w/ lowest cost/hops b/w node s(shortest path). Every node builds a graph of the network showing connected nodes & other nodes. Ex protocols OSPF & IS-IS
Distance-Vector - DV
2/3 categories for routers. It calculates the distance & direction (vector) 2 a network. Uses algorithms as Bellman-Ford & DUAL (cisco proprietary). Ex. protocols RIP, IGRP, EIGRP, & BGP.
Routing Information Protocol - (RIP)
is one of the oldest D-V routing protocols which employs the hop count as a routing metric. RIP prevents routing loops by implementing a limit on the number of hops allowed in a path from source to destination (15 hops) 16+ = infinity. RIPv1 no longer used. is classful. RIPv2 classless in use can route to all class & subnetted class.
Interior Gateway Routing Protocol -(IGRP)
is a D-V IGP developed by Cisco. It is used by routers to exchange routing data within an AS. Created in part to overcome the limitations of RIP when used within large networks.No longer used.
Enhanced Interior Gateway Routing Protocol - (EIGRP)
is an advanced D-V routing protocol that is used on a computer network for automating routing decisions and configuration. An IGP, uses DUAL, simple 2 configure & loop-free, rapid convergence, & has primary & secondary route respectively.
Border Gateway Protocol - (BGP)
is a standardized EGP designed to exchange routing and reachability information between (AS) on the Internet. Classified as a path vector/ D-V routing protocol. eBGP (outside AS) & iBGP (inside AS), neighbors are called BGP peers.
Open Shortest Path First - OSPF
is one of the families of IP Routing protocols, and an (IGP) for the Internet, used to distribute IP routing information throughout a single (AS) in an IP network. It is L-S, uses the Dykstra algorithm, has hierarchical “areas”, area 0 = backbone.
Intermediate System 2 Intermediate System - IS-IS
is one of the families of IP Routing protocols, and is an (IGP) for the Internet, used to distribute IP routing information throughout a single (AS) in an IP network. It accomplishes this by determining the best route for data through a Packet switching network.
Update Timer
30s timer to send RIP table update
Invalid Timer
invalidates(removes) a router after no updates for 180s.
Hold Down Timer
delays route installation by 180s after invalidation. Also prevents loop.
Flush Timer
a route is removed after 240s from the last update route.
Routing Loops
an invalid router that causes traffic 2 be sent back in the same direction it was received causing a loop (∞). Causes are slow routing protocols, old protocols (EGP), reverse route advertisement ( router send update list 2 each other), & static route ( if route point 2 each other).
Split horizon - Loop Prevention
makes router not advertise back 2 the route it received updated routing table.
Route Poisoning - Loop Prevention
advertise 2 networks that a route has infinite metric & it poison ( blocks) it.
Poison Reverse - Loop Prevention
advertise 2 networks of a route poisoning by neighbors.
Administrative Distance - AD
a #used 2 rank directly connected routes, Static routes, & dynamic routes from most desirable (0) to least desirable (255). If multiple routes exist in a specific destination lowest AD # will be chosen.
Hop Redundancy
failover redundancy 4 network gateways aka a 2nd default gateway 4 a LAN). Supported on routers & L3 switches, only 1 router is the active gateway. Uses protocols HSRP, VRRP, GLBP, & CARP.