biraj wrote:
You can configure an access-port group for all the edge ports on the access switch. Then the group as a whole can be configured for bpdu-block-on-edge.
I figured out how to configure the group. It should be something like this:
protocols {
rstp {
bpdu-block-on-edge;
}
}
ethernet-switching-options {
bpdu-block {
disable-timeout 10;
}
}
I tought to put there also the "edge" setting but I cannot figure out how to do this.
Shoudl I set any port one by one when I put them in the group?