<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-GB link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>1. Should be possible, if you get the
target description to be pulled form the port number.&nbsp; If using routers2 as
frontend, you can use the ifstatus plugin to get this information on the fly.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>2. If you have the routers2 frontend
version 2.18beta2 or later, then you get a mouse-over popup which gives the
values at a given point in time, provided you enable this in the config file.&nbsp;
I don&#8217;t know of any other MRTG add-on which does this.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>3, You need to make sure the SNMP_Session
perl module is in the perl path.&nbsp; This is mart of MRTG but it is normally in
the MRTG lib and so not available to other scripts.&nbsp; Maybe copy it to your
site_perl directory </span></font><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>/usr/lib/perl5/site_perl</span></font><font
size=2 color=navy face=Arial><span style='font-size:10.0pt;font-family:Arial;
color:navy'>, but if you do so, watch out for upgrade issues.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Steve<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>&nbsp;<br>
1. I would like the cfg file, which is generated through the cfgmaker utility
to give information on switch ports. Like it should tell whether a port on a
particular switch is&nbsp;Gig1/1, Fa2/3 or Fa5/4 etc.<br>
&nbsp;<br>
2. &nbsp;I would like to have the feature that enables me to move my cursor
over the traffic graph and shows a vertical bar that tells you how much data
traveled through a device at a particular time.<br>
&nbsp;<br>
3. I&nbsp;downloaded a perl script called 'Cammer.pl' that scans the ports of
switch or a router and gives you the information about the port mac address and
the machine which is connected to that particular port. I tried running it, but
I am always landing up with this error:<br>
&nbsp;<br>
$&gt; perl cammer.pl &lt;snmp_community&gt;@router.id <br>
&nbsp;<br>
Can't locate SNMP_Session.pm in @INC (@INC contains: //../lib/mrtg2 / /usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at cammer.pl
line 44.<br>
BEGIN failed--compilation aborted at cammer.pl line 44<br>
&nbsp;<br>
$&gt; locate SNMP_Session.pm<br>
&nbsp;<br>
/usr/bin/SNMP_Session.pm<br>
/usr/lib/mrtg2/SNMP_Session.pm<br>
/usr/local/src/mrtg/lib/mrtg2/SNMP_Session.pm<br>
/usr/local/mrtg-2/lib/mrtg2/SNMP_Session.pm<br>
&nbsp;<br>
How can I overcome this problem?<br>
&nbsp;<br>
Any help would be greatly appreciated!!<br>
&nbsp;<br>
Thanks<br>
A<o:p></o:p></span></font></p>

<div class=MsoNormal align=center style='text-align:center'><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>

<hr size=3 width="100%" align=center>

</span></font></div>

<p class=MsoNormal><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma'>Add some color. Personalize your inbox with your favorite
colors. <a
href="www.windowslive-hotmail.com/learnmore/personalize.html?locale=en-us&amp;ocid=RMT_TAGLM_HMWL_reten_addcolor_0507"
target="_new">Try it!</a><o:p></o:p></span></font></p>

</div>

</div>

</body>

</html>