TechStop:

Cisco

Aug 28 2008   1:21PM GMT

Cisco to Target Exchange



Posted by: Joshua Wood
Cisco, Exchange

Based on a few articles and blogs it looks like Cisco is going to start tredding into Microsoft’s territory a bit. Granted Microsoft Exchange is a well established product and it is unlikely that anyone is going to displace it easily but Cisco has a habit of taking over industries that it sees as available (i.e. VoIP).

As much as Cisco and Microsoft usually play in different sand boxes Cisco seems to think that Microsoft’s sand box needs to be a little bit smaller. It likely wont affect the market for a while but it should be interesting to watch this unfold.

Links
Information Week - Cisco Buys PostPath, Targets MS Exchange
http://www.informationweek.com/blog/main/archives/2008/08/cisco_buys_post.html

Gigaom - Why Cisco Bought Mail Startup PostPath for $215M
http://gigaom.com/2008/08/27/why-cisco-bought-mail-startup-postpath-for-215-million/

Jul 10 2008   12:00PM GMT

Cisco Packet Magazine



Posted by: Joshua Wood
Cisco, Training

Cisco has it’s own magazine that it publishes where it explains up-coming features, what companies it purchased, how to perform common tasks and a whole bunch of other information. The magazine is really well put together and can be downloaded in PDF form for free here.

If you have any interest in Cisco equipment check it out.


Jul 9 2008   12:00PM GMT

Generic Cisco RAM



Posted by: Joshua Wood
Storage, Cisco, Routers

Cisco routers and switches are like any other piece of computing hardware. It needs slow long-term storage and fast short-term storage. In the case of a Cisco 2821 router this equates to compact flash storage for the long slow storage and regular RAM for the fast short-term storage.

Typically, people think if I am going to add RAM to a Cisco router then I will need Cisco brand RAM. While the logic is sound it misses a standard point. The RAM in a Cisco router is the same RAM they sell off of eBay or for HP, IBM or Dell computers. You don’t have to purchase the Cisco brand.

Recently, we priced out some RAM for a Cisco 2821 for a 1 GB strip of the generic stuff it was just over 100 dolllars. The Cisco RAM was about 3,000 dollars for basically the same thing.

The moral of the story, make sure you know what your buying.


Jul 8 2008   12:00PM GMT

Cisco Feature Comparison Tool



Posted by: Joshua Wood
Switches, Cisco, Routers

The need for more robust hardware is always a struggle. Cisco hardware is very exspensive so you always want to do more with it than you origianlly intended. What seems to always end up happening for me is that I load the IOS with just the features that I need and then later I need to a feature that isn’t in that version of the IOS. The question is always “Which version of the IOS does what I need it to do”?

Now there is a tool that will allow you to compare the features of the different flavours of Cisco IOS. The Cisco Feature Navigator FAQ found here allows you to compare and contrast different flavours of different of the same version of the IOS or different versions of the same flavour. It is a tool worth checking out.


Jul 7 2008   12:00PM GMT

CCNA Voice Certification



Posted by: Joshua Wood
Cisco

Cisco updates their exam tracks every few years and requires each certified person to re-certify every few years (typically 3). Recently they have introduced a new track for those wishing to pursue the VoIP side of things.

CCNA Voice Certification can be found here and outlines what you will need for this exam. The exam is a good addition to their already strong line of certifications and will increase their precense in the VoIP market.


Jul 6 2008   8:16PM GMT

Cisco Router Emulator



Posted by: Joshua Wood
Cisco, Training, Virtualization, VirtualBox

Cisco hardware and software is extremely complex. When it comes to routers their abilities are unmatched which is why a lot of people strive for the Cisco certifications of CCNA, CCNP and the highly coveted CCIE. But who can afford to purchase 5 to 10 thousand dollars for the hardware that you would need in order to practice for those exams?

Cisco router emulators will the need just perfectly. While Cisco emulators have been around for a long time their success has been somewhat limited but their stability. Recently I was re-acquanted with a very good and very stable emulator named Dynagen.

The tool highly customizable, runs on Linux and Windows, can emulate several hardware platforms and allows you to add/remove hardware as needed. Perfect for testing and training.


Jun 25 2008   2:59PM GMT

5 Sample BGP Configurations



Posted by: Joshua Wood
Networking, Cisco, BGP, Load sharing

Cisco’s documentation is some of the best for any IT product. With the fast pace that IT keeps for change and the complexity of the products that they make a hand has to be given to their technical writing department. To that end here is a link to five sample BGP configurations that anyone using BGP can find useful.

Load Sharing with BGP in Single and Multihomed Environments: Sample Configurations
http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00800945bf.shtml


May 30 2008   2:56AM GMT

How-to Set the Time on Your Servers and Routers



Posted by: Joshua Wood
Networking, Microsoft Windows, Switches, Cisco, Routers, HP ProCurve

(Windows, Cisco and HP Procurve)

Time synchronization on your network gear is very important. Logs, IPSec tunnels and other services rely on the correct time to make sure that they are doing their jobs properly and securely. In order to synchronize the time your network gear (routers and switches) will need to be manageable and have IP addresses that can reach the time synchronization sources that you are going to set.

To Start: Picking the service
There are lots of time sources that you can use that are outside of your internal network. You will need at least one device that is synchronizing with the outside world at the least if not more. Below are the NIST (National Institute of Standards and Technology) list of time sources but any will work.

NIST Servers

Windows:
Since it is likely that almost everyone will have Windows boxes is logical to start here first.

Step 1: Open a command prompt by going to Start → Run → cmd → ok
Step 2: Enter in the following commands in order to set the time service.

net time /setsntp:(Server)
For example net time /setsntp:time-a.nist.gov
Step 3: Stop and start the time service in order for the changes to take effect by running these commands.

net stop w32time
net start w32time

Cisco:
While the commands and methods for time synchronization for both Cisco and HP are similar there are some definite differences. After logging into the router here are the commands that you can run.

Step 1: Get into configuration mode
Router# conf t

Step 2: Tell the device which server to synchronization the time to
Router# ntp server 192.168.1.15

Step 3: Set the timezone
Router# clock timezone PST -8

Step 4: Set daylight savings
Router(config)# clock summer-time CDT recurring

HP Procurve:

After logging into the HP switch with manager rights.

Step 1: Get into configuration mode and enter these commands.
Router# conf t

Step 2: Set the server
Router# sntp server time-a.nist.gov

Step 3: Set the protocol for time synchronization to sntp since the default is timep for HP devices.
Router# timesync sntp

Step 4: Set the type of sntp to unicast since the default for HP devices is multi-cast.
Router # sntp unicast

Step 5: Set the daylight savings time information
Router# time daylight-time-rule User-defined begin-date 3/11 end-date 11/4

Links:
NIST How-to for serveral OS’s: http://tf.nist.gov/service/its.htm
David Davis gives the details for the Cisco devices: http://articles.techrepublic.com.com/5100-10878_11-6129454.html