Description

The intention of the article is to provide a workaround while performing commit for an interface which was already part of an existing configuration while adding it part of a bundle.

set interfaces xe-0/0/1 gigether-options 802.3ad ae0


[edit groups SCHEDULER class-of-service interfaces <*> scheduler-map]
'scheduler-map PE
config not allowed on interface xe-0/0/1
error: configuration check-out failed

 

Symptoms

Customer was unable to add an existing interface to a bundle as it was already part of COS configuration and hence above commit error was observed .
 

Solution

Remove the apply groups inheritance under the interface to fix the issue. 

delete interface xe-0/0/1 apply-groups SCHEDULER


 

Modification History

2024-05-08 : Article Created