Description

This article explains the meaning of the following message logged by l2cpd:

l2cpd[17535]: %DAEMON-1-TOPO_CH: for Instance 0 in routing-instance default received on port xe-x/x/x.32767

Symptoms

The following log messages are logged by l2cpd when there's an MSTP topology change:

Dec 25 15:38:11.344 2014 hostname l2cpd[17535]: %DAEMON-1-TOPO_CH: for Instance 0 in routing-instance default received on port xe-x/x/x.32767
Dec 25 15:42:37.465 2014 hostname l2cpd[17535]: %DAEMON-1-TOPO_CH: for Instance 1 in routing-instance default received on port xe-y/y/y.32767

 

Solution

In the MSTP scenario, when there's an MSTP topology change, the l2cpd process will log a message for this event. The l2cpd process will log which instance and interface is affected by this topology change event. When the MSTP topology is stable and the MSTP protocol has finished its convergence, these log messages will disappear.

An MSTP topology change event can be observed by show spanning-tree bridge , as follows:

user@router# run show spanning-tree bridge
STP bridge parameters
Routing instance name : GLOBAL
Context ID : 0
Enabled protocol : MSTP

STP bridge parameters for CIST
Root ID : 32768.88:e0:f3:bc:87:d1
CIST regional root : 32768.88:e0:f3:bc:87:d1
CIST internal root cost : 0
Hello time : 2 seconds
Maximum age : 20 seconds
Forward delay : 15 seconds
Number of topology changes : 3 >>> Number of topology changes for MSTP Instance 0
Time since last topology change : 6 seconds
Local parameters
Bridge ID : 32768.88:e0:f3:bc:87:d1

STP bridge parameters for MSTI 1
MSTI regional root : 32769.88:e0:f3:bc:87:d1
Hello time : 2 seconds
Maximum age : 20 seconds
Forward delay : 15 seconds
Number of topology changes : 3 >>> Number of topology changes for MSTP Instance 1
Time since last topology change : 6 seconds
Local parameters
Bridge ID : 32769.88:e0:f3:bc:87:d1

 

During the topology change event, the following logs are observed:

Dec 25 15:38:11.344 2014 hostname l2cpd[17535]: %DAEMON-1-TOPO_CH: for Instance 0 in routing-instance default received on port xe-x/x/x.32767
Dec 25 15:38:11.344 2014 hostname l2cpd[17535]: %DAEMON-1-TOPO_CH: for Instance 1 in routing-instance default received on port xe-y/y/y.32767
Dec 25 15:42:37.465 2014 hostname l2cpd[17535]: %DAEMON-1-TOPO_CH: for Instance 0 in routing-instance default received on port xe-y/y/y.32767
Dec 25 15:42:37.465 2014 hostname l2cpd[17535]: %DAEMON-1-TOPO_CH: for Instance 1 in routing-instance default received on port xe-y/y/y.32767
Dec 25 15:42:37.541 2014 hostname l2cpd[17535]: %DAEMON-1-TOPO_CH: for Instance 0 in routing-instance default received on port xe-x/x/x.32767


These messages are a warning and there is no service impact as long as MSTP finally reconverges. If these messages repeat continuously, it usually means that the MSTP topology is flapping and you should check why the MSTP topology is flapping. When the MSTP topology is stable and the MSTP protocol finishes its convergence, these log messages will disappear.

Modification History

Included EX/QFX as this KB also applies to those platforms.