Description

This article provides information about the configuration and the output that is generated on the syslog server for the BPDU block notification.

Symptoms

Information about the configuration and the output that is generated on the syslog server for the BPDU block notification.

Solution


The following configuration issues the BPDU block notification that is sent to the syslog server. The condition under file messages matches it with the error and sends the block notification to the syslog server.

root# show system syslog
user  {
    any emergency;
}
host 10.130.35.68 {
    any any;
    source-address 10.9.221.44;
}
file messages {
    any error;
    authorization info;
}
file interactive-commands {
    interactive-commands any;
}
The following output is generated on the syslog server for the BPDU block notification. In the following output, the BPDU block notification that is sent to the syslog server is highlighted in grey:

alt