cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1316
Views
0
Helpful
1
Replies

Syslog for OSPF Adjacency Changes and Link Flapping

davidhuynh5
Level 1
Level 1

Can someone please assist me with a router configuration that will send messages to a central syslog server only when (1) an OSPF adjacency change occurs (2) when a serial link flaps. My main goal is to quickly detect the source link that is causing the ospf route recalculations. Thanks in advance.

Thanks.

1 Reply 1

lamav
Level 8
Level 8

David:

To configure a router to send a syslog message when the state of an OSPF neighbor changes, use the ospf log-adj-changes router configuration command. To turn off this feature, use the no form of this command.

router ospf 100

[no] ospf log-adj-changes

HTH

Victor