Article Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Sending SYSLOG to the correct NetMRI Collector
How do I send SYSLOG messages in an OC Setup?
How do I know which collector to send SYSLOG messages to?
Solution:
This will help you send SYSLOG messages to correct NetMRI Collector
We have a "well known" variable call "$netmri_ipaddress" that is the Collector that discovered the device.
Use this CCS Script:
Script-Filter:
$vendor eq “Cisco” and $sysdescr like /IOS/
######################
Action:
Add SYSLOG to Routers and Switches
Action-Commands:
config t
logging $netmri_ipaddress
end
wr mem
Labels: