Hi, I have a problem doing an snmpset for a octetstringhex variable in
Perl. CLI works
for me with CISCO-VTP-MIB.my: [EMAIL PROTECTED]:~/mibs$
snmpset -v 1 -c public x.x.x.x vtpVlanEditDot10Said.1.22 x 000186B6 But can't
get the Perl Syntax right :(( $varbind
= new SNMP::Varbind(['vtpVlanEditDot10Said',1.22,'0x000186B6','x']); } Error thrown is: Any idea ? Thanks in advance, Rajat |