Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

aggregating bridged interface rate policer

$
0
0

I am try to apply rate limiting on a bridged interface on a QFX5100 VCF. I beleive this can be done on a single bridged interface as follows:

 

{master:1}[edit interfaces ge-0/0/1]
admin@lab-ex4300-vc# show
description Customer_A;
flexible-vlan-tagging;
native-vlan-id 4094;
mtu 9000;
encapsulation extended-vlan-bridge;
ether-options {
   ethernet-switch-profile {
      ethernet-policer-profile {
         policer test-policer-1 {
            aggregate {
               bandwidth-limit 4m;
               burst-size-limit 200k;
            }
         }
      }
   }
}
unit 50 {
   vlan-id-list 1-4094;
   input-vlan-map push;
   output-vlan-map pop;
}

 

However these options are not available on aggregated interfaces:

 

{master:0}[edit interfaces ae4]
paulh@ASH-CAF-0# set aggregated-ether-options ethernet-switch-profile ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don't inherit configuration data from these groups
+ tag-protocol-id IEEE 802.1q Tag Protocol Identifier values for VLAN-tagged frames

 

Can someone tell me how this is done?


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>