The hybrid OpenFlow model allows operators to deploy SDN traffic steering using OpenFlow on top of the existing routing and switching infrastructure. Some of the main benefits of the hybrid model include:
In a basic mode of operation, a single OpenFlow Switch instance is configured on the router and controlled by a single OpenFlow controller.
The OF controllers and router exchange OF messages using the OF protocol (version 1.3.1) over the TCP/IP control channel. IPv4 and IPv6 controller addressing are supported. Both out-of-band (default) and in-band management are supported for connectivity to the controller. Transport Layer Security (TLS) is also supported on the control channel. An OF message is processed by the OF switch instance on the router that installs all supported H-OFS traffic steering rules in a flow table for the H-OFS instance. A single table per H-OFS instance is supported.
The H-OFS allows operators to:
Steering actions programmed using OpenFlow are functionally equivalent to ACL actions.
The router allows operators to control traffic using OF, as follows:
To enable rules in an H-OFS on an existing service router interface, an operator must:
OpenFlow can be embedded in IPv4/IPv6 ACL filter policies deployed on:
OpenFlow functionality can be enabled with no effect on forwarding performance. Operators can move from CLI/SNMP programmed steering rules to OpenFlow operational model in service without service disruption.
The control channel is routed via the GRT, meaning that the controller must be reachable via GRT, or it may be routed via a VPRN. VPRN support requires that a loopback interface corresponding to each OpenFlow switch, reachable via the VPRN, is configured in the VPRN. Then, the VPRN service ID or name and the corresponding OpenFlow control channel loopback address are specified in the OpenFlow switch control channel configuration.
The operator can configure one or more instances of an H-OFS (using SNMP or CLI interfaces) with each instance controlled by an OF controller over a unique OF channel using OpenFlow protocol. One OF controller can control multiple H-OFS instances using dedicated channels, or a dedicated OF controller can be deployed per switch. For each switch, up to two OF controllers can be deployed for redundancy. If two controllers are programmed, they can operate in either OFPCR_ROLE_EQUAL roles or in OFPCR_ROLE_MASTER and OFPCR_ROLE_SLAVE roles. Figure 31 shows this architecture.
SR OS supports two modes of operation for an H-OFS instance: GRT-only and multi-service. The modes of operation are operator-controlled per H-OFS instance by enabling or disabling the switch-defined-cookie option (config>open-flow>of-switch>flowtable 0). For backward compatibility, GRT-only mode of operation is default but, because multi-service mode is a functional superset, Nokia recommends operating in multi-service mode whenever possible. The operator can change the mode in which an H-OFS instance operates but a shutdown is required first. This purges all the rules forcing the OF controller to reprogram the switch instance after it is re-enabled in a new mode. SR OS supports both H-OFS modes of operation concurrently for different switch instances.
Multi-service modes of operation uses part of the FlowTable cookie field (higher-order 32 bits) to provide the enhanced functionality; the lower-order FlowTable cookie bits are fully controlled by the OF controller. Table 11 depicts higher-order bit Flow Table cookie encoding used when operating in the multi-service mode of operation.
sros-cookie Name | sros-cookie Type (Bits 63...60) | sros-cookie Value (Bits 59...32) | FlowTable Entry Interpretation Based on the sros-cookie |
grt | 0000 | 0 | FlowTable rule is applicable to GRT instance (IES and router interfaces) |
system | 1000 | 0 | FlowTable rule is applicable to system filters |
service | 1100 | service-id for existing VPLS or VPRN service | FlowTable rule is applicable to an existing VPRN or VPLS service specified by the sros-cookie value |
To enable multi-service mode of operation, an operator must embed the OF switch in an ACL filter policy, and, because multi-service H-OFS supports a mix of VPRN/VPLS/GRT/System rules, an additional scope of embedding must be selected (embed open-flow service, embed open-flow system - grt scope used by default). After embedding H-OFS instance, an ACL policy contains rules specific to a VPRN or VPLS service instance or to a GRT or to a System Filter Policy. Therefore, the ACL filter policy can only be used in the scope defined by H-OFS embedding.
Rules programmed by an OF controller with grt, system, and service cookies specified are accepted even if the H-OFS instance is not embedded by a filter activated in a specific context. Rules programmed by an OF controller with a service cookie specified, when the service ID is not one of the supported service types, or when the service with the specified ID does not exist, are rejected with an error returned back to the controller. If an H-OFS is embedded into a line card policy with a specific service context, the embedding must be removed before that service is deleted.
Table 12 summarizes the main differences between the two modes of operation.
Function | GRT Mode (no switch-defined-cookie) | Multi-service Mode (switch-defined-cookie) |
Support OF on IES access interfaces | Yes | Yes |
Support OF on router interfaces in GRT instance | Yes | Yes |
Support OF on VPRN access and network interfaces | No (lack of native OF service virtualization) | Yes |
Support OF on VPLS access and network interfaces | No (lack of native OF service virtualization) | Yes |
Support port and VLAN in flowtable match (see the following section) | No | Yes |
Support OF control of System ACL policies | No | Yes |
Traffic steering actions | Forward, drop, redirect to LSP, Layer 3 PBR actions only | All |
Scale | Up to ingress ACL filter policy entry scale | Up to OF system scale limit per H-OFS instance, and up to 64 534 entries per unique sros-cookie value |
Restrictions:
When operating in multi-service mode, SR OS H-OFS supports matching on port and VLAN IDs as part of Flow Table match criteria. When an OF controller specifies incoming port and VLAN values other than "ANY", the H-OFS instance translates them to an SR OS VPLS SAP (sros-cookie must be set to a valid VPLS service ID). If the translation does not result in an existing VPLS SAP, the rule is rejected and an error is returned to the controller.
A flow table rule with a port/VLAN ID match is programmed only if the matching SAP has this H-OFS instance embedded in its ACL ingress filter policy using SAP scope of embedding (embed open-flow sap). See SR OS H-OFS Port and VLAN Encoding for required encoding of port and VLAN IDs.
The SR OS H-OFS supports a mix of rules with service scope and with SAP scope. For VPLS SAPs, an H-OFS instance must be embedded twice: once for the VPLS service and once for the SAP if both service-level and SAP-level rules are to be activated.
An example of activating both service-level and SAP-level rules inside a single ACL policy 1 used on VPLS SAP 1/1/1:100 is as follows:
Restrictions:
A router H-OFS instance is embedded into line card IPv4 and IPv6 filter policies to achieve OF-controlled Policy Based Routing (PBR). When H-OFS instance is created, embedded filters (IP and IPv6) required for that instance are automatically created. The filters are created with names, as follows:
“_tmnx_ofs_<ofs_name>”, with the same name for IPv4 and IPv6 filters used.
If embedded filters cannot be allocated due to the lack of filter policy instances, the creation of an H-OFS instance fails. When the H-OFS instance is deleted, the corresponding embedded filters are freed.
The H-OFS can be embedded only in ingress filter policies on line cards/platforms supporting embedded filters and for services supporting H-OFS. Embedding of an H-OFS in filter policies on unsupported services is blocked. Embedding of an H-OFS in filter policies in unsupported direction or on unsupported hardware follows the general filter policy misconfiguration behavior and is not recommended. Unsupported match fields are ignored. Other match criteria may cause a packet to match an entry.
As soon as an H-OFS instance is created, the controller can program OF rules for that instance. For instance, the rules can be created prior to the H-OFS instance embedding into a filter policy or prior to a filter policy with H-OFS instance embedded being assigned to an interface. This allows the operator to either pre-program H-OFS steering rules, or to disable the rules without removing them from a flow table by removing the embedding. An error is returned to the controller if it attempts to program rules not supported by the system. The following lists examples of the errors returned:
When the OF controller updates traffic steering rules, the Hybrid OpenFlow Switch updates the flow table rules. This automatically triggers programming of the embedded filter, which consequently causes instantiation of the rules for all services/interfaces that have a filter policy embedding this H-OFS instance. Embedded filter policy configuration/operational rules apply also to embedded filters auto-created for an H-OFS instance (see Embedded Filter Support for ACL Filter Policies section of this guide). MPLS cannot be deleted if OFS rules are created that redirect to an LSP.
The auto-created embedded filters can be viewed through CLI but cannot be modified and/or deleted through filter policy CLI/SNMP. The operator can see the above embedded filters under show filter context, including the details about the filters, entries programmed, interface association, statistics, and so on.
Figure 29 shows the H-OFS to service operator-configurable mapping example.
For an H-OFS with the switch-defined-cookie command enabled, embedded filters are created for each unique context in the H-OFS instead.
The router allows mixing H-OFS rules from one or more H-OFS instances in a single filter policy. Co-existence of H-OFS rules in a single policy with CLI/SNMP programmed rules and/or BGP FlowSpec programmed rules in a single line card filter policy is also supported. When a management interface and an OF controller flow entry have the same filter policy entry, the management interface-created entry overrides the OF controller-created entry; see the embedded filter functional description. For mixing of the rules from multiple management entities, the controller should not program an entry in its Flow Table that would match all traffic, because this would stop evaluation of the filter policy.
The router supports HA for the OF Flow Table content and statistics. On an activity switch, the channel goes down and is reestablished by the newly active CPM. “Fail secure mode” operation takes place during channel reestablishment (OpenFlow rules continue to be applied to the arriving traffic). The OF controller is expected to resynchronize the OF table when the channel is reestablished. On a router reboot or H-OFS instance shutdown, H-OFS Flow Table rules and statistics are purged. An H-OFS instance cannot be deleted unless the H-OFS instance is first removed from all embedding filter policies.
The SR OS Hybrid OpenFlow switch supports statistics retrieval using the OpenFlow protocol. There are two types of statistics that can be collected:
Operational Notes:
The H-OFS supports auxiliary channels, as defined in OpenFlow version 1.3.1. The packet-in and statistics functions are supported on the auxiliary channels as well as on the main channel.
When the auxiliary channel is enabled on a switch (using the aux-channel-enable command), the switch sets up a dedicated auxiliary channel for statistics (Auxiliary ID 1) and a dedicated auxiliary channel for packet-in (Auxiliary ID 2) if a packet-in action is configured, to every controller for a given H-OFS switch instance. Auxiliary connections use the same transport as the main connection. The switch handles any requests over any established channel and respond on the same channel even if a specific requested auxiliary channel is available.
The H-OFS instance uses the packet-in connection for packet-in functionality by default and expects (but does not require) the controller to use the statistics channel for statistics processing by default.
The switch uses the auxiliary channels (packet-in for packet-in-specific requests and statistics for statistics-specific requests) as long as they are available. If they are not available, the switch uses the next available auxiliary channel. If none of the auxiliary channels are available, the main channel is used.
Auxiliary connections can be enabled or disabled without shutting down the switch.
As described in the previous section, an update to an OpenFlow Switch’s flow table results in the embedded filter updates, which triggers an update to all filter policies embedding those filters. The router automatically downloads the new set of rules to the line cards as defined through service configuration. The rules become part of an ingress line card pipeline, as shown in Figure 33.
Logical ports are used in OpenFlow to encode switch-specific ports. SR OS H-OFS uses logical ports in steering actions by encoding PBR targets. Table 13 lists logical port types supported by SR OS H-OFS:
Bits 31..28 | Bits 27..24 | Bits 24..0 |
Logical port type (LPT) | Logical port type sub-type (LPT-S) | Logical port type value (LPT-V) — always padded with leading zeros |
The following encoding sample shows logical port types supported by SR OS H-OFS:
OF is limited to a 24-bit service ID value range (a subset of VPRN IDs supported by the SR OS system).
Logical port values other than RSVP-TE LSP, SR-TE LSP, and MPLS-TP LSP require H-OFS with the switch-defined-cookie command enabled. Only tunnel-encoded ports are stored in the H-OFS logical port table. Therefore, functionality such as retrieving statistics per port is not available for logical ports that are not stored in the H-OFS logical port table.
The OF controller can use port and VLAN values other than “ANY” for VPLS SAP match and for VPLS steering to SAP for H-OFS instances with the switch-defined-cookie command enabled.
To specify a port in an OF message, SR OS TmnxPortId encoding must be used. The allowed values are those for Ethernet physical ports and LAG.
To encode VLAN tags, OXM_OF_VLAN_ID and new experimenter OFL_OUT_VLAN_ID fields are used as shown in Table 14.
NULL tag, dot1Q tag, inner QinQ tag VlanId | Outer QinQ tag VlanId |
OXM_OF_VLAN_VID | OFL_OUT_VLAN_ID (Experimenter field uses same encoding as OXM_OF_VLAN_VID) |
Table 15 shows how OF programmed values are translated to SR OS SAPs.
OXM_OF_IN_PORT | OXM_OF_VLAN_VID | OFL_OUT_VLAN_ID | Matching SAP SR OS Encoding | Supported in flow_add | Supported in flow_mod flow_del mp_req | Comment |
TmnxPortId for port or LAG | Value: 0x0000 Mask: Absent | Must be absent | port-id lag-id | ✓ | ✓ | Mask must be absent |
TmnxPortId for port or LAG | Value: 0x1yyy, yyy encodes qtag1 Mask: Absent | Must be absent | port-id:qtag1 lag-id:qtag1 | ✓ | ✓ | Mask must be absent |
TmnxPortId for port or LAG | Value: 0x1FFF Mask: Absent | Must be absent | port-id:* lag-id:* | ✓ | ✓ | Mask must be absent |
TmnxPortId for port or LAG | Value: 0x1000 Mask: 0x1000 | Must be absent | port-id: any lag-id: any where "any" is either * or a valid VLAN-ID (but not NULL) | ✓ | Mask must be 0x1000 | |
TmnxPortId for port or LAG | Value: 0x1yyy, yyy encodes qtag2 Mask: Absent | Value: 0x1zzz, zzz encodes qtag1 Mask: Absent | port-id:qtag1.qtag2 lag-id:qtag1.qtag2 | ✓ | ✓ | Mask must be absent |
TmnxPortId for port or LAG | Value: 0x1FFF Mask: Absent | Value: 0x1zzz, zzz encodes qtag1 Mask: Absent | port-id: qtag1.* lag-id: qtag1.* | ✓ | ✓ | Mask must be absent |
TmnxPortId for port or LAG | Value: 0x1FFF Mask: Absent | Value: 0x1FFF Mask: Absent | port-id: *.* lag-id: *.* | ✓ | ✓ | Mask must be absent |
TmnxPortId for port or LAG | Value: 0x1000 Mask: 0x1000 | Value: 0x1zzz, zzz encodes qtag1 Mask: Absent | port-id: qtag1.any lag-id: qtag1.any where any is either * or a valid VLAN-ID (but not NULL) | ✓ | Mask must be absent for OFL_OUT_VLAN_VID | |
TmnxPortId for port or LAG | Value: 0x1000 Mask: 0x1000 | Value: 0x1FFF Mask: Absent | port-id: *.any lag-id: *.any where "any" is either * or a valid VLAN-ID (but not NULL) | ✓ | Mask must be absent for OFL_OUT_VLAN_VID | |
TmnxPortId for port or LAG | Value: 0x1000 Mask: 0x1000 | Value: 0x1000 Mask: 0x1000 | port-id: any.any lag-id: any.any where "any" is either * or a valid VLAN-ID (but not NULL) | ✓ | Masks must be 0x1000 | |
TmnxPortId for port or LAG | Value: 0x0000 Mask: Absent | Value: 0x1FFF Mask: Absent | port-id: *.null | ✓ | ✓ | Mask must be absent |
A router supports redirection of IPv4 or IPv6 next-hop for traffic arriving on a Layer 3 interface. An OF controller can rely on this functionality and program PBR next-hop steering actions for H-OFS instances with the switch-defined-cookie command enabled using the following OF encoding:
In case of erroneous programming, the following experimenter-specific errors are returned to the controller:
A router supports redirection of IPv4 or IPv6 traffic arriving on a Layer 3 interface to a different routing instance (GRT or VRF). An OF controller can rely on this functionality and program PBR actions for GRT/VRF steering for H-OFS instances with the switch-defined-cookie command enabled using the following OF encoding:
port= SR OS LOGICAL port encoding GRT or VPRN Service ID as described in the SR OS H-OFS Logical Port section.
Because a 24-bit value is used to encode the VPRN service ID in the logical port, redirection to a VPRN service with a service ID above that range is not supported.
A router supports redirection of IPv4 or IPv6 traffic arriving on a Layer 3 interface to a different routing instance (GRT or VRF) and next-hop IP at the same time. An OF controller can rely on this functionality and program PBR steering action for H-OFS instances with the switch-defined-cookie command enabled using the following OF encoding:
Encoding as described in the Redirect to IP next-hop section (indirect flag must be set).
port= SR OS LOGICAL port encoding GRT or VPRN Service ID as described in the SR OS H-OFS Logical Port section.
The router supports redirection of IPv4/IPv6 traffic arriving on a Layer 2 interface to an Ethernet Segment Identifier (ESI) with an EVPN control plane. An OF controller can program Layer 2 ESI steering with the switch-defined-cookie command enabled using the following OF encoding:
The router supports redirection of IPv4/IPv6 traffic arriving on a Layer 3 interface to an ESI with an EVPN control plane. An OF controller can program L3 ESI steering with the switch-defined-cookie command enabled using the following OF encoding:
The router supports redirection of IPv4/IPv6 traffic arriving on a Layer 3 interface to a VAS interface bound to an ESI with an EVPN control plane. In this encoding, the SF-IP address represents the VAS interface address, and the ifIndex is the VAS interface ID. An OF controller can program L3 steering with the switch-defined-cookie command enabled using the following OF encoding:
The router supports traffic steering to an LSP. The following shows the OF encoding to be used by an OF controller:
The port uses SR OS LOGICAL port encoding RSVP-TE, SR-TE, or MPLS-TP LSP as described in the SR OS H-OFS Logical Port section.
An LSP received in a flow rule is compared against those in the H-OFS logical port table. If the table does not contain the LSP, the rule programming fails. Otherwise, the rule is installed in an ACL filter. As long as any path within the LSP is UP, the redirect rule forwards unicast IPv4 or IPv6 traffic on the current best LSP path by adding an LSP transport label and, in the case of IPv6 traffic, also adding an explicit NULL label.
When an LSP in the H-OFS logical port table goes down, the OF switch removes the LSP from its logical port table and notifies the controller of that fact if the logical port status reporting is enabled. It is up to the OF controller to decide whether to remove rules using this LSP. If the rules are left in the flow table, the traffic that was to be redirected to this LSP instead is subject to a forward action for this flow rule. If the controller does not remove the entries and the system reuses the LSP identified for another LSP, the rules left in the flow table start redirecting traffic onto this new LSP.
In some deployments, an SDN controller may need to learn from the router H-OFS logical ports status. To support this function, the OF switch supports optional status reporting using asynchronous OF protocol messages for ports status change.
The router supports redirection of IPv4 traffic arriving on a Layer 3 interface for ISA NAT processing. An OF controller can program NAT steering for H-OFS instances with the switch-defined-cookie command enabled using the following OF encoding:
The port uses SR OS LOGICAL port encoding as described in the SR OS H-OFS Logical Port section.
For traffic arriving on a VPLS interface, a router supports PBF to steer traffic over another VPLS SAP in the same service. An OF controller can rely on this functionality and program PBF steering action for H-OFS instances with the switch-defined-cookie command enabled using the following OF encoding:
The port uses encoding as described in the SR OS H-OFS Port and VLAN Encoding section.
OXM TLVs encode SAP VLANs as described in the SR OS H-OFS Port and VLAN Encoding section:
For traffic arriving on a VPLS interface, a router supports PBF to steer traffic over a VPLS SDP in the same service. An OF controller can rely on this functionality and program PBF steering action for H-OFS instances with switched-defined-cookie enabled using the following OF encoding:
In case of erroneous programming, the following experimenter-specific errors are returned to the controller:
The router supports traffic steering within a VPRN, enabling the transport tunnels used by the SDP to be used for specific flows redirected from the system-selected default. This redirection enables large bandwidth flows to be moved to an alternative LSP.
For matching ingress traffic on a VPRN, the switch-defined-cookie command must be enabled, with the cookie encoded to match the ingress VPRN’s service ID.
Traffic can be redirected to the following:
Parameters must be matched in the OF encoding to steer traffic.
port= SR OS LOGICAL port encoding RSVP-TE, MPLS-TP LSP, or segment routing, as described in SR OS H-OFS Logical Port section.
Action 3 (optional): to redirect to a different VPRN
Encoding:
Action 4 (optional): to redirect to a different prefix
Field is an IP destination address. Subnet masks are not supported in the set_field instruction.
An OF controller can program forward action, when a specific flow is to be forwarded using regular router forwarding. This would be a default behavior if the filter-policy embedding this OF switch instance has a default-action forward and no filter policy rule matches the flow. To implement forward action, the following OF encoding is used:
where NORMAL is an OF reserved value.
An OF controller can program a drop action, when packets of a specific flow are to be dropped. To implement a drop action, the OF encoding is a wildcard rule with empty action-set.
Packets that do not match any of the flow table entries programmed by the controller are subject to a default action. The default action is configurable in the CLI using the no-match-action command. Three possible no-match actions are supported: drop, fall-through (packets are forwarded with regular processing by the router), and packet-in.
The packet-in action causes packets that do not match entries in the flow table, as programmed by the OpenFlow controller, to be extracted and sent to the controller in a flow-controlled manner. Because EQUAL is supported, packet-in messages are sent to all controllers in the UP state. To protect the controller, only the first packet of a specific 5-tuple flow (source IP address, destination IP address, source port, destination port, protocol) to which the no-match action is applied is sent to the controller. This 5-tuple flow context ages out after 10 s. Each switch instance maintains contexts for up to 8192 outstanding packet-in messages to the controller. If the packet-in action is used, an auxiliary channel should be enabled for packet-in processing (using the aux-channel-enable command). A count of packets to which packet-in is applied is also available through the OpenFlow channel statistics.
The router supports DSCP remarking of IPv4/IPv6 packets arriving on VPLS, VPRN, GRT, and system interfaces for OFS instances with the switch-defined-cookie command enabled using the following OF encoding:
The meters are configured using meter modification messages, and are configured before the flow messages are sent with meter instruction:
The router supports “primary and secondary action” for filters (see Primary and Secondary Filter Policy Action for PBR/PBF Redundancy). OpenFlow programming for multiple filter actions is also supported, as follows:
The router supports multi-action using the OpenFlow version 1.3.1 Required Action: Group (For more details, refer to Section 6.4, Flow Table Modification Messages, Section 6.5, Group Table Modification Messages, and Section 5.6.1, Group Types with group type of fast failover of the TS-007, OpenFlow Switch Specification Version 1.3.1 (OpenFlow-hybrid switches)).
Redundancy uses fast failover group modeling as per the OpenFlow specification with two buckets, with liveliness detection provided by the filter module. Note that failover operates independently of the OpenFlow controller.
The router supports the programming of pbr-on-down-override and sticky destination using an experimenter, as follows:
The following information describes OF implementation restrictions: