Filter packets

Packet filter list.

Packet selector

Match on specific packet attributes relating to their flow.

  • ICMP - Match specific ICMP packet attributes.
  • ICMPv6 - Match specific ICMPv6 packet attributes.
  • Source - Match on source attributes.
  • Destination - Match on destination attributes.

Properties

IP version

Match packets from the given IP family.

OptionLabelDescription
anyAnyMatch any IP packet.
ipv4IPv4Match any IPv4 packet.
ipv6IPv6Match any IPv6 packet.
  • Data type: string select
  • Default: any
  • Configuration
  • Required

CLI: (cli)> config network flow rule <key> filter <index> ip-version

Protocol

Match packets for the given IP protocol.

OptionLabelDescription
anyAnyMatch any IP protocol.
tcpTCPMatch TCP protocol.
udpUDPMatch UDP protocol.
icmpICMPMatch any ICMP protocol.
customCustom protocolMatch a specified IP protocol by number.
  • Data type: string select
  • Default: any
  • Configuration
  • Required

CLI: (cli)> config network flow rule <key> filter <index> protocol

Protocol number

The numeric value of the IP protocol to match.

  • Data type: integer
  • Minimum: 0
  • Maximum: 255
  • Configuration
  • Required

CLI: (cli)> config network flow rule <key> filter <index> custom-protocol

DSCP

Match packets using Differentiated Services Code Point (DSCP).

  • Data type: integer
  • Minimum: 0
  • Maximum: 63
  • Configuration
  • Optional

CLI: (cli)> config network flow rule <key> filter <index> dscp