The set protocols dot1x filter sequence from destination-mac-address command configures the destination MAC address information of the matching packets based on the NAC-based ACL rules.
Command Syntax
set protocols dot1x filter <filter-name> sequence <sequence-number> from destination-mac-address <mac-address>
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. |
destination-mac-address <mac-address> | Specifies the destination MAC address of packets that match ACL rules. The value is in the format of H:H:H:H:H:H. An H contains 2 hexadecimal numbers. |
Example
- Configure the destination MAC address of packets that match ACL rules to 10:50:ba:27:be:d2.
admin@Xorplus# set protocols dot1x filter f1 sequence 2 from destination-mac-address 10:50:ba:27:be:d2 admin@Xorplus# commit