ALCATEL-IND1-OPENFLOW-MIB

File: ALCATEL-IND1-OPENFLOW-MIB.mib (19767 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB ALCATEL-IND1-BASE

Imported symbols

MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE
Integer32 NOTIFICATION-TYPE RowStatus
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
InetAddressType InetAddress SnmpAdminString
softentIND1OpenflowMIB

Defined Types

AlaOpenflowLogicalSwitchEntry  
SEQUENCE    
  alaOpenflowLogicalSwitch SnmpAdminString
  alaOpenflowLogicalSwitchAdminState INTEGER
  alaOpenflowLogicalSwitchMode INTEGER
  alaOpenflowLogicalSwitchVersions BITS
  alaOpenflowLogicalSwitchVlan Integer32
  alaOpenflowLogicalSwitchControllerCount Integer32
  alaOpenflowLogicalSwitchInterfaceCount Integer32
  alaOpenflowLogicalSwitchFlowCount Integer32
  alaOpenflowLogicalSwitchRowStatus RowStatus

AlaOpenflowControllerEntry  
SEQUENCE    
  alaOpenflowControllerLogicalSwitch SnmpAdminString
  alaOpenflowControllerIpType InetAddressType
  alaOpenflowControllerIp InetAddress
  alaOpenflowControllerPort Integer32
  alaOpenflowControllerRole INTEGER
  alaOpenflowControllerAdminState INTEGER
  alaOpenflowControllerOperState INTEGER
  alaOpenflowControllerRowStatus RowStatus

AlaOpenflowInterfaceEntry  
SEQUENCE    
  alaOpenflowInterfaceLogicalSwitch SnmpAdminString
  alaOpenflowInterface Integer32
  alaOpenflowInterfaceMode INTEGER
  alaOpenflowInterfaceRowStatus RowStatus

Defined Values

alcatelIND1OpenflowMIB 1.3.6.1.4.1.6486.801.1.2.1.77.1
This module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB): Openflow for OS6900 Product Line. The right to make changes in specification and other information contained in this document without prior notice is reserved. No liability shall be assumed for any incidental, indirect, special, or consequential damages whatsoever arising from or related to this document or the information contained herein. Vendors, end-users, and other interested parties are granted non-exclusive license to use this specification in connection with management of the products for which it is intended to be used. Copyright (C) 2013 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
MODULE-IDENTITY    

alcatelIND1OpenflowMIBNotifications 1.3.6.1.4.1.6486.801.1.2.1.77.1.0
OBJECT IDENTIFIER    

alcatelIND1OpenflowMIBObjects 1.3.6.1.4.1.6486.801.1.2.1.77.1.1
Alcatel-Lucent Openflow Managed Objects.
Status: current Access: read-only
OBJECT-IDENTITY    

alcatelIND1OpenflowMIBConformance 1.3.6.1.4.1.6486.801.1.2.1.77.1.2
Alcatel-Lucent Openflow Conformance Information.
Status: current Access: read-only
OBJECT-IDENTITY    

alaOpenflowGlobalConfigObjects 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.1
OBJECT IDENTIFIER    

alaOpenflowGlobalBackoffMax 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.1.1
Alcatel-Lucent Openflow maximum back-off time in seconds for controller connection attempts.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..60  

alaOpenflowGlobalIdleProbeTimeout 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.1.2
Alcatel-Lucent Openflow idle probe timeout value in seconds. If set to 0, idle probing is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..60  

alaOpenflowLogicalSwitchTable 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2
This table contains one row for each Logical Switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlaOpenflowLogicalSwitchEntry

alaOpenflowLogicalSwitchEntry 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1
Information about the Openflow Logical Switches.
Status: current Access: not-accessible
OBJECT-TYPE    
  AlaOpenflowLogicalSwitchEntry  

alaOpenflowLogicalSwitch 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1.1
Openflow Logical Switch Name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..31)  

alaOpenflowLogicalSwitchAdminState 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1.2
Logical Switch Admin State. Enable or disable the Logical Switch. When disabled, all controllers for the Logical Switch will be operationally disabled and flows added by those controllers will be removed.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

alaOpenflowLogicalSwitchMode 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1.3
Openflow Logical Switch Mode. Normal is regular Openflow, API is for ACL-like flow operation. Only one Logical Switch can be in api mode at a time. This object cannot be modified after the Logical Switch has been created.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER normal(1), api(2)  

alaOpenflowLogicalSwitchVersions 0.1.1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1.4
Openflow Logical Switch Bitmap of enabled Openflow versions. At least one version must be enabled.
Status: current Access: read-create
OBJECT-TYPE    
  BITS v1dot0(0), v1dot3dot1(1)  

alaOpenflowLogicalSwitchVlan 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1.5
Openflow Logical Switch VLAN. The value 0 indicates that no VLAN has been specified, it is not a valid value to write. This object is not valid to write when creating/modifying an entry with alaOpenflowLogicalSwitchMode api(2)
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0 | 2..4093  

alaOpenflowLogicalSwitchControllerCount 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1.6
Count of the configured controllers for the Logical Switch.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..3  

alaOpenflowLogicalSwitchInterfaceCount 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1.7
Count of the configured interfaces (ports and link aggregations) for the Logical Switch.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..5000  

alaOpenflowLogicalSwitchFlowCount 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1.8
Count of the flows pushed to the Logical Switch by its controllers.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..511  

