ip route 0.0.0.0 0.0.0.0 tunnel0

Entries tagged as ‘Cisco’

Switch and Router ACL syslog messages

April 28, 2008 · Leave a Comment

I can never remember which of this entries is which:

%SEC-6-IPACCESSLOGDP = ICMP packets have matched an ACL
%SEC-6-IPACCESSLOGNP = IP protocol but non-TCP and non-UDP packet have matched ACL
%SEC-6-IPACCESSLOGP = UDP or TCP packets have matched an ACL
%SEC-6-IPACCESSLOGRP = Routing protocol packets have matched an ACL
%SEC-6-IPACCESSLOGS = Standard ACL was matched
%SEC-6-IPACCESSLOGRL = ACL logging was rate-limited because of volume

Categories: syslog
Tagged: , , ,

TCL in Cisco Routers

April 28, 2008 · Leave a Comment

I’d run across the TCL interpreter inside a Cisco router a few years ago and thought “Hmm, that’s cool.  I wonder who’d use that”.  Then, just the other day it hit me:  “There’s a freaking programming language interpreter in the router!”  I did a little googling around there’s a couple of good resources for it, but not very many.

I plan on firing up dynamips to see what I can do with it.  Maybe I can write an SMTP server or something.  Or netcat.

If there’s anyone out there who has had experience writing TCL scripts, especially on Cisco gear, let me know. I’d love to learn.

Categories: General
Tagged: ,