• 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/32

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;

32 Cards in this Set

  • Front
  • Back
Routing: Router on a stick: can you put encapsulation on the subinterfaces?
yes. #encapsulation dot1q <vlan>
Routing: Which routing protocols support autosummarization?
EIGRP (on by default).
RIP-1 (on by default)
RIP-2(on by default)
But not OSPF
Routing: Which routing protocols allow the engineer to disable autosummarization
EIGRP and RIP-2.
Does not exist in OSPF.
Cannot be disabled in RIP-1
Routing: Which routing protocols support manual route summarization?

Not RIP-1 (only supported by classless routing protocols)
Routing: T/F: When autosummarization is used, it only allows for the summary route to be an entire classful network.
TRUE, by definition of autosummarization.
Routing: T/F: When manual summarization is used, it only allows for the summary route to be an entire classful network.
FALSE. Allows routes to be summarized into any larger grouping.
Routing: Define Autosummarization
When advertised on an interface whose IP address is not in network X, routes related to subnets in network X are summarized and advertised as one route. That route is for the entire class A, B, or C network X.
Routing: A router has multiple routes to the destination in its routing tables. Which one will it choose?
The most specific (largest subnet mask)
Routing: An engineer attempts to assign an ip address to a router interface, but the network overlaps with the network assigned to another interface on the same router. What will happen?
The attempt will be rejected.
Routing: How do you setup a secondary address on a router interface?
Interface config mode
#ip address <address> <netmask> secondary
Routing: Two requirements for a router to automatically add a route for a connected interface.
The interface state is up/up
The interface has an IP address assigned
Routing: CLI command to add a static route
ip route <dest network ip> <mask> <next-hop ip or serial interface> [permanent]
Routing: CLI command to add a default network route
ip default-network <dest network ip>
Works with classful networks; no mask
Routing: Classful routing and default networks - what can go wrong?
If the packet's destination only matches the default route, the packet will be forwarded only if the router does not know any routes in the classful network.
Routing: CLI commands to set classless or classful routing
ip classless
no ip classless
Routing: CLI command to allow or deny use of subnet zero
ip subnet-zero
no ip subnet-zero
Routing: CLI command to show routing table
show ip route
Routing: CLI command to show how a specific address will be routed
show ip route <address>
Routing: CLI command to setup default route
ip route 0.0.0.0 0.0.0.0 <next-hop ip>
Routing: Which routing protocols support VLSM? Which do not?
Do: RIP-2, EIGRP, and OSPF
Do not: RIP-1, IGRP (both are classful)
Routing: Which routing protocols support autosummarization?
RIP-1, RIP-2, EIGRP
Routing: Which routing protocols have no autosummarization available?
OSPF
Routing: CLI command to turn off autosummarization
no autosummary
Routing: Under what conditions must you turn off autosummarization?
Discontiguous networks
Routing: CLI command for manual route summarization
ip summary-address eigrp 1 <network> <mask>
Routing: Technique for auto-summarizing routes
1. list all the subnets to summarize
2. Find the first n bits that all have in common
3. Make the subnet mask n bits
Routing: Define a discontiguous network
A classful network in which packets sent between at least one pair of subnets must pass through subnets of a different classful network.
Routing: What is the meaning of an "o" route in the show ip route command?
on demand route
Routing: Which two routing protocols aer classful?
IGRP and RIPv1
Routing: Which routing protocol provides load balancing?
EIGRP
Routing: What IOS command is used to view the current state of the active routing protocol processes?
show ip protocols
Routing: IOS command to view real-time RIP routing updates
debug ip rip