Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 13:11:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 241946] bsnmpwalk returns NULL data
Message-ID:  <bug-241946-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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: bugs@FreeBSD.org
          Reporter: rodrigo@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.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241946-227>