On 5/23/07, <b class="gmail_sendername">Anurag Bist</b> &lt;<a href="mailto:anuragsb@hotmail.com">anuragsb@hotmail.com</a>&gt; wrote:<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
&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.</div></blockquote>
<div><br>I&#39;m going to make an assumption that you&#39;re running a Cisco Catalyst switch with somewhat current IOS.&nbsp; If that&#39;s the case try passing &quot;--ifdesc=catname&quot; at the cfgmaker command line.&nbsp; There is *alot* of other good stuff at 
<a href="http://oss.oetiker.ch/mrtg/doc/cfgmaker.en.html">http://oss.oetiker.ch/mrtg/doc/cfgmaker.en.html</a>&nbsp;<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
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.</div></blockquote><div><br>
The graph is nothing more than a PNG or GIF image file.&nbsp; If you would like that functionality you&#39;ll need to look at something else to do that than MRTG out of the box.&nbsp; <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
3. I&nbsp;downloaded a perl script called &#39;Cammer.pl&#39; 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;@<a href="http://router.id" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">router.id</a> <br>
&nbsp;<br>
Can&#39;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?</div></blockquote><div><br>SNMP::Session isn&#39;t in perl&#39;s path.&nbsp; You can either update the script to include the full path or reinstall SNMP::Session.<br></div><br>Paul<br></div>