Hi,
i have my switches configured with the following:
configure log filter LabFilter add events STP.SendClntTopoChgMsg
configure log filter LabFilter add events STP.State.Topology
configure syslog add 10.96.32.32:514 vr VR-Default local0
enable log target syslog 10.96.32.32:514 vr VR-Default local0
configure log target syslog 10.96.32.32:514 vr VR-Default local0 filter LabFilter severity Info
configure log target syslog 10.96.32.32:514 vr VR-Default local0 match Any
configure log target syslog 10.96.32.32:514 vr VR-Default local0 format timestamp seconds date Mmm-dd event-name none process-slot priority host-name tag-name
Im playing around by changing the stpd bridge priority and i dont see any STP.State.Topology log on my syslog.
Is there any extra configuration that i need to add?
thanks