03-17-2021 10:59 AM
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,
03-17-2021 11:18 AM
two VLANs shouldn’t be able to use more than 40 Mbit/s together : YES
Actually the ACLs are applied on the VLAN.
03-17-2021 11:11 AM
You mean the two VLANs shouldn’t be able to use more than 40 Mbit/s together? The ACLs are applied on the VLAN?