/
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.

  •   Protocol name could be icmp, igmp, ip, ospf, udp or tcp.
  •   Protocol number is an integer that ranges from 0 to 255. For example, 8 for EGP, 9 for IGP, 47 for GRE, 88 for EIGRP, 103 for PIM, and 112 for VRRP.


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