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

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;

50 Cards in this Set

  • Front
  • Back

2 ways routers and layer 3 switches learn about remote networks

manually


dynamically

how are remote networks learned about manually

networks are manually entered into the routing table using static routes

how are remote network learned about dynamically

routes are automatically learned using dynamic routing protocols

Drawback to using static routing protocols

routes are not automatically updated when the network topology changes

3 primary uses of static network

ease of routing table maintenance


routing to and from stub networks


using single default route to represent a path to any network not having a more specific path in the routing table

expense of using dynamic routes

dedicating part of the router's resources for protocol operation including CPU time, and network link bandwidth

5 benefits of ospf

classless


efficient (automatic routing table updates)


fast convergence


scalable


secure (supports MD5 authentication)



5 ospf network types

point to point


broadcast multiaccess


nonbroadcast multiaccess


point to multipoint


virtual links



describe point to point multiaccess network

2 routers inconnected over a common link with no other routers

describe broadcast multiaccess network

multiple routers interconneted over an ethernet network

describe nonbroadcast multiaccess

multiple routers connected in a network that does not allow broadcasts such as frame relay

describe point to multipoint

multiple routers interconnected in a hub and spoke topology. often used to connect branch sites to a central site

describe virtual links

special ospf network used to interconnect distant ospf areas to the backbone area

what is a multiaccess network

a network with multiple devices on the same shared media which are sharing communications

2 challenges created by multiaccess networks

creation of multiple adjacencies


extensive flooding of lsas

formula used to calculate the number of required adjacencies

n(n-1)/2

a designated router is used to

manage the number of adjacencies and flooding of lsas on a multiaccess network.

DR multicast address

224.0.0.5

Connects multiple routers using Ethernet technology

Broadcast Multiaccess

Connects branch sites (spokes) to a central site (hub)

Point to Multipoint

Connects branch sites to a central site

Nonbroadcast Multiaccess

Connects two routers directly on a single WAN network

Point to oint

Uses multicast 224.0.0.5 to listen to LSAs

DRother



Foods LSAs to all participating routers

DR

Listens passively to LSAs

BDR

Will promote itself if the DR stops producing hello packets

BDR

Does not flood LSAs to all routers within the network

DRother

Uses multicast 224.0.0.6 to send LSAs

DRother

down state opsf 3

no hello packets recieved = down


router sends hello packets


transition to init state

init state ospf 3

hello packets received from neighbor


packets contain sending router's id


transition to two way state

two way state ospf

elect dr/bdr


transition to exstart state

3 states where ospf establishes neighbor adjacencies

down


init


two-way

exstart state ospf

negotiate master/slave and dbd packet sequence #


master initiates dbd packet exchange

exchange state ospf 3

routers exchange ospf packets


transition to loading if add'l info needed


if no add'l info needed transfer to full

loading state ospf 3

lsr's and lsus are used to gain additional route information


routes are processed using spf algorithm


transition to full state

3 steps in synchronization of ospf database

exstart


exchange


loading

2 states that are normal in ospf, non-transitory

full


2way

show ip protocols to troubleshoot ospf 5

verify ospf process id


veryify router id


verify networks router is advertising


neighbors router is receiving updates from


default admin distance

show ip ospf neighbor to troubleshoot ospf 6

neighbor router id


neighbor priority


ospf state


dead timer


neighbor interface ip address


interface the neighbor is accessible through

show ip ospf interface to troubleshoot ospf

ospf process id interface assigned to


area interface is in


cost of the interface


hello and dead intervals

show ip ospf to troubleshoot ospf

ospf process id


router id


ospf area information


last time spf algorithm was calculated

show ip route ospf to troubleshoot ospf

displays only ospf learned routes in the routing table

DR is the router with the.......2

highest interface priority


highest router id



command to set priority in ospf

is ospf priority _____

what happens if the ospf priority for a router is set to 0

it can never become a dr or a bdr

asbr stands for

autonomous system boundary

asbr aka in ospf

gateway router

command to propagate a default route

ip route 0.0.0.0 0.0.0.0 {ip-address | exit-int}


default-information originate

what does the default-information originate command do

instructs the router to be the source of the default route information and propagate the default static route in ospf updates

2 commands to propagate default route in ipv6

ipv6 route ::/0 {ipv6-address | exit-int}


default-information originate