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?
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?