Pages

Saturday, July 14, 2012

Cisco and Huawei Port Level Bandwidth Control

 CISCO
===========

We will assign 1MB bandwidth in switch port 0/9.  (unicast=bps)

switch_5#configure terminal
switch_5(config)#interface fastEthernet 0/9
switch_5(config-if)#

storm-control broadcast level bps 256k
storm-control multicast level bps 256k
storm-control unicast level bps 1.024m

 Huawei
==========

[SW-2]interface Ethernet1/0/24
 broadcast-suppression 10
 port access vlan 24
 loopback-detection enable
 description Client-Name
 line-rate inbound 2944
 line-rate outbound 2944
For Huawei the value shoul be multiple of 64


1 comment:

  1. Thanks for the sharing.

    What about Huawei equivalents of below Cisco commands?

    switch_5(config-if)# storm-control multicast level 3.00
    switch_5(config-if)# storm-control broadcast level 3.00

    For "storm-control" commands, Huawei has "min-rate" and "max-rate" values.

    Maybe below command is same?
    [Huawei-GigabitEthernet0/0/1]storm-control multicast min-rate percent 3 max-rate percent 3

    ReplyDelete