ctEtherSpeedAdminStatus
CTRON-ETHERNET-PARAMETERS-MIB ·
.1.3.6.1.4.1.52.4.1.2.4.2.3.1.1.2
Object
column mandatory
r/w
Enumeration
The administrative status requested by management for the speed of this
port. The value of tenmegabit(2) indicates that if Auto-Negotiation
is disabled for this port, that the port will operate at a speed of
10 megabits per second, provided that the port supports that speed,
as specified by ctEtherSupportedSpeed.
The value of hundredmegabit(3) indicates that if Auto-Negotiation
is disabled for this port, that the port will operate at a speed of
100 megabits per second, provided that the port supports that speed,
as specified by ctEtherSupportedSpeed.
The value of gigabit(4) indicates that if Auto-Negotiation
is disabled for this port, that the port will operate at a speed of
1000 megabits per second, provided that the port supports that speed,
as specified by ctEtherSupportedSpeed.
In all cases, if the value specified does not indicate a speed that
the port supports the set will fail.
Context
- MIB
- CTRON-ETHERNET-PARAMETERS-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.4.2.3.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctEtherManualConfigEntry
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 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ETHERNET-PARAMETERS-MIB::ctEtherSpeedAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ETHERNET-PARAMETERS-MIB::ctEtherSpeedAdminStatus.<ctIfPortIfNumber>.<ctIfPortPortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-ETHERNET-PARAMETERS-MIB::ctEtherSpeedAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | tenmegabit |
3 | hundredmegabit |
4 | gigabit |