xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
341
create ip standard access_list
Syntax
create ip standard access_list <list_name 16>
Description This command is used to create an access list.
Parameters
<list_name 16> - The name of the access list.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To create an access list named “List1”:
DGS-3627:admin# create ip standard access_list List1
Command: create ip standard access_list List1
Success.
config ip standard access_list
Purpose This command is used to configure an access list to add/delete an entry.
Syntax
config ip standard access_list <list_name 16> [add | delete] <network_address> [deny
| permit]
Description This command creates an IP Route access list. It is used to filter the routes.
Parameters
<list_name 16> - The name of the access list.
<network_address> - The network works as the filter condition of the access_list.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
This example configures access list “list1” to add one entry:
DGS-3627:admin# config ip standard access_list List1 add 10.10.10.0/24 permit
Command: config ip standard access_list List1 add 10.10.10.0/24 permit
Success.
delete ip standard access_list
Purpose To delete an access list used to route filters.
Syntax
delete ip standard access_list [list_name <list_name 16> | all]
Description This command deletes an access list identified by the access list name.
Parameters
<list_name> - The name of the access list.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete an access list named ”List1”: