Step 2: reorder the filters – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 844
Access Control Lists Introduction
Software Reference for x310 Series Switches
33.20
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
Step 2:
Reorder the filters
Reorder the filters in ACL 10 by specifying a sequence number for each filter. The specified
sequence number will overwrite the previous sequence number assigned to the filter:
Step 3:
Copy the running-config file into the startup-config file
Copy the running-config into the file set as the current startup-config file and then reload
the device. Before the reload occurs, you will receive a confirmation request saying:
“reboot system? (y/n):”.
When the device has reboot you can then enter Global Configuration mode and use the
show access-list (IPv4 Software ACLs)
command to display ACL 10:
After the device has reboot the sequence numbers of the filters in the ACL have been
reassigned incrementing from 10.
awplus#
configure terminal
awplus(config)#
access-list 10
awplus(config-ip-std-acl)#
1021 permit 192.168.1.0 0.0.0.255
awplus(config-ip-std-acl)#
3333 permit 192.168.3.0 0.0.0.255
awplus(config-ip-std-acl)#
2772 deny 192.168.2.0 0.0.0.255
awplus(config-ip-std-acl)#
end
awplus#
show access-list 10
Standard IP access list 10
1021 permit 192.168.1.0, wildcard bits 0.0.0.255
2772 deny 192.168.2.0, wildcard bits 0.0.0.255
3333 permit 192.168.3.0, wildcard bits 0.0.0.255
awplus(config)#
exit
awplus#
copy running-config startup-config
awplus#
reload
awplus#
show access-list 10
Standard IP access list 10
10 permit 192.168.1.0, wildcard bits 0.0.0.255
20 deny 192.168.2.0, wildcard bits 0.0.0.255
30 permit 192.168.3.0, wildcard bits 0.0.0.255