Send Netdot-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."
Today's Topics:
1. Re: Netdot-users Digest, Vol 95, Issue 3 (Brian Candler)
2. Re: NOSUCHINSTANCE (Brian Candler)
----------------------------------------------------------------------
Message: 1
Date: Tue, 28 Mar 2017 20:07:19 +0100
From: Brian Candler <[email protected]>
Subject: Re: [Netdot-users] Netdot-users Digest, Vol 95, Issue 3
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252; format=flowed
On 28/03/2017 20:00, [email protected] wrote:
> SNMP::Info::_global(layers) NOSUCHINSTANCE
>
>
> The target device is a ProLiant BL460c Gen9 Server Blade.
>
>
> snmpwalk returns the following if it can help:
>
> [ ~]# snmpwalk -v 2c -Oe -c cts5nWpCommR0 172.31.71.210
> SNMPv2-MIB::sysDescr.0 = STRING: "Integrated Lights-Out 4 2.50 Sep 23
> 2016"
> SNMPv2-MIB::sysObjectID.0 = OID: CPQHOST-MIB::compaq.9.4.10
> EXPRESSION-MIB::sysUpTimeInstance = Timeticks: (112333018) 13 days,
> 0:02:10.18
> SNMPv2-MIB::sysContact.0 = STRING: "Bernard"
> SNMPv2-MIB::sysName.0 = STRING: "CTSXEN02ILO"
> SNMPv2-MIB::sysLocation.0 = STRING: "550D"
Does it return sysServices? That might be the problem. See
/usr/share/perl5/SNMP/Info.pm:
my $layers = $info->layers() || '00000000';
Apparently it should default in that case, but maybe the thrown
exception stops this. If that's the issue, you could try raising on the
SNMP::Info mailing list.
------------------------------
Message: 2
Date: Tue, 28 Mar 2017 20:07:36 +0100
From: Brian Candler <[email protected]>
Subject: Re: [Netdot-users] NOSUCHINSTANCE
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=windows-1252; format=flowed
On 28/03/2017 20:00, [email protected] wrote:
> SNMP::Info::_global(layers) NOSUCHINSTANCE
>
>
> The target device is a ProLiant BL460c Gen9 Server Blade.
>
>
> snmpwalk returns the following if it can help:
>
> [ ~]# snmpwalk -v 2c -Oe -c cts5nWpCommR0 172.31.71.210
> SNMPv2-MIB::sysDescr.0 = STRING: "Integrated Lights-Out 4 2.50 Sep 23
> 2016"
> SNMPv2-MIB::sysObjectID.0 = OID: CPQHOST-MIB::compaq.9.4.10
> EXPRESSION-MIB::sysUpTimeInstance = Timeticks: (112333018) 13 days,
> 0:02:10.18
> SNMPv2-MIB::sysContact.0 = STRING: "Bernard"
> SNMPv2-MIB::sysName.0 = STRING: "CTSXEN02ILO"
> SNMPv2-MIB::sysLocation.0 = STRING: "550D"
Does it return sysServices? That might be the problem. See
/usr/share/perl5/SNMP/Info.pm:
my $layers = $info->layers() || '00000000';
Apparently it should default in that case, but maybe the thrown
exception stops this. If that's the issue, you could try raising on the
SNMP::Info mailing list.
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 95, Issue 4
*******************************************