Which configuration excerpt accomplishes this objective?

You want to alter the factory-default storm control configuration so that interfaces on which the storm control level is exceeded are temporarily shut down for five minutes. Which configuration excerpt accomplishes this objective?

You want to alter the factory-default storm control configuration so that interfaces on which the storm control level is exceeded are temporarily shut down for five minutes. Which configuration excerpt accomplishes this objective?

A.
{master:0}[edit ethernet-switching-options]
user@Switch-1# show
storm-control {
action-shutdown;
interface all;
error-disable {
disable-timeout 5;
}
}

B.
{master:0}[edit ethernet-switching-options]
user@Switch-1# show
port-error-disable {
disable-timeout 300;
}
storm-control {
action-shutdown;
interface all;
}

C.
{master:0}[edit ethernet-switching-options]
user@Switch-1# show
storm-control {
shutdown-action;
interface all;
error-disable {
disable-interval 5;
}
}

D.
{master:0}[edit ethernet-switching-options]
user@Switch-1# show
port-error-disable {
disable-interval 300;
}
storm-control {
shutdown-action;
interface all;
}



Leave a Reply 1

Your email address will not be published. Required fields are marked *


mr_tienvu

mr_tienvu

I have the same idea. B