Description

Unable to push new configurations.

Symptoms

Commit failed when adding new configuration through Mist.


<timestampt, hostname> mgd[55321]: UI_CMDLINE_READ_LINE: User 'mist', command 'delete interfaces ge-x/x/x '

<timestampt, hostname> mgd[55321]: UI_CMDLINE_READ_LINE: User 'mist', command 'set interfaces interface-range <interface-range name> member ge-x/x/x '

<timestampt, hostname> mgd[55321]: UI_CMDLINE_READ_LINE: User 'mist', command 'set groups mist-qos-default class-of-service interfaces ge-x/x/x unit 0 classifiers dscp dscp-classifier-default '

<timestampt, hostname> mgd[55321]: UI_CMDLINE_READ_LINE: User 'mist', command 'set groups mist-qos-default class-of-service interfaces ge-x/x/x unit 0 rewrite-rules dscp dscp-rewriter-default '

<timestampt, hostname> mgd[55321]: UI_CMDLINE_READ_LINE: User 'mist', command 'set groups mist-qos-default class-of-service interfaces ge-x/x/x scheduler-map sched-maps-default '


The following error is returned


error commit-confirm: [edit groups mist-qos-default class-of-service interfaces ge-x/x/x scheduler-map] scheduler-map sched-maps-default: config not allowed on interface ge-x/x/x



Previous configuration was not removed causing a conflict with the new configuration.


set interfaces ge-x/x/x ether-options 802.3ad aex



Despite of the statement on the mist template to delete the interface.


<timestampt, hostname> mgd[55321]: UI_CMDLINE_READ_LINE: User 'mist', command 'delete interfaces ge-x/x/x '

Solution

The configuration was removed manually through the CLI, and then commit.


user@switch# delete interfaces ge-x/x/x

user@switch# commit



The new configuration was added successfully through mist once the interface was deleted through CLI.


<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set interfaces ge-x/x/x unit 0 family ethernet-switching interface-mode access '

<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set interfaces ge-x/x/x unit 0 family ethernet-switching vlan members [ <vlan name> ] '

<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set interfaces ge-x/x/x unit 0 family ethernet-switching storm-control now '

<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set protocols rstp interface ge-x/x/x edge '

<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set switch-options voip interface ge-x/x/x vlan <vlan name> '

<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set switch-options voip interface ge-x/x/x forwarding-class expedited-forwarding '

<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set vlans <vlan name> switch-options interface ge-x/x/x '

<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set class-of-service interfaces ge-x/x/x unit 0 classifiers dscp dscp-classifier-default '

<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set class-of-service interfaces ge-x/x/x unit 0 rewrite-rules dscp dscp-rewriter-default '

<timestampt, hostname> mgd[45221]: UI_CMDLINE_READ_LINE: User 'mist', command 'set class-of-service interfaces ge-x/x/x scheduler-map sched-maps-default '


Modification History

2026-05-22 : Article Created