300-101 Flashcards

1
Q

By default what percentage of link bandwidth will EIGRP use?

A

50%

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

What is the default active timer on modern versions of EIGRP? older versions?

A

3 minutes / 1 minute

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

With what does EIGRP seed its routing table before learning topology data from neighbors?

A

1) All routes on working interfaces with static neighbors defined.
2) All routes redistributed into this router

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

What is the max size of the standard TCP window

A

65535 bytes

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

What command enables TCP window scaling?

A

R1(config) # ip tcp window-size <0-1073741823> (bytes)

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

What is TCP selective acknowledgement?

A

The ability of a recipient to indicate which segments were not received so that the entire window doesn’t need to be resent.

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

What command enable TCP selective ACK

A

(config)# ip tcp selective-ack

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

T/F TCP header compression can be used with TCP timestamps?

A

False. Header compression must be off to enable TCP timestamps.

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

What features does PPP offer that HDLC does not?

A

authentication
error detection
error recovery

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

What are the phases of a PPPoE session?

A

1) Active Discovery (client is looking for a server)

2) Session (auth and negotiation take place)

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

What does the EIGRP network statement without a wildcard mask do?

A

Uses the default classful mask

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

What is the default AD for an EIGRP summary route?

A

5

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

How do you see the AD of an EIGRP summary route

A

sh ip route

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

What types of routes will an EIGRP stub advertise?

A

connected and summary

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

What command configures an EIGRP stub router?

A

(config-router)# eigrp stub [summary] [connected] [static] [redistributed]

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

How do you make an EIGRP interface passive?

A

(config-router)# passive-interface

17
Q

How do you make EIGRP interfaces passive by default?

A

(config-router)# passive-interface default

18
Q

What are the EIGRP K-values?

A

K1 - Bandwidth (kbps)
K2- Load (ratio: 1-255)
K3 - Delay (10’s of microseconds)
K4 - Reliability (ratio: 0-255)

19
Q

What command changes the EIGRP K values?

A

(config-router)# metric weights

20
Q

What is the EIGRP bandwidth command for?

A

Limits the amount of bandwidth that EIGRP will use for itself.

21
Q

What is the default EIGRP bandwidth percentage? How do you change it?

A

1) 50%

2) (config-if)# ip bandwidth-percent eigrp

22
Q

What are two ways to distribute a default router in EIGRP?

A

1) Set a static and redistribute static

2) Use ip default-network

23
Q

What two things, must you do to use the ip default-network feature?

A

1) Advertise the network you want to be the default

2) use the ip default-network command to make it the default.

24
Q

How is a DR/BDR election performed?

A

1) All routers with a priority of 1 or greater are eligible to participate.
2) The router with the highest priority is elected DR.
3) In case of tie, the router with the highest RID wins.
4 ) Process repeats for a BDR.

25
Q

How is OSPF RID determined?

A

1) IP of loopback with highest IP address
2) If no loopback, IP of physical interface with highest IP.
Alternatively, can be set with router-id command.

26
Q

What is the default route type for OSPF route redistribution?

A

E2 (External type 2)

27
Q

What is the difference betwen OSPF E1 and E2 routes/

A

E1’S metric includes the cost from the local router to the desination.

E2’s metric only shows the cost from the ASBR to the destination

28
Q

What is the default metric type for an OSPF external router?

A

E2

29
Q

List the OSPF route selection order

A

1) Intra area routes
2) Inter area routes
3) E1
4) E2
5) N1
6) N2

30
Q

What are the two ways to summarize routes in OSPF?

A

1) On ABR (for inter area) do,
(config-router)# area range

2) On ASBR (for external routes) do,
(config-router)# summary-address