RAISECOM-LINKAGGREGATION-MIB

File: RAISECOM-LINKAGGREGATION-MIB.mib (11865 bytes)

Imported modules

SNMPv2-SMI SWITCH-TC SNMPv2-TC
IEEE8023-LAG-MIB RAISECOM-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE PortList
EnableVar TruthValue MacAddress
dot3adAggPortIndex iscomSwitch

Defined Types

RcLinkAggregationGroupEntry  
SEQUENCE    
  rcLinkAggregationGroupID INTEGER
  rcLinkAggregationGroupSettingPorts PortList
  rcLinkAggregationGroupCurrentPorts PortList
  rcLinkAggregationGroupMode INTEGER
  rcLinkAggregationGroupMinLinks INTEGER
  rcLinkAggregationGroupMaxLinks INTEGER
  rcLinkAggregationGroupSettingPorts64 OCTET STRING
  rcLinkAggregationGroupCurrentPorts64 OCTET STRING
  rcLinkAggregationMasterPort INTEGER
  rcLinkAggregationRestoreMode INTEGER
  rcLinkAggregationRestoreDelayTimer INTEGER

RcLinkAggregationPortStatsClearEntry  
SEQUENCE    
  rcLinkAggregationPortStatsClear TruthValue

RcLinkAggregationPortLACPEntry  
SEQUENCE    
  rcLinkAggregationPortLACPEnable EnableVar

Defined Values

rcLinkAggregation 1.3.6.1.4.1.8886.6.1.6
The MIB module for managing link aggregation of switch.
MODULE-IDENTITY    

rcLinkAggregationStatus 1.3.6.1.4.1.8886.6.1.6.1
Enable or disable link aggregation.
Status: current Access: read-write
OBJECT-TYPE    
  EnableVar  

rcLinkAggregationLoadSharingMode 1.3.6.1.4.1.8886.6.1.6.2
The Rule to be applied to this Link Aggregator's Trunk Group Table. The rules are based on the following selections SrcMAC (1), means that the last three bits of the Source MAC Address are used to index the Trunk Group to get the destination port. DestMAC (2), means the last three bits of the Destination MAC Address are used to index into the Trunk Group to get the destination port. SrcXORDestMAC (3), means that the last three bits of the Source MAC Address are logically XORed with the last three bits of the Destination MAC Address and used to index into the Trunk Group to get the destination port. SrcIP (4), means the last three bits of the Source IP Address are used to index into the Trunk Group to get the destination port. DestIP (5), means the last three bits of the Destination IP Address are used to index into the Trunk Group to get the destination port. SrcXORDestIP (6), means the last three bits of the Source IP Address are logically XORed with the last three bits of the Destination IP Address and used to index into the Trunk Group to get the destination port. This rule defines the distribution algorithm applied to the aggregated link.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER srcMAC(1), destMAC(2), srcXORDestMAC(3), srcIP(4), destIP(5), srcXORDestIP(6), srcXORDestMACXORSrcPort(7)  

rcLinkAggregationTicketGenerationAlgorithm 1.3.6.1.4.1.8886.6.1.6.3
There are two algorithm to generate trunk ticket: direct-map and crc. Direct-map uses the last two bits of mac address as the trunk ticket; Crc uses crc algorithm on all mac address to generate trunk ticket.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER direct-map(1), crc(2)  

rcLinkAggregationMaxGroup 1.3.6.1.4.1.8886.6.1.6.4
The number of maximum link aggregation group that system supports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..8  

rcLinkAggregationGroupTable 1.3.6.1.4.1.8886.6.1.6.5
Some ports participate in a link aggregation group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcLinkAggregationGroupEntry

rcLinkAggregationGroupEntry 1.3.6.1.4.1.8886.6.1.6.5.1
The entry is used to set some ports into a link aggregation group.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcLinkAggregationGroupEntry  

rcLinkAggregationGroupID 1.3.6.1.4.1.8886.6.1.6.5.1.1
The link aggregation group ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..8  

rcLinkAggregationGroupSettingPorts 1.3.6.1.4.1.8886.6.1.6.5.1.2
When a bit of PortList is set, the port this bit specified participate in a appointed link aggregation group.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

rcLinkAggregationGroupCurrentPorts 1.3.6.1.4.1.8886.6.1.6.5.1.3
Show these ports that are in active status in a link aggregation group.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

rcLinkAggregationGroupMode 1.3.6.1.4.1.8886.6.1.6.5.1.4
Show these ports that are in active status in a link aggregation group.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), lacp-static(2), other(255), lacp-dynamic(3), manual-backup(4), lacp-backup(5)  



rcLinkAggregationGroupSettingPorts64 1.3.6.1.4.1.8886.6.1.6.5.1.7
When a bit of PortList is set, the port this bit specified participate in a appointed link aggregation group.It is used when the device has more than 256 ports.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

rcLinkAggregationGroupCurrentPorts64 1.3.6.1.4.1.8886.6.1.6.5.1.8
Show these ports that are in active status in a link aggregation group. It is used when the device has more than 256 ports.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

rcLinkAggregationMasterPort 1.3.6.1.4.1.8886.6.1.6.5.1.9
set master port in a link aggregation group .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rcLinkAggregationRestoreMode 1.3.6.1.4.1.8886.6.1.6.5.1.10
set restore mode in a link aggregation group .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER revertive(1), non-revertive(2)  

rcLinkAggregationRestoreDelayTimer 1.3.6.1.4.1.8886.6.1.6.5.1.11
set port delay time from the fault recovery in a link aggregation group .
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

rcLinkAggregationPortStatsClearTable 1.3.6.1.4.1.8886.6.1.6.6
Clear link aggregation group stattistics table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcLinkAggregationPortStatsClearEntry

rcLinkAggregationPortStatsClearEntry 1.3.6.1.4.1.8886.6.1.6.6.1
The entry is used to clear statistics of a link aggregation group.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcLinkAggregationPortStatsClearEntry  

rcLinkAggregationPortStatsClear 1.3.6.1.4.1.8886.6.1.6.6.1.1
Clear link aggregation group port statistics.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcLinkAggregationPortLACPTable 1.3.6.1.4.1.8886.6.1.6.7
Enable or disable LACP table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcLinkAggregationPortLACPEntry

rcLinkAggregationPortLACPEntry 1.3.6.1.4.1.8886.6.1.6.7.1
The entry is used to enable or disable LACP of a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcLinkAggregationPortLACPEntry  

rcLinkAggregationPortLACPEnable 1.3.6.1.4.1.8886.6.1.6.7.1.1
Enable or disable LACP.
Status: current Access: read-write
OBJECT-TYPE    
  EnableVar  

rcLinkAggregationDestMacAddress 1.3.6.1.4.1.8886.6.1.6.8
Specifies the destination MAC address of the provider network LACP PDUs.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress