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

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;

34 Cards in this Set

  • Front
  • Back

IGP

Internal Gateway Protocol

Types of Internal Gateway Protocols

RIP


RIPv2


OSPF



RIPv1 only understands what IP addresses?

Class-full IP addresses (/8's /16's /24's)

distance vector protocols, what are they and what protocols.

-share their entire routing table with neighboring routers at specified intervals and include a distance (sometimes called a hop count) for each route. Routers use the route with the shortest hop count seen for delivery.



-RIP(v1 & v2)

Link state protocols, what are they and what protocols.

Link state protocols only tell other participating routers about their neighbors (links) and costs to reach their neighbors. Then each router uses this information to build a graph and applies "Dijkstra's Algorithm" to find the shortest path to each network.



OSPF

OSPF

Open Shortest Path First

OSPF areas (0, 1,...)

There is one backbone area (area 0) and all other areas must border on the backbone area

ABR

Area Border Router,




A router with interfaces on more than one area is known as a Area Border Router (ABR) and can summarize the routing information it advertises to the backbone.

ASBR

Autonomous System Border Router


can inject routes learned from other AS's and via other routing protocols into the OSPF AS



Types of routers in OSPF

Internal router
Area Border Router (ABR)


Backbone router


Autonomous System Border Router (ASBR)

OSPF Costs

Costs are a 16 bit number between 1 and 65535
HELLO packet

used on broadcast network segments to discover other routers on that network segment

DR

designated router (DR)

BDR

backup designated router (BDR)

What type of router is this ospf interface




conf t


int 1/0 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cis4930


ip ospf cost 10000

Cisco

CIDR

Classless Inter-Domain Routing

show ip ospf neighbor (Cisco or Juniper?)

cisco / quagga

show ospf neighbor (Cisco or Juniper?)

JunOS

show ip ospf interface (Cisco or Juniper?)

Cisco`

show ospf interface (Cisco or Juniper?)

Juniper

show ip route (Cisco or Juniper?)

Cisco

show route (Cisco or Juniper?)

Juniper

BGP version 4

Border Gateway Protocol

Autonomous systems

defined as any group of networks which share administrative control and internal routing protocols

When two routers are using BGP to exchange routing information they are said to be bgp __________.

peering

BGP TCP port

port 179

BGP is a _____________ protocol.

Path Vector

EBGP

exterior BGP,




means you are using BGP to exchange routing information with a different Autonomous System number

IBGP

Internal



IBGP means you are exchanging routing information within your Autonomous System

key components of a BGP configuration

- Your AS number


- Neighbor AS number (same for IBGP, different for EBGP)


- Type of connection (specified on JunOS, implied by your AS and peer AS on IOS)


- Neighbor address


- Local address (not needed on IOS)


- Export policy


- Import policy

show bgp summary

will show you a brief summary of your bgp neighbors

show route receive-protocol bgp

show route advertising-protocol bgp

can be used to review the routes you are sending or receiving from a particular neighbor via bgp

show ip bgp summary

Cisco/quagga

Cisco commands to edit ospf router

# conf t


# router ospf 1


#router-id 10.6.5.1


# network 10.6.5.0 0.0.0.255 area 0


# network 10.6.4.64 0.0.0.3 area 1


# network 10.6.7.128 0.0.0.127 area 0