thank you very much for your help.I need to check phisical cisco port is working or not that means it is alive or dead this can be achived using check_ifoperstatus<BR><BR><B><I>Marc Powell <marc@ena.com></I></B> wrote:  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid"><BR><BR>> -----Original Message-----<BR>> From: nagios-users-bounces@lists.sourceforge.net [mailto:nagios-users-<BR>> bounces@lists.sourceforge.net] On Behalf Of Sekhar<BR>> Sent: Tuesday, August 28, 2007 10:22 AM<BR>> To: nagios-users@lists.sourceforge.net<BR>> Subject: [Nagios-users] Cisco Physical port status check using nagios<BR>> <BR>> Hi Guys,<BR>> <BR>> I have a request from my client to monitor cisco router or switch port<BR>> status if it is working or not using snmp and nagios.<BR>> <BR>> Is it possible or not?.How we can achive this.<BR><BR>check_ifoperstatus would be the way to go, IMHO. If you're
 monitoring a<BR>router with just a few interfaces, you can use it to look for the<BR>interface by name --<BR><BR>$ ./check_ifoperstatus -H <MYROUTER>-C <MYREADCOMM>-d<BR>GigabitEthernet1/2<BR>OK: Interface GigabitEthernet1/2 (index 2) is up.<BR><BR>If you're monitoring a router with lots of interfaces, a friendlier way<BR>of using check_ifoperstatus is to specify the index directly instead of<BR>trying to figure it out (the index is the important part). Note that<BR>possibility exists the index can change on router reboot. --<BR><BR>./check_ifoperstatus -H <MYROUTER>-C <MYREADCOMM>-k 2<BR>OK: Interface GigabitEthernet1/2 (index 2) is up.<BR><BR>--<BR>Marc<BR><BR><BR>-------------------------------------------------------------------------<BR>This SF.net email is sponsored by: Splunk Inc.<BR>Still grepping through log files to find problems? Stop.<BR>Now Search log events and configuration files using AJAX and a browser.<BR>Download your FREE copy of Splunk now >>
 http://get.splunk.com/<BR>_______________________________________________<BR>Nagios-users mailing list<BR>Nagios-users@lists.sourceforge.net<BR>https://lists.sourceforge.net/lists/listinfo/nagios-users<BR>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. <BR>::: Messages without supporting info will risk being sent to /dev/null<BR></BLOCKQUOTE><BR><p>
      <hr size=1>Building a website is a piece of cake. <br>Yahoo! Small Business gives you <a href="http://us.rd.yahoo.com/evt=48251/*http://smallbusiness.yahoo.com/webhosting/?p=PASSPORTPLUS">all the tools to get online.</a>