Junos OS

 View Only
last person joined: yesterday 

Ask questions and share experiences about Junos OS.
  • 1.  MX204. Bandwidth limitation

    Posted 12-27-2022 10:18

    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



  • 2.  RE: MX204. Bandwidth limitation
    Best Answer

    Posted 12-27-2022 12:20
      |   view attached

    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
    ------------------------------

    Attachment(s)

    txt
    example.txt   1 KB 1 version


  • 3.  RE: MX204. Bandwidth limitation

    Posted 12-29-2022 15:28
    Thank you we helped a lot