Acl commands without acl filter sequence numbers, Acl filter sequence number entry examples – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 840
Access Control Lists Introduction
Software Reference for x310 Series Switches
33.16
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
ACL Commands Without ACL Filter Sequence Numbers
ACL filter sequence numbers are not available for numbered hardware ACL commands:
access-list <3000-3699>
access-list <4000-4699>
ACL Filter Sequence Number Entry Examples
See the below CLI entry examples for prompt sub-modes for ACL filters after ACL
commands:
■
To create an IPv4 Standard ACL and then define ACL filters at the IPv4 Standard ACL
Configuration mode prompt awplus(config-ip-std-acl)#, enter the following
commands:
■
To create an IPv4 Extended ACL and then define ACL filters at the IPv4 Extended ACL
Configuration mode prompt awplus(config-ip-ext-acl)#, enter the following
commands:
■
To create an IPv4 Hardware ACL and then define ACL filters at the IPv4 Hardware ACL
Configuration mode prompt awplus(config-ip-hw-acl)#, enter the following
commands:
■
To create an IPv6 Standard ACL and then define ACL filters at the IPv6 Standard ACL
Configuration mode prompt awplus(config-ipv6-std-acl)#, enter the following
commands:
awplus(config)#
access-list 1
awplus(config-ip-std-acl)#
permit 192.168.1.0 0.0.0.255
awplus(config)#
access-list standard std_name
awplus(config-ip-std-acl)#
permit 192.168.1.0/24
awplus(config)#
access-list 100
awplus(config-ip-ext-acl)#
permit ip 192.168.1.0 0.0.0.255
192.168.2.0 0.0.0.255
awplus(config)#
access-list extended ext_name
awplus(config-ip-ext-acl)#
permit ip 192.168.1.0 0.0.0.255
192.168.2.0 0.0.0.255
awplus(config)#
access-list hardware hw_name
awplus(config-ip-hw-acl)#
permit ip 192.168.1.0 0.0.0.255
192.168.2.0 0.0.0.255
awplus(config)#
ipv6 access-list standard ipv6_st-
d_name
awplus(config-ipv6-std-acl)#
permit 2001:db8::/64