Which two of the following commands will place network 10.2.3.0/24 into area 0?
1.router eigrp 10
2.router ospf 10
3.network 10.0.0.0
4.network 10.2.3.0 0.0.0.255 area0
5.network 10.2.3.0 0.0.0.255 area 0
Answer: D
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.
Enter details here
Where are EIGRP successor routes stored?
Answer: D
Successor routes are going to be in the routing table since they are the best path to a remote network. However, the topology table has a link to each and every network, so the best answer is topology table and routing table. Any secondary route to a remote network is considered a feasible successor, and those routes are only found in the topology table and used as backup routes in case of primary route failure.
Enter details here
Which of the following are true regarding OSPF areas?
1.You must have separate loopback interfaces configured in each area.
2.The numbers you can assign an area go up to 65,535.
3.The backbone area is also called area 0.
4.If your design is hierarchical, then you don't need multiple areas.
5.All areas must connect to area 0.
Answer: D
Loopback interfaces are created on a router, and the highest IP address on a loopback (logical) interface becomes the RID of the router but has nothing to do with areas and is optional, so (1) is wrong. The numbers you can create an area with are from 0 to 4,294,967,295 option (2) is wrong. The backbone area is called area 0, so option (3) is correct. All areas must connect to area 0, so option (5) is correct. If you have only one area, it must be called area 0. This leaves option (4), which must be correct; it doesn't make much sense, but it is the best answer.
Enter details here
Which of the following describe the process identifier that is used to run OSPF on a router?
1.It is locally significant.
2.It is globally significant.
3.It is needed to identify a unique instance of an OSPF database.
4.It is an optional parameter required only if multiple OSPF processes are running on the router.
Answer: B
The Process ID for OSPF on a router is only locally significant and you can use the same number on each router, or each router can have a different number-it just doesn't matter. The numbers you can use are from 1 to 65,535. Don't get this confused with area numbers, which can be from 0 to 4.2 billion.
Enter details here
With which network type will OSPF establish router adjacencies but not perform the DR/BDR election process?
Answer: A
No DR is assigned on any type of point-to-point link. No DR/BDR is assigned on the NBMA point-to-multipoint due to the hub/spoke topology. DR and BDR are elected on broadcast and non-broadcast multi-access networks. Frame Relay is a non-broadcast multi-access (NBMA) network by default.
Enter details here
What are reasons for creating OSPF in a hierarchical design?
1.To decrease routing overhead
2.To speed up convergence
3.To confine network instability to single areas of the network
4.To make configuring OSPF easier
Answer: A
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.
Enter details here
Which is true regarding EIGRP successor routes?
1.A successor route is used by EIGRP to forward traffic to a destination.
2.Successor routes are saved in the topology table to be used if the primary route fails.
3.Successor routes are flagged as "active" in the routing table.
4.A successor route may be backed up by a feasible successor route.
5.Successor routes are stored in the neighbor table following the discovery process.
Answer: C
Successor routes are the routes picked from the topology table as the best route to a remote network, so these are the routes that IP uses in the routing table to forward traffic to a remote destination. The topology table contains any route that is not as good as the successor route and is considered a feasible successor, or backup route. Remember that all routes are in the topology table, even successor routes.
Enter details here
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: B
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.
Enter details here