OcNOS-RON-6.3.1 : Layer 3 Guide : Open Shortest Path First Command Reference : OSPFv2 Commands : log-adjacency-changes
log-adjacency-changes
Use this command for the router to send a SYSLOG message when an OSPF neighbor goes up or down.
Use no parameter of this command to stop sending SYSLOG message.
Command Syntax
log-adjacency-changes (brief|detail|)
no log-adjacency-changes
Parameters
brief
Sends a SYSLOG message for each state change, not just when a neighbor goes up or down.
detail
Sends a SYSLOG message for each state change, not just when a neighbor goes up or down.
Default
Default option is brief.
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router ospf 100
(config-router)#log-adjacency-changes
(config-router)#log-adjacency-changes detail
 
(config-router)#no log-adjacency-changes
(config-router)#no log-adjacency-changes detail
 
Last modified date: 07-13-2023