DXS-3600 Series 10GbE Layer 2/3 Switch CLI Reference Guide
291
28-2 ip prefix-list description
This command is used to add the text description to a prefix list. Use the no form of this command to delete the
description.
ip prefix-list
PREFIX-LIST-NAME
description
DESC
no ip prefix-list
PREFIX-LIST-NAME
description
Parameters
28-3 clear ip prefix-list counter
This command is used to reset the hit counter of the IP prefix list.
For example:
If the specified network address is 10.1.2.3/16 and none of
ge
and
le
is specified,
only the route 10.1.0.0/16 will match the rule. The route 10.1.2.0/24 will not.
If the network address is 10.1.0.0/16 and
ge
24 is specified, the route 10.1.0.0/16 will
not match the rule. The route 10.1.2.0/24 and the route 10.1.2.3/32 will match the
rule.
You can verify your settings by entering the
show ip prefix-list
command.
Example
This example shows how to create and configure the IP prefix-list named “my_pref”
to permit routes from the 10.0.0.0/8 network while set the maximum prefix length to
24.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#ip prefix-list my_pref permit 10.0.0.0/8 le 24
DXS-3600-32S(config)#
Example
This example shows how to create and configure the IP prefix-list named “ my_pref”
to deny routes from the 12.0.0.0/12 network while set minimum prefix length to 20
and maximum prefix length to 24.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#ip prefix-list my_pref deny 12.0.0.0/12 ge 20 le 24
DXS-3600-32S(config)#
PREFIX-LIST-NAME
Specifies the name of the IP prefix list. It can accept up to 16 characters. The syntax
is general string that does not allow space.
DESC
Specifies the text description. It supports maximum 80 characters.
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 8
Usage Guideline
Use the
ip prefix-list
description command to add or delete the text description of an
IP prefix list.
You can verify your settings by entering the
show ip prefix-list
command.
Example
This example shows how to set the description of one IP prefix list.
DXS-3600-32S#configure terminal
DXS-3600-32S(config)#ip prefix-list my_pref description allow routes from peer A
DXS-3600-32S(config)#
Summary of Contents for DXS-3600-16S
Page 1: ...CLI Reference Guide Product Model DXS 3600 Series Layer 2 3 Managed 10GbE Switch Release 1 10 ...
Page 232: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 224 ...
Page 301: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 293 ...
Page 349: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 341 ...
Page 494: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 486 ...
Page 564: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 556 ...
Page 649: ...DXS 3600 Series 10GbE Layer 2 3 Switch CLI Reference Guide 641 ...