D-Link xStack DGS-3620 Reference Manual page 593

Hide thumbs Also See for xStack DGS-3620:
Table of Contents

Advertisement

xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
Format
config ip prefix_list <list_name 16> [[add | delete] {sequence <value 1-65535>}
<network_address> {ge <value 1-32>} {le <value 1-32>} [deny | permit] | [description <desc
80> | clear_description]]
Parameters
<list_name 16> - Specifies the name for the prefix list.
add - Specifies to add a rule entry.
delete - Specifies to delete a rule entry.
sequence - (Optional) Specifies the sequence number for the rule entry.
<value 1-65535> - Enter the sequence number for the rule entry here. This value must be
between 1 and 65535.
<network_address> - Specifies the network address used.
ge - (Optional) Specifies the minimum prefix length to be matched.
<value 1-32> - Enter the 'ge' value used here. This value must be between 1 and 32.
le - (Optional) Specifies the maximum prefix length to be matched.
<value 1-32> - Enter the 'le' value used here. This value must be between 1 and 32.
deny - Specifies that the network will be denied.
permit - Specifies that the network will be permitted.
description - Specifies the description for the prefix list used.
<desc 80> - Enter the description used here. This value can be up to 80 characters long.
clear_description - Specifies that the description for the prefix list will be cleared.
Restrictions
Only Administrators, Operators and Power-Users can issue this command.
Example
The following example configures a prefix list 1 to permit routes from the 10.0.0.0/8 network that
have a mask length that is less than or equal to 24 bits:
DGS-3620-28PC:admin# config ip prefix_list 1 add 10.0.0.0/8 le 24 permit
Command:
config ip prefix_list 1 add 10.0.0.0/8 le 24 permit
Success.
DGS-3620-28PC:admin#
48-3
delete ip prefix_list
Description
This command is used to delete the IP prefix list
Format
delete ip prefix_list [list_name <list_name 16> | all]
Parameters
list_name - Specifies the prefix list name that will be deleted.
588

Advertisement

Table of Contents
loading

Table of Contents