• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back
Name different types of "areas" in private vlans?
Community and Isolated.
Ports in the same community can communicate whereas ports in an isolated vlan cannot.
What is a promiscuous port?
A port in the primary vlan that all secondary vlans can reach.
Explain EIGRP's autosummary feature.
- Will only summarize on a different major net.
- Will only summarize if it has a locally connected network.
Explain RIP's autosummary feature.
- Will only summarize on a different major net.
- Does not require a locally connected route in order to summarize, it takes all routes and summarizes.
Explain the difference in how a classfull versus a classless routing protocol treats sending subnets of the same major net, out an interface with the same major net?
A classfull routing protocol, will only send out subnets of the same major net, if the subnet mask is the same as the exiting interface.
How do you limit the query range in EIGRP?
Either through summarization or by using the stub feature.
Whats the RTO timer used for?
The RTO timer is calculated based on the SRTT. When an update is sent out to a neighbor, the RTO is set for each neighbor. If the RTO times out without receiving a reply, the update is sent unicast.
Give the command to do a manual summarization in EIGRP?
interface subcommand:
ip summary-address eigrp <asn> <address> <mask>
What protocols do you need to set a default metric for when redistributing?
EIGRP and RIP. Otherwise routes will get advertised as non-reachable (RIP = Hop count 16).