cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
388
Views
0
Helpful
2
Replies

CWLMS and RME 4.1.1

georgeef1
Level 1
Level 1

Hi,

I am looking to generate the email everytime a config change is detected by Ciscworks. Can

you pls. suggets me some steps how I can enable that. Also, if I wanted Ciscoworks to automatically go and fetch the new config everytime a change is made, can you pls. suggest the configuration required for that.

Thanks.

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

The latter is already done by default if you are sending syslog messages from your devices to the RME server.

The former can be done using the same mechanism as the latter. You just need to configure a new syslog automated action under RME > Tools > Syslog > Automated Actions. Your action should match on the same set of criteria as the existing Config Fetch action. For example, for IOS devices, the two patterns are:

*-*-*-CONFIG_I:*

*-*-*-CONFIG:*

This breaks down to:

Facility : *

Severity : *

Mnemonic : CONFIG_I

Description : *

Facility : *

Severity : *

Mnemonic : CONFIG

Description : *

Do NOT modify the existing Config Fetch action, but rather, create a new one.

Consult the context-sensitive online help when defining the automated action for more information.

Thanks for the information.

Does it mean that I need to setup Ciscoworks as syslog server on all my devices.

Is there any way I can send the config diffs out without setting it up as syslog though.

Thanks