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

IPv4 Software Access Control List (ACL) Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
35.27
Example 2
[adding to a list]
To insert a new entry with sequence number 5 of the access-list named my-list that will
accept UDP packets from 10.1.1.0/24 network to 192.168.1.0/24 network on
UDP port 80, use the commands:
Related Commands
access-list extended (named)
access-list (extended numbered)
show running-config
show ip access-list
awplus#
configure terminal
awplus(config)#
access-list extended my-list
awplus(config-ip-ext-acl)#
5 permit udp 10.1.1.0/24
192.168.1.0/24 eq 80
Advertising