cancel
Showing results for 
Search instead for 
Did you mean: 

ICX 7250/7150. Broadcast limit doesn't work.

nikita_kulikov
New Contributor III
Hi team!
I test broadcast/multicast/unknown-unicast limits on ICX7250 and ICX7150 (hw ver. 8.0.9).
I've configured ports as:
    interface ethernet 1/1/1
     spanning-tree 802-1w admin-edge-port
     broadcast limit 96 kbps
     multicast limit 400 kbps
     unknown-unicast limit 96 kbps
     stp-bpdu-guard
But, nothing happens! I genarate broadcast traffic, but port works normally in this moment.
Can anyone come across this problem?
6 REPLIES 6

Hello Nik kul,

Understood, The commands are bit complex and not straightforward.
Could you also test the same on 08.0.70e code ?  

Tested on 08.0.70e code. Without changes. 
Mb there is any misconfiguration?
ver 08.0.70eT211
!
stack unit 1
  module 1 icx7150-c12-poe-port-management-module
  module 2 icx7150-2-copper-port-2g-module
  module 3 icx7150-2-sfp-plus-port-20g-module
!
!
!
lag LAG_2 dynamic id 2
 ports ethe 1/3/1 to 1/3/2 
!
!
!
vlan 1 name DEFAULT-VLAN by port
 spanning-tree 802-1w
!
vlan 100 name Management by port
 tagged lag 2 
 untagged ethe 1/1/1 
 spanning-tree 802-1w
!
vlan 200 name TEST by port
 tagged lag 2 
 untagged ethe 1/1/2 
 spanning-tree 802-1w
!
errdisable recovery cause bpduguard
errdisable recovery interval 30
aaa authentication web-server default local
aaa authentication login default local
enable telnet authentication
enable aaa console
enable acl-per-port-per-vlan
hostname 7150
ip dhcp snooping vlan 100
ip dhcp snooping vlan 200
ip address 172.16.0.61 255.255.255.0
ip default-gateway 172.16.0.1
!
link-keepalive ethe 1/3/1 to 1/3/2 
no telnet server
username super password 8 $1$lDtHLIdf$XADHzuiRUFNzmF1o7FIRC/
username admin password 8 $1$W6H2vMPP$tuaydGN2bNddv0kupfJtB.
password-change any
!
!
interface ethernet 1/1/1
 no dhcp snooping relay information
 spanning-tree 802-1w admin-edge-port
 broadcast limit 96 kbps
 multicast limit 400 kbps
 unknown-unicast limit 96 kbps
 stp-bpdu-guard
!
interface lag 2
 dhcp snooping trust
!
end