tmnxDiamApNqUserNameOp
TIMETRA-DIAMETER-MIB ·
.1.3.6.1.4.1.6527.3.1.2.58.3.8.1.13
Object
The value of tmnxDiamApNqUserNameOp specifies the operation to perform
on the PAP/CHAP user name.
When the value is 'appendDomain', the string specified by
'tmnxDiamApNqDomain', preceded with a '@', is appended to the PAP/CHAP
user name.
When the value is 'stripDomain', any '@' character and all subsequent
characters are removed from the PAP/CHAP user name.
When the value is 'replaceDomain', all characters after a '@'
delimiter are replaced with the string specified by
'tmnxDiamApNqDomain'.
When the value is 'defaultDomain', the same action is performed as
with 'appendDomain', but only if the PAP/CHAP user name does not
contain a domain name already.
Context
- MIB
- TIMETRA-DIAMETER-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.58.3.8.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tmnxDiamApNqEntry
- 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 'TIMETRA-DIAMETER-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-DIAMETER-MIB::tmnxDiamApNqUserNameOp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-DIAMETER-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-DIAMETER-MIB::tmnxDiamApNqUserNameOp.<tmnxDiamAppPlcyId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-DIAMETER-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-DIAMETER-MIB::tmnxDiamApNqUserNameOp'
Syntax
- Source
- TIMETRA-TC-MIBTmnxSubAuthPlcyUserNameOp
- Base type
Enumeration
Values & Constraints
Type Values
0 | noOperation |
1 | appendDomain |
2 | stripDomain |
3 | replaceDomain |
4 | defaultDomain |