Friday 23 October 2009

Putty - SSH

Putty is an extremely useful tool for telent and SSH access to Cisco routers.

The team at portableapps.com have created a portable version that can easily be run from a USB stick. It also saves your settings to the USB stick. It can be found at portableapps.com/apps/internet/putty_portable

RC

Saturday 26 September 2009

Great new resource for Cisco Callmanager/Comms manager

While searching for some good tutorials on how to add customised ringtones and backgrounds for Cisco IP Phones I found the following site :

all things Cisco (and some other stuff)

Take a look it covers security topics as well.

GT

Monday 21 September 2009

Cisco Design Guides

I have found some really useful design guides on Cisco that might prove useful. Along with some information on The Intergrated Network. Follow the link below.

Cisco Validated Designs: The Integrated Network

GT

Monday 7 September 2009

On Line Regular Expression Tool

You might find the following tool useful when trying to create those awkward regular expressions :-

Web Link

GT

Friday 4 September 2009

Voice Translation Rules

Voice translation rules do your head in. However here is a cool way to test / learn them without a router.

http://www.redsack.com/cisco/translation.aspx


JB

Friday 28 August 2009

Cisco Unity Tools

If you are involved with Cisco Unity you might find the following link useful :-

Cisco Unity Tools



GT

Friday 21 August 2009

Death by Powerpoint

Some good and bad uses of Powerpoint,


BBC Article


GT

Online Security Tutorials

A reminder of some great on line Cisco security tutorials, just follow the link :-

Online Learning Modules

GT

Thursday 20 August 2009

Cisco License Keys

This could be useful if you require in a hurry license keys for Cisco.

Select the following url

www.cisco.com/go/license

and enter you CCO login as far as I know if you have the correct privileges you will be able to aquire the necessary license keys. They will be emailed to your CCO email account. This is all part of the PAK process

Have not tried this in anger yet so would be interested to know how and if it works.

GT

Tuesday 18 August 2009

Cisco phones controlled by SIP

Cisco IP phones registered with CUCM (Cisco Unified Communications Manager) are usually controlled using SCCP (Skinny Call Control Protocol).

Since CallManager v5.0 (now Communications Manager) it has also been possible to use SIP (Session Initiation Protocol) for IP phone control.

We are often asked when it would be desirable to use SIP instead of SCCP. This useful "Cisco Subnet" article explains when and why SIP could be the better option.

Read it here: Why would I use a Cisco 7900 phone on CUCM using SIP?


RC

Friday 17 July 2009

Enabling IPv6 on a Catalyst 3560

The Catalyst 3560 Switch supports IPv6. but if you enter the normal ipv6 unicast-routing command nothing happens.
This is because you have to enable the Switch Database Management (SDM) template on the Catalyst 3560 to support both ipv4 and ipv6. so the commands are

sdm prefer dual-ipv4-and-ipv6 default
reload <---- don't forget to reload
ipv6 unicast routing.

Now everything is just the same as any other ipv6 router

JB

Thursday 16 July 2009

The Dude

I was looking for a cheap SNMP network monitoring tool and came across "The Dude" network monitor. Its a new application by MikroTik It will automatically scan all devices within specified subnets, draw and layout a map of your networks, monitor services of your devices and alert you in case some service has problems and best of all it's free. Check it out at http://www.mikrotik.com/thedude.php



JB

Cisco ASA NetFlow Support

Only Cisco IOS Routers supported NetFlow in the past. NetFlow was only supported on Cisco ASA 5580 with software version 8.1. With the introduction of Cisco ASA software version 8.2, NetFlow is now supported on ALL ASA Models. This new feature on ASA is called NetFlow Security Event Logging (NSEL).



For more information and configuration examples select the following link.

GT

Get some BGP regex practice

If you want to test your regular expression skills you can use the show ip bgp regex command .

But you dont have a router with a big enough bgp table. then use one of the number of route servers out on the internet like this one telnet://route-server.ip.tiscali.net/

Try this command show ip bgp regexp _174_ to see all the routes that have traversed AS 174 for example.

JB

Testing IP connectivity with a switch macro command

Use the Cisco switch IOS macro command to create a IP connectivity tester.
Create a macro like the one below the name "ctest" is just an example, call it what you like

macro name ctest
do ping 172.16.56.1
do ping 172.16.43.1
do ping 172.16.34.1
do ping 172.16.13.1
@

Then all you need to do is run the macro in global configuration mode, easy

macro global apply ctest

JB

Verify using the | extension

Verify your configuration using show commands with the "" extension

Try these on a router

  • Show frame-relay pvc include STAT
  • show run begin ^ro
  • Sh run section interface fastethernet 0/0

Or on a switch

  • Show interface status exclude _1_
Try them and see what they do and think of your own
Its also a good way for you to practice your regular expressions
Remember anything after the is case sensitive
JB

Cisco 360

Do you find configuring Cisco routers and switches getting to easy.
Do you want a real challenge take a look a Cisco 360.
But beware it not for for the faint hearted.
www.cisco.com/web/learning/le3/learning_cisco_360.html
JB

Wednesday 15 July 2009

Bing tweets BETA

Interesting idea of combining tweets with bing. Try a search with Global Knowledge and watch the tweets go by. All interesting stuff.

Bing tweets BETA

Tip:
Do the search in the very top Right/Hand corner, not the main search bar.

GT

Great remote desktop tip

Ever been stuck with a locked session on a connection to a remote lab PC through RDP?

Solution:

From your local PC, in "run" enter the following

mstsc /admin

Enter the remote ip address and port of the PC.

enter the DOS prompt of the remote PC and enter the following :-

qwinsta

it lists all the RDP connections.

note the IDs of the ones you won't to drop and reset with

rwinsta (ID#)

GT

Need to access that important PC from anywhere.

Some of you are probably aware of the following :-

TeamViewer

Could be a useful tool to troubleshoot that classroom lab problem remotely.

GT

Thursday 9 July 2009

Global Knowledge Twitter

A reminder of the Global Knowledge Twitter site :

Global Knowlege Twitter Site

GT

The Blog is Born

Ok so the Blog is born. It is open to all the Global Cisco Trainers to add what they want, Cisco related or not. I will add as the first post a reminder of my own web site that you may find useful.


If anyone wants access to the delegate area you can use a default
username:fred
password :fred
Select the current course for up todate information
You can also register online with your own details if you want to be updated about the site. The Instructor area and file area is protected with a username password which you can obtain by emailing

globalinstructor@gmail.com

GT