<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>"Massimo Cucchi (Europe)" <<a href="mailto:massimo.cucchi@dimensiondata.com">massimo.cucchi@dimensiondata.com</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, September 10, 2014 at 8:01 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>" <<a href="mailto:mrtg@lists.oetiker.ch">mrtg@lists.oetiker.ch</a>><br>
<span style="font-weight:bold">Subject: </span>[mrtg] BRI on cisco voicegateway<br>
</div>
<div><br>
</div>
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<!-- Template generated by Exclaimer Mail Disclaimers on 02:02:29 Wednesday, 10 September 2014 --><style type="text/css">P {
        Imprint: 
}
LI {
        Imprint: 
}
DIV {
        Imprint: 
}
TABLE {
        Imprint: 
}
TABLE {
        MARGIN: 0cm 0cm 0pt
}
DIV.Section1 {
        page: Section1
}
</style>
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div lang="EN-US" link="blue" vlink="purple">
<div>
<div><exclaimer:original_body_before field="body:before">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Hi Group, <o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">I wish to polling by snmp a cisco router with 2 bri and is enough for me receive an information about the call active on the bri.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">The mrtg poll BRI using IsdnBearerOperStatus and the answer from Voicegateway is active(4) if no call the answer is idle (1).</span></p>
</div>
</exclaimer:original_body_before></div>
</div>
</div>
</div>
</blockquote>
</span>
<div><br>
</div>
<div>
<div>Here’s a snippet from my template that I use to count currently active VOIP calls.  You should be able to adapt this to your needs:</div>
<div>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">if ($iftype{81} +$iftype{102} > 0) {</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">   my $maxcalls = $iftype{81}+$iftype{102};</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">   my $target_name = $router_name.".call";</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">   $head_lines .= <<CALLS</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">#.....................................................................</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"># Voip Concurrent Calls</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">#</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;"><br>
</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">Target[$target_name]:  CnTWaLKcvCommonDcCallActiveCoderTypeRate&PseudoZero:public:$router</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">SnmpOptions[$target_name]: $v3options</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">MaxBytes[$target_name]: $maxcalls</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">routers.cgi*ShortDesc[$target_name]:  Calls</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">bb*host[$target_name]: $router_name</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">bb*svc[$target_name]: call</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">routers.cgi*Graph[$target_name]: ALL_CALLS</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">bb*red[$target_name]: 90%</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">bb*yellow[$target_name]: 70%</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">Options[$target_name]:  gauge, noo</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">Directory[$target_name]: $directory_name</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">WithPeak[$target_name]: wmy</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">YLegend[$target_name]: calls</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">ShortLegend[$target_name]: calls</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">Legend1[$target_name]: calls</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">LegendI[$target_name]:  calls :</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">Title[$target_name]: $sysname</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">PageTop[$target_name]: <H1>$sysname Concurrent Calls</H1></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"> <TABLE></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">   <TR><TD>System:</TD><TD>$sysname  </TD></TR></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">   <TR><TD>Location:</TD><TD>$syslocation </TD></TR></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"> </TABLE></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">CALLS</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">; </p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">}</p>
</div>
</div>
<div><br>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE" style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0 0 0 5;">
<div xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<div lang="EN-US" link="blue" vlink="purple">
<div>
<div><exclaimer:original_body_before field="body:before">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">How I can represent this value on the graph because if I leave as default the graph represent always one and change as soon as change the value but arrive to 4, in any case the value are so confused.<o:p></o:p></span></p>
<p class="MsoNormal"><br>
</p>
</div>
</exclaimer:original_body_before></div>
</div>
</div>
</div>
</blockquote>
</span>
</body>
</html>