ofFlowActionType
F10-OPENFLOW-MIB ·
.1.3.6.1.4.1.6027.3.20.1.13.1.2
Object
column Enumeration
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
Context
- MIB
- F10-OPENFLOW-MIB
- OID
.1.3.6.1.4.1.6027.3.20.1.13.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ofFlowActionEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'F10-OPENFLOW-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F10-OPENFLOW-MIB::ofFlowActionType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F10-OPENFLOW-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F10-OPENFLOW-MIB::ofFlowActionType.<ofInstId>.<ofFlowId>.<ofFlowTblId>.<ofFlowActionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F10-OPENFLOW-MIB' -M '/opt/observium/mibs/force10:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F10-OPENFLOW-MIB::ofFlowActionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | outToSwitchPort |
2 | setVlanVid |
3 | setVlanPcp |
4 | stripVlan |
5 | setDlSrc |
6 | setDlDst |
7 | setNetworkSrc |
8 | setNetworkDst |
9 | setNetworkTos |
10 | setTpSrc |
11 | setTpDest |
12 | outToQueue |
65535 | vendor |
Conformance
Member of