RC-MLT-MIB: View SNMP OID List / Download MIB

VENDOR: RAPID CITY COMMUNICATION


 Home MIB: RC-MLT-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
 rcStatMlt 1.3.6.1.4.1.2272.1.12.6
     rcStatMltIfExtnTable 1.3.6.1.4.1.2272.1.12.6.1 no-access
A table used to store Mlt interface statistics.
         rcStatMltIfExtnEntry 1.3.6.1.4.1.2272.1.12.6.1.1 no-access
Mlt interface statistics
             rcStatMltIfExtnMltId 1.3.6.1.4.1.2272.1.12.6.1.1.1 integer32 read-only
Mlt Id
             rcStatMltIfExtnIfInMulticastPkts 1.3.6.1.4.1.2272.1.12.6.1.1.2 counter32 read-only
multi-pkts to upper
             rcStatMltIfExtnIfInBroadcastPkts 1.3.6.1.4.1.2272.1.12.6.1.1.3 counter32 read-only
broad-pkts to upper
             rcStatMltIfExtnIfOutMulticastPkts 1.3.6.1.4.1.2272.1.12.6.1.1.4 counter32 read-only
multi-pkts from upper
             rcStatMltIfExtnIfOutBroadcastPkts 1.3.6.1.4.1.2272.1.12.6.1.1.5 counter32 read-only
broad-pkts from upper
             rcStatMltIfExtnIfHCInOctets 1.3.6.1.4.1.2272.1.12.6.1.1.6 counter64 read-only
The total number of octets received on the MLT interface, including framing characters.
             rcStatMltIfExtnIfHCInUcastPkts 1.3.6.1.4.1.2272.1.12.6.1.1.7 counter64 read-only
The number of packets delivered by this MLT to a higher MLT that were not addressed to a nulticast or broadcase address at this sublayer.
             rcStatMltIfExtnIfHCInMulticastPkt 1.3.6.1.4.1.2272.1.12.6.1.1.8 counter64 read-only
The number of packets delivered to this MLT that were addressed to a nulticast address at this sublayer. For a MAC layer protocol, this number includes both Group and Functional addresses.
             rcStatMltIfExtnIfHCInBroadcastPkt 1.3.6.1.4.1.2272.1.12.6.1.1.9 counter64 read-only
The number of packets delivered to this MLT that were addressed to a broadcast address at this sublayer.
             rcStatMltIfExtnIfHCOutOctets 1.3.6.1.4.1.2272.1.12.6.1.1.10 counter64 read-only
The total number of octets transmitted out of the MLT interface, including framing characters.
             rcStatMltIfExtnIfHCOutUcastPkts 1.3.6.1.4.1.2272.1.12.6.1.1.11 counter64 read-only
The number of packets that hight-level protocols requested be transmitted that were not addressed to a multicast address at this MLT. This total number includes those packets discarded or unsent.
             rcStatMltIfExtnIfHCOutMulticast 1.3.6.1.4.1.2272.1.12.6.1.1.12 counter64 read-only
The total number of packets that hight-level protocols requested be transmitted, and that were addressed to a multicast address at this MLT, including those that were discarded or not sent. For a MAC layer protocol, this number includes both Group and Functional addresses.
             rcStatMltIfExtnIfHCOutBroadcast 1.3.6.1.4.1.2272.1.12.6.1.1.13 counter64 read-only
The total number of packets that hight-level protocols requested be transmitted, and that were addressed to a broadcase address at this MLT, including those that were discarded or not sent.
     rcStatMltEtherTable 1.3.6.1.4.1.2272.1.12.6.2 no-access
A table used to store Mlt Ethernet statistics.
         rcStatMltEtherEntry 1.3.6.1.4.1.2272.1.12.6.2.1 no-access
Mlt enternet statistics
             rcStatMltEtherMltId 1.3.6.1.4.1.2272.1.12.6.2.1.1 integer32 read-only
A value that uniquely identifies the Multi-Link Trunk associated with this entry.
             rcStatMltEtherAlignmentErrors 1.3.6.1.4.1.2272.1.12.6.2.1.2 counter32 read-only
A count of frames received on a particular MLT that are not an integral number of octets in length and do not pass the FCS check. The count represented by an instance of this object is incremented when the alignmentError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions occur are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
             rcStatMltEtherFCSErrors 1.3.6.1.4.1.2272.1.12.6.2.1.3 counter32 read-only
A count of frames received on an MLT that are an integral number of octets in length but do not pass the FCS check. The count represented by an instance of this object is incremented when the frameCheckError status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions occur are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
             rcStatMltEtherSingleCollFrames 1.3.6.1.4.1.2272.1.12.6.2.1.4 counter32 read-only
A count of successfully transmitted frames on a particular MLT for which transmission is inhibited by exactly one collision. A frame that is counted by an instance of this objects is also counted by the corresponding instance of either the ifOutUcastPkts, ifOutMulticastPkts, or ifOutBroadcastPkts, and it not counted by the corresponding instance of the MultipleCollisionFrames object.
             rcStatMltEtherMultipleCollFrames 1.3.6.1.4.1.2272.1.12.6.2.1.5 counter32 read-only
A count of successfully transmitted frames on a particular MLT for which transmission is inhibited by more than one collision. A frame that is counted by an instance of this object is also counted by the corresponding instance of either the ifOutUcastPkts, ifOutMulticastPkts, or ifOutBroadcastPkts, and is not counted by the corresponding instance of the SingleCollisionFrames objects.
             rcStatMltEtherSQETestError 1.3.6.1.4.1.2272.1.12.6.2.1.6 counter32 read-only
A count of times that the SQE TEST ERROR message is generated by the PLS sublayer for a particular MLT. SQE stands for Signal Quality Error.
             rcStatMltEtherDeferredTransmiss 1.3.6.1.4.1.2272.1.12.6.2.1.7 counter32 read-only
A count of frames for which the first transmission attempt on a particular MLT is delayed because the medium is busy. The count represented by an instance of this object does not include frames involved in collisions.
             rcStatMltEtherLateCollisions 1.3.6.1.4.1.2272.1.12.6.2.1.8 counter32 read-only
The number of times that a collision is detected on a particular MLT later than 512 bit-times (64 octets) into the transmission of a packet. Five hundred and twelve bit-times corresponds to 51.2 microseconds on a 10 mb/s system. A (late) collision included in a count represented by an instance of this object is also considered as a (generic) collision for purposes of other collision-related statistics.
             rcStatMltEtherExcessiveCollis 1.3.6.1.4.1.2272.1.12.6.2.1.9 counter32 read-only
A count of frames for which transmission on a particular MLT fails due to excessive collisions.
             rcStatMltEtherIMacTransmitError 1.3.6.1.4.1.2272.1.12.6.2.1.10 counter32 read-only
A count of frames for which transmission on a particular MLT fails due to an internal MAC sublayer transmit error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the LateCollisions object, the ExcessiveCollisions object, or the CarrierSenseError object.
             rcStatMltEtherCarrierSenseError 1.3.6.1.4.1.2272.1.12.6.2.1.11 counter32 read-only
The number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame on a particular MLT. The count represented by an instance of this object is incremented at most once per transmission attempt, even if the carrier sense condition fluctuates during a transmission attempt.
             rcStatMltEtherFrameTooLong 1.3.6.1.4.1.2272.1.12.6.2.1.12 counter32 read-only
A count of frames received on a particular MLT that exceed the maximum permitted size (1518 octets). The count represented by an instance os this object is incremented when the frame TooLong status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions occur are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
             rcStatMltEtherIMacReceiveError 1.3.6.1.4.1.2272.1.12.6.2.1.13 counter32 read-only
A count of frames for which reception on a particular MLT fails due to an internal MAC sublayer receive error. A frame is only counted by an instance of this object if it is not counted by the corresponding instance of either the FrameTooLongs object, the AlignmentErrors object, of the FCSErrors objects. The precise meaning of the count represented by an instance of this object is implementation specific. In particular, an instance of this object may represent a count of receive errors on a particular interface that are not otherwise counted.
     rcStatMltIpTable 1.3.6.1.4.1.2272.1.12.6.3 no-access
A table used to store Mlt Ip statistics.
         rcStatMltIpEntry 1.3.6.1.4.1.2272.1.12.6.3.1 no-access
Mlt enternet statistics
             rcStatMltIpMltId 1.3.6.1.4.1.2272.1.12.6.3.1.1 integer32 read-only
Mlt Id
             rcStatMltIpInReceives 1.3.6.1.4.1.2272.1.12.6.3.1.2 counter32 read-only
all incoming packets
             rcStatMltIpInHdrErrors 1.3.6.1.4.1.2272.1.12.6.3.1.3 counter32 read-only
hdr errors detected
             rcStatMltIpInAddrErrors 1.3.6.1.4.1.2272.1.12.6.3.1.4 counter32 read-only
