Summit x460 syslog configuration help
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-25-2017 01:19 PM
Hello all, I need assistance configuring syslog to work correctly with a trial software called EventLog Analyzer. I followed the instructions here:
enable syslog
configure syslog add vr local0
configure syslog vr local0 severity info
enable log target syslog :<514> vr local0
When I go to the syslog server, the only events displaying are "Setting hwclock time to system time and broadcasting time".
I thought I would be seeing alot more information. As far as the switch goes, did I enter wrong information?
enable syslog
configure syslog add vr
configure syslog vr
enable log target syslog :<514> vr
When I go to the syslog server, the only events displaying are "Setting hwclock time to system time and broadcasting time".
I thought I would be seeing alot more information. As far as the switch goes, did I enter wrong information?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-25-2017 01:31 PM
Here my lab X460G2 syslog settings...
configure syslog add 172.24.24.110:514 vr VR-Mgmt local0
enable log target syslog 172.24.24.110:514 vr VR-Mgmt local0
configure log target syslog 172.24.24.110:514 vr VR-Mgmt local0 filter DefaultFilter severity Info
configure log target syslog 172.24.24.110:514 vr VR-Mgmt local0 match Any
configure log target syslog 172.24.24.110:514 vr VR-Mgmt local0 format timestamp seconds date mm/dd/yyyy event-name none tag-id tag-name
The question is what kind of messages are you looking for ?
configure syslog add 172.24.24.110:514 vr VR-Mgmt local0
enable log target syslog 172.24.24.110:514 vr VR-Mgmt local0
configure log target syslog 172.24.24.110:514 vr VR-Mgmt local0 filter DefaultFilter severity Info
configure log target syslog 172.24.24.110:514 vr VR-Mgmt local0 match Any
configure log target syslog 172.24.24.110:514 vr VR-Mgmt local0 format timestamp seconds date mm/dd/yyyy event-name none tag-id tag-name
The question is what kind of messages are you looking for ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-25-2017 01:29 PM
Hello David.
here is my example config which works fine.
configure syslog add 10.0.10.57:514 vr VR-Default local0
configure log target syslog 10.0.10.57:514 vr VR-Default local0 from 10.0.10.55
enable log target syslog 10.0.10.57:514 vr VR-Default local0
I think you also need to configure the log target syslog.
Firmware 22.2.1.5
hth
Alex
here is my example config which works fine.
configure syslog add 10.0.10.57:514 vr VR-Default local0
configure log target syslog 10.0.10.57:514 vr VR-Default local0 from 10.0.10.55
enable log target syslog 10.0.10.57:514 vr VR-Default local0
I think you also need to configure the log target syslog.
Firmware 22.2.1.5
hth
Alex
