Technical information
ADC Telecommunications, Inc.
262 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
no access-list
Deletes the specified access-list.
Mode
root
Syntax
no access-list {<number> | all}
Arguments
Example
Related Commands
■ access-list on page 47
■ show access-list on page 370
<number> Specify the number of a specific access-list that you want to delete.
all Use this keyword to delete all access lists configured within the
system.
cli:172.16.19.10:root# show access-list
row count: 2
List Ac Rule Prot IP Source Mask Source Start End Estab TOS ChTOS
IP Dest Mask Dest Port Port Sync Msk
----- -- ---- ---- --------------- --------------- ----- ----- ----- --- ------
1 DE 1 tcp 0.0.0.0 255.255.255.255 23 23 False 0 0
0.0.0.0 255.255.255.255 0 65535 False 255
..... .. .... .... ............... ............... ..... ..... ..... ... ......
1 PE 2 ip 0.0.0.0 255.255.255.255 False 0 0
0.0.0.0 255.255.255.255 False 255
..... .. .... .... ............... ............... ..... ..... ..... ... ......
cli:172.16.19.10:root# no access-list 1
cli:172.16.19.10:root# show access-list
cli:172.16.19.10:root#