InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How Do We Configure Ospf Routing Protocol? |
|
Answer» router(config)# router ospf 10 router(config-router)# network 12.1.1.0 0.0.0.255 area 0 router(config-router)# network 23.1.0.0 0.0.255.255 area 1 router(config-router)# exit
router(config)# router ospf 10 router(config-router)# network 12.1.1.0 0.0.0.255 area 0 router(config-router)# network 23.1.0.0 0.0.255.255 area 1 router(config-router)# exit |
|
| 2. |
What Are Different Ospf Lsa Types ? |
Answer»
|
|
| 3. |
Tables Maintained By Ospf? |
|
Answer» Router participating in OSPF routing PROTOCOL maintains three OSPF tables:- 1.Neighbor table - Stores information about OSPF neighbors. command to see # sh ip ospf neighbor 2.Topology table - Stores the topology STRUCTURE of a NETWORK. command to see # sh ip ospf topology 3.Routing table - Stores the best routes to all known NETWORKS. command to see # sh ip route ospf Router participating in OSPF routing protocol maintains three OSPF tables:- 1.Neighbor table - Stores information about OSPF neighbors. command to see # sh ip ospf neighbor 2.Topology table - Stores the topology structure of a network. command to see # sh ip ospf topology 3.Routing table - Stores the best routes to all known networks. command to see # sh ip route ospf |
|
| 4. |
What Multicast Address Does Ospf Use? |
|
Answer» OSPF USE the MULTICAST ADDRESS of 224.0.0.5 & 224.0.0.6. OSPF use the multicast address of 224.0.0.5 & 224.0.0.6. |
|
| 5. |
What Is The Default Dead Interval? |
|
Answer» The DEAD INTERVAL is four TIMES the Hello Interval. By default it is 40 SECONDS. The Dead Interval is four times the Hello Interval. By default it is 40 seconds. |
|
| 6. |
What Is The Default Hello Interval? |
|
Answer» The default HELLO Interval for OSPF is 10 SECONDS. The default Hello Interval for OSPF is 10 seconds. |
|
| 7. |
Explain Ospf Timers? |
|
Answer» Hello INTERVAL - This defines how often OSPF router will SEND the hello packet to other OSPF router. Dead interval - This defines how long a router will wait for hello packets before it declares the NEIGHBOR dead. Hello interval - This defines how often OSPF router will send the hello packet to other OSPF router. Dead interval - This defines how long a router will wait for hello packets before it declares the neighbor dead. |
|
| 8. |
What Are The Steps Required To Change Neighborship Into Adjacency? |
Answer»
|
|
| 9. |
Explain Ospf Lsa, Lsu And Lsr? |
|
Answer» The LSAS (Link-State ADVERTISEMENTS) are used by OSPF routers to exchange routing and topology information. When two neighbors decide to exchange routes, they send each other a list of all LSA in their respective topology database. Each router then checks its topology database and sends Link State REQUEST (LSR) message requesting all LSAs that was not FOUND in its topology table. Other router responds with the Link State Update (LSU) that CONTAINS all LSAs requested by the neighbor. The LSAs (Link-State Advertisements) are used by OSPF routers to exchange routing and topology information. When two neighbors decide to exchange routes, they send each other a list of all LSA in their respective topology database. Each router then checks its topology database and sends Link State Request (LSR) message requesting all LSAs that was not found in its topology table. Other router responds with the Link State Update (LSU) that contains all LSAs requested by the neighbor. |
|
| 10. |
Explain The Various Ospf States? |
|
Answer» OSPF routers need to go through several states before establishing a NEIGHBOR relationship:- 1.Down - No Hello packets have been received on the interface. 2.Attempt - In Attempt STATE neighbors must be configured manually. It applies only to nonbroadcast multi-access (NBMA) networks. 3.Init state - Router has received a Hello message from the other OSFP router. 4.2way state - The neighbor has received the Hello message and replied with a Hello message of his own. Bidirectional COMMUNICATION has been established. In Broadcast network DR-BDR election can occur after this point. 5.Exstart state – DR & BDR establish adjacencies with each router in the network. Master-slave election will takes place (Master will send its DBD first). 6.Exchange state – Routing information is exchanged USING DBD (DATABASE Descriptor) packets, Link-State Request (LSR). Link-State Update packets may also be sent. 7.Loading state – LSRs (Link State Requests) are send to neighbors for every network it doesn't know about. The Neighbor replies with the LSUs (Link State Updates) which contain information about requested networks. The requested information have been received, other neighbor goes through the same process 8.Full state - All neighbor routers have the synchronized database and adjacencies has been established. OSPF routers need to go through several states before establishing a neighbor relationship:- 1.Down - No Hello packets have been received on the interface. 2.Attempt - In Attempt state neighbors must be configured manually. It applies only to nonbroadcast multi-access (NBMA) networks. 3.Init state - Router has received a Hello message from the other OSFP router. 4.2way state - The neighbor has received the Hello message and replied with a Hello message of his own. Bidirectional Communication has been established. In Broadcast network DR-BDR election can occur after this point. 5.Exstart state – DR & BDR establish adjacencies with each router in the network. Master-slave election will takes place (Master will send its DBD first). 6.Exchange state – Routing information is exchanged using DBD (Database Descriptor) packets, Link-State Request (LSR). Link-State Update packets may also be sent. 7.Loading state – LSRs (Link State Requests) are send to neighbors for every network it doesn't know about. The Neighbor replies with the LSUs (Link State Updates) which contain information about requested networks. The requested information have been received, other neighbor goes through the same process 8.Full state - All neighbor routers have the synchronized database and adjacencies has been established. |
|
| 11. |
Why Dr And Bdr Are Elected In Ospf? |
|
Answer» All OSPF routers will FORM adjacencies with the DR and BDR. If link-state changes, the update will be sent only to the DR, which then FORWARDS it to all other routers. This greatly reduces the flooding of LSAs therefore CONSERVING the BANDWIDTH. All OSPF routers will form adjacencies with the DR and BDR. If link-state changes, the update will be sent only to the DR, which then forwards it to all other routers. This greatly reduces the flooding of LSAs therefore conserving the bandwidth. |
|
| 12. |
How Ospf Dr & Bdr Is Elected? |
Answer»
Command to change the priority on an interface router(config)# interface fa0/0 router(config-if)# ip ospf priority 100 Command to change the priority on an interface router(config)# interface fa0/0 router(config-if)# ip ospf priority 100 |
|
| 13. |
What Parameters Must Match For Two Routers To Become Neighbors? |
|
Answer» The following parameters must be the same on both routers in order for routers to BECOME NEIGHBORS:- The following parameters must be the same on both routers in order for routers to become neighbors:- |
|
| 14. |
What Is Ospf Router Id? |
|
Answer» Router Id is used to IDENTIFY the Router. Highest IP ADDRESS of the router's LOOPBACK interfaces is chosen as the Router ID, If no loopback is PRESENT than highest IP address of the router's PHYSICAL interfaces will be chosen as Router ID. Router Id is used to identify the Router. Highest IP address of the router's loopback interfaces is chosen as the Router ID, If no loopback is present than highest IP address of the router's physical interfaces will be chosen as Router ID. |
|
| 15. |
What Is Autonomous System Border Router (asbr)? |
|
Answer» It is the ROUTER that CONNECTS DIFFERENT AUTONOMOUS SYSTEMS. It is the Router that connects different Autonomous Systems. |
|
| 16. |
Explain Area Border Router(abr)? |
|
Answer» It is the router that connects other areas to the backbone AREA WITHIN an autonomous SYSTEM. ABR can have its interfaces in more than ONE area. It is the router that connects other areas to the backbone area within an autonomous system. ABR can have its interfaces in more than one area. |
|
| 17. |
What Is Backbone Area? |
|
Answer» While configuring multi-AREA OSPF, one area must be CALLED area 0, REFERRED to as BACKBONE area. All other areas must connect to backbone area as inter-area traffic is send through the backbone area. While configuring multi-area OSPF, one area must be called area 0, referred to as backbone area. All other areas must connect to backbone area as inter-area traffic is send through the backbone area. |
|
| 18. |
What Is The Benefit Of Dividing The Entire Network Into Areas? |
|
Answer» The following are benefits of dividing the entire NETWORK into AREAS -
The following are benefits of dividing the entire network into areas - |
|
| 19. |
What Is The Need For Dividing The Autonomous System Into Various Areas? |
|
Answer» we would DIVIDE the autonomous system into VARIOUS AREAS to keep route updates to a minimum to conserve RESOURCES and to keep problems from propagating throughout the NETWORK. we would divide the autonomous system into various areas to keep route updates to a minimum to conserve resources and to keep problems from propagating throughout the network. |
|
| 20. |
Mention Some Characteristics Of Ospf? |
Answer»
|
|
| 21. |
What Is Ospf Routing Protocol? |
|
Answer» OPEN shortest path first is an Open Standard LINK STATE routing protocol which works by using Dijkastra algorithm to INITIALLY construct the shortest PATHS and follows that by populating the routing table with resulting best paths. Open shortest path first is an Open Standard Link State routing protocol which works by using Dijkastra algorithm to initially construct the shortest paths and follows that by populating the routing table with resulting best paths. |
|