zxAnSysOutbandPortDuplexSpeed
ZTE-AN-SYS-MIB ·
.1.3.6.1.4.1.3902.1015.1.1.107.3
Object
scalar r/w
Enumeration
DURABLE: { auto_negotiate:all }
The desired speed and duplex for this interface. If the selected
control is not possible on the interface, a value of illegal(99)
is returned. If the port type does NOT support the default
of auto_negotiate(1), then the application initializes the
port to a valid value (e.g., 1000full(6)). Note that not all
controls are possible for all interfaces. For example, only
full-1000(6) is available for Gigabit Ethernet interfaces.
Context
- MIB
- ZTE-AN-SYS-MIB
- OID
.1.3.6.1.4.1.3902.1015.1.1.107.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- zxAnSysOutbandPortMgmt
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-SYS-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-SYS-MIB::zxAnSysOutbandPortDuplexSpeed.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-SYS-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-SYS-MIB::zxAnSysOutbandPortDuplexSpeed'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | autoNegotiate |
2 | half10 |
3 | full10 |
4 | half100 |
5 | full100 |
6 | full1000 |
7 | full10000 |
99 | illegal |