cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2193
Views
0
Helpful
5
Replies

Err-disable port on switches

jouellet
Level 1
Level 1

Hi,

I run LMS 2.6 and I wonder to know how to monitor err-disabled ports. I want to configure an alert and afterward get this alert on e-mail. I already configured event sets. Is the err-disabled state a trap or syslog event??

I am a newbie on ciscoworks.

Thanks

2 Accepted Solutions

Accepted Solutions

The syslog is like this:

%PM-4-ERR_DISABLE: link-flap error detected on Fa0/3, putting Fa0/3 in err-disable state

Create an automated action on RME->Tools->Syslog

You can send e-mail.

View solution in original post

david.fernandes
Level 1
Level 1

Here are the ones I use for Automated Actions:

SYS-*-3-PORT_COLLDIS:*

PM-*-4-ERR_DISABLE:*

View solution in original post

5 Replies 5

The syslog is like this:

%PM-4-ERR_DISABLE: link-flap error detected on Fa0/3, putting Fa0/3 in err-disable state

Create an automated action on RME->Tools->Syslog

You can send e-mail.

david.fernandes
Level 1
Level 1

Here are the ones I use for Automated Actions:

SYS-*-3-PORT_COLLDIS:*

PM-*-4-ERR_DISABLE:*

jouellet
Level 1
Level 1

I followed the RME guide to set the syslog automation action. The ERR disable appears in syslog.

My smtp server is configured in CS/server/admin/system preference. I ping the smtp, I use telnet ip 25 to test the smtp and it's ok. The smtp that I use is microsoft esmtp mail service.

How can i debug that, the ciscoworks don't send any e-mail.

Thanks

Set a ip hostname in host file and I changed the smtp server label from ip to hostname.

In the smtp server log file :

2007-04-04 19:50:44 10.8.x.x 2003-noc SMTPSVC1 2003-NOC 10.8.x.x 0 HELO

2007-04-04 19:50:44 10.8.x.x 2003-noc SMTPSVC1 2003-NOC 10.8.x.x 0 QUIT

I there an issue with microsoft esmtp?

Thanks

I had multiple RME managed devices with the same ip, it's why i didn't received any e-mail. I deleted the duplicated ip devices and it worked.

Thanks for the posts.