ccDetailsUsername
ALLIEDTELESYN-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.37.1.1.36
Object
column mandatory
r/w
Enumeration
The source of the username when the ccDetailsLoginType object has a value of 'userdb', 'radius', 'tacacs' or 'all'. The value 'none' means no username is defined. The value 'cli' means take the username from the calling number information in the SETUP message. The value 'calledsub' means take the username from the called subaddress information in the SETUP message. The value 'useruser' means take the username from the user-user information in the SETUP message. The value 'callname' means take the username from the call details entry name.
Context
- MIB
- ALLIEDTELESYN-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.37.1.1.36- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ccDetailsEntry
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 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALLIEDTELESYN-MIB::ccDetailsUsername'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALLIEDTELESYN-MIB::ccDetailsUsername.<ccDetailsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALLIEDTELESYN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALLIEDTELESYN-MIB::ccDetailsUsername'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | cli |
3 | calledsub |
4 | useruser |
5 | callname |