PRVT-PORTS-AGGREGATION-MIB: View SNMP OID List / Download MIB
VENDOR: B.A.T.M. ADVANCE TECHNOLOGIES
Home | MIB: PRVT-PORTS-AGGREGATION-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).
|
|||
Object Name | OID | Type | Access | Info |
prvtPortsAggregationMib | 1.3.6.1.4.1.738.1.5.106 |
The Ports Aggregation MIB module for managing switch or ipSwitch static and dynamic port aggregation. |
||
portsAggregation | 1.3.6.1.4.1.738.1.5.106.1 | |||
maxAggregatorId | 1.3.6.1.4.1.738.1.5.106.1.1 | integer32 | read-only |
The maximum allowed aggregator ID for this unit. |
aggregationLacpSystemPriority | 1.3.6.1.4.1.738.1.5.106.1.2 | integer32 | read-write |
The LACP system priority. |
portsAggregationTable | 1.3.6.1.4.1.738.1.5.106.1.3 | no-access |
This table contains the status of all the trunks in the system It can contain two major types: static and dynamic trunks. |
|
1.3.6.1.4.1.738.1.5.106.1.3.1 | no-access |
Ports aggregation entry. |
||
aggregatorId | 1.3.6.1.4.1.738.1.5.106.1.3.1.1 | integer32 | no-access |
The internal trunk ID. |
aggregatorIfIndex | 1.3.6.1.4.1.738.1.5.106.1.3.1.2 | integer32 | read-only |
The interface index from MIB-II ifTable. |
aggregatorType | 1.3.6.1.4.1.738.1.5.106.1.3.1.3 | integer | read-only |
This variable describes the trunk type. Enumeration: 'protocol-802-1ad': 2, 'staticTrunk': 1. |
aggregatorName | 1.3.6.1.4.1.738.1.5.106.1.3.1.4 | displaystring | read-write |
The aggregator's name. |
aggregatorPortsMembers | 1.3.6.1.4.1.738.1.5.106.1.3.1.5 | portlist | read-only |
The ports that are members of this trunk. |
aggregatorPortsActive | 1.3.6.1.4.1.738.1.5.106.1.3.1.6 | portlist | read-only |
The active ports that are members of this trunk. |
aggregatorL2DropEvents | 1.3.6.1.4.1.738.1.5.106.1.3.1.7 | counter32 | read-only |
The total number of events in which packets were dropped by the probe due to lack of resources. Note that this number is not necessarily the number of packets dropped; it is just the number of times this condition has been detected. |
aggregatorL2Octets | 1.3.6.1.4.1.738.1.5.106.1.3.1.8 | counter32 | read-only |
The total number of octets of data (including those in bad packets) received on the network (excluding framing bits but including FCS octets). This object can be used as a reasonable estimate of Ethernet utilization. If greater precision is desired, the etherStatsPkts and etherStatsOctets objects should be sampled before and after a common interval. The differences in the sampled values are Pkts and Octets, respectively, and the number of seconds in the interval is Interval. These values are used to calculate the Utilization as follows: Pkts * (9.6 + 6.4) + (Octets * .8) Utilization = Interval * 10,000 The result of this equation is the Ethernet segment utilization which is the percent utilization of the ethernet segment on a 0 to 100 percent scale. |
aggregatorL2Pkts | 1.3.6.1.4.1.738.1.5.106.1.3.1.9 | counter32 | read-only |
The total number of packets (including bad packets, broadcast packets, and multicast packets) received. |
aggregatorL2BroadcastPkts | 1.3.6.1.4.1.738.1.5.106.1.3.1.10 | counter32 | read-only |
The total number of good packets received that were directed to the broadcast address. Note that this does not include multicast packets. |
aggregatorL2MulticastPkts | 1.3.6.1.4.1.738.1.5.106.1.3.1.11 | counter32 | read-only |
The total number of good packets received that were directed to a multicast address. Note that this number does not include packets directed to the broadcast address. |
aggregatorL2CRCAlignErrors | 1.3.6.1.4.1.738.1.5.106.1.3.1.12 | counter32 | read-only |
The total number of packets received that had a length (excluding framing bits, but including FCS octets) of between 64 and 1518 octets, inclusive, but had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error). |
aggregatorL2UndersizePkts | 1.3.6.1.4.1.738.1.5.106.1.3.1.13 | counter32 | read-only |
The total number of packets received that were less than 64 octets long (excluding framing bits, but including FCS octets) and were otherwise well formed. |
aggregatorL2OversizePkts | 1.3.6.1.4.1.738.1.5.106.1.3.1.14 | counter32 | read-only |
The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets) and were otherwise well formed. |
aggregatorL2Fragments | 1.3.6.1.4.1.738.1.5.106.1.3.1.15 | counter32 | read-only |
The total number of packets received that were less than 64 octets in length (excluding framing bits but including FCS octets) and had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error). Note that it is entirely normal for etherStatsFragments to increment. This is because it counts both runts (which are normal occurrences due to collisions) and noise hits. |
aggregatorL2Jabbers | 1.3.6.1.4.1.738.1.5.106.1.3.1.16 | counter32 | read-only |
The total number of packets received that were longer than 1518 octets (excluding framing bits, but including FCS octets), and had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error) or a bad FCS with a non-integral number of octets (Alignment Error). Note that this definition of jabber is different from the definition in IEEE-802.3 section 8.2.1.5 (10BASE5) and section 10.3.1.4 (10BASE2). These documents define jabber as the condition in which any packet exceeds 20 ms. The allowed range to detect jabber is between 20 ms and 150 ms. |
aggregatorL2Collisions | 1.3.6.1.4.1.738.1.5.106.1.3.1.17 | counter32 | read-only |
The best estimate of the total number of collisions on this Ethernet segment. The value returned will depend on the RMON probe's location. Sections 8.2.1.3 (10BASE-5) and 10.3.1.3 (10BASE-2) of IEEE standard 802.3 states that a station must detect a collision in the receive mode if three or more stations are transmitting simultaneously. A repeater port must detect a collision when two or more stations are transmitting simultaneously. Thus a probe placed on a repeater port could record more collisions than a probe connected to a station on the same segment would. Probe location plays a much smaller role when considering 10BASE-T. Section 14.2.1.4 (10BASE-T) of IEEE standard 802.3 defines a collision as the simultaneous presence of signals on the DO and RD circuits (transmitting and receiving at the same time). A 10BASE-T station can only detect collisions when it is transmitting. Thus probes placed on a station and a repeater, should report the same number of collisions. Note also that an RMON probe inside a repeater should ideally report collisions between the repeater and one or more other hosts (transmit collisions as defined by IEEE 802.3k) plus receiver collisions observed on any coaxial segments to which the repeater is connected. |
aggregatorL2Pkts64Octets | 1.3.6.1.4.1.738.1.5.106.1.3.1.18 | counter32 | read-only |
The total number of packets (including bad packets) received that were 64 octets in length (excluding framing bits but including FCS octets). |
aggregatorL2Pkts65to127Octets | 1.3.6.1.4.1.738.1.5.106.1.3.1.19 | counter32 | read-only |
The total number of packets (including bad packets) received that were between 65 and 127 octets in length inclusive (excluding framing bits but including FCS octets). |
aggregatorL2Pkts128to255Octets | 1.3.6.1.4.1.738.1.5.106.1.3.1.20 | counter32 | read-only |
The total number of packets (including bad packets) received that were between 128 and 255 octets in length inclusive (excluding framing bits but including FCS octets). |
aggregatorL2Pkts256to511Octets | 1.3.6.1.4.1.738.1.5.106.1.3.1.21 | counter32 | read-only |
The total number of packets (including bad packets) received that were between 256 and 511 octets in length inclusive (excluding framing bits but including FCS octets). |
aggregatorL2Pkts512to1023Octets | 1.3.6.1.4.1.738.1.5.106.1.3.1.22 | counter32 | read-only |
The total number of packets (including bad packets) received that were between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets). |
aggregatorL2Pkts1024to1518Octets | 1.3.6.1.4.1.738.1.5.106.1.3.1.23 | counter32 | read-only |
The total number of packets (including bad packets) received that were between 1024 and 1518 octets in length inclusive (excluding framing bits but including FCS octets). |
aggregationLacpSystemEnable | 1.3.6.1.4.1.738.1.5.106.1.4 | truthvalue | read-write |
This value enable/disable the LACP system globaly |
portsAggregationConfig | 1.3.6.1.4.1.738.1.5.106.2 | |||
portsAggregationConfigTable | 1.3.6.1.4.1.738.1.5.106.2.1 | no-access |
This table contains only the static (created by management) port trunk configuration. |
|
1.3.6.1.4.1.738.1.5.106.2.1.1 | no-access |
Port aggregation config entry. |
||
staticAggregationID | 1.3.6.1.4.1.738.1.5.106.2.1.1.1 | integer32 | read-write |
A number representing the aggregation group that this port belongs to. 0 means that this port does not belong to any static group. |
dynamicAggregationID | 1.3.6.1.4.1.738.1.5.106.2.1.1.2 | integer32 | read-only |
A number representing the aggregation group that this port belongs to. 0 means that this port does not belong to any dynamic group |
aggregationType | 1.3.6.1.4.1.738.1.5.106.2.1.1.3 | integer | read-write |
Specifies the aggregation type of the interface - disable(1) if the port does not belong to a group, static(2) if the port belongs to a static group, and protocol-802-1adAcive(3) or protocol-802-1adPassive(4) if the interface is part of a dynamic group. Enumeration: 'static': 2, 'disable': 1, 'protocol-802-1adPassive': 4, 'protocol-802-1adAcive': 3. |
aggregationLacpPortPriority | 1.3.6.1.4.1.738.1.5.106.2.1.1.4 | integer32 | read-write |
LACP priority for a port |
aggregationLacpPortKey | 1.3.6.1.4.1.738.1.5.106.2.1.1.5 | integer32 | read-write |
LACP identification key for a port |
portsAggregationTraps | 1.3.6.1.4.1.738.1.5.106.3 | |||
lagMemberLinkUp | 1.3.6.1.4.1.738.1.5.106.3.1 |
This notification is generated when lag link becomes up. The first ifIndex indicates the id of the trunk interface. The second one shows the port member with link status change |
||
lagMemberLinkDown | 1.3.6.1.4.1.738.1.5.106.3.2 |
This notification is generated when lag link becomes down. The first ifIndex indicates the id of the trunk interface. The second one shows the port member with link status change |
||
lagMemberAdd | 1.3.6.1.4.1.738.1.5.106.3.3 |
This notification is generated when a new port is added to a lag link. The first ifIndex indicates the id of the trunk interface. The second one shows the added port member |
||
lagMemberRemove | 1.3.6.1.4.1.738.1.5.106.3.4 |
This notification is generated when a port is removed from a lag. The first ifIndex indicates the id of the trunk interface. The second one shows the removed port member |