Deployment Guide

Match Parameter Supported Values
External VLAN ID 0 to 4094
External VLAN priority 0 to 7
IP source address IP address (x:x:x:x::x format then the prefix length
in the /x format)
IP destination address IP address (x:x:x:x::x format then the prefix length
in the /x format)
IP protocol type
session initiation protocol (SIP)
dynamic IP (DIP)
type of service (TOS)protocol
Type of service (ToS) 0 to 255
Transport source port (transport sport) 0 to 65535
Transport destination port (transport dport) 0 to 65535
ICMP type 0 to 255
ICMP code 0 to 255
The software forwards the match results out of one or more network ports, with the option to modify the
packet headers.
Supported Flow Actions
The following flow actions are supported:
OFPAT_FLOOD or OFPAT_ALL: Floods packets to all ports and VLANs on the OF interface.
OFPAT_CONTROLLER: Sends all NO_MATCH or ACTION packets to the controller specified by the
packet’s VLAN tag.
OFPAT_out_port: Displays a list of ports that can receive traffic.
OFPAT_DROP: Drops all packets that match the specified criteria.
OFPXMT12_OFB_ETH_TYPE — Ethernet frame type
OFPXMT12_OFB_VLAN_PCP — VLAN priority
MODIFY FIELD — Set VLAN ID: Assigns a VLAN ID (0 to 4094).
MODIFY FIELD - Strip Vlan ID: Strips VLAN ID from the packet.
MODIFY FIELD — Set VLAN priority: Assigns a priority to a VLAN (0 to 7).
MODIFY FIELD — Modify Ethernet source MAC address: Changes the Ethernet source MAC
address to the specified value.
MODIFY FIELD — Modify Ethernet destination MAC address: Changes the Ethernet
destination MAC address to the specified value.
MODIFY FIELD — Modify IPv4 ToS bits: Changes the IPv4 ToS in the packet header to the
specified value.
OFPAT_ENQUEUE: Send the specified flow to the queue.
NOTE: If there is a conflict between actions, the action with the higher priority takes precedence.
9