xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
342
DGS-3627:admin# delete ip standard access_list list_name List1
Command: delete ip standard access_list list_name List1
Success.
DGS-3627:admin#
show ip standard access_list
Purpose
This command is used to show the information of access list.
Syntax
show ip standard access_list {<list_name 16>}
Description
This command is used to show the information of an access list.
Parameters
<list_name>
- The name of the access list.
Restrictions
None.
Example usage:
Show the information of an access list named “List1”:
DGS-3627:admin# config ip standard access_list List1 add 10.10.10.0/24 permit
Command:4# config ip standard access_list List1 add 10.10.10.0/24 permit
Success.
DGS-3627:admin# show ip standard access_list List1
Command:4# show ip standard access_list List1
IP standard Access_list:
List1
Total entries number
:
1
filter : permit 10.10.10.0/24
Total Access_list number :
1
DGS-3627:admin#
clear ip prefix_list counter
Purpose
To clear prefix list hit counters.
Syntax
clear ip prefix_list counter [list_name <list_name 16> {<network_address>} | all]
Description
This command is used to clear prefix list hit counters. The hit count is a value indicating the
number of matches to a specific prefix list entry.
Parameters
<list_name 16>
- Name of the prefix list from which the hit count is to be cleared.
<network_address>
- Specifies that IPv4 network which the hit count is to be cleared.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To clear prefix list counters for the prefix list named “first_list” that matches the 192.168.10.0/24 prefix: