cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple vlan sharing the same bandwidth on an ACL

Multiple vlan sharing the same bandwidth on an ACL

Adlavon
New Contributor

Hello,

 

I would like to know how to make several vlan share the same bandwidth (meter) on the ACL.

 

Are the following commands sufficient?

 

ACL_VLAN1 :

 

#   RuleNo
#   6
entry rateLimitOut { if match all {
    source-address X.X.X.X/30 ;
} then {
    meter mtr40Mbps_out ;
} }
 

ACL_VLAN2 :

 

#   RuleNo
#   6
entry rateLimitOut { if match all {
    source-address Y.Y.Y.Y/30 ;
} then {
    meter mtr40Mbps_out ;
} }
 

 

Regards,

2 REPLIES 2

Adlavon
New Contributor

two VLANs shouldn’t be able to use more than 40 Mbit/s together :   YES

 

Actually the ACLs are applied on the VLAN.

Stefan_K_
Valued Contributor

You mean the two VLANs shouldn’t be able to use more than 40 Mbit/s together? The ACLs are applied on the VLAN?

GTM-P2G8KFN