Shared Flashcard Set

Details

CCNA 640-802 Ch.7
EIGRP & OSPF
64
Computer Networking
Professional
12/18/2012

Additional Computer Networking Flashcards

 


 

Cards

Term
What three Conditions must be met for EIGRP to establish a neighbor?
Definition
Hello or ACK recieved.
AS numbers match
Identical K values
Term
When is the only time EIGRP advertises it's entire table?
Definition
When it discovers a new neighbor.
Term
What is an EIGRGP Topolgy table?
Definition
It's where the entire neighbor routing table it stored in cache.
Term
What is Feasible Distance?
Definition
The best path to a remote network . This is the route that you will find in the routing table.
Term
How is the Feasible Distance Calculated?
Definition
Administrative distance + the metric the neighbor router reported. Displayed as the first number in brackets in the routing table
Term
What is Advertised Distance?
Definition
Displayed as the second number in brackets in the routing table. It is the metric of the remote network.
Term
What is a feasible Successor?
Definition
Considered as a backup route to a network. To be considered as a FS it must have a reported distance less that the FD.
Term
What is a successor?
Definition
The best route to a remote network. Stored in the routing table.
Term
What is RTP (Reliable Transport Protocol)?
Definition
Used in EIGRP to manage communication between routers
Term
What is reliable multicast?
Definition
If a router does not get a reply from a neighbor through a multicast address of 224.0.0.10 it will send a unicast request up to 16 times before the route is considered dead.
Term
What is DUAL used for?
Definition
Used be EIGRP to select and maintain the best path to a network.
Term
What command must be issued in order for EIGRP to support discontigous networks?
Definition
no auto summary.
Term
What does EIGRP use to determine the best path?
Definition
Bandwidth and Delay. It can also use Load Reliability and MTU
Term
By default, how many paths can EIGRP load balance across?
Definition
4
Term
What is the command used to change how many lines EIGRP can load balance across?
Definition
router(config)#router eigrp 10
router(config-router)#maximum-paths <1-6>
Term
By default, what is the maximum number of hops for EIGRP?
Definition
100
Term
What is the command used to change the maximum hops value in EIGRP?
Definition
router(config-router)#metric maximum-hops <1-255>
Term
What is the command used to show all the EIGRP neighbors
Definition
show eigrp neighbors
Term
what is the command to show the topology table?
Definition
show eigrp topology
Term
What does H represent in the routing table?
Definition
The order in which the route was received
Term
What does the uptime indicate in the routing table?
Definition
how long the neighborship has been established
Term
What does the SRTT indicate in the routing table?
Definition
Smooth Round Trip Timer, how long it takes to go to this network and back. A router should recieve a mulitcast response by this time...if not it sends a unicast address
Term
What does RTO indicate in the routing table?
Definition
Retransmission timeout, Amount of time that EIGRP waits before retransmitting a packet.
Term
What does P represent in the routing table?
Definition
A route is in passive mode. This is good, it means the route is reachable.
Term
What does A represent in the routing table?
Definition
A route in active means that it is not reachable and the router is searching for it.
Term
Which table shows the Successor and Feasibe Successors?
Definition
Topology table
Term
How is the variance command used within EIGRP?
Definition
Allows you to change what EIGRP Load balances across. Default value is one. If the value was set to 2 it would load balance across all link that is within two times the successor route.
Term
How often is a multicast packet sent out in EIGRP
Definition
Every 5 secs.
Term
What kind of protocol is OSPF?
Definition
Link State
Term
What is a backbone router?
Definition
A router in area 0
Term
What is an Area Border Router?
Definition
A router that borders area 0 and another router
Term
What is a router ID used in OSPF?
Definition
Is an IP Address used to identify the router. The ID is the highest used Lo0 ip address. If no Lo0 interface is configured, it uses the highest of physical interfaces.
Term
How are Hello Packets used in OSPF?
Definition
Hello Packets and LSA's build and maintain the topology table
Term
What addresses is used in OSPF for Hello Packets?
Definition
224.0.0.5
Term
What is the Neighbor Database in OSPF?
Definition
A list of all the OSPF routers that have received a hello packet. Includes information like Router ID and state.
Term
What is the Topology Database in OSPF?
Definition
Contains information received from LSA's for an area. This is used to perform Dikstra to determine the best path to a route.
Term
What is an LSA?
Definition
Link State Advertisement. Data packet that contains routing information. OSPF Router only shares LSA with routers it has formed an adjacency with.
Term
What is a Designated Router?
Definition
Elected whenever OSPF routers are connected to the same mulitcast network.All routers will form an adjacency with a DR.
Term
How is a designated Router elected?
Definition
Router with the highest priority.
Term
What is a Backup Designated Router?
Definition
A standby router for the DR
Term
What is a type of a multicast netowrk?
Definition
Ethernet LAN
Term
What is a type of non broadcast multi-access? (NBMA)
Definition
Frame Relay, X.25, & ATM.
Term
What is a Point to Point Network?
Definition
Direct connection between two routers.Eliminates the need for DR and BDR.
Term
What is a Point to Multipoint Network?
Definition
A series of connectios between a single interface on one router and multiple destination routers.
Term
How does OSPF Calculate a route?
Definition
Cost which consists of every outgoing interface added together.
Term
What command enables OSPF?
Definition
router ospf <1-65535>
Term
What does the sh ip ospf command show?
Definition
Information about OSPF processes running including Router ID's, LSA's, processes, ETC.
Term
What does the sh ip ospf database command show?
Definition
The number or routers within all the Area's.
Term
What must OPSF routers agree on to become neighbors?
Definition
Area ID, Authentication, Hello and Dead Intervals
Term
What is a way to prevent a Router from being a DR or BDR?
Definition
int fa0/1
ip ospf priority <0-255>
Term
Summarize the following
23.1.2.128/29
23.1.2.136/30
23.1.2.140/30
23.1.2.144/30
23.1.2.148/30
Definition
.128 1000 0000
.136 1000 1000
.140 1000 1100
.144 1001 0000
.148 1001 0100

