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

The set protocols dot1x filter sequence then action command configures the action for packets that match the ACL rules.


Command Syntax

set protocols dot1x filter <filter-name> sequence <sequence-number> then action <discard | forward>


Parameter

Parameter

Description

filter <filter-name>

Specifies the ACL filter name. The value is a string.

sequence <sequence-number>

Specifies filter sequence number. The value is an integer that ranges from 0 to 9999.

action <discard | forward>

Specifies the action for packets that match the ACL rules. The value could be discard or forward.

  •   discard: Discard packets that match all match conditions in the same sequence number.
  •   forward: Forward packets that match all match conditions in the same sequence number.


Example

  • Configure the action for packets that match the ACL rules to discard.
admin@Xorplus# set protocols dot1x filter f1 sequence 2 then discard
admin@Xorplus# commit
  • No labels