Hi,
Have a bunch of questions surrounding configuring SNMP in EXOS in Netsight, and is an extention of the following thread:
https://community.extremenetworks.com/extreme/topics/mixed-legacy-enterasys-s-k-n-c-and-extreme-sysl...
1st Question:
Should I set the severity to Debug-Data as the answer in the above thread implies. This leads to the question:
The three severity levels for extended debugging—Debug-Summary, Debug-Verbose, and Debug-Data—require that log debug mode be enabled (which may cause a performance degradation).
So just checking its safe to use the debug-data severity with debug mode enabled on all switchs?
My assumption is that for general syslogging you would just use a severity of 'info' and just use this as a temporary measure?
2nd Question:
What should the format be in the target command as per example configuration below, in order for Netsight to format the information correctly when using the default Netsight Syslog pattern:
configure syslog add 10.58.195.5:514 vr VR-Mgmt local0
enable log target syslog 10.58.196.5:514 vr VR-Mgmt local0
configure log target syslog 10.58.196.5:514 vr VR-Mgmt local0 filter DefaultFilter severity Debug-Data
configure log target syslog 10.58.196.5:514 vr VR-Mgmt local0 match Any
configure log target syslog 10.58.196.5:514 vr VR-Mgmt local0
format timestamp seconds date Mmm-dd event-name none priority tag-name
3rd Question:
Currently have the configuration set as above but with the severity set to notify, but in Netsight the logging entries are being serialised into a single entry separated by
, where xxx is a number. The serialisation can be a string of different messages at different times and of varying lengths.
This is proving an issue because you are unable to identify the different log entries when there grouped together instead of one per line.
Many thanks in advance.