log-adjacency-changes (IS-IS)
To configure the router to send a syslog message when an Intermediate System to Intermediate System (IS-IS) neighbor goes up or down, use the log-adjacency-changes command in router configuration mode. To turn off this function, use the no form of this command.
log-adjacency-changes [all]
no log-adjacency-changes [all]
Syntax Description
all |
(Optional) Includes changes generated by non-IIH (IS-IS Hello) event. |
Command Default
This feature is disabled.
Command Modes
Router configuration (config-router)
Command History
Release |
Modification |
---|---|
10.3T |
This command was introduced. |
12.2(28)SB |
This command was integrated into Cisco IOS Release 12.2(28)SB. |
12.2SX |
This command is supported in the Cisco IOS Release 12.2SX train. Support in a specific 12.2SX release of this train depends on your feature set, platform, and platform hardware. |
Usage Guidelines
This command allows you to know about IS-IS neighbors going up or down. The log-adjacency-changes command is on by default but only changes generated by IIH events are included, unless the all keyword is also used.
Examples
The following example configures the router to send a syslog message when an IS-IS neighbor state changes:
Device# enable
Device# configure terminal
Device(config)# router isis ABCD
Device(config-router)# log-adjacency-changes all