Cool firefox addon : Cisco search plugins

Hello all,

For all of you who are you using either Firefox or IE7, Cisco setup some search engine to add to your favorite browser. Below it is ! Link Enjoy it ;)

HowTo Use Cisco DocCD/Documentation ?

Hello you,

Long time no write on my blog, sorry for all you who follow it regulary. It was time for vacations and beginning of my CCIE written test preparation. Today, I found a nice tutorial from InternetworkExpert Team, explaining the way to use Cisco documentation and also bring a ccie lab focus.

Here it is !

Enjoy and see you soon ;)

BGP regular expressions

Hello,

Here is an article to remain or learn each metacharacter feature in ip as-path command.

. Any single character, including white space.
[] Any character listed between the brackets.
[^] Any character except those listed between the brackets. (The caret is placed before the sequence of literals.)
- (Hyphen) Any character in the range between the two literals separated by the hyphen.
? Zero or one instances of the character or pattern.
* Zero or more instances of the character or pattern.
+ One or more instances of the character or pattern.
^ Start of a line.
$ End of a line.
| Either of the literals separated by the metacharacter.
_ (Underscore) A comma, the beginning of the line, the end of the line, or a space.

Link on Cisco Documentation

HTH ;)

How to list all ACL defined under a particular interface or route-map

Hello,

Here is an IOS tips to find all access-lists applied on an interface or route-map.

R1#sh run | inc ^(interface|route-map) | access-group
interface Dialer 0
ip access-group 102 out
interface FastEthernet0/0
ip access-group 101 in
route-map rm-lan permit 10

HTH ;)

Terminal settings on Cisco IOS

Hello,

You have already been blocked while troubleshooting an issue by an infinite traceroute. You did not find which keys to use to stop it ? Here is the solution : In EXEC mode, type terminal escape-character 03
Now you can stop any traceroute or ping at anytime by using Ctrl + C sequence !

If you need further tips, check this page : Link.

See you later !

Embedded Event Manager (EEM) Scripting Community

Hello,

I found an interesting feature on Cisco’s website. Here is a nice way to facilitate all network admins and networkers life ! ;)
EEM is a flexible system designed to customize IOS. It allows you to automate tasks, perform minor enhancements and create workarounds. You develop and run scripts in your own environment, program your own custom actions using Tcl and share your scripts with others by uploading them here. Download examples and useful scripts submitted by others for customization and use in your environment