/
set protocols dot1x filter sequence from protocol
set protocols dot1x filter sequence from protocol
The set protocols dot1x filter sequence from protocol command configures the protocol type information of the matching packets based on the NAC-based ACL rules.
Command Syntax
set protocols dot1x filter <filter-name> sequence <sequence-number> from protocol [icmp | igmp | ip | ospf | others<protocol-number> | udp | tcp]
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. |
protocol [icmp | igmp | ip | ospf | others <protocol-number> | udp | tcp] | Specifies a protocol name or a protocol number.
|
Example
- Configure the protocol type of packets that match ACL rules to ICMP.
admin@Xorplus# set protocols dot1x filter f1 sequence 2 from protocol icmp admin@Xorplus# commit