drug store

Archive for the 'CCENT (ICND1)' Category

Interface Status

Tuesday, June 30th, 2009

One of the first steps in troubleshooting a network, is to identify if the lines (links) are operational. On a Cisco router, the quickest way to see all lines as well as their status is by using the “show ip interface brief” command.   In the live demo below, you will see that I have [...]

Configuring an IP address on a Cisco Device

Friday, June 26th, 2009

In order to set up an IP address on an interface, we need to be in the interface level of the command line. This is a level within the global configuration level. From global configuration mode, we can enter the ‘interface serial 1/0’ command. If you are unsure of what interfaces are on the router, [...]

The difference between Run and Start and how to save!

Thursday, June 25th, 2009

Every Cisco device has 2 sets of configurations. On routers and switches these configurations are called ‘running-config’ and ‘startup-config’ When you make any changed on a router or switch, the change applies to the running-configuration and will affect the router or switch with immediate effect. However, if the device is reloaded for whatever reason, all [...]

Banner – Message Of The Day (MOTD)

Wednesday, June 24th, 2009

It is advisable that on all your devices in your network, you have a disclaimer or message that appears when someone connects to your device. There have been many cases over the years where a hacker has gained access, been caught, and got away with it since there was nothing in place informing that they [...]

Setting the enable password and secret on a Cisco device

Friday, June 19th, 2009

By default a Cisco device does not have any passwords on it, so access to the console is open by default, and anyone connecting to the device is able to access privileged mode (enable mode). This of course is a security risk and one of the first things that should be done with a new [...]

Configuring the Console port on a Cisco Device

Thursday, June 18th, 2009

The console is a physical port on a Cisco device that allows us to connect to the device using a directly connected cable from your PC. It is the easiest and most reliable method of connecting to a Cisco device as it does not require configuration on the device and is enabled by default. It [...]

Configuring VTY Access

Wednesday, June 17th, 2009

VTY (Virtual Terminal Lines) are used when you wish to telnet into a router remotely. In order for the router to allow telnet connections, the VTY lines need to be configured with a password, which is not a default setting. If you were to try connect to a router with telnet and the VTY password [...]

Useable IP addresses in private networks

Wednesday, June 10th, 2009

I’m sure you can imagine that trying to administer an IP address for every single person on the internet would be near impossible. Added to the fact that companies don’t want every computer in their network to be accessible on the internet for security reasons. The Internic and IANA (the two governing bodies for IP [...]

Class-full IP Addresses

Tuesday, June 9th, 2009

The way that IP addresses have been used and allocated over the years has changed somewhat, however the principles have not changed. In order to better manage IP addresses they were put into classes and each class followed certain rules. In this post we are going to focus on the Class-full address structures, and understand [...]

What is an IP address

Monday, June 8th, 2009

As the name indicates, and IP address is an address that computer equipment uses to be able to communicate with each other. It is made up of 4 octets (separated by a ‘.’), each of which is 8 bits in size (32 bits in total). If we look at our binary table for 8 bits, [...]