bad dest. ip addr
             rcStatMltIpForwDatagrams 1.3.6.1.4.1.2272.1.12.6.3.1.5 counter32 read-only
packets forwarded
             rcStatMltIpInUnknownProtos 1.3.6.1.4.1.2272.1.12.6.3.1.6 counter32 read-only
unsupported protocol
             rcStatMltIpInDiscards 1.3.6.1.4.1.2272.1.12.6.3.1.7 counter32 read-only
good, but no buffer
             rcStatMltIpInDelivers 1.3.6.1.4.1.2272.1.12.6.3.1.8 counter32 read-only
pkts delivered to upper
             rcStatMltIpOutRequest 1.3.6.1.4.1.2272.1.12.6.3.1.9 counter32 read-only
pkts received from upper
             rcStatMltIpOutDiscards 1.3.6.1.4.1.2272.1.12.6.3.1.10 counter32 read-only
good, but no buffer
             rcStatMltIpOutNoRoutes 1.3.6.1.4.1.2272.1.12.6.3.1.11 counter32 read-only
no route to destination
             rcStatMltIpReasmReqds 1.3.6.1.4.1.2272.1.12.6.3.1.12 counter32 read-only
fragments to reassem
             rcStatMltIpReasmOKs 1.3.6.1.4.1.2272.1.12.6.3.1.13 counter32 read-only
reassembled successfully
             rcStatMltIpReasmFails 1.3.6.1.4.1.2272.1.12.6.3.1.14 counter32 read-only
reassembly failures
             rcStatMltIpFragOKs 1.3.6.1.4.1.2272.1.12.6.3.1.15 counter32 read-only
fragment successfully
             rcStatMltIpFragFails 1.3.6.1.4.1.2272.1.12.6.3.1.16 counter32 read-only
fragment failure
             rcStatMltIpFragCreates 1.3.6.1.4.1.2272.1.12.6.3.1.17 counter32 read-only
pkts due to fragmenting
             rcStatMltIpRoutingDiscards 1.3.6.1.4.1.2272.1.12.6.3.1.18 counter32 read-only
Route entries removed
     rcStatSmltIstDownCnt 1.3.6.1.4.1.2272.1.12.6.4 counter32 read-only
Counters that counts how the session between the two peering switches has done down since last boot.
     rcStatSmltHelloTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.5 counter32 read-only
Counters that counts the tx hello msg.
     rcStatSmltHelloRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.6 counter32 read-only
Counters that counts the rx hello msg.
     rcStatSmltLearnMacAddrTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.7 counter32 read-only
Counters that counts the tx learn Mac Address msg.
     rcStatSmltLearnMacAddrRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.8 counter32 read-only
Counters that counts the rx learn Mac Address msg.
     rcStatSmltMacAddrAgeOutTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.9 counter32 read-only
Counters that counts the tx Mac Address Aging Out msg.
     rcStatSmltMacAddrAgeOutRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.10 counter32 read-only
Counters that counts the rx Mac Address Aging Out msg.
     rcStatSmltMacAddrAgeExpTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.11 counter32 read-only
Counters that counts the tx Mac Address age expired msg.
     rcStatSmltMacAddrAgeExpRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.12 counter32 read-only
Counters that counts the rx Mac Address age expired msg.
     rcStatSmltStgInfoTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.13 counter32 read-only
Counters that counts the tx Stg information msg.
     rcStatSmltStgInfoRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.14 counter32 read-only
Counters that counts the rx Stg information msg.
     rcStatSmltDelMacAddrTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.15 counter32 read-only
Counters that counts the tx deleted MAC address msg.
     rcStatSmltDelMacAddrRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.16 counter32 read-only
Counters that counts the rx deleted MAC address msg.
     rcStatSmltSmltDownTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.17 counter32 read-only
Counters that counts the tx Smlt Down msg.
     rcStatSmltSmltDownRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.18 counter32 read-only
Counters that counts the rx Smlt Down msg.
     rcStatSmltSmltUpTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.19 counter32 read-only
Counters that counts the tx Smlt Up msg.
     rcStatSmltSmltUpRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.20 counter32 read-only
Counters that counts the rx Smlt Up msg.
     rcStatSmltSendMacTblTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.21 counter32 read-only
Counters that counts the tx Send Mac Table msg.
     rcStatSmltSendMacTblRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.22 counter32 read-only
