IP Matcher
From Edge Threat Management Wiki - Arista
IP Matcher syntax is a that describes an IP address or set of IP addresses. This can be used, for example, in Firewall or Policy Manager rules to match against certain traffic.
IP Matcher can be any of the following:
Name | Example | Description |
---|---|---|
Any Matcher | any | matches all addresses |
Single IP | 1.2.3.4 | matches the single IP address |
Range of IPs | 1.2.3.4-1.2.3.100 | matches all the IPs in the range |
CIDR range | 192.168.1.0/24 | matches all the IPs in that subnet |
List of IP Matchers | 1.2.3.4,1.2.3.5,1.2.3.10-1.2.3.15 | matches all the IPs in the list and in that range |