Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Currentrly using Sawmill for Iromport reporting and when I run a report against a specific website using a wildcard I am only getting seven URLs returned a being logged. I am expecting a much larger number of URL from this one specific web site. Do I...
I am trying to grep for an IP and result code (TCP_DENIED), but I'm not having any luck. My command line is as follws:grep -e x.x.x.x*TCP_DENIED -i -t accesslogsI've tried different variations such as leaving a space between the IP and TCP_DENIED and...
We have the MARS box on our network and we are pushing both syslog and SNMP from our Cisco routers and switches to it. The other day an incident was triggered on a router and the raw message was that a fan failed on the router. How do I create an ema...
Thought I'd pass along my config and resolution to an issue I was having concerning EAP-TLS auth on an ACS appliance.We have two ACS Solution Engines (3.2.2) running and doing a database synch and using Generic LDAP as the external database. We did t...
We have a certificate server running on Windows and I was able to generate a certificate for the ACS with no problems. I configured the ACS for EAP-TLS auth. My XP Pro laptop has grabbed a certificate, but I cannot authenticate via my wireless card t...
After some Google searching and various attempts, I believe I have the correct syntax to grep multiple items as the following worked for me to grep both IP AND TCP_DENIED result code. grep -e x.x.x.x.*TCP_DENIED -i -t accesslogs
Thx for the reply Ken.I usually go through the prompts when using grep, but I know Ironport offers a command line for grep and that is what I am trying to use. I have searched for deailed documentation from Cisco on utlizing the grep command, but no...
I figured out the problem - the certificate I was requestion had the CN name set to something different than my samaccountname. I change the CN name of my user account to match my user login and then I was able to request a certificate and finally st...