Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: Storm Control on trunk interfaces ?

$
0
0

interpietz wrote:

Is it possible to configure storm-control to a trunk-port ?

Yes It is.

 

{master:0}[edit]
root# show interfaces ge-0/0/1
unit 0 {
    family ethernet-switching {
        port-mode trunk;
        vlan {
            members all;
        }
    }
}

{master:0}[edit]
root# show ethernet-switching-options
storm-control {
    interface ge-0/0/1.0 {
        bandwidth 150000;
    }
    interface all;
}

{master:0}[edit]
root#

 

And if possible, does it make sense to configure the storm-control to a trunk-interface, or should I use the strom-control only on regular access-ports ?

 

Well, from my pint of view, I think the best practice for strom control is to apply it on access ports unless you have trunk port connecting to servers.

 

But let's see what other member of the community thinks.

 

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>