MIB Viewer

ofFlowActionType

OBJECT-TYPE
1.3.6.1.4.1.6027.3.20.1.13.1.2
Access
read-only
Status
current
Sub-identifiers
0
OpenFlow Flow Action Type - Following are the supported Actions outToSwitchPort -> Output to switch port. setVlanVid -> Set the 802.1q VLAN id. setVlanPcp -> Set the 802.1q priority. stripVlan -> Strip the 802.1q header. setDlSrc -> Ethernet source address. setDlDst -> Ethernet destination address. setNetworkSrc -> IP source address. setNetworkDst -> IP destination address. setNetworkTos -> IP ToS (DSCP field, 6 bits). setTpSrc -> TCP/UDP source port. setTpDest -> TCP/UDP destination port. outToQueue -> Output to queue. vendor -> Vendor specific action
INTEGER { outToSwitchPort(1), setVlanVid(2), setVlanPcp(3), stripVlan(4), setDlSrc(5), setDlDst(6), setNetworkSrc(7), setNetworkDst(8), setNetworkTos(9), setTpSrc(10), setTpDest(11), outToQueue(12), vendor(65535) }