Thanks for responding Brandon, the information is really useful. By the way, whereabouts would I get information like the 'EMS Message Catalog' as I can't seem to find anything like that through my partner login?
Have some additional questions around this though. When looking though this forum there is an example of some events that can be enabled when debugging OSPF:
https://community.extremenetworks.com/extreme/topics/how_to_debug_an_ospf_adjacency_problem
Of which I repeat below:
configure log filter "DefaultFilter" add events ospf.event severity debug-summaryconfigure log filter "DefaultFilter" add events ospf.neighbor severity debug-summary
configure log filter "DefaultFilter" add events "ospf.hello.PktInv"
configure log filter "DefaultFilter" add events "ospf.lsa.PktInv
configure log filter "DefaultFilter" add events "ospf.lsa.LSUpdtPktInv"
configure log filter "DefaultFilter" add events "ospf.lsa.DropLenInv"
configure log filter "DefaultFilter" add events "ospf.lsa.CksumInv"
Which it also details where the general 'debug' command hasn't given what you might expect:
VoIP-MDF-Extreme_V670.2 # debug ospf ?
show Show
* VoIP-MDF-Extreme_V670.2 # debug ospf show ?
epm Display licence information from epm
* VoIP-MDF-Extreme_V670.2 # debug ospf show epm
Effective license: 2
Switch license: 2
Features: edgemode,
* VoIP-MDF-Extreme_V670.3 #
So I was generally after something that would give you this level of detail, like if I wanted to debug OSPF (as given above), VRRP, bootprelay, Spanning-tree etc.
My problem is as the catalog details, it has a very extensive events list (which is great) but is so vast that it might be difficult to know what events to use for what.
Might be missing the point and its general practice that you would just work with the default filter and say enable debug-data etc.
Would be useful just to use the debug command with the event/s that your interested, but I assume you can just create a custom filter to say the console?