All MIBs › BIANCA-BOX-ISDN-MIB › isdnAccountingTemplate
isdnAccountingTemplate
Module: BIANCA-BOX-ISDN-MIB
OID (symbolic): BIANCA-BOX-ISDN-MIB::isdnAccountingTemplate
OID (numeric): 1.3.6.1.4.1.272.4.2.7
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-write
Description: Specifies the format of accounting messages sent by the syslog protocol. The format can consist of any order of the following variables. Tag Meaning %S Date the connection opened; in DD.MM.YY format. %s Time the connection was established: in HH:MM:SS format %R Date the connection closed; in DD.MM.YY format. %r Time the connection was closed: in HH:MM:SS format. %d The duration of the connection in seconds. %D Call identification: internal/external, ID, slot/unit (PABX only) %P Call classification: Private/Business, project number (PABX only) %y Total number of bytes received over the connection. %Y Total number of bytes sent over the connection. %g Total packets received over the connection %G Total packets sent over the connection. %c Total number of charging units (value) incurred for the connection. %C Total number of charging units (string) incurred for the connection. %n The call's direction; either incoming (I) or outgoing (O). %Z The local address (Calling or Called party's number, see %n). %z The local subaddress (Calling or Called party's number, see %n). %T The remote address (Calling or Called party's number %n). %t The remote subaddress (Calling or Called party's number %n). %i Service indicator and additional information for the call. %b Bearer capability for the call. %l Low layer capability for the call. %h High layer capability for the call. %u DSS1 error cause, if applicable. %U 1tr6 error cause, if applicable. %L Local (internal) error cause. %F Call reference (internal). %e Calling extension (for call assiciation; PABX only) %I Information about the subsystem the call was given to.
The default accounting template setting contains the following tags: %S,%s,%r,%d,%y,%Y,%g,%G,%C,%n,%Z,%T,%i,%u,%L,%I. This template produces accounting messages similar to the following. ISDN:18.08.1997,13:53:19,13:53:34,12,1096,1875,33,33,1Units,O,2,091196730,7/0,9F,0
What is isdnAccountingTemplate?
This is a printf-style format template for accounting messages sent via syslog, with variables like %S (connection date), %d (duration), %D (call ID). It customizes call logging. Example: '%S %s %R %r %d %D' generates 'DD.MM.YY HH:MM:SS DD.MM.YY HH:MM:SS duration call_id'.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.272.4.2.7 snmpwalk -v2c -c public <target> BIANCA-BOX-ISDN-MIB::isdnAccountingTemplate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.272.4.2.7.1 snmpget -v2c -c public <target> BIANCA-BOX-ISDN-MIB::isdnAccountingTemplate.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.272.4.2.7.1 s <value>
Start monitoring bintec BIANCA/BRICK ISDN/VPN routers (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BIANCA-BOX-ISDN-MIB::isdnAccountingTemplate OID value, configure state conditions and alerts, and monitor any bintec BIANCA/BRICK ISDN/VPN routers (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.272 | bintec | BIANCA-BOX-ISDN-MIB |
| 1.3.6.1.4.1.272.4 | bibo | BIANCA-BOX-ISDN-MIB |
| 1.3.6.1.4.1.272.4.2 | isdn | BIANCA-BOX-ISDN-MIB |
| 1.3.6.1.4.1.272.4.2.7 | isdnAccountingTemplate | BIANCA-BOX-ISDN-MIB |