Deployment Guide

OpenFlow 1.0 Support
OpenFlow (OF) 1.0 [STD-1] is supported on the S4810, S4820T, S6000, and MXL switches.
NOTE: When of-instance is enabled with version 1.3, the OpenFlow 1.0 functionality is also supported.
Match Parameters and Supported Values
Using OpenFlow, you can transmit the switch’s ports and forwarding tables to the controller, allowing the controller to configure
forwarding entries on the switch. OpenFlow also allows the controller to insert control packets through the switch and to redirect any
missed flow packets from the switch to the controller.
The flows in OpenFlow allow the switch to match based on the following parameters and values. The software forwards the match results
out of one or more network ports, with the option to modify the packet headers.
Table 1. Match Parameters and Supported Values
Match Parameter Supported Values
Ingress port NA
Ethernet source address MAC address (nn:nn:nn:nn:nn:nn format)
Ethernet destination address MAC address (nn:nn:nn:nn:nn:nn format)
Inner Ethertype All supported IEEE values
External VLAN ID 0 to 4094
External VLAN priority from 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) from 0 to 255
Transport source port (transport sport) from 0 to 65535
Transport destination port (transport dport) from 0 to 65535
ICMP type from 0 to 255
ICMP code from 0 to 255
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.
6
Introduction