All MIBs › MAU-MIB › ifMauTypeList
ifMauTypeList
Module: MAU-MIB
OID (symbolic): MAU-MIB::ifMauTypeList
OID (numeric): 1.3.6.1.2.1.26.2.1.1.10
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description:
********* THIS OBJECT IS DEPRECATED **********
This object has been deprecated in favour of ifMauTypeListBits.
A value that uniquely identifies the set of possible IEEE 802.3 types that the MAU could be. The value is a sum that initially takes the value zero. Then, for each type capability of this MAU, 2 raised to the power noted below is added to the sum. For example, a MAU that has the capability to be only 10BASE-T would have a value of 512 (2**9). In contrast, a MAU that supports both 10Base-T (full duplex) and 100BASE-TX (full duplex) would have a value of ((2**11) + (2**16)), or 67584.
The powers of 2 assigned to the capabilities are these:
Power Capability 0 other or unknown 1 AUI 2 10BASE-5 3 FOIRL 4 10BASE-2 5 10BASE-T duplex mode unknown 6 10BASE-FP 7 10BASE-FB 8 10BASE-FL duplex mode unknown 9 10BROAD36 10 10BASE-T half duplex mode 11 10BASE-T full duplex mode 12 10BASE-FL half duplex mode 13 10BASE-FL full duplex mode 14 100BASE-T4 15 100BASE-TX half duplex mode 16 100BASE-TX full duplex mode 17 100BASE-FX half duplex mode 18 100BASE-FX full duplex mode 19 100BASE-T2 half duplex mode
20 100BASE-T2 full duplex mode
If auto-negotiation is present on this MAU, this object will map to ifMauAutoNegCapability.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.26.2.1.1.10 snmpwalk -v2c -c public <target> MAU-MIB::ifMauTypeList
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.26.2.1.1.10.1 snmpget -v2c -c public <target> MAU-MIB::ifMauTypeList.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.26 | snmpDot3MauMgt | DOT3-MAU-MIB |
| 1.3.6.1.2.1.26.2 | dot3IfMauBasicGroup | DOT3-MAU-MIB |
| 1.3.6.1.2.1.26.2.1 | ifMauTable | DOT3-MAU-MIB |
| 1.3.6.1.2.1.26.2.1.1 | ifMauEntry | DOT3-MAU-MIB |
| 1.3.6.1.2.1.26.2.1.1.10 | ifMauTypeList | MAU-MIB |