Hi Juniper
I have 2 PC that testing iperf with 401Mbps and configure strom control on ex2300 but port is not shutdown.
Below is my configuration, Please help me, Why i generate bandwidth over threshold but it not working.
//////EX2300 Configuration///
storm-control-profiles tes {
all {
bandwidth-level 100;
no-unknown-unicast;
}
action-shutdown;
ge-0/0/0 {
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members test;
}
storm-control tes;
recovery-timeout 10;
}
}
}
}
root# run show interfaces ge-0/0/0 detail
Physical interface: ge-0/0/0, Enabled, Physical link is Up
Interface index: 650, SNMP ifIndex: 513, Generation: 141
Link-level type: Ethernet, MTU: 1514, LAN-PHY mode, Link-mode: Full-duplex,
Speed: Auto, BPDU Error: None, Loop Detect PDU Error: None,
Ethernet-Switching Error: None, MAC-REWRITE Error: None, Loopback: Disabled,
Source filtering: Disabled, Flow control: Disabled, Auto-negotiation: Enabled,
Remote fault: Online, Media type: Copper,
IEEE 802.3az Energy Efficient Ethernet: Disabled, Auto-MDIX: Enabled
Device flags : Present Running
Interface flags: SNMP-Traps Internal: 0x4000
Link flags : None
CoS queues : 8 supported, 8 maximum usable queues
Hold-times : Up 0 ms, Down 0 ms
Current address: b0:33:a6:84:4d:a7, Hardware address: b0:33:a6:84:4d:a7
Last flapped : 2000-01-01 08:18:35 ICT (00:59:10 ago)
Statistics last cleared: Never
Traffic statistics:
Input bytes : 151485361453 409776864 bps
Output bytes : 317409807 832 bps
Input packets: 1048591874 36465 pps
Output packets: 4956059 0 pps
IPv6 transit statistics:
Input bytes : 0
---(more)---
//////////////Iperf Config On my PC ////////
iperf3.exe -u -c 192.168.55.2 -b 400M -t 600 -i 5
iperf3.exe -s
/////////////////////////////////////////////