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

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;

35 Cards in this Set

  • Front
  • Back

What is the mode and command to deploy an OSPF distribute list?

router-config mode
#distribute-list prefix <name> in [ int <name> ]
What are two general requirements for manual summarization at an ABR?
1. Subnet numbers in an area are in the same range
2. None of the subnets in that range exist outside the area
What is the command and mode to configure manual route summarization at an ABR?
router-config mode
#area <n> range <ipaddr> <net mask> [ cost n ]
What is the IOS command to verify the OSPF cost for an interface?
#show if ospf interface <int>
Summarize the OSPF process to calculate the best intra-area routes
1. Find all subnets - Type 1 and Type 2 LSAs
2. Run SPF to find all possible paths from itself to each subnet
3. Pick the route with the lowest total cost.for each subnet, based on sum of outgoing interface costs
How does a router calculate the cost to reach an inter-area subnet?
1. Calculate the intra area cost to the ABR
2. Add the cost in the Type-3 LSA...
This is the cost from the ABR to the destination.
When there are both inter-area and intra-area routes to a subnet, what two rules apply?
1. An intra-area route is always better than an inter-area route, regardless of the metric
2. If an ABR learns a TYPE-3 LSA inside a non-backbone area, the ABR ignores that LSA when calculating its own routes
What are 6 rules for an OSPF #area <n> range command?
1. Area number is where subnets exist
2. If subordinate subnets exist, ABR advertises summary route as Type-3 LSA
3. Does not advertise subordinate routes
4. Default metric is best metric of subordinate routes
5. Metric can be explicit with optional cost parameter
6. If no subordinates, summary not advertised...
How do you do route filtering with the #area <n> range command?
Use the optional non-advertise option to prevent sending Type-3 LSAs
What is the command and mode to configure manual route summarization at an ASBR?
router-config mode
#summary-address <prefix> <mask>
If at least one subordinate exists, advertises Type-5 LSA summary route.
How would you use an area-range command to create a default route?
#area 0 range 0.0.0.0 0.0.0.0 <prefix> <mask>
What is the purpose of the default-information originate command?
Creates a Type-5 LSA default route to flood throughout the OSPF domain.
What is the syntax of the default-information originate command?
#default-information originate [always] [metric <n>]
[metric-type <value>] [route-map <name>]
What are the 5 rules for a default-information originate command?
1. Injects Type-5 LSA only if a default route exists
2. Default metric is 1
3. Always parameter... no default route reqd
4. Metric type defines external type (2 default)
5. Route map with permit
What is the purpose of creating OSPF stub areas?
ABRs advertise only default routes.
Less memory and less processing of LSAs
What are six rules for stub areas?
1. ABRs create a Type-3 LSA for subnet 0.0.0.0
2. ABRs do not flood Type-5 LSAs
3. ABRs may not flood Type-3 LSAs
4. Default route metric 1
5. Routers in stub area do no redistribute Type-5 LSAs
6. All routers in area must be configured as stubby or neighbor relationships will fail
What are the four types of stub areas?
1. stub
2. totally stubby
3. NSSA
4. totally NSSA
What is true of ALL types of stubby areas?
Type-5 LSAs are filtered
What is true for both types of totally stubby areas?
Type-3 LSAs are filtered
What is true for both types of non-totally stubby areas?
Type-3 LSAs are advertised
What is the difference between a stubby area and a NSSA area?
NSSA areas allow redistribution of external routes into the area as Type-7 LSAs
What are the commands to configure a stubby and totally stubby area?
1. #area <id> stub -- on each router
2. add no-summary -- on ABRs
What are the commands to verify a stubby area?
#show ip ospf database | begin AS External
#show ip ospf database
#show ip process
#show ip ospf database database-summary
#show ip ospf
What is the command to configure an NSSA?
#area <n> nssa
for totally nssa, use no-summary option on ABRs
Which feature(s) the stubby-area are Cisco proprietary?
Both types of totally-stubby areas
What is the purpose of an OSPF virtual-link?
To connect a discontiguous backbone area through a non-backbone area.
How is the virtual-link function implemented?
Routers send the usual OSPF messages encapsulated inside unicast IP packets
Do not age (DNA) bit set. No periodic reflooding needed.
What is the mode and command to create an OSPF virtual link?
router-config mode
#area <n> vitual-link <router-id-of-other-end>
area number is transit area
transit area must not be stubby
cost is determined by transit-areas LSDB
What are two commands to verify virtual links?
#show ip ospf virtual-links
#show ip ospf neighbor detail <router-id-of-neighbor>
What are the commands to configure no authentication and clear-text authentication over an OSPF virtual link?
#area <n> virtual-link <router-id> authentication null
#area <n> virtual-link <router-id> authentication-ley <value>
What are the commands to configure MD5 authtication over an OSPF virtual link?
#area <n> virtual-link <router-id> authentication message-digest message-disgest-key <n> md5 <key-value>
What are the commands to verify MD5 authentication for an OSPF virtual link?
#show running-config
#show ip ospf virtual-links
What kind of interface requires special handling for OSPF, and what are the issues?
frame-relay multipoint interfaces have issues for:
1. Neighor discovery
2. DR/BDR
If you have a non-broadcast multipoint frame relay network, how should neighbor relationships be defined?
static configuration using:
#neighbor <ip> [cost <n>] [priority <n>]
What types of frame-relay interface will not elect a DR/BDR?
point-to-multipoint