buy cialis

Archive for July, 2009

Configuring SPAN on a Cisco Switch

Friday, July 31st, 2009

SPAN (Switched Port Analyser) is a requirement whenever you have a system that wishes to log and monitor traffic that is passing through a switch. Since a switch only sends traffic to the machine requiring the packets, adding a sniffer to the switch would result in you only seeing traffic to your sniffer, from your [...]

Configuring Syslog on Cisco Routers

Thursday, July 30th, 2009

As part of any management and audit solution for networking, Syslog is vital.
 
Syslog messages allow us to track system error messages, exceptions, and other information, such as device configuration changes.
It allows for historical reporting, depending on the application keeping the logs, as well as help in fault finding.
 
Cisco devices support 8 levels of logging information [...]

Restoring Cisco Router Configuration

Wednesday, July 29th, 2009

In the event that you have lost the configuration on your Cisco device, restoration is straight forward assuming of course you had made a backup. There are 2 ways to restore the configuration to put our device back to normal
 
                1/ Copy and paste the backup configuration directly to the device
                2/ Copy the configuration [...]

Upgrading the IOS on a Cisco Router

Tuesday, July 28th, 2009

Cisco brings out new versions of the operating system quite frequently, and of course there are different versions of the operating system for each of the appliances. Different IOS’s will support different commands and different features and it’s not uncommon to have to change the IOS that your device is running to support commands you [...]

Backing Up the Running-Config and IOS

Monday, July 27th, 2009

The first and most important rule in IT, is “Backup soon, Backup often!”
It’s a logical statement but sadly one that many people only truly appreciate when it’s too late!
 
Two of the most important files on a Cisco router are the Running-Config which stores the current configuration of your router, and the IOS (The operating system) [...]

Password Recovery Procedure for Cisco Routers

Friday, July 24th, 2009

Cisco offers a password recovery technique for almost every device they have available. In this post, I’m going to cover how to complete a password recovery on a Cisco router.
There are 2 things that have to be in place before a password recovery can be done.
1/ Physical access to the router
2/ A console connection to [...]

Cisco Router Login Lockdown

Thursday, July 23rd, 2009

Additional configuration to further lockdown Cisco router security.

‘Login local’ on a Cisco Router

Wednesday, July 22nd, 2009

In most smaller networks, or networks that have a few network administrators, when you log into a Cisco device you are only prompted for a password. This will take you to the Router> prompt where more than likely you will immediately type ‘enable’ to enter into privileged exec mode, and you will be prompted with [...]

Configuring SSH (Secure Shell) on a Cisco device

Tuesday, July 21st, 2009

Secure Shell (SSH) is a protocol that allows us to connect to devices securely by using encryption. Gone are the days were most networking engineers are happy with using plain telnet with it’s clear text transmission of data which could result in an attacker sniffing the line for usernames and passwords.
Configuring SSH on a Cisco [...]

Configuring DHCP on a Cisco router

Monday, July 20th, 2009

DHCP (Dynamic Host Configuration Protocol) allows a server (in this scenario a Cisco router) to issue IP addresses to computers on the network dynamically. This is not a great solution for servers, which should have static IP addresses, but for client computers needing access to the network quickly and easily, this is certainly a great [...]