msapPlcySubMgmtDefSubId
TIMETRA-SAP-MIB ·
.1.3.6.1.4.1.6527.3.1.2.4.3.44.1.7
Object
The value of msapPlcySubMgmtDefSubId specifies what will be used as
the default subscriber identification applicable on the MSAP.
This value is used in case no other source (like Radius) provides a
subscriber identification string.
If the value of this object is set to 'useSapId', the SAP-id will be
used as the default subscriber identification string. In this case,
msapPlcySubMgmtDefSubIdStr must contain the empty string, so any
non-empty string in msapPlcySubMgmtDefSubIdStr will be set to an empty
string.
If the value of this object is set to 'useAutoId', the auto-generated
subscriber identification string, as defined in
tmnxSubMgmtAutoSubIdObjs, is used as the default subscriber
identification string. In this case, msapPlcySubMgmtDefSubIdStr must
contain the empty string, so any non-empty string in
msapPlcySubMgmtDefSubIdStr will be set to an empty string.
If the value of this object is set to 'useString', the value of
msapPlcySubMgmtDefSubIdStr will be used as the default subscriber
identification string. In this case, an empty
msapPlcySubMgmtDefSubIdStr means that there is no default subscriber
identification configured.
Context
- MIB
- TIMETRA-SAP-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.4.3.44.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- msapPlcyEntry
- Groups
- 3
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-SAP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SAP-MIB::msapPlcySubMgmtDefSubId'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-SAP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SAP-MIB::msapPlcySubMgmtDefSubId.<msapPlcyName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-SAP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-SAP-MIB::msapPlcySubMgmtDefSubId'
Syntax
- Source
- TIMETRA-TC-MIBTmnxDefSubIdSource
- Base type
Enumeration
Values & Constraints
Type Values
1 | useSapId |
2 | useString |
3 | useAutoId |