set protocols dot1x filter sequence from destination-port
The set protocols dot1x filter sequence from destination-port command configures the destination port 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-port <port-number>
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-port <port-number> | Specifies the destination port of packets that match ACL rules. The value is an integer. It could be a port number or a range of port number, i.e. 6000; 6000..7000, which indicates port range from 6000 to 7000. |
Example
- Configure the destination port of packets that match ACL rules to 6000.
admin@Xorplus# set protocols dot1x filter f1 sequence 2 from destination-port 6000 admin@Xorplus# commit
Copyright © 2025 Pica8 Inc. All Rights Reserved.