DELL-NETWORKING-OPENFLOW-MIB: View SNMP OID List / Download MIB

VENDOR: FORCE10 NETWORKS


 Home MIB: DELL-NETWORKING-OPENFLOW-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 dellNetOpenFlow 1.3.6.1.4.1.6027.3.20
Dell Networking OS OpenFlow MIB provides information base of OpenFlow enabled Dell Networking OS Switch. This MIB exposes information about the Switch in OpenFlow perspective. Information of : 1) OpenFlow Instances configured, 2) Controller that configured it, 3) Ports that are configured under these instances, 4) VLANs that are part of these instances and 5) Flows & Flowactions configured are shared via this MIB.
       ofSwitchObjects 1.3.6.1.4.1.6027.3.20.1
           ofSwitchId 1.3.6.1.4.1.6027.3.20.1.1 unsigned32 read-only
Open Flow Switch Id: Identifier of this Switch
           ofManufacturerDesc 1.3.6.1.4.1.6027.3.20.1.2 displaystring read-only
Open Flow Manufacturer Description: Provides info about the OF Switch manufacturer
           ofHardwareDesc 1.3.6.1.4.1.6027.3.20.1.3 displaystring read-only
Open Flow Switch HardwareDescription
           ofSoftwareDesc 1.3.6.1.4.1.6027.3.20.1.4 displaystring read-only
Open Flow Switch SoftwareDescription
           ofSwitchSerialNo 1.3.6.1.4.1.6027.3.20.1.5 octet string read-only
Open Flow Switch Serial No: Provides the serial number of the switch
           ofSwitchVersion 1.3.6.1.4.1.6027.3.20.1.6 octet string read-only
Open Flow Switch Version
           ofInstTable 1.3.6.1.4.1.6027.3.20.1.7 no-access
Open Flow Instance Table
               ofInstEntry 1.3.6.1.4.1.6027.3.20.1.7.1 no-access
Open Flow Instance Entry: This provides the sequence of objects that describes the properties of the Instance. ofInstId uniquely identifies the instance and hence it becomes an index
                   ofInstId 1.3.6.1.4.1.6027.3.20.1.7.1.1 unsigned32 no-access
Open Flow Instance Identifier
                   ofInstAdminState 1.3.6.1.4.1.6027.3.20.1.7.1.2 integer read-only
Open Flow Instance Admin State: tells whether this instance is enabled or not. Enumeration: 'down': 2, 'up': 1.
                   ofInstIntfType 1.3.6.1.4.1.6027.3.20.1.7.1.3 integer read-only
Open Flow Instance Interface Type: tells whether this instance is a Port or VLAN or ANY Enumeration: 'vlan': 2, 'port': 1, 'any': 3.
                   ofInstDataPathId 1.3.6.1.4.1.6027.3.20.1.7.1.4 datapathidentifier read-only
Open Flow Instance DataPath Identifier
                   ofInstConnectTimeout 1.3.6.1.4.1.6027.3.20.1.7.1.5 unsigned32 read-only
Open Flow Instance Connection Timeout: Tells the time after which the connection would be dropped
                   ofInstEchoReplyTimeout 1.3.6.1.4.1.6027.3.20.1.7.1.6 unsigned32 read-only
Open Flow Instance Echo Reply Timeout: Tells the max time for which the Echo message would wait for reply
                   ofInstEchoReqInterval 1.3.6.1.4.1.6027.3.20.1.7.1.7 unsigned32 read-only
Open Flow Instance Echo Request Interval: Tells how often the Echo message would be sent
                   ofInstNumFlows 1.3.6.1.4.1.6027.3.20.1.7.1.8 unsigned32 read-only
The current number of flows in this Instance
                   ofInstSuppCapabilities 1.3.6.1.4.1.6027.3.20.1.7.1.9 bits read-only
Open Flow Instance Supported Capabilities: Gives the supported capabilities information by setting the appropriate BITS Bits: 'table': 1, 'flow': 2, 'port': 0.
                   ofInstSuppActions 1.3.6.1.4.1.6027.3.20.1.7.1.10 bits read-only
Open Flow Instance Supported Actions: Gives the supported Action information by setting the appropriate BITS Bits: 'set-pcp': 2, 'set-dmac': 4, 'set-vlan': 1, 'set-tos': 5, 'output': 0, 'set-smac': 3.
           ofCntlrTable 1.3.6.1.4.1.6027.3.20.1.8 no-access
