hpSwitchPortFastEtherMode
CONFIG-MIB ·
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.3.1.1.10
Object
column mandatory
r/w
Enumeration
This object provides the mode of data transfer operation on a port. The port can transfer the data either in full-duplex or in half-duplex mode. In full-duplex mode, the port can send and receive the data simultaneously. In half-duplex mode, the port can either send or receive data at any given time. In auto mode, the port negotiates the duplex mode with the port at the other end of the link. When configured in auto mode at both ends of the link, the port conforms to the following duplex modes for different Ethernet types: Ethernet (10 Mbps) - Half-duplex Fast Ethernet (100 Mbps) - Half-duplex Gigabit Ethernet (1 Gbps) - Full-duplex 10 Gigabit Ethernet (10 Gbps) - Full-duplex 40 Gigabit Ethernet (40 Gbps) - Full-duplex .
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.3.1.1.10- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- hpSwitchPortEntry
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 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::hpSwitchPortFastEtherMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::hpSwitchPortFastEtherMode.<hpSwitchPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::hpSwitchPortFastEtherMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | half-duplex-10Mbits |
2 | half-duplex-100Mbits |
3 | full-duplex-10Mbits |
4 | full-duplex-100Mbits |
5 | auto-neg |
6 | full-duplex-1000Mbits |
7 | auto-10Mbits |
8 | auto-100Mbits |
9 | auto-1000Mbits |
10 | auto-10Gbits |
11 | auto-10-100Mbits |
12 | auto-40Gbits |
13 | auto-2500Mbits |
14 | auto-5000Mbits |
15 | auto-2500-5000Mbits |
16 | auto-1000-2500Mbits |
17 | auto-1000-2500-5000Mbits |