You are here: Articles > Networking > Cisco

 See more articles about "Cisco "

Serial Point-to-Point Encapsulation Explained

 

This is an explanation of serial connection encapsulation (HDLC / PPP) and suggestions on it's use.

There are a couple of different encapsulation methods for PtP connections. Making sure you choose the correct one for your network can be a daunting task. Hopefully, this article will provide you with some information to make your choice.



1. HDLC is the primary (and default method on Cisco devices) for encapsulation on synchronous serial links. There are two types of HDLC: Standard and Cisco. Standard HDLC only supports single-protocol environments, where Cisco HDLC can support multiple environments.



2. HDLC works best for connection between two Cisco devices where you control the link. It doesn't offer much in the way of security, but is really easy to use. Great for connections between routers in the office or leased lines through the Net.



3. PPP uses NCP (Network Control Program) to encapsulate multiple protocols (TCP/IP, Novell, IPX). PPP also uses LCP (Link Control Protocol) to establish and maintain the link. PPP can be configured to provide different features, such as Authentication, Compression, Multilink and Error Detection.



4. PPP is a more robust encapsulation method, providing some security (CHAP is the best way to go), error detection and the ability to load balance over multiple links. It is more difficult to setup and the debug options can be a pain to sort through. I would use this protocol to load balance or across unsecured WAN connections.

 

Also see ...

Cisco 2950 switch password recovery
H3This documents the procedure for performing a password recovery on a Cisco 2950 switch (and probably other models, as well)./H3P1. Unplug the power cable br / br /2. Hold down the mode button while replugging the power cable br / br /3. Type span style="font weight: bold"flash_ini

How to use Microsoft IAS with Cisco VPN concentrator/ASA/PIX
H3VPN setup shows how to use IAS with VPN concentrator, ASA, or PIX. Basically, every vpn user connects with the same PCF file and enters into a group. When their username gets authenticated with ActiveDirectory, AD returns a group name to the CVPN/ASA/PIX and the pix puts them in that group./H3

Cisco Switch 2900/2950: Display VLAN information
H3Knowing the commands to display configuration information about Virtual LANs (VLANs) is as important as knowing the commands to configure them. The commands here display information about all VLANs or a single VLAN by number or name./H3PAll of these commands must be run from privileged mode

Cisco 2950 Switch: Create a VLAN
H3The commands for creating a VLAN vary from one switch model to another. VLANs in a 2950 switch are configured in a manner similar to configuring an interface. This configuration is substantially different than a 2900 switch./H3PTo create two VLANs on a 2950 switch, one with id 5 and name '

Cisco 2900 Switch: Create a VLAN
H3A VLAN (Virtual Local Area Network) makes a single physical switch behave like several separate switches. A host connected to one VLAN cannot communicate through the switch to a host connected to another (although a router can permit communication between VLANs if desired). Here's how to confi