Director
Director Filter Parameters
<qual> | <value> | Example | Description |
|
|
|
|
ip_proto | Number* | ip_proto=6 | Layer 4 IP protocol |
|
|
|
|
ip_src | IPv4 address | ip_src=168.10.4.1 | IPv4 source address |
|
|
|
|
ip_src_mask | IPv4 address mask | ip_src_mask=255.255.255.0 | Mask for IPv4 source address |
|
|
|
|
ip_dst | IPv4 address | ip_dst=168.10.4.2 | IPv4 destination address |
|
|
|
|
ip_dst_mask | IPv4 address mask | ip_dst_mask=255.255.255.0 | Mask for IPv4 destination ad- |
|
|
| dress |
|
|
|
|
ip6_src | IPv6 address | ip6_src=1234:5678:9abc:def0:12 | IPv6 source address |
|
| 34:5678:9abc:def0 |
|
|
|
|
|
ip6_src_ | IPv6 address mask | ip6_src_mask= | Mask for IPv6 source address |
mask |
| ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff |
|
|
|
|
|
ip6_dst | IPv6 address | ip6_dst=1234:5678::9abc | IPv6 destination address |
|
|
|
|
ip6_dst_ | IPv6 address mask | ip6_dst_mask= | Mask for IPv6 destination ad- |
mask |
| ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff | dress |
|
|
|
|
l4_src_port | Port number | l4_src_port=80 | Layer 4 source port |
|
|
|
|
l4_src_port_ | Port mask | l4_src_port_mask=ffff | Mask for Layer 4 source port |
mask |
|
|
|
|
|
|
|
l4_dst_port | Port number | l4_dst_port=80 | Layer 4 destination port |
|
|
|
|
l4_dst_port_ | Port mask | l4_dst_port_mask=fff0 | Mask for Layer 4 destination |
mask |
|
| port |
|
|
|
|
mac_src | MAC address | mac_src=01:23:45:67:89:ab | MAC source address |
|
|
|
|
mac_src_ | MAC address mask | mac_src_mask=ff:ff:ff:ff:ff:ff | Mask for MAC source address |
mask |
|
|
|
|
|
|
|
mac_dst | MAC address | mac_dst=11:22:33:44:55:66 | MAC destination address |
|
|
|
|
mac_dst_ | MAC address mask | mac_dst_mask=ff:ff:ff:ff:ff:00 | Mask for MAC destination |
mask |
|
| address |
|
|
|
|
vlan | VLAN number | vlan=128 | VLAN |
|
|
|
|
* See Appendix C for a complete list of protocol numbers. Some common protocols include:
Number | Keyword | Protocol |
|
|
|
1 | ICMP | Internet Control Message Protocol |
2 | IGMP | Internet Group Message Protocol |
6 | TCP | Transmission Control Protocol |
17 | UDP | User Datagram Protocol |
89 | OSPF | Open Shortest Path First |
132 | SCTP | Stream Control Transmission Protocol |
50