ethPhyPortMode
BIANCA-ETH-PHY-MIB ·
.0.1.1.10
Object
column r/w
Enumeration
The initial mode of the ethernet PHY or switch port:
disable(1) -- disconnect from physical line
auto(2) -- use default autonegotiation
auto-100(3) -- use autonegotiation for 100 mbps only
auto-10(4) -- use autonegotiation for 10 mbps only
auto-full-100(5) -- auto-negotiate 100 mbps/full-duplex
auto-half-100(6) -- auto-negotiate 100 mbps/half-duplex
auto-full-10(7) -- auto-negotiate 10 mbps/full-duplex
auto-half-10(8) -- auto-negotiate 10 mbps/half-duplex
fixed-full-100(9) -- use fixed mode 100 mbps/full-duplex
fixed-half-100(10) -- use fixed mode 100 mbps/half-duplex
fixed-full-10(11) -- use fixed mode 10 mbps/full-duplex
fixed-half-10(12) -- use fixed mode 10 mbps/half-duplex
auto-1000(14) -- use autonegotiation for 1000 mbps only
fixed-full-1000(15) -- use fixed mode 1000 mbps/full-duplex
Context
- MIB
- BIANCA-ETH-PHY-MIB
- OID
.0.1.1.10- Type
- column
- Access
- readwrite
- 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::ethPhyPortMode'
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::ethPhyPortMode.<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::ethPhyPortMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disable |
2 | auto |
3 | auto-100 |
4 | auto-10 |
5 | auto-full-100 |
6 | auto-half-100 |
7 | auto-full-10 |
8 | auto-half-10 |
9 | fixed-full-100 |
10 | fixed-half-100 |
11 | fixed-full-10 |
12 | fixed-half-10 |
14 | auto-1000 |
15 | fixed-full-1000 |