in reply to Re^2: Perl-Snmp script for arp table retrieval problem.
in thread Perl-Snmp script for arp table retrieval problem.

Maybe your copy-n-paste messed up some characters. Try to replace all instances of \Q with backticks `
@iftable=`$snmpwalk $rtr ifDescr`;
That gets rid of the compile errors for me.

Replies are listed 'Best First'.
Re^4: Perl-Snmp script for arp table retrieval problem.
by Anonymous Monk on Mar 07, 2012 at 04:39 UTC
    Thanks it compiled without error.......but this program is cisco router specific can it be used to retrieve arp table of local machine in windows???