cdlLocationSubTypeCapability

CISCO-DEVICE-LOCATION-MIB · .1.3.6.1.4.1.9.9.732.1.2.1.2

Object

column Bits
This object specifies the location subtypes that can be
supported by a given LocationTarget.
              
Following is the list of subtypes:
              
noSubtypesConfigured(0) 0x0 - No location types configured
              
geoLocation(1)          0x1 - GeoSpatial location information
              
civic(2)                0x2 - Civic address location 
                              information.
                              When this sub type is set then
                              cdlCivicAddrLocationTable could
                              have zero or more rows created.
              
elin(3)                 0x4 - ELIN location information
              
custom(4)               0x8 - Custom location information
              
For Example: If both 'civic' and 'elin' are 
supported on a given LocationTarget then the value 
of this object would be 0x110.

Context

MIB
CISCO-DEVICE-LOCATION-MIB
OID
.1.3.6.1.4.1.9.9.732.1.2.1.2
Type
column
Access
readonly
Status
current
Parent
cdlLocationEntry
Groups
1

Walk 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-DEVICE-LOCATION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DEVICE-LOCATION-MIB::cdlLocationSubTypeCapability'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DEVICE-LOCATION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DEVICE-LOCATION-MIB::cdlLocationSubTypeCapability.<cdlLocationIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DEVICE-LOCATION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DEVICE-LOCATION-MIB::cdlLocationSubTypeCapability'

Syntax

Bits

Values & Constraints

Enumerated Values
0noSubtypesConfigured
1geoLocation
2civic
3elin
4custom

Conformance