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

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;

43 Cards in this Set

  • Front
  • Back
PPP: What types of links are supported?
Both synchronous and asynchronous
PPP: how does PPP support multiple layer-3 protocols?
Protocol type field in header. Note difference from HDLC.
PPP: What kinds of authentication are available?
PAP (clear text) and CHAP
PPP: Describe 4 features of LCP
LCP is Link Control Protocol
1. Looped link detection
2. Error detection w/ FCS
3. PPP Multilink bonding
4. Authentication
PPP: Three phases of session establishment
1. Link establishment phase
2. Authentication phase (PAP/CHAP)
3. Network layer protocols phase
PPP: CLI global commands needed to configure PPP
#hostname <name> (reqd. for authentication)
#username <other side hostname> password <other side's password>
PPP: CLI interface mode commands to configure PPP
#interface <type number>
#ppp authentication pap | chap | ms-chap-v2
ppp chap password 0 <password>
PPP: 2 CLI commands for debugging
#debug ppp authentication
#debug ppp negotiation
Frame Relay: Define virtual circuit
Logical path between customer DTEs. Acts like point to point link.
Frame Relay: Define permanent virtual circuit
Predefined VC. Equated to leased-line in concept
Frame Relay: Define switched virtual circuit
Dynamic VC; setup needed. Equated to dial-up in concept.
Frame Relay: Define DTE
Data terminal equipment. Customer equipment using frame relay.
Frame Relay: Define DCE
Date communicaitons equipment. Frame relay switches at telco
Frame Relay: Define Access Link
Leased line between DCE and DTE
Frame Relay: Define AR and CIR
AR is access rate. Clock speed of access link.
CIR is committed information rate. Contractual guarantee of speed. Less than AR
Frame Relay: Define DLCI
Data Link Connection Identifier. Frame relay address used in headers to identify virtual circuit
Frame Relay: Define NBMA
Non-broadcast multiple access. Mutliple devices on a network, but no broadcast capability
Frame Relay: Define LMI and list 4 features.
Local Management Interface: Protocol used between DTE and DCE to manage connection.
Keepalives,
detects link failure,
status messages,
SVC signaling
Frame Relay: What are the 3 LMI protocol standards?
Cisco
ANSI (T1.617 Annex D)
ITU (Q933 Annex A)
Frame Relay: Will LMI autonegotiate?
Yes. This is the most popular setting.
Frame Relay: Name and describe 2 encapsulation methods.
Cisco encapsulation adds additional header between LAPF header and layer 3 packet
IETF (RFC 1490/2427 ) encapsulation uses different header
Frame Relay: Describe 4 DLCI Addressing Facts
Single DLCI field in header
DLCIs are locally significant (only have meaning for local access link)
Global addressing concept: a way of choosing DLCI numbers
Frame relay switches change the DLCI before delivering the frame
Frame Relay: Define FECN
Forward Explicit Congestion Notification: Bit in header, sent to destination
Frame Relay: Define BECN
Backward Explicit Congestion Notificaiton: bit in header set in the next frame going back to sender
Frame Relay: Define DE bit
Discard eligible. First to be dropped in event of congestion
Frame Relay: Interface configuration comands
#interface <type number>
#encapsulation frame-relay
#ip address <addr> <mask>
#No shutdown
Frame Relay: IOS command to map ip address to DLCI
#frame-relay map ip <ip addr of dest> <dlci> [ broadcast ] [ cisco | ietf ]
broadcast is required if broadcasts or multicasts are sent by the routers (e.g. routing protocols)
Frame Relay: IOS command to assign DLCI number to subinterface
#frame-relay interface-dlci <dlci number> (use this on point-to-point subinterfaces)
PPP: What two devices do you need to connect a router to ISDN
Terminal adaptor (TA)
Network Termination Type 1 (NT1)
Frame Relay: What happens if the frame-relay lmi-type x commands don't match?
No autosensing when manually configured. Routers will take the physical link down.
PPP: Which protocol is responsible for negotiating and managing PPP connections?
LCP is Link Control Protocol
Frame Relay: What is the default frequency of LMI keepalive packets?
10 seconds
Frame Relay: Default frequence of inverse ARP messages on DLCI
60 seconds
Frame relay: Meaning of the DLCI status codes (3) in debug frame-relay lmi
0x4 - deleted
0x2 added and active
0x0 added inactive
Frame Relay: What command will show the frame relay LMI standard in use:
#show frame-relay lmi.
#Show running-config will not work because LMI is usually determined automatically.
Frame Relay: Which command disables the use of frame relay LMI messages
#no keepalive
Frame relay: what is the default lmi-type if not configured?
cisco
Frame relay: What is the CLI command to show status of the PVCs
#show frame-relay pvc
Frame relay: What is inverse ARP and when is it required?
Inverse ARP creates a mapping between ip address and DLCI; Needed in multiaccess networks when static mapping is not configured. Works by announcing its own IP address when a frame relay circuit comes up.
Frame relay: What is mapping and when is it needed?
Mapping correlates the layer-3 IP address with the layer-2 (dlci) address used to reach it. Mapping is needed on multiaccess networks.
Frame relay: What is the CLI command to show the mapping status?
#show frame-relay map
Frame relay: What is the CLI command to turn off inverse ARP?
interface: #no frame-relay inverse-arp
Frame relay: debug command to see lmi data exchanges
#debug frame-relay lmi