Networking - EIGRP and OSPF
Exercise : EIGRP and OSPF - EIGRP and OSPF
- EIGRP and OSPF - EIGRP and OSPF
11.
What are reasons for creating OSPF in a hierarchical design?
- To decrease routing overhead
- To speed up convergence
- To confine network instability to single areas of the network
- To make configuring OSPF easier
Answer: Option
Explanation:
OSPF is created in a hierarchical design, not a flat design like RIP. This decreases routing overhead, speeds up convergence, and confines network instability to a single area of the network.
12.
Which two of the following commands will place network 10.2.3.0/24 into area 0?
- router eigrp 10
- router ospf 10
- network 10.0.0.0
- network 10.2.3.0 0.0.0.255 area0
- network 10.2.3.0 0.0.0.255 area 0
Answer: Option
Explanation:
To enable OSPF, you must first start OSPF using a Process ID. The number is irrelevant; just choose a number from 1 to 65,535 and you're good to go. After you start the OSPF process, you must configure any network that you want advertised via OSPF using wildcards and the area command. Statement (4) is wrong because there must be a space after the parameter area and before you list the area number.
13.
If routers in a single area are configured with the same priority value, what value does a router use for the OSPF Router ID in the absence of a loopback interface?
Answer: Option
Explanation:
At the moment of OSPF process startup, the highest IP address on any active interface will be the Router ID (RID) of the router. If you have a loopback interface configured (logical interface), then that will override the interface IP address and become the RID of the router automatically.
14.
Which of the following protocols support VLSM, summarization, and discontiguous networking?
- RIPv1
- IGRP
- EIGRP
- OSPF
- BGP
- RIPv2
Answer: Option
Explanation:
RIPv1 and IGRP are true distance-vector routing protocols and can't do much, really-except build and maintain routing tables and use a lot of bandwidth! RIPv2, EIGRP, and OSPF build and maintain routing tables, but they also provide classless routing, which allows for VLSM, summarization, and discontiguous networking.
15.
You get a call from a network administrator who tells you that he typed the following into his router:
Router(config)#router ospf 1
Router(config-router)#network 10.0.0.0 255.0.0.0 area 0
He tells you he still can't see any routes in the routing table. What configuration error did the administrator make?Answer: Option
Explanation:
The administrator typed in the wrong wildcard mask configuration. The wildcard should have been 0.0.0.255.
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers