Term
| How ofter does OSPF send out routing updates to all its neighbors? |
|
Definition
|
OSPF (and other link-state routing protocols) generate routing updates only when a change occurs in the network topology.
|
|
|
Term
| What are 3 different tables that are maintained by OSPF? |
|
Definition
|
- OSPF neighbor table (or adjacency database) - OSPF topology table ( or topology database) - Routing table ( or forwarding database)
|
|
|
Term
| What are the 2 different types of areas used in an OSPF heirarchy? |
|
Definition
|
- Transit area - An area whose primary function is to connect other areas to each other. Generally, end used are not found on a transit area. Area 0 is by definition a transit area - Regular area - An area that connects end users and resources. Regular areas normally do not allow traffic from other areas to use its links to reach other areas.
|
|
|
Term
| For OSPF, what is the befault behavior for calculating the cost of an interface? |
|
Definition
|
The default behavior is that the interface cost is calculated based on its configured bandwidth; the higher the bandwidth, the lower the cost.
|
|
|
Term
| How is the default cost for an OSPF interface calculated? |
|
Definition
|
100Mbps/(bandwidth in Mbps)
|
|
|
Term
| What is the default aging timer for each LSA entry? |
|
Definition
|
The default value for OSPF is 30 minutes.
|
|
|
Term
| What does an OSPF router do when an LSA timer has expired for a specific neighbor? |
|
Definition
|
The router that originated the entry sends the LSA, with a higher sequence number, in a link-state update (LSU), to verify that the link is still active.
|
|
|
Term
| What are the different types of OSPF packets? |
|
Definition
|
- Type 1 = Hello - Type 2 = Database description (DBD) - Type 3 = Link-state request (LSR) - Type 4 = Link-state update (LSU) - Type 5 = LSAck
|
|
|
Term
| Describe a type 1 OSPF packet. |
|
Definition
|
A type 1 OSPF packet is a hello packet. They are used to discover neighbors and build adjancencies between them.
|
|
|
Term
| Describe a type 2 OSPF packet. |
|
Definition
|
A type 2 OSPF packet is a database description packet. They are used to check database synchronization between routers.
|
|
|
Term
| Describe a type 3 OSPF packet. |
|
Definition
|
A type 3 OSPF packet is a link-state request (LSR) packet. They are used to request specific link-state records from another router.
|
|
|
Term
| Describe a type 4 OSPF packet. |
|
Definition
|
A type 4 OSPF packet is a link-state update. They are used to send specifically requested link-state records.
|
|
|
Term
| Describe type 5 OSPF packets. |
|
Definition
|
A type 5 OSPF packet is an LSAck. They are used to acknownledge the other packet types.
|
|
|
Term
| How does a router know that it has formed a neighbor adjacency with another router? |
|
Definition
|
Bidirectional communication occurs when a router sees itself listed in the hello packet received from the neighbor.
|
|
|
Term
| What are the default hello and dead intervals on an OSPF router? |
|
Definition
|
The hello interval is 15 seconds on a multiaccess network. The dead interval is 4 times the hello interval by default.
|
|
|
Term
| What are the 2 multicast addresses used by OSPF? |
|
Definition
|
- 224.0.0.5 goes to all OSPF routers - 224.0.0.6 goes to the DR and BDR
|
|
|
Term
| How often are summaries of individual link-state entries sent to ensure LSDB synchronization? |
|
Definition
|
|
Term
| What is the maximum age of each link-state entry in the LSDB? |
|
Definition
|
|
Term
| What command specifies the network or interface that will be involved inthe OSPF process? |
|
Definition
|
network ip-address wildcard-mask area area-id
|
|
|
Term
| What command directly enabled OSPF on a particular interface? |
|
Definition
|
ip ospf process-id area area-id [secondary none]
|
|
|
Term
| What command will display the OSPF routes known on a router? |
|
Definition
|
|
Term
| What command displays a detailed list of OSPF neighbors? |
|
Definition
|
show ip ospf neighbors [type-number] [neighbor-id] [detail]
|
|
|
Term
| What command displays OSPF-related events, such as adjancencies, flooding information, DR selection, and SPF calculations? |
|
Definition
|
|
Term
| What command tracks adjancencies as they go up and down? |
|
Definition
|
|
Term
| What does the drother entry mean in the output of a show ip ospf neighbor command? |
|
Definition
|
The drother entry means that a router other than this neighboring router is the designated router.
|
|
|
Term
| On what types of interfaces are DR and BDR used? |
|
Definition
|
DR and BDR are used only on multiaccess interfaces. They are not used on point-to-point interfaces.
|
|
|
Term
| How is the router ID chosen on an router using OSPF? |
|
Definition
|
The highest IP address of any active physical interface when OSPF starts is chosen as the router ID. The interface does not have to be part of the OSPF process, but it has to be up.
|
|
|
Term
| What happens when OSPF is enabled on a router without an "up" interface? |
|
Definition
|
The router will generate an error indicating that the OSPF process could not start.
|
|
|
Term
| How do loopback interfaces play a role in choosing a router ID for a router? |
|
Definition
|
If a loopback interface exist, its IP address will always be preferred as the router ID instead of a physical interface, because a loopback interface never goes down.
|
|
|
Term
| What command can be used to manually configure the router ID on a router running OSPF? |
|
Definition
|
|