300-101 Flashcards
By default what percentage of link bandwidth will EIGRP use?
50%
What is the default active timer on modern versions of EIGRP? older versions?
3 minutes / 1 minute
With what does EIGRP seed its routing table before learning topology data from neighbors?
1) All routes on working interfaces with static neighbors defined.
2) All routes redistributed into this router
What is the max size of the standard TCP window
65535 bytes
What command enables TCP window scaling?
R1(config) # ip tcp window-size <0-1073741823> (bytes)
What is TCP selective acknowledgement?
The ability of a recipient to indicate which segments were not received so that the entire window doesn’t need to be resent.
What command enable TCP selective ACK
(config)# ip tcp selective-ack
T/F TCP header compression can be used with TCP timestamps?
False. Header compression must be off to enable TCP timestamps.
What features does PPP offer that HDLC does not?
authentication
error detection
error recovery
What are the phases of a PPPoE session?
1) Active Discovery (client is looking for a server)
2) Session (auth and negotiation take place)
What does the EIGRP network statement without a wildcard mask do?
Uses the default classful mask
What is the default AD for an EIGRP summary route?
5
How do you see the AD of an EIGRP summary route
sh ip route
What types of routes will an EIGRP stub advertise?
connected and summary
What command configures an EIGRP stub router?
(config-router)# eigrp stub [summary] [connected] [static] [redistributed]