Switching

last person joined: yesterday 

Ask questions and share experiences about EX and QFX portfolios and all switching solutions across your data center, campus, and branch locations.
  • 1.  logical-interface-policer

    Posted 07-01-2014 07:44

    Hi


    Is there any way to use logical-interface-policer at the ex series for limiting ipv4 + ipv6 rate limiting ?




  • 2.  RE: logical-interface-policer

     
    Posted 07-03-2014 23:04

    Did you try this and it didn't work? It didn't work at all(you couldn't commit) or it's not rate-limiting as expected?

     

    Did you check this?

     

    http://www.juniper.net/techpubs/en_US/junos12.3/topics/topic-map/policer-logical-interface-aggregate.html

     

     

     

    =====

    If this worked for you please flag my post as an "Accepted Solution" so others can benefit. A kudo would be cool if you think I earned it.



  • 3.  RE: logical-interface-policer

    Posted 07-04-2014 00:20

    z@zz# show firewall policer 15m-limit
    ##
    ## Warning: statement ignored: unsupported platform (ex4200-48t)
    ##
    logical-interface-policer;
    if-exceeding {
    bandwidth-limit 15m;
    burst-size-limit 32k;
    }
    then discard;



  • 4.  RE: logical-interface-policer
    Best Answer

     
    Posted 07-04-2014 00:28

    Yes, I just noticed this as well, after I tried it in the lab.

     

    It seems it's not supported on any EX platform, except EX9200.

     

    [edit]
    root@EX9200# run show version | match "Model|boot"
    Model: ex9204
    JUNOS Base OS boot [13.2R4.6]

    [edit]
    root@EX9200# show firewall
    policer policer_IFL {
    logical-interface-policer;
    if-exceeding {
    bandwidth-limit 10m;
    burst-size-limit 300k;
    }
    then {
    loss-priority high;
    forwarding-class best-effort;
    }
    }

    [edit]
    root@EX9200# run show version | match "Model|boot"
    Model: ex9204
    JUNOS Base OS boot [13.2R4.6]

    [edit]
    root@EX9200#

     

     

     

    =====

    If this worked for you please flag my post as an "Accepted Solution" so others can benefit. A kudo would be cool if you think I earned it.



  • 5.  RE: logical-interface-policer

    Posted 08-28-2016 11:47

    Thanks for the post. Any way to test this without max out the Port's BW?