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.
I made an event manager applet to clear a packet capture and I have a KRON job to run it at 4am but the applet doesn't work because when you run run the command "monitor capture CAP clear" it asks you to confirm at the end. I tried both of these:
eve...
I have the following EEM script and it is not emailing me when there is a port-security violation:
event manager applet psevent syslog pattern "PSECURE_VIOLATION:"action 1.0 info type routernameaction 1.1 cli command "enable"action 1.2 mail server ...
I tried to get an HWIC-2SHDLS card to work with AT&T and was unsuccessful. I opened a TAC case and they said that they tried everything possible and there may be a DSLAM incompatability with AT&T and wanted AT&T's DSLAM make and model, which AT&T wou...
What would be the command to clear the df-bit on a PIX-515e running 6.3? I have tried the following:conf tcrypto ipsec df-bit clear-df inside and it doesn't take it.Any help would be appreciated.
I need to create a TCL script to check when the difference in the absolute value of the rxload on two interfaces, serial0/0/0:0 and serial0/0/1:0 is greater than 20 for more than 10 minutes. How would this be done?
I figured it out by running a packet capture on the router which was between the switch and the email server. I opened it in Wireshark and found the SMTP error 501 5.5.4 Invalid Address. The fix was to change the "ip domain name" on the switch to the...
That is not correct. You can do the following:
conf t
username cisco password cEYEsc00 privilege 15
aaa authorization exec LOCAL auto-enable
exit
This will get you into enable mode when you ssh to it.