Allied Telesis AT-DC2552XS User Manual

Page 465

Advertising
background image

AT-DC2552SX Switch Command Line Interface User’s Guide

Section V: Security and Traffic Control

465

Description

Use this command to delete a deny statement from the hardware access
control list. To view the list of hardware ACLs and statements that are
configured on the switch, see “SHOW ACCESS-LIST” on page 474.

To delete a permit or copy-to-mirror statement, see “NO PERMIT” on
page 466 or “NO COPY-T
O-MIRROR” on page 460.

Example

This example displays the hardware access control list on the switch and
deletes a deny statement from the hardware access list “acl_2.” This
statement is to discard IP packets that have destination IP addresses of
192.168.1.0./24 and belong to VLAN 10:

awplus> enable
awplus# show access-list
Hardware IP access list acl_2

10 deny ip any 192.168.1.0/24 vlan 10
20 permit ip any any

awplus> enable
awplus# configure terminal
awplus(config)# access-list hardware acl_2
awplus(config-ip-hw-acl)# no deny ip any 192.168.1.0/24 vlan
10

Advertising