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

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;

44 Cards in this Set

  • Front
  • Back

NBMA

Non broacast multi-access network



NBMA is a network that cannot broadcast frames. A well known example is Frame Relay.


Inverse ARP

InARP enables a Frame Relay station to discover the protocol address of a station that is associated with the virtual circuit. It is more efficient than sending ARP messages over every virtual circuit for every address that the system wants to resolve, and it is more flexible than relying on a static configuration. Basic InARP operates essentially the same as ARP, with the exception that InARP does not broadcast requests. This is because the hardware address of the destination station is already known. A requesting station simply formats a request by inserting its source hardware, protocol addresses, and the known target hardware address. It then zero fills the target protocol address field. Finally, it encapsulates the packet for the specific network and sends it directly to the target station.

Frame relay Cloud

The frame relay switch is called a frame relay cloud

Virtual Circuits

A virtual circuit is a circuit or path between points in a network that appears to be a discrete, physical path but is actually a managed pool of circuit resources from which specific circuits are allocated as needed to meet traffic requirements

PVC

Permanent Virtual Circuit



Another name for Virtual Circuit

CIR

Committed Information Rate



This is the internet speed you are guarenteed.

LMI

Local Management Interface



is a signaling standard used between routers and frame relay switches. Communication takes place between a router and the first frame relay switch it's connected to.



KeepAlive
A keepalive signal is often set at predefined intervals, and plays an important role on the Internet. After a signal is sent, if no reply is received the link is assumed to be down and future data will be routed via another path until the link is up again. A keepalive signal can also be used to indicate to Internet infrastructure that the connection should be preserved

DLCI

Data Link Connection Identifier



The DLCI is a number, assigned by the service provider for a specific PVC (Permanent Virtual Circuit).

What are the 3 types of LMI

Local Management Interface



1. Cisco


2. ANSI T1.617 Annex D


3. ITU-T Q.933 Annex A

For each PVC how many DLCI will you get per router?

1

What is specific to each router in frame relay?

DLCI are localy known to each individual router.

What topologies does frame relay support?

1. Full-Mesh


2. Partial Mesh


3. Hub and Spoke

NBMA
Non-broadcast multi-access

the frame relay is multi-access all routers can accesss the network, but you are unable to send broadcasts over the frame-relay network. No broadcast also means you are unable to send multi-cast traffic.

Split-Horizon

Split horizon is a method of preventing a routing loop in a network.

What is the split-horizon rule?

Whatever you learn on an interface you don't advertise it back out on the same interface.

We are using two PVC's but on router there is still only one physical interface. Split Horizon will prevent the advertisement of routing information.



How do you solve this problem?

1. Disable split-horizon (the default physical interfaces)



2. You can use sub-interfaces

Will Point-to-point cause split-horizon issues?

No, It will solve your split-horizon problems but you will need to use a different IP subnet per PVC.

Will Point-to-multi-point cause split-horizon issues?
Yes, you will have split horizon problems but you can use a single IP subnet for all PVCs.
Inverse ARP
This will map your local DLCI to the IP address on the other side
What happens when we configure frame relay?
1. Our router will do a status inquiry
2. The frame-relay switch will give us our DLCI number (or you can configure it yourself)
What command shows the inverse ARP of frame-relay?
Show frame-relay map

In the command show frame-relay map what does the word dynamic mean?

we are using inverse ARP

In the command show frame relay-map what does the word broadcast mean?

it means it is emulating broadcast traffic so we can use multicast as well. Inverse ARP enabled this for us.

What command disables inverse ARP?

no frame-relay inverse-arp

After you remove inverse ARP you must remove pre-learnt frame-relay mappings. What command does this?
clear frame-relay inarp
What command allows you to configure the frame-relay interface level?
Frame-relay map

If you do not specifiy this keyword your frame-relay network will only support unicast.

Broadcast



NOTE:


Since EIGRP uses multi-cast you'll run into trouble if you forget to use this

On a physical interface split-horizon is ___________

Disabled

On a sub-interface split-horizon is _____

enabled

If you specify a neighbor in EIGRP what happens?

You will switch to unicast

In EIGR point-to-point links require _______________

IP subnet per PVC

In point-to-point subinterface commands which command allows your router to determine which subinterfaces and which DLCI should be used?
frame-relay interface-dlci

What is the default bandwidth that EIGRP traffic can use?

up to 50%

On multipoint interfaces how is the bandwidth divided?
It is divided by the number of neighbors

How can you cange the bandwidth used by EIGRP?

The Bandwidth command



EX)


cisco(config-subif)#bandwidth 64

If you change the bandwidth on the subinterface what happens to the physical interface?

The physical interface bandwidth will not change

What command allows you to see the bandwidth?

Show interface

What command allows you to change the percentage of bandwidth used for EIGRP?

ip bandwidth-percent eigrp



NOTE:


Changing this wil influence the metric

Receive-only

The stub router will not advertise any network

Connected

Allows the stub router to advertise static routes (you have to redistribute them)

Static

Allows the stub router to advertise summary routes

Redistribute

Allows the stub router to advertise redistribute routes

What is the most common EIGRP Stub?

A combination of connection and summary