I have come across a commit error when adding the 'action-shutdown' option to a storm control profile.
{master:0}[edit interfaces xe-2/0/8]
paulh@LAB1# commit check
[edit interfaces xe-2/0/8 ether-options ethernet-switch-profile storm-control]
'TEST'
Action shutdown is not supported with the attached interface
The profile was already associated with an interface which is configured as follows.
{master:0}[edit interfaces xe-2/0/8]
paulh@LAB1# show
description Customer_A;
flexible-vlan-tagging;
native-vlan-id 4094;
encapsulation extended-vlan-bridge;
ether-options {
ethernet-switch-profile {
storm-control TEST;
}
auto-negotiation;
}
unit 10 {
vlan-id-list 1-4094;
input-vlan-map push;
output-vlan-map pop;
}
{master:0}[edit]
paulh@LAB1# show forwarding-options
storm-control-profiles TEST {
all {
bandwidth-level 2000;
}
action-shutdown;
}
Does anyone know why this is?