OSPF v. EIGRP Flashcards

1
Q

In OSPF, how do you identify Passive Interfaces?

A
  • show ip ospf interfaces brief
  • show ip protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In EIGRP, how do you identify passive interfaces?

A

show ip protocols

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

In OSPF, how do you set the router ID?

A
  • router ospf 1
    • router-id 1.1.1.1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In EIGRP, how do you set the router ID?

A
  • router eigrp 10
    • eigrp router-id 1.1.1.1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the difference between OSPF’s process ID and EIGRP’s ASN?

A
  • For OSPF the process ID can be different on different routers
  • For EIGRP the ASN must be the same on all routers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference with Router IDs in OSPF vs EIGRP?

A

In OSPF, the router-id has to be unique. In EIGRP if it isn’t unique the router won’t be able to accept external routes from another EIGRP with the same router ID.

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

What parameters do EIGRP routers need to have in order to become neighbors?

A
  • Same ASN
  • Same subnet (for EIGRPv2 only)
  • Same K values
  • Pass Authentication if configured
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the difference between OSPF Hello and Dead timers vs EIGRP’s Hello and Hold timers?

A
  • OSPF Hello is 10 seconds, EIGRP’s Hello is 5 seconds
  • OSPF Dead time is 40 seconds, EIGRP’s Hold time is 15 seconds.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In EIGRP, do routers need to match timers in order to become neighbors?

A

No

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

In OSPF do routers need to match timers to become neighbors?

A

Yes

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

What are the multicast addresses for EIGRP and OSPF?

A
  • EIGRP is 224.0.0.9
  • OSPF is 224.0.0.5 and 224.0.0.6
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the difference in OSPF vs EIGRP of an infinite route?

A
  • OSPF 224-1
  • EIGRP 232-1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the difference in how OSPF determines a metric vs how EIGRP determines a metric?

A
  • OSPF uses Interface Cost
  • EIGRP uses Bandwidth and Delay
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Does OSPF and EIGRP both do Route Poisoning and Split Horizon?

A
  • Both OSPF and EIGRP do Route Poisoning
  • Only EIGRP does Split Horizon
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What parameters do OSPF routers need to match to become neighbors?

A
  • Interfaces in same subnet
  • Authentication (if configured)
  • Hello and Dead timers must match
  • Router IDs must be unique
  • Must be in same area
  • MTUs must match
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In eBGP, what is the command to configure a neighbor?

A
  • router bgp 101
    • neighbor 168.182.10.2 remote-as 102
17
Q

What is the difference in how the ‘network’ router subcommand is used in EIGRP vs. OSPF?

A

No difference. They both use wildcard masks.

18
Q

What is the difference in ‘network’ statements between EIGRP for IPv4 and OSPF for IPv4?

A
  • OSPF adds an Area parameter at the end whereas EIGRP does not.
    • EIGRP network statement is ‘network 192.168.1.0 0.0.0.255’
    • OSPF network statement is ‘network 192.168.1.0 0.0.0.255 area 0’
19
Q

What is the difference in range of values between EIGRP ASN and OSPF process ID?

A

No difference, they both use 1 thru 65,535.

20
Q

When does EIGRP and OSPF send route updates?

A
  • EIGRP only sends updates when there has been a topology change
  • OSPF sends updates when there has been a topology change
  • OSPF ALSO sends updates when an LSA has expired (every 30 minutes)