SWITCH-TRUNK-MIB

File: SWITCH-TRUNK-MIB.mib (5355 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE RowStatus
PortList EnableVar iscomSwitch

Defined Types

RcTrunkGroupEntry  
SEQUENCE    
  rcTrunkGroupID INTEGER
  rcTrunkGroupSetPorts PortList
  rcTrunkGroupCurrentPortInOperation PortList
  rcTrunkGroupMode INTEGER

Defined Values

rcTrunk 1.3.6.1.4.1.8886.6.1.6
The MIB module for managing trunk in rc2026.
MODULE-IDENTITY    

rcTrunkEnable 1.3.6.1.4.1.8886.6.1.6.1
Enable or disable trunking.
Status: current Access: read-write
OBJECT-TYPE    
  EnableVar  

rcTrunkLoadingSharingMode 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)  

rcTrunkMaxGroup 1.3.6.1.4.1.8886.6.1.6.3
The number of maximum trunking group that system supports.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..8  

rcTrunkTicketGenerationAlgorithm 1.3.6.1.4.1.8886.6.1.6.4
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)  

rcTrunkGroupTable 1.3.6.1.4.1.8886.6.1.6.5
Some ports participate in a trunking group. The range of group ID is 1-8.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcTrunkGroupEntry

rcTrunkGroupEntry 1.3.6.1.4.1.8886.6.1.6.5.1
The entry is used to set some ports into a trunking group.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcTrunkGroupEntry  

rcTrunkGroupID 1.3.6.1.4.1.8886.6.1.6.5.1.1
The trunking group ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..8  

rcTrunkGroupSetPorts 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 trunking group.
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

rcTrunkGroupCurrentPortInOperation 1.3.6.1.4.1.8886.6.1.6.5.1.3
Show these ports that are in 'up' status in a trunking group.
Status: current Access: read-only
OBJECT-TYPE    
  PortList  

rcTrunkGroupMode 1.3.6.1.4.1.8886.6.1.6.5.1.4
Trunking group support two mode, manual and static lacp mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER manual(1), lacp-static(2)