beautypg.com

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

Page 875

background image

IPv4 Hardware 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

34.29

To add an access-list filter entry to the access-list named my-list that will permit any
type of IP packet with a source address of 192.168.1.1 and a MAC source address of
ffee.ddcc.bbaa

with any IP and MAC destination address, use the commands:

To add an access-list filter entry to the access-list named my-list a filter that will deny all
IGMP packets (protocol 2) from the 192.168.0.0 network with sequence number 50 in
access-list, use the commands:

Related Commands

access-list hardware (named)
show running-config
show access-list (IPv4 Hardware ACLs)

awplus#

configure terminal

awplus(config)#

access-list hardware my-list

awplus(config-ip-hw-acl)#

permit ip 192.168.1.1/32 any mac
ffee.ddcc.bbaa any

awplus#

configure terminal

awplus(config)#

access-list hardware my-list

awplus(config-ip-hw-acl)#

50 deny proto 2 192.168.0.0/16 any