openflow
OFFlowEntry

Represents an OpenFlow flow entry.



public class OFFlowEntry

Stats:
openflow.OFFlowStats

Properties
ethernetType Ethernet Type for flow match criteria.

type=openflow.OFEthernetType
access=read-create
default=ipv4
Displayed(tab/group)=Ethernet Type (Match Criteria)

icmpCode ICMP Code for flow match criteria.

type=int
access=read-create
default=0
minimum=0
maximum=255
Displayed(tab/group)=ICMP Code (Match Criteria/ICMP)

icmpType ICMP Type for flow match criteria.

type=int
access=read-create
default=0
minimum=0
maximum=255
Displayed(tab/group)=ICMP Type (Match Criteria/ICMP)

ipDscpValue IP DSCP Value for flow match criteria.

type=int
access=read-create
default=0
minimum=0
maximum=31
Displayed(tab/group)=DSCP (Match Criteria/IP)

ipDstAddr IP Destination Address for flow match criteria.

type=InetAddress
access=read-create
default=0.0.0.0
Displayed(tab/group)=IP Dest Address (Match Criteria/IP)

ipDstAddrPrefixLength IP Destination Address Prefix Length for flow match criteria.

type=int
access=read-create
default=0
minimum=0
maximum=128
Displayed(tab/group)=Prefix (Match Criteria/IP)

ipDstAddrType IP Destination Address Type for flow match criteria.

type=rtr.InetAddressType
access=read-create
default=ipv4

ipProtocolType IP Protocol Type for flow match criteria.

type=openflow.OFIpProtocolType
access=read-create
default=tcp
Displayed(tab/group)=Protocol Type (Match Criteria)

ipSrcAddr IP Source Address for flow match criteria.

type=InetAddress
access=read-create
default=0.0.0.0
Displayed(tab/group)=IP Source Address (Match Criteria/IP)

ipSrcAddrPrefixLength IP Source Address Prefix Length for flow match criteria.

type=int
access=read-create
default=0
minimum=0
maximum=128
Displayed(tab/group)=Prefix (Match Criteria/IP)

ipSrcAddrType IP Source Address Type for flow match criteria.

type=rtr.InetAddressType
access=read-create
default=ipv4

ipv6ExtHdr IPv6 Ext Header.

type=openflow.OFIpv6ExtHdrFlags
access=read-create
Mandatory on create
Displayed(tab/group)=Header (Match Criteria/IPv6 Ext Header)

ipv6ExtHdrMask IPv6 Ext Header bit mask.

type=openflow.OFIpv6ExtHdrFlags
access=read-create
Mandatory on create
Displayed(tab/group)=Mask (Match Criteria/IPv6 Ext Header)

ipv6Flowlabel IPv6 Flow label.

type=string
access=read-create
default=0x00000
minimum=3
maximum=22
Displayed(tab/group)=IPv6 Flow Label (Match Criteria/IP)

ipv6FlowlabelMask IPv6 Flow label bit mask.

type=string
access=read-create
default=0x00000
minimum=3
maximum=22
Displayed(tab/group)=Mask (Match Criteria/IP)

isEthernetTypeEnabled Enables IP Ethernet Type to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable Ethernet Type (Match Criteria)

isIcmpCodeEnabled Enables ICMP Code to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable ICMP Code (Match Criteria/ICMP)

isIcmpTypeEnabled Enables ICMP Type to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable ICMP Type (Match Criteria/ICMP)

isIpDscpValueEnabled Enables IP DSCP Value to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable DSCP (Match Criteria/IP)

isIpDstAddrEnabled Enables IP Destination Address to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable IP Dest Address (Match Criteria/IP)

isIpProtocolTypeEnabled Enables IP Protocol Type to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable Ip Protocol Type (Match Criteria)

isIpSrcAddrEnabled Enables IP Source Address to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable IP Source Address (Match Criteria/IP)

isIpv6ExtHdrEnabled Enables IPv6 Ext Header to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable IPv6 Ext Header (Match Criteria/IPv6 Ext Header)

isIpv6FlowlabelEnabled Enables IPv6 Flow Label to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable Ipv6 Flow Label (Match Criteria/IP)

isTcpDstPortEnabled Enables TCP Destination Port to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable TCP Dest Port (Match Criteria/TCP)

isTcpSrcPortEnabled Enables TCP Source Port to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable TCP Source Port (Match Criteria/TCP)

isUdpDstPortEnabled Enables UDP Destination Port to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable UDP Dest Port (Match Criteria/UDP)

isUdpSrcPortEnabled Enables UDP Source Port to be used for flow match criteria.

type=boolean
access=read-create
default=false
Displayed(tab/group)=Enable UDP Source Port (Match Criteria/UDP)

openflow.OFFlowActionEntry-Set type=Children-Set
tcpDstPort TCP Destination Port for flow match criteria.

type=int
access=read-create
default=0
minimum=0
maximum=65535
Displayed(tab/group)=TCP Dest Port (Match Criteria/TCP)

tcpSrcPort TCP Source Port for flow match criteria.

type=int
access=read-create
default=0
minimum=0
maximum=65535
Displayed(tab/group)=TCP Source Port (Match Criteria/TCP)

udpDstPort UDP Destination Port for flow match criteria.

type=int
access=read-create
default=0
minimum=0
maximum=65535
Displayed(tab/group)=UDP Dest Port (Match Criteria/UDP)

udpSrcPort UDP Source Port for flow match criteria.

type=int
access=read-create
default=0
minimum=0
maximum=65535
Displayed(tab/group)=UDP Source Port (Match Criteria/UDP)

 
Overridden Properties
flowId

 
Properties inherited from openflow.OFAbstractFlowEntry
cookie, dataPathID, deploymentInfo, deploymentStatus, flowId, flowTableId, hardTimeout, hexCookie, idleTimeout, ofSwitchName, priority, siteId, siteName
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Supported Network Elements
7750 SR Supported from 12.0.R1 until 24.3.R1
  • Excluded chassis types: 7750-SR1
Supported from 24.3.R1
  • Excluded chassis types: 7750-SR7, 7750-SR12, 7750-SR12e, 7750-SRa4, 7750-SRa8, 7750 SR-1e, 7750 SR-2e, 7750 SR-3e, 7750-SR1 Fixed CFM, 7750 SR-14s, 7750 SR-7s, 7750 SR-1s, 7750 SR-2s, 7750 SR-1x-48D, 7750 SR-1-48D, 7750 SR-1-24D, 7750 SR-1x-92S, 7750 SR-1-92S, 7750 SR-1-46S, 7750 SR-1se, 7750 SR-2se, 7750-SR1
7705 SAR Gen 2
7705 SAR Hm Supported until 24.3.R1
7450 ESS Supported from 12.0.R1 until 24.3.R1
  • Excluded chassis types: 7450-ESS1
7950 XRS Supported from 12.0.R1 until 24.3.R1