Technical information

ADC Telecommunications, Inc.
260 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
no access-class
Deletes the specified access-class from the current cable interface.
Mode
interface:cable:csi(<c/s/i>)
Syntax
no access-class <number> {in | out} priority <priority number>
Arguments
Example
<number> Number of the access-class that you want to remove.
in Specifies an access class applied to the inbound interface.
out Specifies an access class applied to the outbound interface.
priority <priority number> Priority number of the access-class that you want to remove.
cli:172.16.19.10:root# interface 1/1/1
mode: interface:cable:csi(1/1/1)
cli:172.16.19.10:interface:cable:csi(1/1/1)# show access-class
row count: 1
Access List Priority Row
List Direction Status
Number
------ --------- -------- ------
1 in 1 1
cli:172.16.19.10:interface:cable:csi(1/1/1)# no access-class 1 in priority 1
cli:172.16.19.10:interface:cable:csi(1/1/1)# show access-class
Access List Priority Row
List Direction Status
Number
------ --------- -------- ------
cli:172.16.19.10:interface:cable:csi(1/1/1)#