Counters that counts the rx Send Mac Table msg.
     rcStatSmltIgmpTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.23 counter32 read-only
Counters that counts the tx Igmp msg.
     rcStatSmltIgmpRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.24 counter32 read-only
Counters that counts the rx Igmp msg.
     rcStatSmltPortDownTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.25 counter32 read-only
Counters that counts the tx port down msg.
     rcStatSmltPortDownRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.26 counter32 read-only
Counters that counts the rx port down msg.
     rcStatSmltReqMacTblTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.27 counter32 read-only
Counters that counts the tx request Mac table msg.
     rcStatSmltReqMacTblRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.28 counter32 read-only
Counters that counts the rx request Mac table msg.
     rcStatSmltRxUnknownMsgTypeCnt 1.3.6.1.4.1.2272.1.12.6.29 counter32 read-only
Counters that counts the rx unknown msg type.
     rcStatMltIfUtilTable 1.3.6.1.4.1.2272.1.12.6.30 no-access
A table used to store Mlt interface utilization.
           rcStatMltIfUtilEntry 1.3.6.1.4.1.2272.1.12.6.30.1 no-access
Mlt interface utilization
               rcStatMltIfUtilMltId 1.3.6.1.4.1.2272.1.12.6.30.1.1 integer32 no-access
To assign an Id within the range specified to the Mlt created
               rcStatMltIfUtilIfHCInOctets 1.3.6.1.4.1.2272.1.12.6.30.1.2 counter64 read-only
The total number of octets received on the MLT interface, including framing characters.
               rcStatMltIfUtilIfHCInUtil 1.3.6.1.4.1.2272.1.12.6.30.1.3 gauge32 read-only
The best estimate of the mean physical layer network utilization on this interface during this interval, in percent.
               rcStatMltIfUtilIfHCOutOctets 1.3.6.1.4.1.2272.1.12.6.30.1.4 counter64 read-only
The total number of octets transmitted out of the MLT interface, including framing characters.
               rcStatMltIfUtilIfHCOutUtil 1.3.6.1.4.1.2272.1.12.6.30.1.5 gauge32 read-only
The best estimate of the mean physical layer network utilization on this interface during this interval, in percent.
     rcStatSmltLacpInfoRxMsgCnt 1.3.6.1.4.1.2272.1.12.6.31 counter32 read-only
LACP info msgs received.
     rcStatSmltLacpInfoTxMsgCnt 1.3.6.1.4.1.2272.1.12.6.32 counter32 read-only
LACP info msgs transmitted.
     rcStatMltUtilTable 1.3.6.1.4.1.2272.1.12.6.33 no-access
A table used to store statistics for MLT members utilization.
           rcStatMltUtilEntry 1.3.6.1.4.1.2272.1.12.6.33.1 no-access
An entry for MLT members utilization statistics table.
               rcStatMltUtilPortIfIndex 1.3.6.1.4.1.2272.1.12.6.33.1.1 interfaceindex no-access
Port ifIndex, member of rcMltId.
               rcStatMltUtilTrafficType 1.3.6.1.4.1.2272.1.12.6.33.1.2 integer no-access
Type of traffic for one MLT port interface. Enumeration: 'rx': 1, 'rxTx': 3, 'tx': 2.
               rcStatMltUtilTrafficLast5Min 1.3.6.1.4.1.2272.1.12.6.33.1.3 gauge32 read-only
This object returns the percentage of traffic on one MLT port interface for the last 5 minutes.
               rcStatMltUtilTrafficLast30Min 1.3.6.1.4.1.2272.1.12.6.33.1.4 gauge32 read-only
This object returns the percentage of traffic on one MLT port interface for the last 30 minutes.
               rcStatMltUtilTrafficLast1Hour 1.3.6.1.4.1.2272.1.12.6.33.1.5 gauge32 read-only
This object returns the percentage of traffic on one MLT port interface for the last hour.
 rcMltMib 1.3.6.1.4.1.2272.1.17.0
Enterprise MIB for the Accelar product family.
 rcMltNumMlts 1.3.6.1.4.1.2272.1.17.1 integer32 read-only
The number of MLTs currently defined in the switch.
 rcMltPotentialMembers 1.3.6.1.4.1.2272.1.17.2 portset read-only
The set of ports that are not members of any MLT.
 rcMltIstSessionEnable 1.3.6.1.4.1.2272.1.17.3 enablevalue read-write
Used to enable/disable mlt functionality.
 rcMltIstSessionStatus 1.3.6.1.4.1.2272.1.17.4 integer read-only
