ifPhysicalTrxTrxMedia
LUM-IFPHYSICAL-MIB ·
.1.3.6.1.4.1.8708.2.47.2.2.1.1.7
Object
Defines the transceiver media.
For example 'optical' or 'electrical'.
Context
- MIB
- LUM-IFPHYSICAL-MIB
- OID
.1.3.6.1.4.1.8708.2.47.2.2.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Default
optical- Parent
- ifPhysicalTrxEntry
- Groups
- 11
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 'LUM-IFPHYSICAL-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFPHYSICAL-MIB::ifPhysicalTrxTrxMedia'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-IFPHYSICAL-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-IFPHYSICAL-MIB::ifPhysicalTrxTrxMedia.<ifPhysicalTrxIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-IFPHYSICAL-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-IFPHYSICAL-MIB::ifPhysicalTrxTrxMedia'
Syntax
- Source
- LUM-TCTrxMediaWithNA
- Base type
Enumeration
Type Description
Defines the media and capability of the TRX
optical - Optical media
tp1000BaseT - Twisted-pair capable of 1000BaseT
tp100BaseT - Twisted-pair capable of 100BaseT
tp10BaseT - Twisted-pair capable of 10BaseT
electrical - Electrical media
notApplicable - used to tell that attribute
is not used in current configuration.
notAvailable - used to tell that it is not
possible to read attribute at the moment.
Values & Constraints
Type Values
0 | undefined |
1 | optical |
2 | tp1000BaseT |
3 | tp100BaseT |
4 | tp10BaseT |
5 | electrical |
2147483646 | notAvailable |
2147483647 | notApplicable |