Unisphere-Data-ETHERNET-MIB

File: Unisphere-Data-ETHERNET-MIB.mib (28605 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IF-MIB
SNMPv2-CONF Unisphere-Data-MIBs Unisphere-Data-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
RowStatus TruthValue InterfaceIndex
InterfaceIndexOrZero MODULE-COMPLIANCE OBJECT-GROUP
usDataMibs UsdNextIfIndex

Defined Types

UsdEthernetIfEntry  
SEQUENCE    
  usdEthernetIfIndex InterfaceIndex
  usdEthernetIfDuplexMode INTEGER
  usdEthernetIfSpeed INTEGER
  usdEthernetIfMtu INTEGER
  usdEthernetIfOperDuplexMode INTEGER

UsdEthernetSubIfEntry  
SEQUENCE    
  usdEthernetSubIfIndex InterfaceIndex
  usdEthernetSubIfRowStatus RowStatus
  usdEthernetSubIfLowerIfIndex InterfaceIndexOrZero
  usdEthernetSubIfId Integer32

UsdVlanMajorIfEntry  
SEQUENCE    
  usdVlanMajorIfIndex InterfaceIndex
  usdVlanMajorIfLowerIfIndex InterfaceIndexOrZero
  usdVlanMajorIfRowStatus RowStatus

UsdVlanSubIfEntry  
SEQUENCE    
  usdVlanSubIfIndex InterfaceIndex
  usdVlanSubIfVlanId Integer32
  usdVlanSubIfVlanUntagged TruthValue
  usdVlanSubIfVlanStackId Integer32
  usdVlanSubIfVlanStackEthertype INTEGER
  usdVlanSubIfLowerIfIndex InterfaceIndexOrZero
  usdVlanSubIfRowStatus RowStatus

Defined Values

usdEthernetMIB 1.3.6.1.4.1.4874.2.2.34
The Ethernet MIB for the Unisphere Networks enterprise.
MODULE-IDENTITY    

usdEthernetObjects 1.3.6.1.4.1.4874.2.2.34.1
OBJECT IDENTIFIER    

usdEthernetIfLayer 1.3.6.1.4.1.4874.2.2.34.1.1
OBJECT IDENTIFIER    

usdEthernetSubIfLayer 1.3.6.1.4.1.4874.2.2.34.1.2
OBJECT IDENTIFIER    

usdVlanMajorIfLayer 1.3.6.1.4.1.4874.2.2.34.1.3
OBJECT IDENTIFIER    

usdVlanSubIfLayer 1.3.6.1.4.1.4874.2.2.34.1.4
OBJECT IDENTIFIER    

usdEthernetIfTable 1.3.6.1.4.1.4874.2.2.34.1.1.1
The parameters for the Ethernet interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdEthernetIfEntry

usdEthernetIfEntry 1.3.6.1.4.1.4874.2.2.34.1.1.1.1
The Parameters for a particular Ethernet interface. Entries in this table correspond with entries in the ifTable/ifXTable/usdIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdEthernetIfEntry  

usdEthernetIfIndex 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.1
The ifIndex value of the corresponding ethernet interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdEthernetIfDuplexMode 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.2
The configured duplex setting for this ethernet interface. The operational value is reported in this table entry's corresponding usdEthernetIfOperDuplexMode object. NOTE, configuration dependency: Setting this object to values other than 'autoDuplex' takes effect only when the corresponding usdEthernetIfSpeed object is simultaneously set to other than 'autoNegotiate'. Otherwise (i.e. this object is set to 'autoDuplex', AND/OR corresponding usdEthernetIfSpeed object is set to 'autoNegotiate'), duplex mode is negotiated.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER autoDuplex(1), halfDuplex(2), fullDuplex(3)  

usdEthernetIfSpeed 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.3
The configured speed setting for this ethernet interface. The operational value is reported in the corresponding Interfaces MIB ifSpeed object. NOTE, configuration dependency: Setting this object to values other than 'autoNegotiate' takes effect only when the corresponding usdEthernetIfDuplexMode object is simultaneously set to other than 'autoDuplex'. Otherwise (i.e. this object is set to 'autoNegotiate', AND/OR the corresponding usdEthernetIfDuplexMode object is set to 'autoDuplex'), speed is negotiated.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER autoNegotiate(1), speed10Mbps(2), speed100Mbps(3), speed1000Mbps(4)  

usdEthernetIfMtu 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.4
The configured maximum transfer unit (MTU) for this ethernet interface. The operational value is reported in the corresponding Interfaces MIB ifMtu object.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 64..9188  

usdEthernetIfOperDuplexMode 1.3.6.1.4.1.4874.2.2.34.1.1.1.1.5
The current operational duplex mode for this ethernet interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER autoDuplex(1), halfDuplex(2), fullDuplex(3)  

usdEthernetSubIfNextIfIndex 1.3.6.1.4.1.4874.2.2.34.1.2.1
Coordinate ifIndex value allocation for entries in usdEthernetSubIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
Status: current Access: read-only
OBJECT-TYPE    
  UsdNextIfIndex  

usdEthernetSubIfTable 1.3.6.1.4.1.4874.2.2.34.1.2.2
This table contains entries for Ethernet Subinterfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdEthernetSubIfEntry

usdEthernetSubIfEntry 1.3.6.1.4.1.4874.2.2.34.1.2.2.1
Each entry describes the characteristics of an Ethernet Subinterface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/usdIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdEthernetSubIfEntry  

usdEthernetSubIfIndex 1.3.6.1.4.1.4874.2.2.34.1.2.2.1.1
The ifIndex of the Ethernet Subinterface. When creating entries in this table, suitable values for this object are determined by reading usdEthernetSubNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdEthernetSubIfRowStatus 1.3.6.1.4.1.4874.2.2.34.1.2.2.1.2
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdEthernetSubIfRowStatus usdEthernetSubIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for usdEthernetSubIfIndex must have been determined previously, by reading usdEthernetSubIfNextIfIndex. The interface identified by usdEthernetSubIfLowerIfIndex must exist, and must be a Ethernet interface. A positive value configured for usdEthernetSubIfId must not already be assigned to another subinterface layered onto the same underlying Ethernet interface. A corresponding entry in ifTable/ifXTable/usdIfTable is created/destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdEthernetSubIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.34.1.2.2.1.3
The ifIndex of a Ethernet interface over which this Ethernet Subinterface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

usdEthernetSubIfId 1.3.6.1.4.1.4874.2.2.34.1.2.2.1.4
An integer identifier for the Ethernet subinterface, used in conjunction with the command-line interface. It is provided here for cross-reference purposes only. The value must be unique among subinterfaces configured on the same underlying Ethernet interface. If this object is not configured, or is configured with a value of -1, a nonzero value will be allocated internally and can be retrieved from this object after table entry creation has succeeded. A value of zero for this object is reserved for future use.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..2147483647  

usdVlanMajorNextIfIndex 1.3.6.1.4.1.4874.2.2.34.1.3.1
Coordinate ifIndex value allocation for entries in usdVlanMajorIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
Status: current Access: read-only
OBJECT-TYPE    
  UsdNextIfIndex  

usdVlanMajorIfTable 1.3.6.1.4.1.4874.2.2.34.1.3.2
This table contains entries for major VLAN interfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdVlanMajorIfEntry

usdVlanMajorIfEntry 1.3.6.1.4.1.4874.2.2.34.1.3.2.1
Each entry describes the characteristics of a major VLAN interface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/usdIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVlanMajorIfEntry  

usdVlanMajorIfIndex 1.3.6.1.4.1.4874.2.2.34.1.3.2.1.1
The ifIndex of the major VLAN interface. When creating entries in this table, suitable values for this object are determined by reading usdVlanMajorNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdVlanMajorIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.34.1.3.2.1.2
The ifIndex of the interface over which this major VLAN interface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

usdVlanMajorIfRowStatus 1.3.6.1.4.1.4874.2.2.34.1.3.2.1.3
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create or delete an entry in this table, the following entry objects MUST be explicitly configured: usdVlanMajorIfRowStatus usdVlanMajorIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for usdVlanMajorIfIndex must have been determined previously by reading usdVlanMajorIfNextIfIndex. The interface identified by usdVlanMajorIfLowerIfIndex must exist. A corresponding entry in ifTable/ifXTable/usdIfTable is created/destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdVlanSubNextIfIndex 1.3.6.1.4.1.4874.2.2.34.1.4.1
Coordinate ifIndex value allocation for entries in usdVlanSubIfTable. A GET of this object returns the next available ifIndex value to be used to create an entry in the associated interface table; or zero, if no valid ifIndex value is available. This object also returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that ifIndex allocation is unintended. Successive GETs will typically return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
Status: current Access: read-only
OBJECT-TYPE    
  UsdNextIfIndex  

usdVlanSubIfTable 1.3.6.1.4.1.4874.2.2.34.1.4.2
This table contains entries for VLAN Subinterfaces present in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdVlanSubIfEntry

usdVlanSubIfEntry 1.3.6.1.4.1.4874.2.2.34.1.4.2.1
Each entry describes the characteristics of a VLAN Subinterface. Creating/deleting entries in this table causes corresponding entries for be created/deleted in ifTable/ifXTable/usdIfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdVlanSubIfEntry  

usdVlanSubIfIndex 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.1
The ifIndex of the VLAN Subinterface. When creating entries in this table, suitable values for this object are determined by reading usdVlanSubNextIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

usdVlanSubIfVlanId 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.2
An integer identifier or tag ID for this VLAN A value of zero indicates the default VLAN. When VLANs are enabled, the value must be unique among subinterfaces configured on the same underlying major VLAN interface. If the VLAN ID is non-zero, then the usdVlanSubIfVlanUntagged field must be disabled. Cannot be changed if the subinterface has upper bindings.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4095  

usdVlanSubIfVlanUntagged 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.3
When VLANs are enabled, this allows tagged frames to be received, while transmitted frames remain untagged. This can only be enabled when the usdVlanSubIfVlanId field is zero. Cannot be changed if the vlan subinterface has upper bindings.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdVlanSubIfVlanStackId 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.6
An integer identifier or tag ID for this S-VLAN. When S-VLANs are enabled, the VLAN and S-VLAN ID valuse must be unique among subinterfaces configured on the same underlying major VLAN interface. If the S-VLANs are enabled, then the usdVlanSubIfVlanUntagged field must be disabled. Cannot be changed if the subinterface has upper bindings.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..4095  

usdVlanSubIfVlanStackEthertype 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.7
The ethertype is used to recognize and demultiplex traffic for this S-VLAN. Must be either 0x9100 or 0x9200. Cannot be changed if the subinterface has upper bindings.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER etherType9100h(37120), etherType9200h(37376)  

usdVlanSubIfLowerIfIndex 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.4
The ifIndex of VLAN major interface over which this VLAN Subinterface is to be layered. A value of zero indicates no layering. An implementation may choose to require that a nonzero value be configured at entry creation.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

usdVlanSubIfRowStatus 1.3.6.1.4.1.4874.2.2.34.1.4.2.1.5
Controls creation/deletion of entries in this table according to the RowStatus textual convention, constrained to support the following values only: createAndGo destroy To create an entry in this table, the following entry objects MUST be explicitly configured: usdVlanSubIfRowStatus usdVlanSubIfLowerIfIndex usdVlanSubIfVlanId usdVlanSubIfVlanUntagged To delete an entry in this table, the following entry objects MUST be explicitly configured: usdVlanSubIfRowStatus usdVlanSubIfLowerIfIndex In addition, when creating an entry the following conditions must hold: A value for usdVlanSubIfIndex must have been determined previously by reading usdVlanSubIfNextIfIndex. The interface identified by usdVlanSubIfLowerIfIndex must exist, and must be a Ethernet interface. A corresponding entry in ifTable/ifXTable/usdIfTable is created/destroyed as a result of creating/destroying an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdEthernetConformance 1.3.6.1.4.1.4874.2.2.34.4
OBJECT IDENTIFIER    

usdEthernetCompliances 1.3.6.1.4.1.4874.2.2.34.4.1
OBJECT IDENTIFIER    

usdEthernetGroups 1.3.6.1.4.1.4874.2.2.34.4.2
OBJECT IDENTIFIER    

usdEthernetCompliance 1.3.6.1.4.1.4874.2.2.34.4.1.1
Obsolete compliance statement for entities which implement the Unisphere Ethernet MIB. This statement became obsolete when support for VLANs was added.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

usdEthernetCompliance2 1.3.6.1.4.1.4874.2.2.34.4.1.2
Obsolete compliance statement for entities which implement the Unisphere Ethernet MIB. This statement became obsolete when VLAN stack support was added.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

usdEthernetCompliance3 1.3.6.1.4.1.4874.2.2.34.4.1.3
The compliance statement for entities which implement the Unisphere Ethernet MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

usdEthernetGroup 1.3.6.1.4.1.4874.2.2.34.4.2.1
A collection of objects providing management of Ethernet interfaces in a Unisphere product.
Status: current Access: read-create
OBJECT-GROUP    

usdEthernetSubIfGroup 1.3.6.1.4.1.4874.2.2.34.4.2.2
A collection of objects providing management of Ethernet SubInterfaces in a Unisphere product.
Status: current Access: read-create
OBJECT-GROUP    

usdVlanGroup 1.3.6.1.4.1.4874.2.2.34.4.2.3
A collection of objects providing management of Major VLAN interfaces in a Unisphere product.
Status: current Access: read-create
OBJECT-GROUP    

usdVlanSubIfGroup 1.3.6.1.4.1.4874.2.2.34.4.2.4
Obsolete collection of objects providing management of VLAN SubInterfaces in a Unisphere product. This group became obsolete when VLAN stack support was added.
Status: obsolete Access: read-create
OBJECT-GROUP    

usdVlanSubIfGroup2 1.3.6.1.4.1.4874.2.2.34.4.2.5
A collection of objects providing management of VLAN SubInterfaces in a Unisphere product.
Status: current Access: read-create
OBJECT-GROUP