extremeDiagPortCfgStatus
EXTREME-CABLE-MIB ·
.1.3.6.1.4.1.1916.1.24.2.1.3
Object
column r/w
Enumeration
Specifies whether Diagnostics are enabled or disabled for the port. In the manual mode, enable and disable will disable the corresponding bit in the manual Diag portmask. Once the run command is given the Manual Diagnostics starts running. <diagfail> indicates the diagnostics for the port has failed. <diagfail> is a read-only value and cannot be used for setting the status of the port
Context
- MIB
- EXTREME-CABLE-MIB
- OID
.1.3.6.1.4.1.1916.1.24.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- extremeDiagPortConfigEntry
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 'EXTREME-CABLE-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-CABLE-MIB::extremeDiagPortCfgStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-CABLE-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-CABLE-MIB::extremeDiagPortCfgStatus.<extremeDiagPortCfgPortIfIndex>.<extremeDiagPortCfgMode>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-CABLE-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-CABLE-MIB::extremeDiagPortCfgStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enable |
2 | disable |
3 | run |
4 | diagfail |