10 Posts
0
335
January 19th, 2023 04:00
S4048-ON Syslog message for ospf Neighbor adjacency
Hi guys
I'm looking into running scripts based on neighbour adjacency change on a Dell S4048-ON firmware 9.14(2.17)
I've been playing around and I cant seem to see any syslog messages for this.
I have logging configured for debugging so should see everything. I see interfaces going up and down but nothing about adjacencies. Is there a way to see this?
thanks
No Events found!
networks
10 Posts
0
January 20th, 2023 01:00
found it - needed to add log adjacency changes under the ospf statements
networks
10 Posts
0
January 19th, 2023 08:00
so again playing around ive managed to get a neighbour adjacency to appear in syslog but ive had to turn on debugging for ospf
debug ip ospf events
this gives me the neighbour adjacency status and when it goes down!
the problem im having now is that when it hits syslog it is split over multiple lines
Jan 19 16:24:05 : [18992:000684] OSPF(10:00):
Nbr. rid:10.1.69.1 in aid:0 intf:Te 1/3
Neighbor state change from FULL to DOWN
how am I supposed to match regex over 2 lines???
surely there is a simpler way to see a syslog message about adjacencies??