alaOpenflowLogicalSwitchRowStatus 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.2.1.9
Deleting a row from this table will also remove associated entries from other tables in this mib that have a logical switch as part of their index.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaOpenflowControllerTable 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3
This table contains one row for each controller on each logical switch. Currently, up to three controllers per logical switch are supported per logical switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlaOpenflowControllerEntry

alaOpenflowControllerEntry 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3.1
Information about the Openflow Controllers attached to Logical Switches.
Status: current Access: not-accessible
OBJECT-TYPE    
  AlaOpenflowControllerEntry  

alaOpenflowControllerLogicalSwitch 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3.1.1
Openflow Logical Switch Name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..31)  

alaOpenflowControllerIpType 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3.1.2
Openflow Controller IP Address Type. The only type currently supported is ipv4(1)
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType 1  

alaOpenflowControllerIp 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3.1.3
Openflow Controller IP Address. As specified by alaOpenflowControllerIpType, only ipv4 is currently supported
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(4|16)  

alaOpenflowControllerPort 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3.1.4
Openflow Controller Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

alaOpenflowControllerRole 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3.1.5
Role of the Controller for the Logical Switch. The role is negotiated by the controllers and the switch is notified of the outcome (1.3.1+). 1.0 controllers will always have the role of equal. Only one controller per Logical Switch can have the role of master.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER equal(1), master(2), slave(3)  

alaOpenflowControllerAdminState 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3.1.6
Controller Admin State. Enable or disable connection to the controller. The Logical Switch runs in 'Fail Secure Mode' so all flow aging, etc continues unaffected when the controller is administratively disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

alaOpenflowControllerOperState 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3.1.7
State of the Logical Switch connection to the Controller.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalid(1), disabled(2), sendError(3), init(4), connecting(5), backoff(6), exchangingHello(7), active(8), idle(9), disconnected(10)  

alaOpenflowControllerRowStatus 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.3.1.8
On create, if the specified logical switch does not exist in alaOpenflowLogicalSwitchTable, an entry will be created in that table. Delete does not effect alaOpenflowLogicalSwitchTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaOpenflowInterfaceTable 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.4
This table contains one row for each interface (port or link aggregation) assigned to a logical switch. An interface can only belong to one logical switch at a time. If a logical switch in API mode exists, interfaces cannot be manually added to/deleted from it; instead, interfaces default to the API mode logical switch when not assigned to another Logical Switch. Interfaces can be reassigned from the API mode logical switch to a normal mode logical switch (by adding it to that normal mode logical switch) but not directly reassigned from one normal mode logical switch to another normal mode logical switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AlaOpenflowInterfaceEntry

alaOpenflowInterfaceEntry 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.4.1
Information about the interfaces assigned to Openflow Logical Switches.
Status: current Access: not-accessible
OBJECT-TYPE    
  AlaOpenflowInterfaceEntry  

alaOpenflowInterfaceLogicalSwitch 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.4.1.1
Openflow Logical Switch Name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..31)  

alaOpenflowInterface 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.4.1.2
Openflow Interface attached to a Logical Switch. Port values are dot1dBasePort values, Link Aggregations start at 32769.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

alaOpenflowInterfaceMode 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.4.1.3
Openflow Interface Mode. Normal is regular Openflow, API is for ACL like flow operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), api(2)  

alaOpenflowInterfaceRowStatus 1.3.6.1.4.1.6486.801.1.2.1.77.1.1.4.1.4
On create, if the specified logical switch does not exist in alaOpenflowLogicalSwitchTable, an entry will be created in that table. Delete does not effect alaOpenflowLogicalSwitchTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alcatelIND1OpenflowMIBGroups 1.3.6.1.4.1.6486.801.1.2.1.77.1.2.1
Branch For ALU Openflow MIB Subsystem Units Of Conformance.
Status: current Access: read-create
OBJECT-IDENTITY    

alcatelIND1OpenflowMIBCompliances 1.3.6.1.4.1.6486.801.1.2.1.77.1.2.2
Branch For ALU Openflow MIB Subsystem Compliance Statements.
Status: current Access: read-create
OBJECT-IDENTITY    

alaOpenflowMIBCompliance 1.3.6.1.4.1.6486.801.1.2.1.77.1.2.2.1
Compliance statement for Openflow.
Status: current Access: read-create
MODULE-COMPLIANCE    

alaOpenflowModuleConfigGroup 1.3.6.1.4.1.6486.801.1.2.1.77.1.2.1.1
Openflow Global Configuration Modules Group.
Status: current Access: read-create
OBJECT-GROUP    

alaOpenflowModuleLogicalSwitchGroup 1.3.6.1.4.1.6486.801.1.2.1.77.1.2.1.2
Openflow Logical Switch Configuration Modules Group.
Status: current Access: read-create
OBJECT-GROUP    

alaOpenflowModuleControllerGroup 1.3.6.1.4.1.6486.801.1.2.1.77.1.2.1.3
Openflow Controller Configuration Modules Group.
Status: current Access: read-create
OBJECT-GROUP    

alaOpenflowModuleInterfaceGroup 1.3.6.1.4.1.6486.801.1.2.1.77.1.2.1.4
Openflow Interface Configuration Modules Group.
Status: current Access: read-create
OBJECT-GROUP