cLHotspotAnqpServerNetworkType

CISCO-WIRELESS-HOTSPOT-MIB · .1.3.6.1.4.1.9.9.863.1.1.1.1.5

Object

column r/w Enumeration
This object specifies the network type associated with
this ANQP profile.
   private             : Non-authorized users are not
                           permitted on this network.
   guestPrivate        : Private network but guest accounts
                           are available.
   chargeablePublic    : The network is accessible to
                           anyone, however, access to the
                           network requires payment.
   freePublic          : The network is accessible to anyone
                           and no charges applies for the
                           network use.
   personalDevice      : The network is accessible only by
                           Personal Device
   emergency           : Emergency Service network Type
   test                : The network is used for test or
                           experimental purposes only.
   wildcard           : Wildcard network type.

Context

MIB
CISCO-WIRELESS-HOTSPOT-MIB
OID
.1.3.6.1.4.1.9.9.863.1.1.1.1.5
Type
column
Access
readwrite
Status
current
Parent
cLHotspotAnqpServerConfigEntry
Groups
2

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-WIRELESS-HOTSPOT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WIRELESS-HOTSPOT-MIB::cLHotspotAnqpServerNetworkType'
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::cLHotspotAnqpServerNetworkType.<cLHotspotAnqpServerName>'
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::cLHotspotAnqpServerNetworkType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1private
2guestPrivate
3chargeablePublic
4freePublic
5personalDevice
6emergency
7test
8wildcard