Used to enable/disable mlt functionality. Enumeration: 'down': 2, 'up': 1.
 rcMltIstPeerIp 1.3.6.1.4.1.2272.1.17.5 ipaddress read-write
IST mlt Peer Ip address.
 rcMltIstVlanId 1.3.6.1.4.1.2272.1.17.6 integer32 read-write
IST mlt Vlan Id.
 rcMltDisablePortsOnShutdown 1.3.6.1.4.1.2272.1.17.7 truthvalue read-write
When true(1), the port members of an MLT will be automatically shutdown when the MLT becomes disabled.
 rcMltTable 1.3.6.1.4.1.2272.1.17.10 no-access
A list of Multi-Link Trunk entries. The number of entries is given by rcMltNumMlts.
       rcMltEntry 1.3.6.1.4.1.2272.1.17.10.1 no-access
Entry containing configuration information for a particular Multi-Link Trunk.
           rcMltId 1.3.6.1.4.1.2272.1.17.10.1.1 integer32 read-only
A value that uniquely identifies the Multi-Link Trunk associated with this entry.
           rcMltName 1.3.6.1.4.1.2272.1.17.10.1.2 displaystring read-only
An administratively-assigned name for this MLT.
           rcMltPortMembers 1.3.6.1.4.1.2272.1.17.10.1.3 portset read-only
The set of ports that are members of this MLT.
           rcMltPortType 1.3.6.1.4.1.2272.1.17.10.1.4 integer read-only
The type of MLT port: access(1) or trunk(2). Enumeration: 'access': 1, 'trunk': 2.
           rcMltNumVlanIds 1.3.6.1.4.1.2272.1.17.10.1.5 integer32 read-only
Used to indicate the number of VLAN IDs that are stored in the rcMltVlanIds variable.
           rcMltVlanIds 1.3.6.1.4.1.2272.1.17.10.1.6 idlist read-only
An array used to identify which VLANs this MLT is associated with. Each VLAN ID is stored as a two octet value. The first octet in the pair holds bits 15-8 of the VLAN ID, while the second octet holds bits 7-0 of the VLAN ID.
           rcMltRowStatus 1.3.6.1.4.1.2272.1.17.10.1.7 rowstatus read-only
Used to create/delete entries in the rcMltTable.
           rcMltEnable 1.3.6.1.4.1.2272.1.17.10.1.8 truthvalue read-only
Enable the entry.
           rcMltLoadBalance 1.3.6.1.4.1.2272.1.17.10.1.9 truthvalue read-only
Perform load balance?
           rcMltDistributionAlgorithm 1.3.6.1.4.1.2272.1.17.10.1.10 integer read-only
The load balancing algorithm. Enumeration: 'none': 1, 'advanced': 3, 'basic': 2.
           rcMltIfIndex 1.3.6.1.4.1.2272.1.17.10.1.11 interfaceindexorzero read-only
Used to indicate the 'logical' ifIndex assigned to this MLT.
           rcMltMltType 1.3.6.1.4.1.2272.1.17.10.1.12 integer read-only
MLT type. Enumeration: 'istMLT': 2, 'splitMLT': 3, 'normalMLT': 1.
           rcMltSmltId 1.3.6.1.4.1.2272.1.17.10.1.13 integer32 read-only
Split MLT id.
           rcMltRunningType 1.3.6.1.4.1.2272.1.17.10.1.14 integer read-only
Split MLT running type. Enumeration: 'istMLT': 2, 'splitMLT': 3, 'normalMLT': 1.
           rcMltSvlanPortType 1.3.6.1.4.1.2272.1.17.10.1.15 integer read-only
Set MLT port type. Enumeration: 'uni': 2, 'nni': 3, 'normal': 1.
           rcMltMulticastDistribution 1.3.6.1.4.1.2272.1.17.10.1.16 enablevalue read-only
Enable/Disable multicast distribution per mlt.
           rcMltLacp10gBackup 1.3.6.1.4.1.2272.1.17.10.1.17 enablevalue read-only
Enable/Disable 10G Mlt reliance backup mode.
           rcMltAggregatable 1.3.6.1.4.1.2272.1.17.10.1.18 enablevalue read-only
Enable/Disable link aggregation on a MLT.
           rcMltClearLinkAggregate 1.3.6.1.4.1.2272.1.17.10.1.19 integer read-only
