Module 7 - Implementing OSPF Flashcards

1
Q

OSPF Process ID

What is it? why is it important?

A

router ospf 1 - creates the OSPF process on a router.

The process ID for OSPF is locally significant, generally you’d only have 1 processs of OSPF running on a router, however if there is a company merger or MPLS configuration needed then more than one process can be configured.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

OSPF Router-ID

A

#router ospf 1

router-id 10.10.10.1

The router id is a 32 bit value but is not an IP address. is recommended to have this set as a created loopback address. This is so that diagnostic/monitoring information can be done directly from the loopback. The router-id is important as it is used when exchanging LSA’s.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

OSPF

Routing Protocol

What type of routing protocol is it? what is the Admin distance of this protocol?

A

OSPF is a link state routing protocol. Is is an open standard as opposed to EIGRP. It was developed by multiple vendors.

It is used to provide fast convergence in large networks an is hierachical in nature.

It makes use of an Autonomous System, which is a network under the control of a single administrative owner/company.

AS and Areas (backbone ‘Area 0’ or multi area) are the foundation of OSPF.

Multi-area OSPF is used to provide failure domains and improve network efficiency by minimising the size of the Link state database.

OSPF has an Administrative distance of 110. Making this more preferred than what it was designed to replace in RIP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

OSPF Defined

A

It’s a ‘link-state’ routing protocol, designed to be more efficient than RIP. RIP was limited to an hop count of 15, anything beyond 15 hops was considered unreachable. It didn’t scale well for large networks. RIP was also classful adveritsing Class A,B,C networks.

OSPF is a VLSM Classless routing protocol. It’s 2 - tier hierachical, it makes use of an Autonomous System and an Area.

It calculates paths using the Dijktra Algorithm, using link speed to calaculate the best path. The best bandwidth = lowest cost = fastest path.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

OSPF Continued

A

OSPF can be single area or multi-area, multi-area designs make use of contigous networks, they reduce the propagation of link state advertisements also.

LSA’s advertise link state changes and advertise networks. They are sent immediatley upon a state change. By default is no LSA is received then one is sent every 30 minutes by default from neighboring routers.

LSA’s are pieced together to form an OSPF Routers ‘Link State Database’ LSDB, the lsdb is responsible for providing a router with a full picture of a topology.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following statements is correct concerning Autonomous Systems in OSPF?

  1. An AS consists of a collection of networks under a separate administration that share a common routing strategy. An AS, which is sometimes called a domain, can be logically subdivided into multiple areas.
  2. An AS consists of a collection of networks under a common administration that share a common routing strategy. An AS, which is sometimes called a domain, can be logically subdivided into multiple areas.
  3. An AS consists of a collection of networks under a common administration that share a common routing strategy. An AS, which is sometimes called an area, can be logically subdivided into multiple AS systems.
  4. An AS consists of a collection of networks under a common administration that share a common routing strategy. An AS, which is sometimes called an ASBR, can be logically subdivided into multiple backbone areas.
A

Answer

An AS consists of a collection of networks under a common administration that share a common routing strategy. An AS, which is sometimes called a domain, can be logically subdivided into multiple areas.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the correct order for how the router-id is selected?

  1. Manually configured
  2. Highest IP address of an active loopback interface.
  3. Highest IP address of an active physical interface.
A

A.

Manually configured

Desginate the router-id directly within the ospf process to ensure that the router-id is set. Best practice to set to a loopback address. Router-ID must be unique.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which three parameters must match between OSPF neighbors for an adjacency to form? (Choose three.)

  1. Router ID
  2. Hello/Dead Interval
  3. Area ID
  4. Router Priority
  5. DR IP Address
  6. BDR IP Address
  7. Authentication data
A

The answer is Hello/Dead Interval, Area ID and Authentication Data must match within an Hello packet. If they do not then neighbor adjacency will no form.

Also if the stub flag is set these also must match.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

OSPF Neighbor Adjacency

This is required before database information can be exchanged. It relies on 3 things that must match within the Hello Packet, these are…

A

Hello/Dead timers, Area ID and Authentication data.

The hello packet is advertised out every 10 seconds to neighbors by default. The dead interval is set to 4 times the hello interval, by default this is 40 seconds. A link is considered down once this timer expires.

Authentication information within OSPF although not required to be set is recommended.

MTU size must also match otherwise database information will not be exchanged.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

OSPF Hello Packet

Contains 8 pieces of information that are advertised out.

Sent Every 10 seconds by default and sent by OSPF interfaces. They are sent to the following multicast address?

A

The hello packets are sent out of ospf interfaces to multicast address 224.0.0.5 every 10 seconds.

The packet contains these 9 pieces of information:

hello/dead interval
area id
router id
stub flag
DR/BDR IP Address
Authentication data
router priority
nieghbors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Q.

Which OSPF packet type contains a list of LSAs that should be updated, and is often used in flooding?

  1. LSR
  2. DBD
  3. LSU
  4. LSAck
  5. Hello
A

Answer

Link State Update (LSU)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

OSPF

Packet Types

There are 5 types of OSPF packets, which are sent over protocol 89.

A

The OSPF packets are :

hello
dbd
lsr
lsu
lsack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly