tmnxSubAuthPlcyPppUserNameOp
TIMETRA-SUBSCRIBER-MGMT-MIB ·
.1.3.6.1.4.1.6527.3.1.2.33.1.1.1.26
Object
The value of tmnxSubAuthPlcyPppUserNameOp specifies the operation to
perform on the PAP/CHAP user name.
When the value is 'appendDomain', the string specified by
'tmnxSubAuthPlcyPppDomain', 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
'tmnxSubAuthPlcyPppDomain'.
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-SUBSCRIBER-MGMT-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.33.1.1.1.26- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tmnxSubAuthPlcyEntry
- 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-SUBSCRIBER-MGMT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SUBSCRIBER-MGMT-MIB::tmnxSubAuthPlcyPppUserNameOp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-SUBSCRIBER-MGMT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SUBSCRIBER-MGMT-MIB::tmnxSubAuthPlcyPppUserNameOp.<tmnxSubAuthPlcyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-SUBSCRIBER-MGMT-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-SUBSCRIBER-MGMT-MIB::tmnxSubAuthPlcyPppUserNameOp'
Syntax
- Source
- TIMETRA-TC-MIBTmnxSubAuthPlcyUserNameOp
- Base type
Enumeration
Values & Constraints
Type Values
0 | noOperation |
1 | appendDomain |
2 | stripDomain |
3 | replaceDomain |
4 | defaultDomain |