Lists I've Memorized Flashcards
What are the 13 BGP Path Attributes?
- Highest weight
- Highest Local pref
- Locally originated over externally originated
- AIGP
- Shortest AS path
- Lowest origin type
- Lowest MED
- eBGP over iBGP
- Lowest IGP next hop cost
- If eBGP then oldest route
- Lowest peer router ID
- Shortest Cluster List
- Lowest neighbor IP address
What are 5 enhancements introduced by DUAL?
- Rapid Convergence
- Sends updates only when there’s a change
- Uses Hellos and forms Neighborships
- Uses bandwidth, delay, reliability, load and MTU
- can Load Balance across equal or un-equal cost links
What are the 5 packet types used by EIGRP when communicating with other routers?
- Hello
- Query
- Request
- Update
- Reply
What are the 5 message types used by OSPF?
- Hello
- DD
- Link State Request (LSR)
- Link State Update (LSU)
- Link State Ack
What are 9 fields in an OSPF Hello packet?
- Router ID
- Authentication options
- Area ID
- Interface mask
- Interface priority
- Hello Interval
- Dead Interval
- DR and BDR IP addresses
- Active neighbors
What are the 8 OSPF neighbor states?
- Down
- Attempt
- Init
- 2-way
- ExStart
- Exchange
- Loading
- Full
What are the 9 requirements for OSPF routers to become neighbors?
- Unique router IDs
- Authentication matches
- Area ID matches
- Area flags match
- Interfaces on a common subnet
- MTUs match
- Hello timer matches
- Dead timer matches
- DR enablement matches
What are 3 OSPF interface costs?
- T1 = 64
- 10 Mbps Ethernet = 10
- 100 Mbps Ethernet and faster = 1
What are the 5 OSPF media types?
- Broadcast
- Non-broadcast
- Point-to-point
- Point-to-multipoint
- Loopback
What are the 6 LSA types called?
- Type 1 - Router LSA
- Type 2 - Network LSA
- Type 3 - Summary LSA
- Type 4 - ASBR Summary LSA
- Type 5 - AS External LSA
- Type 7 - NSSA External LSA
What are 9 ways that OSPFv3 is different from OSPFv2?
- Multiple:
- Address Families
- OSPF instances per interface
- Removed:
- Number of fields in the packet has been reduced
- Address Semantics from OSPF headers
- Authentication removed
- LSAs:
- New LSA types
- LSA Flooding scope is identified
- Router ID - must be manually assigned
- Neighbor adjacencies - handled by link-local addressing
What are the 8 LSA Types in OSPFv3?
- 0x2001 Router
- 0x2002 Network
- 0x2003 InterArea Prefix
- 0x2004 InterArea Router
- 0x4005 AS External
- 0x2007 NSSA
- 0x0008 Link
- 0x2009 IntraArea Prefix
What are the 2 blocks of private AS numbers?
- 64,512 to 65,535
- 4,200,000,000 to 4,294,967,294
What are the 4 BGP message types?
- OPEN - establishes adjacency
- UPDATE - advertises, updates, or withdraws routes
- NOTIFICATION - indicates an error condition to a BGP neighbor
- KEEPALIVE - ensures that the BGP neighbor is still alive
What 5 things are in an OPEN message?
- BGP version number
- Originating router’s ASN
- Hold time
- BGP Router ID
- Other optional parameters for session capabilities
What 4 things have to match in the OPEN Message that is received in the OpenSent State?
- BGP versions must match
- Source IP and ASN must match what has been configured locally
- Router IDs must be unique
- Security Parameters (password and TTL) must be set appropriately
What 3 Path Attributes are set when a Connected Network is added to the Loc-RIB table?
- Next Hop BGP Attribute set to 0.0.0.0
- BGP Origin Attribute set to I (for IGP)
- BGP weight set to 32,768
What 4 Path Attributes are set when a Static Route or a route from a Routing Protocol is added to the Loc-RIB table?
- Next Hop BGP Attribute set to Next Hop int the RIB
- BGP Origin Attribute set to I (for IGP)
- BGP weight set to 32,768
- MED attribute set to the IGP metric
What are the 6 BGP neighbor states?
- Idle
- Connect
- Active
- OpenSent
- OpenConfirm
- Established
Formula to calculate EIGRP metrics
256 * ((107 / least_bandwidth_kbps) + (cumm delay/10))
Formula to calculate EIGRP variance
Feasible successor FD/successor FD and round up
Formula to calculate number of links in a full mesh
n(n-1)/2
What 4 components of Flexible Netflow?
- Flow Records
- Flow Monitors
- Flow Exporters
- Flow Samplers
What are the 5 steps in configuring a Flow Exporter?
- Define the Exporter name
- Set a useful description
- Specify the destination IP to export to
- Specify the flow version
- Specify the UDP port
What are the 5 steps in configuring a Flow Monitor?
- Define the Flow Monitor name
- Set a useful description
- Assign the Flow Record to be used
- Specify a cache timeout of 60 for active connections
- Assign the Exporter to the Monitor