QUANTA-OPENFLOW-PRIVATE-MIB

File: QUANTA-OPENFLOW-PRIVATE-MIB.mib (13847 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC QUANTA-SWITCH-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Counter64 Unsigned32 TEXTUAL-CONVENTION
RowStatus TimeStamp switch

Defined Types

AgentOpenFlowCfgControllerEntry  
SEQUENCE    
  agentOpenFlowCfgCtrlIPAddress IpAddress
  agentOpenFlowCfgCtrlIPPort Unsigned32
  agentOpenFlowCfgCtrlConnectionMode INTEGER
  agentOpenFlowCfgCtrlStatus RowStatus

AgentOpenFlowFlowTableStatusEntry  
SEQUENCE    
  agentOpenFlowFlowTable Unsigned32
  agentOpenFlowFlowTableName OCTET STRING
  agentOpenFlowFlowTableDescription OCTET STRING
  agentOpenFlowMaximumSize Unsigned32
  agentOpenFlowNumberOfEntries Unsigned32
  agentOpenFlowHardwareEntries Unsigned32
  agentOpenFlowSoftwareOnlyEntries Unsigned32
  agentOpenFlowWaitingForSpaceEntries Unsigned32
  agentOpenFlowFlowInsertionCount Unsigned32
  agentOpenFlowFlowDeletionCount Unsigned32
  agentOpenFlowInsertionFailureCount Unsigned32

Defined Values

openFlow 1.3.6.1.4.1.7244.2.200
The Quanta Private MIB for OpenFlow
MODULE-IDENTITY    

agentOpenFlowGroup 1.3.6.1.4.1.7244.2.200.1
OBJECT IDENTIFIER    

agentOpenFlowGlobalConfigGroup 1.3.6.1.4.1.7244.2.200.1.1
OBJECT IDENTIFIER    

agentOpenFlowAdminMode 1.3.6.1.4.1.7244.2.200.1.1.1
Flag indicating whether the OpenFlow feature is administratively enabled.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

agentOpenFlowVariant 1.3.6.1.4.1.7244.2.200.1.1.2
Indicates which OpenFlow version is currently running on the switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER openFlow10Mode(2), openFlow11Mode(3), openFlow12Mode(4), openFlow13Mode(5)  

agentOpenFlowCfgControllerTable 1.3.6.1.4.1.7244.2.200.1.3
This table contains the list of configured IP addresses for the OpenFlow Controllers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentOpenFlowCfgControllerEntry

agentOpenFlowCfgControllerEntry 1.3.6.1.4.1.7244.2.200.1.3.1
Represents entry for Open Flow configure controller table
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentOpenFlowCfgControllerEntry  

agentOpenFlowCfgCtrlIPAddress 1.3.6.1.4.1.7244.2.200.1.3.1.1
IP Address of the OpenFlow Controller to which the switch should connect.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

agentOpenFlowCfgCtrlIPPort 1.3.6.1.4.1.7244.2.200.1.3.1.2
IP Port number used for connecting to the Controller.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

agentOpenFlowCfgCtrlConnectionMode 1.3.6.1.4.1.7244.2.200.1.3.1.3
Flag indicating whether the switch uses TCP or SSL connection to connect to the OpenFlow Controller. The TCP connections are intended only for demos and debugging.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ssl(1), tcp(2)  

agentOpenFlowCfgCtrlStatus 1.3.6.1.4.1.7244.2.200.1.3.1.4
Status of this instance. active(1) - this CfgControllerTable instance is active createAndGo(4) - set to this value to create an instance destroy(6) - set to this value to delete an instance
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

agentOpenFlowGlobalStatusParameters 1.3.6.1.4.1.7244.2.200.1.6
OBJECT IDENTIFIER    

agentOpenFlowOperationalStatus 1.3.6.1.4.1.7244.2.200.1.6.1
Flag indicating whether the OpenFlow feature is enabled, disabled or in transition.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2), enablePending(3), disablePending(4)  

agentOpenFlowDisableReason 1.3.6.1.4.1.7244.2.200.1.6.2
Indicates why the OpenFlow feature is disabled.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), administrativelyDisabled(2), noSuitableIPInterface(3), noSSLCertificates(4)  

agentOpenFlowGlobalCommands 1.3.6.1.4.1.7244.2.200.1.7
OBJECT IDENTIFIER    

agentOpenFlowEraseOpenFlowManagerCertificates 1.3.6.1.4.1.7244.2.200.1.7.1
This command directs the switch to erase certificate files obtained from the OpenFlow Managers. This is write-only value. It always returns '0' on request
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER alwaysReturnedOnRead(1), eraseCertificates(2)  

agentOpenFlowFlowTableStatusTable 1.3.6.1.4.1.7244.2.200.1.8
These status parameters describe the supported OpenFlow tables and report usage information for the tables.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentOpenFlowFlowTableStatusEntry

agentOpenFlowFlowTableStatusEntry 1.3.6.1.4.1.7244.2.200.1.8.1
Represents entry for Open Flow 'Flow Table Status'
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentOpenFlowFlowTableStatusEntry  

agentOpenFlowFlowTable 1.3.6.1.4.1.7244.2.200.1.8.1.1
OpenFlow Table Identifier.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..255  

agentOpenFlowFlowTableName 1.3.6.1.4.1.7244.2.200.1.8.1.2
The name of this table.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

agentOpenFlowFlowTableDescription 1.3.6.1.4.1.7244.2.200.1.8.1.3
A detailed description for this table.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..1024)  

agentOpenFlowMaximumSize 1.3.6.1.4.1.7244.2.200.1.8.1.4
Platform-defined maximum size for this flow table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentOpenFlowNumberOfEntries 1.3.6.1.4.1.7244.2.200.1.8.1.5
Total number of entries in this table. The count includes delete-pending entries.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentOpenFlowHardwareEntries 1.3.6.1.4.1.7244.2.200.1.8.1.6
Number of entries currently inserted into the hardware.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentOpenFlowSoftwareOnlyEntries 1.3.6.1.4.1.7244.2.200.1.8.1.7
Number of entries that are not installed in the hardware for any reason. This includes entries pending for insertion, entries that cannot be inserted due to missing interfaces and entries that cannot be inserted due to table-full condition.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentOpenFlowWaitingForSpaceEntries 1.3.6.1.4.1.7244.2.200.1.8.1.8
Number of entries that are not currently in the hardware because the attempt to insert the entry failed.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentOpenFlowFlowInsertionCount 1.3.6.1.4.1.7244.2.200.1.8.1.9
Total number of flows that were added to this table since the switch powered up.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentOpenFlowFlowDeletionCount 1.3.6.1.4.1.7244.2.200.1.8.1.10
Total number of flows that were deleted from this table since the switch powered up.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

agentOpenFlowInsertionFailureCount 1.3.6.1.4.1.7244.2.200.1.8.1.11
Total number of hardware insertion attempts that were rejected due to lack of space since the switch powered up.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32