ethPhyPortCapabilities
BIANCA-ETH-PHY-MIB ·
.0.1.1.9
Object
column Bits
This bitfield describes what modes the port supports: half-10 : 10Mbit/s half duplex full-10 : 10Mbit/s full duplex half-100 : 100Mbit/s half duplex full-100 : 100Mbit/s full duplex half-1000 : 1000Mbit/s half duplex full-1000 : 1000Mbit/s full duplex autoneg : Autonegotiation supported .
Context
- MIB
- BIANCA-ETH-PHY-MIB
- OID
.0.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ethPhyEntry
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 'BIANCA-ETH-PHY-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-ETH-PHY-MIB::ethPhyPortCapabilities'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-ETH-PHY-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-ETH-PHY-MIB::ethPhyPortCapabilities.<ethPhyPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-ETH-PHY-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-ETH-PHY-MIB::ethPhyPortCapabilities'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | half-10 |
1 | full-10 |
2 | half-100 |
3 | full-100 |
4 | half-1000 |
5 | full-1000 |
6 | autoneg |