Specifications

Table Of Contents
Chapter 2: acl-edit Commands
2 - 4 SSR Command Line Interface Reference Manual
delete
Purpose
Deletes a rule from an ACL.
Format
delete <
rule#>
Mode
ACL Editor
Description
The
delete
commands allows the administrator to delete a specific rule from an ACL.
When in the ACL Editor, each rule is displayed with its rule number. One can delete a
specific rule from an ACL by specifying its rule number with the delete command.
Parameters
<rule#>
Number of the ACL rule to delete.
Restrictions
None
Examples
ssr(config)# acl-edit 111
1*: acl 111 permit tcp 10.1.15.0/24 10.1.11.0/24 2000-2002 any
2*: acl 111 permit tcp 10.1.15.0/24 10.1.11.0/24 2003-2005 any
3*: acl 111 deny udp
ssr(acl-edit)> delete 2
1*: acl 111 permit tcp 10.1.15.0/24 10.1.11.0/24 2000-2002 any
2*: acl 111 deny udp
ssr(acl-edit)>
Delete ACL rule number 2 from the ACL.