tmnxUserAccess
TIMETRA-SECURITY-MIB ·
.1.3.6.1.4.1.6527.3.1.2.22.3.1.5
Object
column r/w
Bits
The value of tmnxUserAccess specifies the type of access the the user
is permitted. To allow the user access to the console, FTP or SNMP,
set the corresponding bit in tmnxUserAccess. Reset the bit to deny the
access.
'li' access allows this user to access CLI commands in the
Lawful Intercept (LI) context. The 'li' bit can only be modified
from the SNMPv3 'li' context. The 'netconf' bit allows this user to
make netconf request.
The 'grpc' bit allows this user to connect to the box via gRPC
session.
Context
- MIB
- TIMETRA-SECURITY-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.22.3.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tmnxUserEntry
- Groups
- 5
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 'TIMETRA-SECURITY-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SECURITY-MIB::tmnxUserAccess'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-SECURITY-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SECURITY-MIB::tmnxUserAccess.<tmnxUserName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-SECURITY-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-SECURITY-MIB::tmnxUserAccess'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | console |
1 | ftp |
2 | snmp |
3 | li |
4 | netconf |
5 | grpc |