Answer 23.1.2.128/27. First three bits are common. 24 + 3 = 27
Term
What is the command to summarize the following address using EIGRP in AS 10?
192.168.10.64/27
Definition
router(config-router)# no auto-summary
router(config)#int fa0
router(config-interface)#ip summary-address eigrp 10 192.168.10.64 255.255.255.224
Term
What is the command to summarize the following address using OSPF in Area 1?
192.168.10.64/27
Definition
router(config-router)#area 1 range 192.168.10.64 255.255.255.224
Term
Where are summary routes configured for EIGRP?
Definition
On an ethernet interface
Term
Where are summary routes configured for OSPF
Definition
Within OSPF global configs.
Term
What four routed protocols are supported by eigrp
Definition
IP, IPX, Appletalk, IPv6
Term
When is redistribution required for EIGRP
Definition
When there is more than one EIGRP session
Term
What type of EIGRP interface will neither send or receive Hello packets
Definition
Passive interface.
Term
Which EIGRP information is stored in RAM and maintained through the use of Hello and update packets?
Definition
Neighbor Table, Topology Table.
Term
Where are EIGRP successor routes stored?
Definition
In the routing table and topology table
Term
Which command will display all the EIGRP FS routes known to a router?
Definition
show ip eigrp topology
Term
Which of the following network types have a designated router and a backup router assigned?
Definition
Broadcast, NBMA
Term
With which network type will OSPF establish router adjaciencies but not perform the DR/BDR election process
Definition
Point-to-point
Term
If routers in a single area are configured with the same priorit value, what value does a router use for the OSPF Router ID
Definition
The highest IP Address of any physical interface.
Supporting users have an ad free experience!