clear link aggregate, equivalent to disable and re-enable aggregatable on the MLT. Enumeration: 'clear': 1, 'none': 2.
           rcMltNtStgEnable 1.3.6.1.4.1.2272.1.17.10.1.20 truthvalue read-only
Indicates whether this MLT is operating in Nortel Mode or in Cisco Mode. true = Nortel Mode false = Cisco Mode.
           rcMltDesignatedPort 1.3.6.1.4.1.2272.1.17.10.1.21 interfaceindex read-only
Indicates the Designated port for the MLT.
           rcMltAggOperState 1.3.6.1.4.1.2272.1.17.10.1.22 enablevalue read-only
Link aggregation state on a MLT.
           rcMltAggTimeOfLastOperChange 1.3.6.1.4.1.2272.1.17.10.1.23 timeticks read-only
The time value since the interface entered its current operational state.
           rcMltVplsMgmtVlan 1.3.6.1.4.1.2272.1.17.10.1.24 enablevalue read-only
Management Vlan is configured on this mlt
           rcMltLoadDistributionOption 1.3.6.1.4.1.2272.1.17.10.1.25 integer read-only
Used to specify the Load Balancing option for MLT in UNI Enumeration: 'cmac': 2, 'isid': 4, 'bvid': 3, 'bmac': 1.
           rcMltUniAggrMacIdx 1.3.6.1.4.1.2272.1.17.10.1.26 integer32 read-only
Used to specify the index of the mac address pool reserved for MLT uni
           rcMltUniAggrMacAddress 1.3.6.1.4.1.2272.1.17.10.1.27 macaddress read-only
Used to display the mac address reserved for this MLT
           rcMltQinqEtherType 1.3.6.1.4.1.2272.1.17.10.1.28 integer32 read-only
The qinq ether type value. It should be displayed and input as Hex value. It would only be used when MLT is associated with QnQ service UNI. Otherwise, it would be ignored
           rcMltEgressCosProfileName 1.3.6.1.4.1.2272.1.17.10.1.29 displaystring read-write
Mlt Egress COS Profile Name, which is defined by rcCosProfileTable
           rcMltEgressPolicerAdminState 1.3.6.1.4.1.2272.1.17.10.1.30 enablevalue read-write
Enable/disable Mlt Egress Policer
           rcMltAggrEgressBandwidth 1.3.6.1.4.1.2272.1.17.10.1.31 enablevalue read-write
Aggregated Egress Bandwidth Policer is used.
           rcMltAggrIngressBandwidth 1.3.6.1.4.1.2272.1.17.10.1.32 enablevalue read-write
Aggregated Ingress Bandwidth Policer is used.
           rcMltAggrMacAlloc 1.3.6.1.4.1.2272.1.17.10.1.33 enablevalue read-write
Aggregated Mac Allocation is used
           rcMltAggMinLink 1.3.6.1.4.1.2272.1.17.10.1.34 integer32 read-only
If number of active links goes below configured minimum-link number, the entire LAG is declared down.
           rcMltMtu 1.3.6.1.4.1.2272.1.17.10.1.35 integer32 read-write
MTU for ports in Mlt
           rcMltInterfaceType 1.3.6.1.4.1.2272.1.17.10.1.36 integer read-write
This value indicates whether ports in the mlt are of type . A port can be included in any EVPN service only if this attribute is set to uni. If the port is not part of any VLAN the interface-type is set to silent. Before adding a port to a VLAN the interface type should be changed to normal. Enumeration: 'uni': 3, 'silent': 2, 'normal': 1.
           rcMltConfiguredMembers 1.3.6.1.4.1.2272.1.17.10.1.37 portset read-write
The set of ports that are configured members of this MLT. Toronto release allows us to add a port to a LACP enabled MLT. These port get added as ConfiguredMembers
           rcMltMtuAdminState 1.3.6.1.4.1.2272.1.17.10.1.38 enablevalue read-write
Set Mlt MTU enable or disable
           rcMltPeerPortMembers 1.3.6.1.4.1.2272.1.17.10.1.39 portset read-only
The set of Peer ports which are connected to local ports (rcMltPortMember) of this MLT
           rcMltCpLimitPktRate 1.3.6.1.4.1.2272.1.17.10.1.40 integer32 read-write
Used to limit Control packets on the port to qos-levels 6 and 7. Sets the limit in packets per second.
           rcMltCpLimitShutDownEnable 1.3.6.1.4.1.2272.1.17.10.1.41 truthvalue read-write
