404 Not Found

Not Found

The requested URL /form_work2/ was not found on this server.

Archive for the 'WAN' Category

NAT (Network Address Translation)

Monday, September 21st, 2009

NAT or Network Address Translation is a key function required in every organisations network.
Since all organisation use RFC 1918 IP addressing, and these IP addresses are not allowed to exist on the internet, before we send packets to the internet we need to translate the internal IP address into a useable public IP address.
There are [...]

ISDN and Multilink with load-threshold

Thursday, August 27th, 2009

ISDN is a fantastic option as a backup in cases where your primary link has failed. However often your primary line has much more bandwidth than a single ISDN line (Channel). The ISDN BRI B-Channels run at 56kb/s or 64 kb/s (depending on country) and although this is a good start, often you need more [...]

Floating Static Routes

Wednesday, August 26th, 2009

In order to have a fully fault tolerant network, a backup solution for WAN links is vital. There are many options for configuring a backup line incase the primary line fails and in this tutorial we are going to look at using floating static routes to achieve a dial-up connection to act as our backup [...]

Configuring Basic ISDN with Interesting Traffic

Tuesday, August 25th, 2009

When configuring ISDN with interesting traffic, it’s important to first understand how Cisco defines ‘interesting’ and what this means in terms of the connection been formed. Interesting traffic is traffic that we define in the form of an access-list that is allowed to cause the ISDN to dial. This does NOT mean it is the [...]

ISDN Switch-type

Monday, August 24th, 2009

In order for any ISDN lines to establish Layer-1 connectivity the switch-type has to be defined correctly.
The switch-type is very much country dependant so it’s also important to memorize the switch-type that applies to where you do most of your installations.
 
If Layer-1 is showing ‘Deactivated’ when using the show isdn status command, only 3 things [...]

Configuring PPP Encapsulation

Friday, July 17th, 2009

Cisco routers use HDLC (High-Level Data Link Control protocol )as their default encapsulation protocol on serial lines. This works fine and there are no major problems with running HDLC however it lacks the troubleshooting commands that PPP (Point-to-Point Protocol) provides us. I learnt the value of PPP about 10 years back when I was installing [...]

Clock rate and Bandwidth commands

Thursday, July 16th, 2009

Two commands which are often confused or misunderstood, are the clock rate and bandwidth commands.
In order to understand clock rate we first need to understand how the cabling works on routers. When connecting two routers together with a serial cable, one of the routers needs to host the DCE (Data Communications Equipment) side of the [...]