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

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;

37 Cards in this Set

  • Front
  • Back

Where do we have to configure OSPF summarization

ABR or ASBR

NOTE:
OSPF can only summarize our LSA type 3 and 5

What does summarization of type 3 LSA mean?

It means we are creating a summary of all the interarea routes.

NOTE:
This is why we call it interarea route summarization

When will a summary route be advertised?

If it has at least one subnet that falls within the summary range

A summary route will have ______________

the cost of the subnet with the lowest cost that falls within the summary range

What kind of interface does the ABR summary route create?

null0 interface



NOTE:


This is done to prevent loops

What does the



area range



command do?

We can summarize the type 3 summary LSA

What is external route summarization?

This is where we summarize the type 5 external LSAs

Type 5 external LSA show up as _________ in the routing table

O E2

What command do you use to summarize the type 5 external LSAs

Summary-Address



command

What does the default-information originate command do
You can advertise a default route if you don't already have it in your routing table

What happens if you add always to the end of default-information originate command

default-information originate always



It will advertise the default route even if you don't have it in the routing table

What are the special area types in OSPF?

  • Stub area
  • Totally Stubby Area
  • NSSA (not so stubby area)
  • Totally NSSA (totally not so stubby area)
What happens when you configure an area as a stub?
It will block all type 5 external LSAs

NOTE:
All the prefixes that you redistribute into OSPF from another routing protocol are not welcome in the stub area.

Why is it impossible to have an ASBR in the stub area?

You are not allowed to have type 5 external LSA in a stub area. An ASBR requires type 5 LSA.

What happens if you want an area to be a stub area but you have an ASBR in the area?
You can use the NSSA (not-so-stubby area)

NOTE:
This is the same thing as the stub area with the exception that you are allowed to have an ASBR within the area

In an NSSA what type of LSA do we use?

Not-so-stubby-area



We use type 7 external LSA

What type of LSA does a totally stub block?

type 5 external LSAs



and



Type 3 summary LSAs

What router cannot be in a totally stub area?

ASBR - Autonomous System Boundary Routers



NOTE:


ASBR requires type 5 LSAs

If you want to block type 3 summary LSAs and type 5 external LSAs but still need an ASBR within the totally stub area. What type of area can you turn it into?

totally NSSA - totally not-so-stubby-area



NOTE:


This will block both type 3 and 5 but you can still have an ASBR in this area type

4 common rules to a stub and totally stub areas

  1. There should be at least one ABR in the area
  2. All routers in the stub area have to be configured as a stub router
  3. There is no ASBR within the stub or totally stub area
  4. The Backbone area cannot become stub or totally stub area

What is the command to turn ospf into a stub?

router(config)#router ospf 1


router(config-router)#area 1 stub

What types of authentication can OSPF use?

  • Plaintext
  • MD5

What is the command to enable OSPF authentication?
router(config)#router ospf 1
router(config-router)#ip ospf authentication
router(config-router)#ip ospf authentication-key cisco(or whatever)

The ip ospf authentication command enables __________ ?

plain text authentication

At what level is the does the ip ospf authentication command enable this form of authentication?

interface

What can you see with the show ip ospf command?

  • ospf information per interface
  • check if authentication is enabled
  • neighbor count
  • check if simple password authentication is enabled

Other than show ip ospf what command can you used to verify authentication is enabled?

debug ip ospf packet

What are the codes for authentication show with a debug ip ospf packet?

  • Aut:0
  • Aut:1
  • Aut:2

What Aut:0?

no authentication

What is Aut:1

plaintext Authentication

What is Aut:2

MD5 authentication

How do you enable MD5 authentication?

router(config)# int fa 0/0


router(config-if)#ip ospf message-digest-key 1 md5 cisco(or whatever)


router(config-if)#ip ospf authentication message-digest

what is does the command



ip ospf message-digest-key md5



mean?

This is used for MD5 to specify the key number and a password.



NOTE:


The key # must be the same on both ends

To enable ospf authentication, what is the command

ip ospf authentication message-digest

What is the command to create a virtual link

router(config)#router ospf 1


router(config-router)#area 1 virtual-link 192.1.1.1

What command do you use to check if your virtual link is working

show ip ospf virtual-links

What does DNA mean?

Do Not Age