View Single Post
  #5  
Old 07-27-2006, 03:36 PM
hugemikeyd hugemikeyd is offline
Member
 
Join Date: Mar 2006
Location: New York
Posts: 42
Default Issue with SNMP

I keep getting the error message below when i try and snmpwalk:

SNMPv2-SMI::enterprises.8888.101 = No Such Instance currently exists at this OID

When i use V1 i get no message at all. I know my config is ok b/c i can access anything else:

snmpwalk -c hhpv2 -v 2c localhost .1.3.6.1.4.1

Returns a whole bunch of info. All i added to my config was the line:

pass .1.3.6.1.4.1.8888 /etc/snmp/litespeed/sample.php

and i replaced the first 2 lines of sample.php to the following:

#!/usr/local/bin/php
<?php

Since my php does not use short tags, am i missing something here? Is there a way for me to test it via the command line and no SNMP?
Reply With Quote