You can configure unicast, multicast, and broadcast storm control in packets per second, kilobits per second or percentage of physical link speed. The storm control function can permit the max rate of unicast, multicast, and broadcast traffics on ingress port.
|
admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 storm-control broadcast pps 10000 admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 storm-control multicast pps 10000 admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 storm-control unicast pps 10000 admin@XorPlus# commit Commit OK. Save done. admin@XorPlus# |
The ratio means the percentage of the physical link speed.
admin@XorPlus# set interface gigabit-ethernet ge-1/1/2 storm-control broadcast ratio 10 admin@XorPlus# set interface gigabit-ethernet ge-1/1/2 storm-control multicast ratio 20 admin@XorPlus# set interface gigabit-ethernet ge-1/1/2 storm-control unicast ratio 30 admin@XorPlus# commit Commit OK. Save done. admin@XorPlus# |
admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 storm-control broadcast kbps 1000 admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 storm-control multicast kbps 1000 admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 storm-control unicast kbps 1000 admin@XorPlus# commit Commit OK. Save done. admin@XorPlus# |