wsDetectedClientStatus
AT-UWC-WLAN-SWITCH-MIB ·
.1.3.6.1.4.1.207.8.42.8.34.9.11.1.2
Object
column Enumeration
This object indicates client's status.
Authenticated- Client is Authenticated with the
system and is not Rogue
Detected- Client is detected, not Authenticated,
not rogue, and is not found in the
Known Clients Database.
Known- Client is detected, but is not authenticated.
Black-Listed- Client tried to associate with the system,
but was rejected due to MAC authentication.
Rogue- Client failed of the the enabled threat tests.
Context
- MIB
- AT-UWC-WLAN-SWITCH-MIB
- OID
.1.3.6.1.4.1.207.8.42.8.34.9.11.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wsDetectedClientStatusEntry
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 'AT-UWC-WLAN-SWITCH-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-UWC-WLAN-SWITCH-MIB::wsDetectedClientStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-UWC-WLAN-SWITCH-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-UWC-WLAN-SWITCH-MIB::wsDetectedClientStatus.<wsDetectedClientMacAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-UWC-WLAN-SWITCH-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-UWC-WLAN-SWITCH-MIB::wsDetectedClientStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | authenticated |
1 | detected |
2 | known |
3 | black-listed |
4 | rogue |