ifextMediumType
SIAE-IFEXT-MIB ·
.1.3.6.1.4.1.3373.1103.73.2.1.5
Object
column Enumeration
Physical medium of this interface. Medium type 'combo' can be set as copper or as fiber by ifextMediumSelection.
Context
- MIB
- SIAE-IFEXT-MIB
- OID
.1.3.6.1.4.1.3373.1103.73.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ifextTableEntry
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 'SIAE-IFEXT-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-IFEXT-MIB::ifextMediumType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-IFEXT-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-IFEXT-MIB::ifextMediumType.<ifextIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-IFEXT-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-IFEXT-MIB::ifextMediumType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | copper |
2 | fiber |
3 | combo |
4 | other |