Open Flow Controller Table: This table provides information about the Controller
               ofCntlrEntry 1.3.6.1.4.1.6027.3.20.1.8.1 no-access
Open Flow Controller Entry
                   ofCntlrId 1.3.6.1.4.1.6027.3.20.1.8.1.1 unsigned32 no-access
Open Flow Controller Id: This provides Id of this controller
                   ofCntlrAddrType 1.3.6.1.4.1.6027.3.20.1.8.1.2 inetaddresstype read-only
Open Flow Controller IP Address Type : The address type of the controller's IP address. If no controller is configured yet then this is set to unknown(0).
                   ofCntlrAddr 1.3.6.1.4.1.6027.3.20.1.8.1.3 inetaddress read-only
Open Flow Controller IP Address: This gives the IP Address of the controller. The InetAddressType of this is given by the ofCntlrAddrType object.
                   ofCntlrPortNumber 1.3.6.1.4.1.6027.3.20.1.8.1.4 inetportnumber read-only
Open Flow Controller Port: This provides the port number to be used to communicate with the controller
                   ofCntlrProtocol 1.3.6.1.4.1.6027.3.20.1.8.1.5 integer read-only
Open Flow Controller Protocol: Tells which protocol is being used by this Controller for communication, either TLS or TCP Enumeration: 'tls': 1, 'tcp': 2.
                   ofCntlrConState 1.3.6.1.4.1.6027.3.20.1.8.1.6 integer read-only
Open Flow Controller Connection State Enumeration: 'down': 1, 'up': 2.
           ofPortTable 1.3.6.1.4.1.6027.3.20.1.9 no-access
Open Flow Port Table
               ofPortEntry 1.3.6.1.4.1.6027.3.20.1.9.1 no-access
Open Flow Port Entry has ports assigned to the instance
                   ofPortIfIndex 1.3.6.1.4.1.6027.3.20.1.9.1.1 interfaceindex no-access
The ifIndex value corresponding to this port
                   ofPortAssociationType 1.3.6.1.4.1.6027.3.20.1.9.1.2 integer read-only
Open Flow Port Association Type: Tells whether this port is directly assigned to the instance or via VLAN. Enumeration: 'instancePort': 1, 'instVlanPort': 2.
           ofVlanTable 1.3.6.1.4.1.6027.3.20.1.10 no-access
Open Flow VLAN Table containing port list information for each VLAN configured into the instance.
                 ofVlanEntry 1.3.6.1.4.1.6027.3.20.1.10.1 no-access
Open Flow VLAN Entry. Restricted to max 8 VLANs per instance.
                     ofVlanIfIndex 1.3.6.1.4.1.6027.3.20.1.10.1.1 interfaceindex no-access
The ifIndex value corresponding to this VLAN.
                     ofVlanId 1.3.6.1.4.1.6027.3.20.1.10.1.2 vlanid read-only
Open Flow Vlan Id: VALN-ID referring to this VLAN.
           ofFlowTable 1.3.6.1.4.1.6027.3.20.1.11 no-access
Open Flow FlowTable
                 ofFlowEntry 1.3.6.1.4.1.6027.3.20.1.11.1 no-access
Open Flow Instance Flow Entry
                     ofFlowId 1.3.6.1.4.1.6027.3.20.1.11.1.1 unsigned32 no-access
OpenFlow Flow Id
                     ofFlowTblId 1.3.6.1.4.1.6027.3.20.1.11.1.2 unsigned32 no-access
OpenFlow Flow Table Id
                     ofFlowPriority 1.3.6.1.4.1.6027.3.20.1.11.1.3 unsigned32 read-only
OpenFlow Flow priority
                     ofFlowIdleTime 1.3.6.1.4.1.6027.3.20.1.11.1.4 unsigned32 read-only
OpenFlow Flow Idle Time
                     ofFlowHardTime 1.3.6.1.4.1.6027.3.20.1.11.1.5 unsigned32 read-only
OpenFlow Flow Hard Timeout
                     ofFlowUpTime 1.3.6.1.4.1.6027.3.20.1.11.1.6 timeticks read-only
The time since the OpenFlow flow was configured to be up.
                     ofFlowCookie 1.3.6.1.4.1.6027.3.20.1.11.1.7 octet string read-only
