Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »


The set protocols dot1x filter sequence from destination-address-ipv4 command configures the destination IPv4 address information of the matching packets based on the NAC-based ACL rules.


Command Syntax

set routing as-path-list <as-path-list-name> (deny|permit) <wildcard>


Parameter

Parameter

Description

filter <filter-name>

Specifies the name of the AS Path list.

sequence <sequence-number>

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

destination-address-ipv4 <ipv4-address>

Specifies the destination IPv4 address of packets that match ACL rules. It must be an IPv4 subnet in address/prefix-length form. For example, 10.1.1.0/24.


Example

  • Configure the destination IPv4 address of packets that match ACL rules to 10.1.1.0/24.
admin@Xorplus# set protocols dot1x filter f1 sequence 2 from destination-address-ipv4 10.1.1.0/24
admin@Xorplus# commit
  • No labels