Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

To configure the filter sequence description, use the set firewall filter sequence description command in L2/L3 configuration mode. To remove the filter sequence description, use the delete form of the command.

Command Syntax

set firewall filter filter-name sequence sequence-number description sequence-description
delete firewall filter filter-name sequence number description

Parameters

filter-nameFilter name.
sequence-numberThe sequence number, smaller values representing higher priorities. The range is 0-9999.
sequence-descriptionThe sequence description.

Example

The following example configures the description for sequence 10 of the MyFilter filter:

admin@Switch# set firewall filter MyFilter sequence 10 description "My filter sequence"

The following example removes the description for sequence 10 of the MyFilter filter:

admin@Switch# delete firewall filter MyFilter sequence 10 description
Deleting: 
>   description: "My filter sequence"
OK 
  • No labels