Hi group
I'm trying to make braa work for faster polling. I have a problem. When I do the command to get HFC MAC from a motorola cable modem:
./braa CM_IP:.1.3.6.1.2.1.2.2.1.6.2
I get nothing. I don't know if there's a problem with OID or something with braa's snmp translation. When I do it with snmwalk, works fine.
What could be the problem?
Thanks in advance.
Must be the way braa translates hex-strings.
./braa -2 public@192.168.100.1:.1.3.6.1.2.1.2.2.1.6.2
192.168.100.1:21ms:.1.3.6.1.2.1.2.2.1.6.2:
I get an empty value returned.
--John