Hello @TFRL. Maybe you can accomplish this objective using Firewall Filters adding it with Policer. Finally attaching this to interface.
Follow the exemple in file.
Thanks :)
------------------------------
Guilherme Rigueti
------------------------------
Original Message:
Sent: 12-27-2022 06:22
From: Unknown User
Subject: MX204. Bandwidth limitation
Hi!
I have several vlans on my network, each with a large number of static networks.
How can I limit the speed separately for each of the networks, and not for the interface?
After all, policer is applied to a specific interface.
For example:
unit 276 { description vlan276; vlan-id 276; family inet { address xxx.xx.xx.xx/29; 30mbps address xxx.xx.xx.xx/27; 50mpbs address xxx.xx.xx.xx/30; 70mpbs } } unit 280 { description vlan280; vlan-id 280; family inet { address xxx.xx.xx.xx/30; 150mbps address xxx.xx.xx.xx/30; 25mbps }
Thank you