Used to indicate if the mlt-ports should be shutdown when the CpLimitPktRate is exceeded.
           rcMltVlanIdList 1.3.6.1.4.1.2272.1.17.10.1.42 octet string read-write
This bitfield is used to identify which VLANs this MLT is associated with. Each VLAN ID is stored as a bit. The most-significant (left-most) bit represents Vlan Id 1.
           rcMltEntryOwner 1.3.6.1.4.1.2272.1.17.10.1.43 integer read-only
Defines the owner of the MLT. Enumeration: 'localAndRemote': 4, 'remote': 3, 'none': 1, 'local': 2.
           rcMltDatapathProgrammingState 1.3.6.1.4.1.2272.1.17.10.1.44 integer read-only
Defines the datapath programming state of the MLT. Enumeration: 'localAndRemote': 4, 'remote': 3, 'none': 1, 'local': 2.
 rcMltMcastDistribution 1.3.6.1.4.1.2272.1.17.11
       rcMltMcastDistributionEnable 1.3.6.1.4.1.2272.1.17.11.1 truthvalue read-write
Used to enable/disable this feature to distribute multicast traffic on MLT ports. All the cards in the system must be E-Tickets. Cannot perform distribution in a mixed mode.
       rcMltMcastDistributionGrpMask 1.3.6.1.4.1.2272.1.17.11.2 ipaddress read-write
Group Mask. Create a MLT abstraction layer to distribute traffic basd on (source, group) information of the multicast packet. The algorithm to pick the actual port nedds to generate a fairly random number for different combinations but a lways generate the same number for a given (source, group) pair. By default, the number of active ports of the MLT is used to MOD the pseudo-random number generated by the XOR of each byte of the masked group address with the masked source address.
       rcMltMcastDistributionSrcMask 1.3.6.1.4.1.2272.1.17.11.3 ipaddress read-write
Source Mask.
       rcMltMcastDistributionRedistributionEnable 1.3.6.1.4.1.2272.1.17.11.4 truthvalue read-write
Enable redistribution.
 rcSltPortTable 1.3.6.1.4.1.2272.1.17.12 no-access
Table containing config info for SLT
       rcSltPortEntry 1.3.6.1.4.1.2272.1.17.12.1 no-access
Entry containing configuration information for a particular Multi-Link Trunk.
           rcSltPortIfIndex 1.3.6.1.4.1.2272.1.17.12.1.1 interfaceindex read-only
An interface for this SLT.
           rcSltPortSmltId 1.3.6.1.4.1.2272.1.17.12.1.2 integer32 read-only
A uniquely identifies the Single-Link Trunk associated with this entry.
           rcSltPortOperType 1.3.6.1.4.1.2272.1.17.12.1.3 integer read-only
The current operate type of the port normal or smlt. Enumeration: 'smlt': 2, 'normal': 1.
           rcSltPortRowStatus 1.3.6.1.4.1.2272.1.17.12.1.4 rowstatus read-only
Used to create/delete entries of the Table.
 rcMltVlacpTable 1.3.6.1.4.1.2272.1.17.13 no-access
Mlt Virtual LACP table
       rcMltVlacpEntry 1.3.6.1.4.1.2272.1.17.13.1 no-access
Entry containing info. for a particular port
           rcMltVlacpAdminEnable 1.3.6.1.4.1.2272.1.17.13.1.1 truthvalue read-write
Administratively enable/disable Virtual LACP on a MLT
           rcMltVlacpFastPeriodicTimer 1.3.6.1.4.1.2272.1.17.13.1.2 integer32 read-write
The number of miliseconds between periodic transmissions using Short Timeouts
           rcMltVlacpTimeoutScale 1.3.6.1.4.1.2272.1.17.13.1.3 integer32 read-write
Scalar value used to calculate timeout time from periodic time. Timeout = PeriodicTime * TimeoutScale
           rcMltVlacpEtherMacAddress 1.3.6.1.4.1.2272.1.17.13.1.4 macaddress read-write
Multicast Mac Address exclusively used for VLACPDU's
           rcMltVlacpDualHomingEnable 1.3.6.1.4.1.2272.1.17.13.1.5 truthvalue read-write
Enable/Disable Dual homing on Virtual LACP on a MLT
 rcMltBvidPortTable 1.3.6.1.4.1.2272.1.17.14 no-access
Table contains Bridge Vlan configured information for Primary and Secondary ports for MLT-UNI
       rcMltBvidPortEntry 1.3.6.1.4.1.2272.1.17.14.1 no-access
