https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241946

            Bug ID: 241946
           Summary: bsnmpwalk returns NULL data
           Product: Base System
           Version: 12.1-RELEASE
          Hardware: i386
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: b...@freebsd.org
          Reporter: rodr...@freebsd.org

Maybe my command line is wrong, but I'm trying to get an OID from an SNMP
server with the following parameters:

SNMPv3
port 161
R/W community: public
USM User: test
Auth algorithm: SHA
Auth pass: <empty>
Privacy Algorithm: DES
Privact pass: <empty>

bsnmpwalk -d -o verbose -v3 -A proto=sha -P proto=des -U engine=1,name=test -s
public@snmp-host OID .1.3.6.1.4.1.13712.791.21.1.1.1.3.3.1.0

Engine ID 0x01
Boots : 0               Time : 0
Localized keys for User
SHA : 0x0000000000000000000000000000000000000000
DES : 0x0000000000000000
GETNEXT SNMPv3 'public' request_id=0 error_status=0 error_index=0
 [0]: 1.3.6.1.4.1.13712.791.21.1.1.1.3.3.1.0=NULL

Getting the same infos with snmpwalk :
snmpwalk -v3 -a SHA -u test -x DES -X "          " snmp-host
.1.3.6.1.4.1.13712.791.21.1.1.1.3.3.1.0

SNMPv2-SMI::enterprises.13712.791.21.1.1.1.3.3.1.0 = INTEGER: 1

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to