Description

Customer running multiple AE bundles and when checking for the lacp statistics they are getting the below error.


Router> show lacp statistics interfaces

error: timeout communicating with lacp daemon

Symptoms

When checked further in the VAR logs we could see that there was some disable action was perfomred for the AE and child interfaces


mgd[21576]: %INTERACT-6-UI_CMDLINE_READ_LINE: User 'abc', command 'set interfaces xe-x/y/z disable '

mgd[73236]: %INTERACT-6-UI_CMDLINE_READ_LINE: User 'abc', command 'delete interfaces xe-x/y/z disable '

mgd[73236]: %INTERACT-6-UI_CMDLINE_READ_LINE: User 'abc', command 'delete interfaces xe-x/y/z.0 disable '

mgd[83172]: %INTERACT-6-UI_CMDLINE_READ_LINE: User 'abc', command 'delete interfaces xe-x/y/z disable '

mgd[61781]: %INTERACT-6-UI_CMDLINE_READ_LINE: User 'abc', command 'set interfaces ae1.0 disable '

mgd[61781]: %INTERACT-6-UI_CMDLINE_READ_LINE: User 'abc', command 'set interfaces ae2 disable '


This was the trigger if the issue.

Solution

This issue is tracked as part of PR :1889687


The fix of this PR is present in below releases.

 

junos:25.2R1-S1

junos:25.2R2

junos:25.3R1

junos:25.4R1

Modification History

2026-03-05 : Article Created