I'm attaching two screen shots to visualize in netsight what I'm looking at. In the lower right corner there are colored blocks by severity. I would expect the OSPF messages to end up in here like other messages do.
![fe4cc39195dc410aa8a6519fc398c783_5fad3d9a-cc6c-4b16-99f4-004a50bb4b48.png fe4cc39195dc410aa8a6519fc398c783_5fad3d9a-cc6c-4b16-99f4-004a50bb4b48.png](/t5/image/serverpage/image-id/4568i64BE791E5E449EE0/image-size/large?v=v2&px=999)
I would also expect the events to email me as a test due to the alarm configuration. I know that when we first migrated to X690's in the core, our consultant helped setup so if a power supply or fan goes, we do get alerted. That works as we tested pulling a fan or power supply briefly to check the logs and alerts.
![fe4cc39195dc410aa8a6519fc398c783_3c47b52d-cd54-4aa0-9b8c-c743adc1745e.png fe4cc39195dc410aa8a6519fc398c783_3c47b52d-cd54-4aa0-9b8c-c743adc1745e.png](/t5/image/serverpage/image-id/5379iDBF0C0870082E74F/image-size/large?v=v2&px=999)
This is on the switch side and the netsight server is in fact 10.1.0.110.
enable cli-config-logging
configure syslog add 10.1.0.110:514 vr VR-Default local0
configure log target syslog 10.1.0.110:514 vr VR-Default local0 from 10.1.0.251
enable log target syslog 10.1.0.110:514 vr VR-Default local0
configure log target syslog 10.1.0.110:514 vr VR-Default local0 filter DefaultFilter severity Debug-Data
configure log target syslog 10.1.0.110:514 vr VR-Default local0 match Any
configure log target syslog 10.1.0.110:514 vr VR-Default local0 format timestamp seconds date Mmm-dd event-name none process-slot priority tag-id tag-name
One thing I chedked in sh configuration | i snmp, I see this line:
enable snmp traps configuration save
So I'm wondering what other traps there are. I did enable snmp traps ? and I see ospf is an option so I pick that and the options are all or trap-map. So I'm going to test this:
enable snmp traps ospf all
I don't know if that is the "missing link" that I need to complete this configuration but I hope its just that simple. I do not know how the hardware alerts are getting through because there is no enable snmp traps for hardware. Also we do get port up/down messages and I do not see enable snmp traps port-up-down in our config at all.
All assistance is greatly appreciated!