Volume 1 - Chapter 22: Implementing Basic OSPF Features Flashcards

1
Q

What is the command to enter OSPF configuration mode for a particular OSPF process?

A

router ospf processID

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

What is the command to set a router-ID for an OSPF process?

A

router-id routerID

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

Assuming a RID has not been manually set, what is the order that the router will use to choose its router-ID dynamically?

A

The router will choose the highest working loopback.

If no loopback is configure/working, then the highest IP address of any non-loopback interface.

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

What is the command to enable OSPF for a specific network, rather than on a per-interface basis?

A

network x.x.x.x wildcardmask area areaID

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

What is the range of values for the OSPF router-ID?

A

Any integer between 1 to 65,535.

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

What are the range of values for the OSPF area ID?

A

The area can be configured as an integer or dotted decimal format in the range of 0 to 4,294,967,295.

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

A technician enters the following network into the OSPF configuration:

network 172.16.3.2 0.0.255.255 area 0

How with the router interpret this command?

A

The subnet has been configured incorrectly and does not match the wildcard mask. However, IOS will perform the math to calculate the subnet ID and enter that into the running configuration as:

network 172.16.0.0 0.0.0.255 area 0

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

What are the commands to show the configuration commands of OSPF?

A

show running-config
show ip protocols

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

What are the commands to show the status of OSPF-enabled interfaces?

A

show ip ospf interface
show ip ospf interface type number
show ip ospf interface brief

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

What are the commands to show the status of OSPF neighbors?

A

show ip ospf neighbor
show ip ospf neighbor type number

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

What is the command to display the current LSDB?

A

show ip ospf database

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

What is the command to display the current RIB?

A

show ip ospf rib

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

A technician runs the command show ip ospf neighbor and sees the following state for one of its neighbors:

FULL/DR

What does this tell us about the neighbor?

A

The router has reached a full state and exchanged the LSDB with its neighbor.

The neighboring router is a designated router.

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

A technician runs the command show ip ospf neighbor and sees the following state for one of its neighbors:

FULL/BDR

What does this tell us about the neighbor?

A

The router has reached a full state and exchanged the LSDB with its neighbor.

The neighboring router is a backup designated router.

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

A technician runs the command show ip ospf neighbor and sees the following state for one of its neighbors:

FULL/DROTHER

What does this tell us about the router the technician is currently connected to?

A

The technician is currently logged into either the DR, or BDR.

This router has reached a full state and exchanged the LSDB with its neighbor.

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

A technician runs the command show ip ospf neighbor and sees the following state for one of its neighbors:

2WAY/DROTHER

What does this tell us about the neighbor and the router the technician is logged into?

A

Neither router is a DR or BDR. As such, the routers cannot reach a full state and will not exchange their LSDBs with each other.

17
Q

What state does an interface need to be in to be considered for the OSPF RID?

A

At least up/down

18
Q

When does a router choose its RID?

A

When the router first initializes at startup.

19
Q

What options are available to update a routers RID?

A

Reload the router

Or

Enter the command: clear ip ospf process

20
Q

What is the command to enable OSPF on an interface using an interface rather than network command?

A

interface interfacename
ip ospf processID area areanumber

For example:

interface Gi0/0/1
ip ospf 1 area 0