D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
340
delete ip prefix_list
Purpose Used to delete the IP prefix list
Syntax
delete ip prefix_list [list_name <list_name 16> | all]
Description The command is used to delete an IP prefix list.
Parameters
<list_name 16> - The name of the prefix list that will be deleted.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete an IP prefix list named “list1”:
DGS-3627:admin# delete ip prefix_list list_name list1
Command: delete ip prefix_list list_name list1
Success.
DGS-3627:admin#
show ip prefix_list
Purpose This command is used to show an IP prefix list.
Syntax
show ip prefix_list {<list_name 16>}
Description The command is used to show a prefix list entry.
Parameters
<list_name 16> - The name of the prefix_list will be show.
Restrictions None.
Example usage:
This example shows an IP prefix list named ”list1”:
DGS-3627:admin# create ip prefix_list list1
Command: create ip prefix_list list1
Success.
DGS-3627:admin# config ip prefix_list 1 add sequence 10 10.0.0.0/8 le 24 permit
Command: config ip prefix_list 1 add sequence 10 10.0.0.0/8 le 24 permit
Success.
DGS-3627:admin# show ip prefix_list list1
Command:4# show ip prefix_list list1
IP Prefix list: list1
Description:
Total Rule Number:1
sequence 5 permit 10.0.0.0/8 le 24
DGS-3627:admin#
create ip standard access_list
Purpose To create an access list used to filter routes.