TN-LACP-MIB

File: TN-LACP-MIB.mib (13549 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
TRANSITION-SMI Q-BRIDGE-MIB TN-TC

Imported symbols

MODULE-COMPLIANCE OBJECT-GROUP MODULE-IDENTITY
OBJECT-TYPE TEXTUAL-CONVENTION tnProducts
Counter64 Unsigned32 MacAddress
TruthValue PortList TNInterfaceIndex
TNUnsigned16 TNUnsigned8 DisplayString

Defined Types

TNLacpConfigPortEntry  
SEQUENCE    
  tnLacpConfigPortInterfaceNo TNInterfaceIndex
  tnLacpConfigPortDot3adAggrActorAdminMode INTEGER
  tnLacpConfigPortDot3adAggrActorKeyMode INTEGER
  tnLacpConfigPortDot3adAggrActorAdminKey Unsigned32
  tnLacpConfigPortDot3adAggrRole INTEGER
  tnLacpConfigPortDot3adAggrTimeout INTEGER
  tnLacpConfigPortDot3adAggrPortPriority Unsigned32

TNLacpStatusSystemEntry  
SEQUENCE    
  tnLacpStatusSystemDot3adAggrID DisplayString
  tnLacpStatusSystemDot3adAggrPartnerSystemID MacAddress
  tnLacpStatusSystemDot3adAggrPartnerOperKey TNUnsigned16
  tnLacpStatusSystemDot3adAggrPartnerOperSystemPriority TNUnsigned16
  tnLacpStatusSystemDot3adAggrPartnerStateLastChanged Unsigned32
  tnLacpStatusSystemDot3adAggrLocalPorts PortList

TNLacpStatusPortEntry  
SEQUENCE    
  tnLacpStatusPortInterfaceNo TNInterfaceIndex
  tnLacpStatusPortDot3adAggrActorAdminMode INTEGER
  tnLacpStatusPortDot3adAggrActorAdminKey INTEGER
  tnLacpStatusPortDot3adAggrActorID DisplayString
  tnLacpStatusPortDot3adAggrPartnerSystemID MacAddress
  tnLacpStatusPortDot3adAggrPartnerOperPortIndex INTEGER
  tnLacpStatusPortDot3adAggrPartnerOperPortPriority TNUnsigned16

TNLacpStatisticsPortEntry  
SEQUENCE    
  tnLacpStatisticsPortInterfaceNo TNInterfaceIndex
  tnLacpStatisticsPortDot3adAggrRxFrames Unsigned32
  tnLacpStatisticsPortDot3adAggrTxFrames Unsigned32
  tnLacpStatisticsPortDot3adAggrRxUnknownFrames Unsigned32
  tnLacpStatisticsPortDot3adAggrRxIllegalFrames Unsigned32

Defined Values

tnLacpMib 1.3.6.1.4.1.868.2.5.35
The mib module for DHCP settings.
MODULE-IDENTITY    

tnLacpConfigPortTable 1.3.6.1.4.1.868.2.5.35.1
This is a table of the LACP port configurations
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNLacpConfigPortEntry

tnLacpConfigPortEntry 1.3.6.1.4.1.868.2.5.35.1.1
Each port has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  TNLacpConfigPortEntry  

tnLacpConfigPortInterfaceNo 1.3.6.1.4.1.868.2.5.35.1.1.1
Logical interface number.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNInterfaceIndex  

tnLacpConfigPortDot3adAggrActorAdminMode 1.3.6.1.4.1.868.2.5.35.1.1.2
Control whether port is LACP enabled(1) or disabled(0).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disabled(0), enabled(1)  

tnLacpConfigPortDot3adAggrActorKeyMode 1.3.6.1.4.1.868.2.5.35.1.1.3
The Auto setting will set the key as appropriate by the physical link speed, 10Mb = 1, 100Mb = 2, 1Gb = 3. Using the Specific setting, a user-defined value can be entered. Ports with the same Key value can participate in the same aggregation group, while ports with different keys cannot.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER auto(0), specific(1)  

tnLacpConfigPortDot3adAggrActorAdminKey 1.3.6.1.4.1.868.2.5.35.1.1.4
The current administrative value of the Key for the Aggregator. The administrative Key value may differ from the operational Key value for the reasons discussed in 43.6.2. This is a 16-bit, read-write value. The meaning of particular Key values is of local significance
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

tnLacpConfigPortDot3adAggrRole 1.3.6.1.4.1.868.2.5.35.1.1.5
The Role shows the LACP activity status. The Active(true) will transmit LACP packets each second, while Passive(false) will wait for a LACP packet from a partner
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER passive(0), active(1)  

tnLacpConfigPortDot3adAggrTimeout 1.3.6.1.4.1.868.2.5.35.1.1.6
The Timeout controls the period between BPDU transmissions. Fast(true) will transmit LACP packets each second, while Slow(0) will wait for 30 seconds before sending a LACP packet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER slow(0), fast(1)  

tnLacpConfigPortDot3adAggrPortPriority 1.3.6.1.4.1.868.2.5.35.1.1.7
The Port Priority controls the priority of the port. If the LACP partner wants to form a larger group than is supported by this device then this parameter will control which ports will be active and which ports will be in a backup role. Lower number means greater priority.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..65535  

tnLacpStatusSystemTable 1.3.6.1.4.1.868.2.5.35.2
This is a table of the LACP system status
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNLacpStatusSystemEntry

tnLacpStatusSystemEntry 1.3.6.1.4.1.868.2.5.35.2.1
Each lag has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  TNLacpStatusSystemEntry  

tnLacpStatusSystemDot3adAggrID 1.3.6.1.4.1.868.2.5.35.2.1.1
The aggregation ID for a particular link aggregation group.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

tnLacpStatusSystemDot3adAggrPartnerSystemID 1.3.6.1.4.1.868.2.5.35.2.1.2
The system ID (MAC address) of the aggregation partner.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

tnLacpStatusSystemDot3adAggrPartnerOperKey 1.3.6.1.4.1.868.2.5.35.2.1.3
The Key that the partner has assigned to this aggregation ID.
Status: current Access: read-only
OBJECT-TYPE    
  TNUnsigned16  

tnLacpStatusSystemDot3adAggrPartnerOperSystemPriority 1.3.6.1.4.1.868.2.5.35.2.1.4
A 2-octet read-only value indicating the operational value of priority associated with the Partner's System ID. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminSystemPriority if there is no protocol Partner.
Status: current Access: read-only
OBJECT-TYPE    
  TNUnsigned16  

tnLacpStatusSystemDot3adAggrPartnerStateLastChanged 1.3.6.1.4.1.868.2.5.35.2.1.5
The time in second since this aggregation changed
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnLacpStatusSystemDot3adAggrLocalPorts 1.3.6.1.4.1.868.2.5.35.2.1.6
Local port list
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

tnLacpStatusPortTable 1.3.6.1.4.1.868.2.5.35.3
This is a table of the LACP port status
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNLacpStatusPortEntry

tnLacpStatusPortEntry 1.3.6.1.4.1.868.2.5.35.3.1
Each port has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  TNLacpStatusPortEntry  

tnLacpStatusPortInterfaceNo 1.3.6.1.4.1.868.2.5.35.3.1.1
Logical interface number.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNInterfaceIndex  

tnLacpStatusPortDot3adAggrActorAdminMode 1.3.6.1.4.1.868.2.5.35.3.1.2
Shows the current Admin mode of port, if LACP enabled then returns true else returns false.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER no(0), yes(1)  

tnLacpStatusPortDot3adAggrActorAdminKey 1.3.6.1.4.1.868.2.5.35.3.1.3
Shows the current administrative value of the Key for the Aggregator. The administrative Key value may differ from the operational Key value for the reasons discussed in 43.6.2. This is a 16-bit, read-write value. The meaning of particular Key values is of local significance
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tnLacpStatusPortDot3adAggrActorID 1.3.6.1.4.1.868.2.5.35.3.1.4
The Aggregation ID assigned to this aggregation group.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

tnLacpStatusPortDot3adAggrPartnerSystemID 1.3.6.1.4.1.868.2.5.35.3.1.5
The system ID (MAC address) of the aggregation partner.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

tnLacpStatusPortDot3adAggrPartnerOperPortIndex 1.3.6.1.4.1.868.2.5.35.3.1.6
Shows the port index of the partner port connected to this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tnLacpStatusPortDot3adAggrPartnerOperPortPriority 1.3.6.1.4.1.868.2.5.35.3.1.7
Shows the port priority of the port partner port connected to this port.
Status: current Access: read-only
OBJECT-TYPE    
  TNUnsigned16  

tnLacpStatisticsPortTable 1.3.6.1.4.1.868.2.5.35.4
This is a table of the LACP port statistics
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TNLacpStatisticsPortEntry

tnLacpStatisticsPortEntry 1.3.6.1.4.1.868.2.5.35.4.1
Each port has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  TNLacpStatisticsPortEntry  

tnLacpStatisticsPortInterfaceNo 1.3.6.1.4.1.868.2.5.35.4.1.1
Logical interface number.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNInterfaceIndex  

tnLacpStatisticsPortDot3adAggrRxFrames 1.3.6.1.4.1.868.2.5.35.4.1.2
Shows received LACP frame count.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnLacpStatisticsPortDot3adAggrTxFrames 1.3.6.1.4.1.868.2.5.35.4.1.3
Shows transmitted LACP frame count.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnLacpStatisticsPortDot3adAggrRxUnknownFrames 1.3.6.1.4.1.868.2.5.35.4.1.4
Shows recevied unknown LACP frame count.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tnLacpStatisticsPortDot3adAggrRxIllegalFrames 1.3.6.1.4.1.868.2.5.35.4.1.5
Shows recevied illegal LACP frame count.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32