ccDetailsOutSetupCli
AT-ISDN-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.37.1.1.19
Object
column r/w
Enumeration
The CLI information placed into outgoing SETUP messages when this call details is used to generate an outgoing call. The value 'off' means that no CLI information in placed in the SETUP message. The value 'calling' means that the calling number from the call details entry is placed in the SETUP message. The value 'interface' means that the Q.931 interface number for the interface and DLC on which the call is made is placed in the SETUP message. The value 'nonumber' means that the CLI information element is placed in the SETUP message with no number information. The network will fill the number in.
Context
- MIB
- AT-ISDN-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.37.1.1.19- Type
- column
- Access
- readwrite
- Status
- current
- 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 'AT-ISDN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ISDN-MIB::ccDetailsOutSetupCli'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-ISDN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ISDN-MIB::ccDetailsOutSetupCli.<ccDetailsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-ISDN-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-ISDN-MIB::ccDetailsOutSetupCli'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | calling |
3 | interface |
4 | nonumber |