OpenFlow Flow Cookie String
                     ofFlowPacketCount 1.3.6.1.4.1.6027.3.20.1.11.1.8 counter64 read-only
OpenFlow Flow Packet Count
                     ofFlowByteCount 1.3.6.1.4.1.6027.3.20.1.11.1.9 counter64 read-only
OpenFlow Flow Byte Count
           ofFlowMatchParamsTable 1.3.6.1.4.1.6027.3.20.1.12 no-access
Open Flow Match Parameter Table
                 ofFlowMatchParamsEntry 1.3.6.1.4.1.6027.3.20.1.12.1 no-access
A set of parameters to be mactheded on a particular openFlow Table.
                     ofFlowMatchInPort 1.3.6.1.4.1.6027.3.20.1.12.1.1 octet string read-only
OpenFlow Flow Match Ingress Ports; Note that when the value of this object is the zero-length string, it indicates 'wild card'.
                     ofFlowMatchEtherSrcAddr 1.3.6.1.4.1.6027.3.20.1.12.1.2 octet string read-only
OpenFlow Flow Match Ethernet Source Address. Note that when the value of this object is the zero-length string, it indicates 'wild card'.
                     ofFlowMatchEtherDstAddr 1.3.6.1.4.1.6027.3.20.1.12.1.3 octet string read-only
OpenFlow Flow Match Ethernet Destination Address. Note that when the value of this object is the zero-length string, it indicates 'wild card'.
                     ofFlowMatchVlanId 1.3.6.1.4.1.6027.3.20.1.12.1.4 octet string read-only
OpenFlow Flow Match Vlan Id. Note that when the value of this object is the zero-length string, it indicates 'wild card'.
                     ofFlowMatchEthType 1.3.6.1.4.1.6027.3.20.1.12.1.5 octet string read-only
OpenFlow Flow Match Ethernet Type. Note that when the value of this object is the zero-length string, it indicates 'wild card'.
                     ofFlowMatchVlanPri 1.3.6.1.4.1.6027.3.20.1.12.1.6 octet string read-only
OpenFlow Flow Match VLAN Priority. Note that when the value of this object is the zero-length string, it indicates 'wild card'.
                     ofFlowMatchIpTos 1.3.6.1.4.1.6027.3.20.1.12.1.7 octet string read-only
OpenFlow Flow Match IP TOS
                     ofFlowMatchIpProto 1.3.6.1.4.1.6027.3.20.1.12.1.8 octet string read-only
OpenFlow Flow match IP Protocol
                     ofFlowMatchIpSrcAddr 1.3.6.1.4.1.6027.3.20.1.12.1.9 octet string read-only
OpenFlow Flow Match IP Source Address. Note that when the value of this object is the zero-length string, it indicates 'wild card'.
                     ofFlowMatchIpDestAddr 1.3.6.1.4.1.6027.3.20.1.12.1.10 octet string read-only
OpenFlow Flow Match IP Destination Adress. Note that when the value of this object is the zero-length string, it indicates 'wild card'.
                     ofFlowMatchTpSrcPort 1.3.6.1.4.1.6027.3.20.1.12.1.11 octet string read-only
OpenFlow Flow Match Transport Source Port. Note that when the value of this object is the zero-length string, it indicates 'wild card'.
                     ofFlowMatchTpDstPort 1.3.6.1.4.1.6027.3.20.1.12.1.12 octet string read-only
OpenFlow Flow Match Transport Destination Port. Note that when the value of this object is the zero-length string, it indicates 'wild card'.
           ofFlowActionTable 1.3.6.1.4.1.6027.3.20.1.13 no-access
OpenFlow Flow Action Table
                 ofFlowActionEntry 1.3.6.1.4.1.6027.3.20.1.13.1 no-access
OpenFlow Flow Action Entry
                     ofFlowActionId 1.3.6.1.4.1.6027.3.20.1.13.1.1 unsigned32 no-access
