clauUserConfigType

CISCO-LOCAL-AUTH-USER-MIB · .1.3.6.1.4.1.9.9.798.1.3.1.2

Object

column Enumeration
This object indicates the type of local user:
              
defaultUser    - Default user account type.
lobbyUser      - Management user with lobby admin privileges,
             can create and manage guest user account type.
managementUser - Management user account type.   
networkUser    - User requires accessing the network.
guestUser      - Type of networkUser with lifetime configured
                 such that they can stay alive for a given time
                          period and will expire
therafter.

Context

MIB
CISCO-LOCAL-AUTH-USER-MIB
OID
.1.3.6.1.4.1.9.9.798.1.3.1.2
Type
column
Access
readonly
Status
current
Parent
clauUserConfigEntry
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-LOCAL-AUTH-USER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LOCAL-AUTH-USER-MIB::clauUserConfigType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LOCAL-AUTH-USER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LOCAL-AUTH-USER-MIB::clauUserConfigType.<clauUserConfigName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LOCAL-AUTH-USER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LOCAL-AUTH-USER-MIB::clauUserConfigType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1defaultUser
2lobbyUser
3managementUser
4networkUser
5guestUser

Conformance