efmCuPmeSubTypesSupported
EFM-CU-MIB ·
.1.3.6.1.2.1.167.1.2.2.1.1
Object
column Bits
PME supported subtypes. This is a bitmap of possible
subtypes. The various bit positions are:
ieee2BaseTLO - PME is capable of operating as 2BaseTL-O
ieee2BaseTLR - PME is capable of operating as 2BaseTL-R
ieee10PassTSO - PME is capable of operating as 10PassTS-O
ieee10PassTSR - PME is capable of operating as 10PassTS-R
The desired mode of operation is determined by
efmCuPmeAdminSubType, while efmCuPmeOperSubType reflects the
current operating mode.
If a Clause 45 MDIO Interface to the PCS is present, then this
object combines the 10PASS-TS capable and 2BASE-TL capable
bits in the 10P/2B PMA/PMD speed ability register and the
CO supported and CPE supported bits in the 10P/2B PMA/PMD
status register.
Context
- MIB
- EFM-CU-MIB
- OID
.1.3.6.1.2.1.167.1.2.2.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- efmCuPmeCapabilityEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'EFM-CU-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EFM-CU-MIB::efmCuPmeSubTypesSupported'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EFM-CU-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EFM-CU-MIB::efmCuPmeSubTypesSupported.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EFM-CU-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EFM-CU-MIB::efmCuPmeSubTypesSupported'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | ieee2BaseTLO |
1 | ieee2BaseTLR |
2 | ieee10PassTSO |
3 | ieee10PassTSR |
Conformance
Member of
Compliance refinements
efmCuCompliance
Bits
Values:
ieee2BaseTLO(0), ieee2BaseTLR(1), ieee10PassTSO(2), ieee10PassTSR(3)
Support for all subtypes is not required. However, at
least one value SHALL be supported.
least one value SHALL be supported.