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