Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 1002

Quality of Service (QoS) Introduction
Software Reference for x310 Series Switches
38.30
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
Step 2:
Create access control lists (ACLs) that will match the data flows
between local user devices.
■
access-list 3000 permit ip 10.10.0.0/16 10.20.0.0/16
Matches for packets from the Health user devices to Welfare user devices.
■
access-list 3001 permit ip 10.10.0.0/16 10.30.0.0/16
Matches packets from the Health user devices to Employment user devices.
■
access-list 3002 permit ip 10.20.0.0/16 10.10.0.0/16
Matches packets from the Welfare user devices to Health user devices.
■
access-list 3003 permit ip 10.20.0.0/16 10.30.0.0/16
Matches packets from the Welfare user devices to Employment user devices.
■
access-list 3004 permit ip 10.30.0.0/16 10.10.0.0/16
Matches packets from the Employment user devices to Health user devices.
■
access-list 3005 permit ip 10.30.0.0/16 10.20.0.0/16
Matches packets from the Employment user devices to Welfare user devices.
Practical example: Create an ACL that matches packets from the Health user devices to
Welfare user devices.
Step 3:
Create access control lists (ACLs) that will match the data flows
between user devices and all other destinations.
■
access-list 3006 permit ip 10.10.0.0/16 any
Matches packets from Health user devices to all other destinations.
■
access-list 3007 permit ip 10.20.0.0/16 any
Matches packets from Welfare user devices all other destinations.
■
access-list 3008 permit ip 10.30.0.0/16 any
Matches packets from Employment user devices to all other destinations.
Practical example: Matches packets from the Health user devices to all other destinations.
awplus#
configure terminal
awplus(config)#
access-list 3000 permit ip 10.10.0.0/16
10.20.0.0/16
awplus#
configure terminal
awplus(config)#
access-list 3006 permit ip 10.10.0.0/16 any