398 articles

CCNA

Cisco Certified Network Associate certification resources

CCNA

Static Mapping command Examination

We earlier discussed that Cisco routers support all network layer protocols over Frame Relay. We also know that the address-to-DLCI mapping can be accomplished both by dynamic or static mapping. Frame Relay static mapping ever depends on the network needs. To map between a next-hop protocol address and a DLCI destination address, the following command...

Muhammad Khattak 2 min read
CCNA

Frame Relay Address Mapping Exclusive

Cisco routers support all network layer protocols such as IPv4, IPv6, IPX, and AppleTalk over Frame Relay. For transmitting data over Frame Relay, it needs to know which local DLCI maps to the Layer 3 address of the remote destination. In simple words Frame Relay address mapping matches a next-hop IP address that sits on...

Muhammad Khattak 3 min read
CCNA

Frame Relay Encapsulation – Exclusive Explanation

As we discussed earlier, Frame Relay is working on the Datalink Layer of the OSI Model. So, it takes data packets from the upper layer of the OSI model, encapsulates the data into the Frame Relay frame, and then passes the frame to the physical layer of the OSI Model for delivery on the network....

Mujtaba Khattak 3 min read
Multiple Vcs Multiple Virtual Circuits (Vcs) - Briefly Explained
CCNA

Multiple Virtual Circuits (VCs) – Briefly Explained

Frame Relay is a multiplexing technique that transmits only one frame at a time. Multiple virtual circuits can be used on a single physical line. The Frame Relay Access Device (FRAD), or router connected to the Frame Relay network, may have multiple virtual circuits linking it to different endpoints. Multiple VCs on a single physical...

Mujtaba Khattak 1 min read
A Visual Representation Of Frame Relay Virtual Circuits, Highlighting Pvcs And Svcs.
CCNA

Frame Relay Virtual Circuits (VCs) – Exclusiv Explanation

We have already discussed Frame Relay in the previous lessons. What is Frame Relay? Exclusive Introduction that it provides connection-oriented data link layer communication using a Frame Relay virtual circuit. Frame Relay Virtual Circuits (VCs) are a logical connection between two data terminal equipment (DTE) devices across a Frame Relay packet-switched network (PSN). The circuits...

Asad Ijaz 2 min read
Chap Three-Way Handshake Diagram Showing R1 Sending A Challenge To R2, R2 Responding With An Md5 Hash, And R1 Sending An Accept Message, With A Chap Vs Pap Comparison Pill Below
CCNA

How to Configure Challenge Handshake Authentication Protocol (CHAP)

Challenge Handshake Authentication Protocol is the standard PPP authentication method for securing point-to-point WAN links on Cisco routers. It authenticates the remote router without transmitting the password in plain text, protecting the link against replay attacks through a randomly generated challenge value that changes with each authentication attempt. This guide covers how it works, its...

Muhammad Khattak 10 min read
Diagram Showing Pap Two-Way Authentication Between Routers R1 And R2 Sending A Username And Password In Plain Text Over A Ppp Serial Link
CCNA

Password Authentication Protocol (PAP): How It Works, Configuration, and Why It’s Insecure

Point-to-Point Protocol (PPP) supports several optional features, and one of the most important is authentication. Authentication lets a router verify the identity of the device on the other end of a link before allowing traffic to pass. By default, PPP authentication is not enabled, but you can turn it on using one of two protocols:...

Mujtaba Khattak 6 min read
Ppp Configuration Ppp Configuration
CCNA

PPP Configuration

Remember that HDLC is the default encapsulation protocol for Cisco routers. If PPP configuration is not done on Cisco routers, the default encapsulation will be used. To set PPP as the encapsulation method used by a serial interface we need PPP configuration on the serial interfaces. The PPP configuration for the below topology is following....

Muhammad Khattak 2 min read
Lcp Option Information Lcp Options
CCNA

LCP Options

PPP support different option than can be configured optionally. Authentication using PAP or CHAP, Compression using either Stacker or Predictor and Multilink that combines two or more channels to increase the WAN bandwidth. To negotiate these PPP options, the LCP link-establishment frames contain option information in the data field of the LCP frame, as shown...

Muhammad Khattak 2 min read
Lcp Packet Ppp Session
CCNA

PPP session

When two devices are first turned on, there is no physical layer connection between them. Once the connection is made, the link can continue to establish a PPP session. There are three phases of establishing a PPP session: Phase 1: Link establishment and configuration negotiation Before PPP exchanges any network layer datagrams, such as IP,...

Muhammad Khattak 6 min read
1 9 10 11 12 13 40