cLHotspotConnectionCapabilityStatus
CISCO-WIRELESS-HOTSPOT-MIB ·
.1.3.6.1.4.1.9.9.863.1.1.8.1.4
Object
column r/w
Enumeration
This object specifies the protocol status.
closed : The IP protocol or the associated port number
is not open for communication.
open : The IP protocol or the associated port number
is open for communication.
unknown : The IP protocol or the associated port number
may or may not be open for communication.
Context
- MIB
- CISCO-WIRELESS-HOTSPOT-MIB
- OID
.1.3.6.1.4.1.9.9.863.1.1.8.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cLHotspotConnectionCapabilityEntry
- Groups
- 2
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-WIRELESS-HOTSPOT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WIRELESS-HOTSPOT-MIB::cLHotspotConnectionCapabilityStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WIRELESS-HOTSPOT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WIRELESS-HOTSPOT-MIB::cLHotspotConnectionCapabilityStatus.<cLHotspotAnqpServerName>.<cLHotspotConnectionCapabilityProtocol>.<cLHotspotConnectionCapabilityPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WIRELESS-HOTSPOT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WIRELESS-HOTSPOT-MIB::cLHotspotConnectionCapabilityStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | closed |
2 | open |
3 | unknown |