tmnxSubAuthPlcyUserNameOp
TIMETRA-SUBSCRIBER-MGMT-MIB ·
.1.3.6.1.4.1.6527.3.1.2.33.1.1.1.31
Object
The value of tmnxSubAuthPlcyUserNameOp specifies the operation to
perform on the user name of DHCP hosts before transmitting it to the
RADIUS server.
When the value is 'appendDomain', the string specified by
'tmnxSubAuthPlcyDomain', preceded with a '@', is appended to the user
name; if the value of 'tmnxSubAuthPlcyDomain' is empty, the domain
name string is retrieved from the local user database
(TIMETRA-LOCAL-USER-DB-MIB::tmnxLocUsrDbDhcpDomainName)
When the value is 'stripDomain', any '@' character and all subsequent
characters are removed from the user name.
When the value is 'replaceDomain', all characters after a '@'
delimiter are replaced with the string specified by
'tmnxSubAuthPlcyDomain'.
When the value is 'defaultDomain', the same action is performed as
with 'appendDomain', but only if the user name does not contain a
domain name already.
When the value is 'noOperation', the value of
'tmnxSubAuthPlcyUserNameAppend' is considered, for backwards
compatibility with release 8.0R1, 8.0R2 and 8.0R3.
Context
- MIB
- TIMETRA-SUBSCRIBER-MGMT-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.33.1.1.1.31- 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::tmnxSubAuthPlcyUserNameOp'
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::tmnxSubAuthPlcyUserNameOp.<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::tmnxSubAuthPlcyUserNameOp'
Syntax
- Source
- TIMETRA-TC-MIBTmnxSubAuthPlcyUserNameOp
- Base type
Enumeration
Values & Constraints
Type Values
0 | noOperation |
1 | appendDomain |
2 | stripDomain |
3 | replaceDomain |
4 | defaultDomain |