Re: [c-nsp] 3750G memory leak?

2014-01-27 Thread Pablo Lucena
I had an issue with a stack of 3750s before as well. Turns out that it was logging to a file on flash: logging file flash:syslog xx debugging The x was a ridiculously large number. This ended up filling up the file system over time and cause errors much like the ones being described

Re: [c-nsp] How to prevent https facebook from the cisco router 1841

2013-11-14 Thread Pablo Lucena
You can do something like this on a 1841: class-map match-any BLOCKED-WEBSITES match access-group name BLOCKED-WEBSITES-ACL match protocol http host *facebook* policy-map BLOCK_WEB class BLOCKED-WEBSITES drop int f0/0 service-policy input BLOCK_WEB The ACL can also be used to match on

Re: [c-nsp] How to prevent https facebook from the cisco router 1841

2013-11-14 Thread Pablo Lucena
be missing here, please share that with us. Thanks regards, Hari Sapkota CCIE#38346 On Thu, Nov 14, 2013 at 9:25 PM, Pablo Lucena pluc...@coopergeneral.comwrote: You can do something like this on a 1841: class-map match-any BLOCKED-WEBSITES match access-group name BLOCKED-WEBSITES