cancel
Showing results for 
Search instead for 
Did you mean: 

Port-based traffic shapping with Summit X250e-48p

Port-based traffic shapping with Summit X250e-48p

Darko_Kraus
New Contributor
Hello all,

I have several of these switches in my network and I am trying to limit the throughput per port (per employee). I am not quite sure to accomplish this where the packets would be shaped instead of dropped.
When I use command such as 'rate-limit' per port, it seems like once the traffic reaches that limit, the excess packets are dropped instead of being queued. What would be the proper way to do this and for example limit certain ports to 5mbps (mega bits per second) both egress and ingress.

The switches are running ExtremeXOS version 15.3.4.6

Thank you!!!
1 REPLY 1

Jarek
New Contributor II
Hi,

example for one host and one vlan with x250e :

for egress
configure qosprofile QP1 minbw 0 maxbw 65 ports 1

for ingress I use meter+ACL

ACL;

entry User1 { if match all {
vlan-id 10 ;
} then {
meter user1 ;
} }

create meter user1
configure meter user1 committed-rate 12000 Kbps out-actions drop
configure access-list ACL_user1 ports 1 ingress

You can also set a burst for meter

--
Jarek

GTM-P2G8KFN