Open Flow Action Id
                     ofFlowActionType 1.3.6.1.4.1.6027.3.20.1.13.1.2 integer read-only
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 Enumeration: 'outToSwitchPort': 1, 'vendor': 65535, 'setVlanVid': 2, 'setVlanPcp': 3, 'setDlDst': 6, 'stripVlan': 4, 'setNetworkSrc': 7, 'setDlSrc': 5, 'setTpSrc': 10, 'setNetworkTos': 9, 'setTpDest': 11, 'outToQueue': 12, 'setNetworkDst': 8.
                     ofFlowActionSrcMac 1.3.6.1.4.1.6027.3.20.1.13.1.3 macaddress read-only
OpenFlow Flow Action Source Mac address
                     ofFlowActionDstMac 1.3.6.1.4.1.6027.3.20.1.13.1.4 macaddress read-only
OpenFlow Flow Action Destination Mac
                     ofFlowActionPortIndex 1.3.6.1.4.1.6027.3.20.1.13.1.5 interfaceindex read-only
Ifindex value of OpenFlow Flow Action Port
                     ofFlowActionVlanId 1.3.6.1.4.1.6027.3.20.1.13.1.6 vlanid read-only
OpenFlow Flow Action VLAN ID
                     ofFlowActionMaxLen 1.3.6.1.4.1.6027.3.20.1.13.1.7 unsigned32 read-only
OpenFlow Flow Action Max Length
                     ofFlowActionVlanPcp 1.3.6.1.4.1.6027.3.20.1.13.1.8 unsigned32 read-only
OpenFlow Flow Action VLAN PCP
                     ofFlowActionNWTos 1.3.6.1.4.1.6027.3.20.1.13.1.9 unsigned32 read-only
OpenFlow Flow Action Network TOS
           ofSwitchMibConformance 1.3.6.1.4.1.6027.3.20.1.14
                 ofSwitchMibCompliances 1.3.6.1.4.1.6027.3.20.1.14.1
                     ofSwitchMibCompliance 1.3.6.1.4.1.6027.3.20.1.14.1.1
The compliance statement for the Dell Networking OS OpenFlow MIB.
                 ofSwitchMibGroups 1.3.6.1.4.1.6027.3.20.1.14.2
                     ofSwitchScalarGroup 1.3.6.1.4.1.6027.3.20.1.14.2.1
This represents group of objects that provides OF Switch information.
                     ofInstanceGroup 1.3.6.1.4.1.6027.3.20.1.14.2.2
This represents group of objects that provides OF Instance information.
                     ofControllerGroup 1.3.6.1.4.1.6027.3.20.1.14.2.3
This represents group of objects that provides OF Controller information.
                     ofPortGroup 1.3.6.1.4.1.6027.3.20.1.14.2.4
This represents group of objects that provides information about OF Port that corresponds to OF Instance.
                     ofVlanGroup 1.3.6.1.4.1.6027.3.20.1.14.2.5
This represents group of objects that provides information about OF VLAN that corresponds to OF Instance.
                     ofFlowGroup 1.3.6.1.4.1.6027.3.20.1.14.2.6
This represents group of objects that provides OF Flow information.
                     ofFlowMatchParamsGroup 1.3.6.1.4.1.6027.3.20.1.14.2.7
This represents group of objects that provides OF Flow match information.
                     ofFlowActionGroup 1.3.6.1.4.1.6027.3.20.1.14.2.8
This represents group of objects that provides information about OF Flow Actions.
                     ofSwitchMibNotificationsGroup 1.3.6.1.4.1.6027.3.20.1.14.2.9
This represents Notification object of OF Switch.
       ofSwitchNotification 1.3.6.1.4.1.6027.3.20.2
           ofSwitchNotifications 1.3.6.1.4.1.6027.3.20.2.0
               ofSwitchCntlrSessionStatusChanged 1.3.6.1.4.1.6027.3.20.2.0.1
This notification is sent when ever Controller's Session Status has changed.
               ofSwitchFlowTableFull 1.3.6.1.4.1.6027.3.20.2.0.2
This notification is sent when ever Flow Table reached its maximum capacity. ofSwitchFlowTableSrc gives the id of the Flow Table that reached max flows
           ofSwitchNotifyVariable 1.3.6.1.4.1.6027.3.20.2.1
               ofSwitchFlowTableSrc 1.3.6.1.4.1.6027.3.20.2.1.1 integer no-access
The unique ID of an OpenFlow Table. Used by ofSwitchFlowTableFull trap. Enumeration: 'dmac': 3, 'route': 4, 'vlan': 2, 'ifp': 1, 'lb': 5.