SWITCH-TRUNK-MIB: View SNMP OID List / Download MIB

VENDOR: BEIJING RAISECOM SCIENTIFIC N TECHNOLOGY DEV.


 Home MIB: SWITCH-TRUNK-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 rcTrunk 1.3.6.1.4.1.8886.6.1.6
The MIB module for managing trunk in rc2026.
     rcTrunkEnable 1.3.6.1.4.1.8886.6.1.6.1 enablevar read-write
Enable or disable trunking.
     rcTrunkLoadingSharingMode 1.3.6.1.4.1.8886.6.1.6.2 integer read-write
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. Enumeration: 'srcMAC': 1, 'destMAC': 2, 'destIP': 5, 'srcXORDestIP': 6, 'srcIP': 4, 'SrcXORDestMACXORSrcPort': 7, 'srcXORDestMAC': 3.
     rcTrunkMaxGroup 1.3.6.1.4.1.8886.6.1.6.3 integer read-only
The number of maximum trunking group that system supports.
     rcTrunkTicketGenerationAlgorithm 1.3.6.1.4.1.8886.6.1.6.4 integer read-write
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. Enumeration: 'crc': 2, 'direct-map': 1.
     rcTrunkGroupTable 1.3.6.1.4.1.8886.6.1.6.5 no-access
Some ports participate in a trunking group. The range of group ID is 1-8.
         rcTrunkGroupEntry 1.3.6.1.4.1.8886.6.1.6.5.1 no-access
The entry is used to set some ports into a trunking group.
             rcTrunkGroupID 1.3.6.1.4.1.8886.6.1.6.5.1.1 integer no-access
The trunking group ID.
             rcTrunkGroupSetPorts 1.3.6.1.4.1.8886.6.1.6.5.1.2 portlist read-write
When a bit of PortList is set, the port this bit specified participate in a appointed trunking group.
             rcTrunkGroupCurrentPortInOperation 1.3.6.1.4.1.8886.6.1.6.5.1.3 portlist read-only
Show these ports that are in 'up' status in a trunking group.
             rcTrunkGroupMode 1.3.6.1.4.1.8886.6.1.6.5.1.4 integer read-write
Trunking group support two mode, manual and static lacp mode. Enumeration: 'lacp-static': 2, 'manual': 1.