cOpticalMonLocation
CISCO-OPTICAL-MONITOR-MIB ·
.1.3.6.1.4.1.9.9.264.1.1.1.1.2
Object
column OpticalIfMonLocation
This object indicates whether the optical characteristics are measured before or after adjustment (e.g. optical amplification or attenuation), at this interface.
Context
- MIB
- CISCO-OPTICAL-MONITOR-MIB
- OID
.1.3.6.1.4.1.9.9.264.1.1.1.1.2- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cOpticalMonEntry
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 'CISCO-OPTICAL-MONITOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-OPTICAL-MONITOR-MIB::cOpticalMonLocation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-OPTICAL-MONITOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-OPTICAL-MONITOR-MIB::cOpticalMonLocation.<ifIndex>.<cOpticalMonDirection>.<cOpticalMonLocation>.<cOpticalMonParameterType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-OPTICAL-MONITOR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-OPTICAL-MONITOR-MIB::cOpticalMonLocation'
Syntax
- Source
- OpticalIfMonLocation
- Base type
Enumeration
Values & Constraints
Type Values
1 | beforeAdjustment |
2 | afterAdjustment |
3 | notApplicable |