Entry with Info about VLAN with its Primary and secondary ports for MLT-UNI
           rcMltBvidMltId 1.3.6.1.4.1.2272.1.17.14.1.1 integer32 no-access
VLAN ID of the Port List
           rcMltBvidVlanId 1.3.6.1.4.1.2272.1.17.14.1.2 integer32 no-access
VLAN ID of the Port List
           rcMltBvidPrimaryPort 1.3.6.1.4.1.2272.1.17.14.1.3 interfaceindex read-only
Primary port of the MLT for the VLAN when load distribution option is b-vid
           rcMltBvidSecondaryPort 1.3.6.1.4.1.2272.1.17.14.1.4 interfaceindex read-only
Secondary port of the MLT for the VLAN when load distribution option is b-vid
           rcMltBvidRowStatus 1.3.6.1.4.1.2272.1.17.14.1.5 rowstatus read-only
Used to Add/delete entries in the table
 rcMltNotificationObjects 1.3.6.1.4.1.2272.1.17.15
       rcMltAggTrapEvent 1.3.6.1.4.1.2272.1.17.15.1 integer no-access
Three trap events type: local down(1), remote down(2), up(3). Enumeration: 'remotedown': 2, 'localdown': 1, 'up': 3.
 rcLinkFlapDetectAutoPortDownEnable 1.3.6.1.4.1.2272.1.27.1 truthvalue read-write
Used to enable/disable the Link Flap Detect feature. When enabled this feature will monitor the number of times a port goes down during a certain interval. If the number exceeds a given bound the port will be forced out-of-service.
 rcLinkFlapDetectSendTrap 1.3.6.1.4.1.2272.1.27.2 truthvalue read-write
Used to configure whether a trap should be sent if the port is forced out-of-service.
 rcLinkFlapDetectFrequency 1.3.6.1.4.1.2272.1.27.3 integer32 read-write
Used to configure the number of times the port can go down.
 rcLinkFlapDetectInterval 1.3.6.1.4.1.2272.1.27.4 integer32 read-write
Used to configure the interval (in minutes).
 rcL2RedundancyHaCpuState 1.3.6.1.4.1.2272.1.32.1 integer read-only
Indicate the Ha-CPU state. initialization - indicate the CPU is in this state. oneWayActive - Modules that need to be synchronized have registered with the framework (either locally or a message was received from remote CPU (1). twoWayActive - Modules that need to be synchronized have registered with the framework (either locally or a message was received from remote CPU (2). synchronized - Table based synchroniztion was completed on the current CPU (3). remoteIncompatible - CPUs framework version is incompatible with the remote CPU (4). error - If an invalid event is generated in a given state the CPU enters Error state (5). disabled - High Availability is not enabled (6). peerNotConnected - no peer connection is established (7). peerConnected - peer connection is established (8). lostPeerConnection - lost connection to peer/Standby CPU (9). notSynchronized - Table Sync is not complete (10). synchronizeInProgress - Table Sync is in progress (11). Enumeration: 'peerNotConnected': 7, 'oneWayActive': 1, 'peerConnected': 8, 'synchronized': 3, 'remoteIncompatible': 4, 'initialization': 0, 'disabled': 6, 'notSynchronized': 10, 'lostPeerConnection': 9, 'error': 5, 'synchronizeInProgress': 11, 'twoWayActive': 2.
 rcL2RedundancyHaEvent 1.3.6.1.4.1.2272.1.32.2 integer read-only
Indicate the Ha event status. restart (0) - Causes the state machine to restart systemRegistrationDone (1)- Causes the CPU to transfer to One Way or Two Way Active state. Locally or message received from remote CPU. tableSynchronizationDone (2) - Causes the CPU to transfer to Synchronized state. versionIncompatible (3) - Causes the CPU to go to Remote Incompatible state noEvent (4) - Means no event has occured uptill now. Enumeration: 'tableSynchronizationDone': 2, 'noEvent': 4, 'systemRegistrationDone': 1, 'versionIncompatible': 3, 'restart': 0.
 rcL2RedundancyEnable 1.3.6.1.4.1.2272.1.32.3 enablevalue read-write
Indicate the feature enable/disable.
 rcL2RedundancyStandbyCpu 1.3.6.1.4.1.2272.1.32.4 integer read-only
Indicate if the L2 Redundancy is enabled on the standby CPU. Enumeration: 'standbyCPUNotPresent': 3, 'warmStandbyCPU': 2, 'hotStandbyCPU': 1.