TX2000 Series Product swiches

TX2000 Series Products is a Great switch, could we have the below in the future releases

  1. Able to create multiple rules under a ACL, this will help with remarking traffic for QoS
  2. Stack multiple switches
  3. Able to configure VRF to isolate routing

Hello,
You can apply multiple ACL (1 rule per ACL) on the same switch port or VLAN (4.5 release for per VLAN) in the ‘consolidated’ provision mode. The order of the ACLs is dictated by the configurable parameter ‘priority’: lower value is higher precedence. Here’s the sample configuration:
Note: The command ‘access-list commit’ has to be executed every time there is a change to the ACL or a new port is added to the ACL.
!
access-list provision mode consolidated
!
mac access-list extended 1
permit any 01:00:5e:00:00:00 ff:ff:ff:00:00:00 vlan 100 priority 1
!
mac access-list extended 2
deny any 01:00:5e:00:00:00 ff:ff:ff:00:00:00 priority 2
!
interface range gigabitethernet 0/2-3
mac access-group 1 in
mac access-group 2 in
!
access-list commit