F10-LINK-AGGREGATION-MIB

File: F10-LINK-AGGREGATION-MIB.mib (36297 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
FORCE10-SMI FORCE10-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 TEXTUAL-CONVENTION MacAddress
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP f10Mgmt PortList

Defined Types

F10LacpKey  
The Actor or Partner Key value maintained by every port that is part of an aggregator.
TEXTUAL-CONVENTION    
  Unsigned32 0..128  

F10LacpState  
The Actor and Partner State values from the LACPDU.
TEXTUAL-CONVENTION    
  BITS lacpActivity(0), lacpTimeout(1), aggregation(2), synchronization(3), collecting(4), distributing(5), defaulted(6), expired(7)  

Dot3aAggConfigEntry  
SEQUENCE    
  dot3aAggCfgId Unsigned32
  dot3aAggCfgMacAddr MacAddress
  dot3aAggCfgIfIndex Unsigned32
  dot3aAggCfgNumPorts Unsigned32
  dot3aAggCfgPortList PortList
  dot3aAggCfgPortListString OCTET STRING
  dot3aAggCfgLacpSupported TruthValue
  dot3aAggCfgOperStatus INTEGER

Dot3aAggStaticEntry  
SEQUENCE    
  dot3aAggIndex Unsigned32
  dot3aAggVlanId Unsigned32
  dot3aAggMacAddr MacAddress
  dot3aAggStatus INTEGER
  dot3aAggDistributedPort OCTET STRING

Dot3aAggFdbEntry  
SEQUENCE    
  dot3aAggFdbIndex Unsigned32
  dot3aAggFdbVlanId Unsigned32
  dot3aAggFdbMacAddr MacAddress
  dot3aAggFdbStatus INTEGER
  dot3aAggFdbDistributedPort OCTET STRING

Dot3aCurAggStaticEntry  
SEQUENCE    
  dot3aCurAggVlanId Unsigned32
  dot3aCurAggMacAddr MacAddress
  dot3aCurAggIndex Unsigned32
  dot3aCurAggStatus INTEGER

Dot3aCurAggFdbEntry  
SEQUENCE    
  dot3aCurAggFdbVlanId Unsigned32
  dot3aCurAggFdbMacAddr MacAddress
  dot3aCurAggFdbIndex Unsigned32
  dot3aCurAggFdbStatus INTEGER

Dot3aCommonAggFdbEntry  
SEQUENCE    
  dot3aCommonAggFdbIndex Unsigned32
  dot3aCommonAggFdbVlanId Unsigned32
  dot3aCommonAggFdbTagConfig INTEGER
  dot3aCommonAggFdbStatus INTEGER

Dot3adAggPortEntry  
SEQUENCE    
  dot3adAggPortIndex Unsigned32
  dot3adAggPortActorOperKey F10LacpKey
  dot3adAggPortPartnerOperKey F10LacpKey
  dot3adAggPortActorAdminState F10LacpState
  dot3adAggPortActorOperState F10LacpState
  dot3adAggPortPartnerAdminState F10LacpState
  dot3adAggPortPartnerOperState F10LacpState

Defined Values

f10LinkAggMib 1.3.6.1.4.1.6027.3.2
Dell Networking OS Link Aggregation MIB.
MODULE-IDENTITY    

f10LinkAggObjects 1.3.6.1.4.1.6027.3.2.1
OBJECT IDENTIFIER    

f10LinkAggAlarms 1.3.6.1.4.1.6027.3.2.2
OBJECT IDENTIFIER    

f10dot3dAgg 1.3.6.1.4.1.6027.3.2.1.1
OBJECT IDENTIFIER    

f10LinkAggMgmt 1.3.6.1.4.1.6027.3.2.1.2
OBJECT IDENTIFIER    

dot3aAggConfigTable 1.3.6.1.4.1.6027.3.2.1.1.1
A list of all aggregated links configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3aAggConfigEntry

dot3aAggConfigEntry 1.3.6.1.4.1.6027.3.2.1.1.1.1
A list of all aggregated links configured in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot3aAggConfigEntry  

dot3aAggCfgId 1.3.6.1.4.1.6027.3.2.1.1.1.1.1
The link aggregation id or port channel id.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aAggCfgMacAddr 1.3.6.1.4.1.6027.3.2.1.1.1.1.2
A 6-octet read only value MAC Address assigned to this link aggregation or user-defined MAC address if a static user-defined MAC address is configured.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

dot3aAggCfgIfIndex 1.3.6.1.4.1.6027.3.2.1.1.1.1.3
The logical interface index assigned to this link aggregation.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dot3aAggCfgNumPorts 1.3.6.1.4.1.6027.3.2.1.1.1.1.4
The number of physical ports configured to this link aggregation. Maximum is 16 ports
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dot3aAggCfgPortList 1.3.6.1.4.1.6027.3.2.1.1.1.1.5
The bitmask of ports configured for this link aggregation. This object is deprecated and no longer in use. Please use the new dot3aAggCfgPortListString object instead.
Status: deprecated Access: read-only
OBJECT-TYPE    
  PortList  

dot3aAggCfgPortListString 1.3.6.1.4.1.6027.3.2.1.1.1.1.6
The list of ports configured for this link aggregation. The format of this output is as follows: , or
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dot3aAggCfgLacpSupported 1.3.6.1.4.1.6027.3.2.1.1.1.1.7
This object contains information about whether the link aggregation uses IEEE 802.3ad (Link Aggregation Control Protocol). true - indicates the Aggregation link uses LACP protocol. false - indicates the aggregation link is a statically configured link.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

dot3aAggCfgOperStatus 1.3.6.1.4.1.6027.3.2.1.1.1.1.8
The current operational status of the link aggregation. up - indicates the aggregated link is ready to transmit and receive network traffic. down - indicates there is some fault that prevents the aggregation link from going to the up(1) state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

dot3aAggStaticTable 1.3.6.1.4.1.6027.3.2.1.1.2
A list of statically configured MAC Address on the aggregated links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3aAggStaticEntry

dot3aAggStaticEntry 1.3.6.1.4.1.6027.3.2.1.1.2.1
A list of statically configured MAC Address on the aggregated links in the system
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Dot3aAggStaticEntry  

dot3aAggIndex 1.3.6.1.4.1.6027.3.2.1.1.2.1.1
The link aggregation id or port channel id.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aAggVlanId 1.3.6.1.4.1.6027.3.2.1.1.2.1.2
VLAN id that this ports configured to .
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aAggMacAddr 1.3.6.1.4.1.6027.3.2.1.1.2.1.3
A 6-octet read only value MAC Address assigned to this link aggregation or user-defined MAC address if a static user-defined MAC address is configured.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dot3aAggStatus 1.3.6.1.4.1.6027.3.2.1.1.2.1.4
The status of this aggregation link . active - this aggregation link is active. inactive - this aggregation link is no active.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

dot3aAggDistributedPort 1.3.6.1.4.1.6027.3.2.1.1.2.1.5
The interface of the MAC address. The format of this output is as follows: , or
Status: deprecated Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dot3aAggFdbTable 1.3.6.1.4.1.6027.3.2.1.1.3
A list of dynamically learned Mac Address on the aggregated links
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3aAggFdbEntry

dot3aAggFdbEntry 1.3.6.1.4.1.6027.3.2.1.1.3.1
A list of dynamically learned Mac Address on the aggregated links in the system
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Dot3aAggFdbEntry  

dot3aAggFdbIndex 1.3.6.1.4.1.6027.3.2.1.1.3.1.1
The FDB link aggregation id or port channel id.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aAggFdbVlanId 1.3.6.1.4.1.6027.3.2.1.1.3.1.2
The forwarding table VLAN id that this ports configured to .
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aAggFdbMacAddr 1.3.6.1.4.1.6027.3.2.1.1.3.1.3
A 6-octet read only value MAC Address assigned to this link aggregation or user-defined MAC address if a static user-defined MAC address is configured.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dot3aAggFdbStatus 1.3.6.1.4.1.6027.3.2.1.1.3.1.4
The status of this aggregation link . active - this aggregation link is active. inactive - this aggregation link is no active.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

dot3aAggFdbDistributedPort 1.3.6.1.4.1.6027.3.2.1.1.3.1.5
The interface of the MAC address. The format of this output is as follows: , , or NULL if it is not available
Status: deprecated Access: read-only
OBJECT-TYPE    
  OCTET STRING  

dot3aCurAggStaticTable 1.3.6.1.4.1.6027.3.2.1.1.4
A list of statically configured MAC Address on the aggregated links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3aCurAggStaticEntry

dot3aCurAggStaticEntry 1.3.6.1.4.1.6027.3.2.1.1.4.1
A list of statically configured MAC Address on the aggregated links in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot3aCurAggStaticEntry  

dot3aCurAggVlanId 1.3.6.1.4.1.6027.3.2.1.1.4.1.1
This objects describes the VLAN id that this port is part of.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aCurAggMacAddr 1.3.6.1.4.1.6027.3.2.1.1.4.1.2
A 6-octet read only value MAC Address assigned to this link aggregation or user-defined MAC address if a static user-defined MAC address is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dot3aCurAggIndex 1.3.6.1.4.1.6027.3.2.1.1.4.1.3
The link aggregation id or port channel id.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aCurAggStatus 1.3.6.1.4.1.6027.3.2.1.1.4.1.4
The status of the static address configured on the aggregation link . active - the mac address is active. inactive - the mac address is not active.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

dot3aCurAggFdbTable 1.3.6.1.4.1.6027.3.2.1.1.5
A list of dynamically learned Mac Address on the aggregated links
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3aCurAggFdbEntry

dot3aCurAggFdbEntry 1.3.6.1.4.1.6027.3.2.1.1.5.1
A list of dynamically learned Mac Address on the aggregated links in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot3aCurAggFdbEntry  

dot3aCurAggFdbVlanId 1.3.6.1.4.1.6027.3.2.1.1.5.1.1
This object gives information on the forwarding table VLAN id that this port is configured to .
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aCurAggFdbMacAddr 1.3.6.1.4.1.6027.3.2.1.1.5.1.2
A 6-octet read only value MAC Address assigned to this link aggregation or user-defined MAC address if a static user-defined MAC address is configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

dot3aCurAggFdbIndex 1.3.6.1.4.1.6027.3.2.1.1.5.1.3
The FDB link aggregation id or port channel id.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aCurAggFdbStatus 1.3.6.1.4.1.6027.3.2.1.1.5.1.4
The status of this dynamic mac address learnt on the aggregation link . active - this mac address is active. inactive - this mac address is not active.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

dot3aCommonAggFdbTable 1.3.6.1.4.1.6027.3.2.1.1.6
A list of configured and dynamically negotiated aggregated links
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3aCommonAggFdbEntry

dot3aCommonAggFdbEntry 1.3.6.1.4.1.6027.3.2.1.1.6.1
A list of configured and dynamically negotiated aggregated links in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot3aCommonAggFdbEntry  

dot3aCommonAggFdbIndex 1.3.6.1.4.1.6027.3.2.1.1.6.1.1
The FDB link aggregation id or port channel id.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aCommonAggFdbVlanId 1.3.6.1.4.1.6027.3.2.1.1.6.1.2
This object gives information about the VLAN id that the port channel is part of.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3aCommonAggFdbTagConfig 1.3.6.1.4.1.6027.3.2.1.1.6.1.3
The status if the aggregation link is tagged, untagged, or not configured. tagged - this aggregation link is tagged. untagged - this aggregation link is untagged.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER tagged(1), untagged(2)  

dot3aCommonAggFdbStatus 1.3.6.1.4.1.6027.3.2.1.1.6.1.4
The status of the aggregation link in the vlan. active - when the aggregation link is up and part of vlan. inactive - when the aggregation link is down.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

dot3adAggPortTable 1.3.6.1.4.1.6027.3.2.1.1.7
A list of Link Aggregation Control configuration parameters for each Aggregation Port on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3adAggPortEntry

dot3adAggPortEntry 1.3.6.1.4.1.6027.3.2.1.1.7.1
List of aggregation control confirguration information per aggregated port in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dot3adAggPortEntry  

dot3adAggPortIndex 1.3.6.1.4.1.6027.3.2.1.1.7.1.1
The ifIndex of the physical port that is part of an aggregator.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

dot3adAggPortActorOperKey 1.3.6.1.4.1.6027.3.2.1.1.7.1.2
The current operational value of the Key for the Aggregation Port. The meaning of the particular Key values is of local significance.
Status: current Access: read-only
OBJECT-TYPE    
  F10LacpKey  

dot3adAggPortPartnerOperKey 1.3.6.1.4.1.6027.3.2.1.1.7.1.3
The current operational value of the Key for the protocol Partner. The value of this attribute may contain the manually configured value carried in the system if there is no protocol Partner.
Status: current Access: read-only
OBJECT-TYPE    
  F10LacpKey  

dot3adAggPortActorAdminState 1.3.6.1.4.1.6027.3.2.1.1.7.1.4
A string of 8 bits, corresponding to the current administrative values of Actor_State as transmitted by the Actor in LACPDUs. The first bit corresponds to bit 0 of Actor_State (LACP_Activity), the second bit corresponds to bit 1 (LACP_Timeout), the third bit corresponds to bit 2 (Aggregation), the fourth bit corresponds to bit 3 (Synchronization), the fifth bit corresponds to bit 4 (Collecting), the sixth bit corresponds to bit 5 (Distributing), the seventh bit corresponds to bit 6 (Defaulted), and the eighth bit corresponds to bit 7 (Expired). These values allow administrative control over the values of LACP_Activity, LACP_Timeout and Aggregation.
Status: current Access: read-only
OBJECT-TYPE    
  F10LacpState  

dot3adAggPortActorOperState 1.3.6.1.4.1.6027.3.2.1.1.7.1.5
A string of 8 bits, corresponding to the current operational values of Actor_State as transmitted by the Actor in LACPDUs. The bit allocations are as defined in dot3adAggPortActorAdminState.
Status: current Access: read-only
OBJECT-TYPE    
  F10LacpState  

dot3adAggPortPartnerAdminState 1.3.6.1.4.1.6027.3.2.1.1.7.1.6
A string of 8 bits, corresponding to the current administrative value of Actor_State for the protocol Partner. The bit allocations are as defined in dot3adAggPortActorAdminState.
Status: current Access: read-only
OBJECT-TYPE    
  F10LacpState  

dot3adAggPortPartnerOperState 1.3.6.1.4.1.6027.3.2.1.1.7.1.7
A string of 8 bits, corresponding to the current values of Actor_State in the most recently received LACPDU transmitted by the protocol Partner. The bit allocations are as defined in dot3adAggPortActorAdminState. In the absence of an active protocol Partner, this value may reflect the manually configured value carried in the system.
Status: current Access: read-only
OBJECT-TYPE    
  F10LacpState  

dot3aClearFdb 1.3.6.1.4.1.6027.3.2.1.2.1
Write yes(1) to this object will clear all fdb entries. The value will be changed to no(2) once the fdb is cleared. yes(1) - clear fdb aggregation links. no(2) - do not clear fdb aggregation links
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

f10Dot3adAggNotifications 1.3.6.1.4.1.6027.3.2.2.0
OBJECT IDENTIFIER    

dot3adAggLacpStateChange 1.3.6.1.4.1.6027.3.2.2.0.1
The dot3adAggLacpStateChange indicates that the agent has detected a change in the Lacp state for one of the member ports of the aggregation link. This notification contains the information on the port which has gone through the state change and the oper state information of the actor and its partner.
Status: current Access: read-write
NOTIFICATION-TYPE    

f10LinkBundleNotifications 1.3.6.1.4.1.6027.3.2.2.1
OBJECT IDENTIFIER    

linkBundleType 1.3.6.1.4.1.6027.3.2.2.2
Indicates whether LAG or ECMP-GROUP bundle
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER ecmpBundle(1), lagBundle(2)  

linkBundleNumber 1.3.6.1.4.1.6027.3.2.2.3
The LAG or ECMP-GROUP ID which is overloaded
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER  

linkBundleImbalance 1.3.6.1.4.1.6027.3.2.2.1.1
Trap generated when traffic imbalance observed in Link Bundle.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

linkBundleImbalanceClear 1.3.6.1.4.1.6027.3.2.2.1.2
Trap generated when traffic imbalance is no longer observed.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

f10LinkAggMibConformance 1.3.6.1.4.1.6027.3.2.3
OBJECT IDENTIFIER    

f10LinkAggMibCompliances 1.3.6.1.4.1.6027.3.2.3.1
OBJECT IDENTIFIER    

f10LinkAggMibGroups 1.3.6.1.4.1.6027.3.2.3.2
OBJECT IDENTIFIER    

f10LinkAggMibCompliance 1.3.6.1.4.1.6027.3.2.3.1.1
The compliance statement for Dell Networking OS product which implement the f10 Link Aggregation MIB. This module compliance is deprecated and is superced by f10LinkAggMibComplianceRev1.
Status: deprecated Access: accessible-for-notify
MODULE-COMPLIANCE    

f10LinkAggMibComplianceRev1 1.3.6.1.4.1.6027.3.2.3.1.2
The compliance statement for Dell Networking OS product which implement the f10 Link Aggregation MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

f10LinkAggCommonGroup 1.3.6.1.4.1.6027.3.2.3.2.1
A collection of objects giving overall information about the Link Aggregation. This group is deprecated and is superced by f10LinkAggCommonGroupRev1.
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

f10LinkAggCommonGroupRev1 1.3.6.1.4.1.6027.3.2.3.2.2
A collection of objects providing the overall information on the Link Aggregation.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

f10LinkAggPortGroup 1.3.6.1.4.1.6027.3.2.3.2.3
A collection of objects providing the information about every port in an aggregation that uses IEEE 802.3ad.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

f10LinkAggNotificationGroup 1.3.6.1.4.1.6027.3.2.3.2.4
A collection of notification objects for Dell Networking OS Link Aggregation MIB
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

f10LinkAggAlarmObjectGroup 1.3.6.1.4.1.6027.3.2.3.2.5
Conformance group for objects contained in LinkBundle Notifications.
Status: current Access: accessible-for-notify
OBJECT-GROUP