I have 3 single Dell 6248 Switches all in nagios setup and working fine, getting port up down status and bandwith... WOOHOO....

Now I have my main Production switch's 3 Dell 6248's in a stacked configuration.... I cannot get Nagios to pull any SNMP data from the switch.....

All the switches run the same firmware, and the communities are setup identical.... Here is where I have come down to a Nagios issue. From command line I can do a snmpget and the switch responds:
[root@nagiosxi ~]# snmpget -v2c -c public 10.22.13.5 sysUpTime.0
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (49178400) 5 days, 16:36:24.00
and a snmpwalk and I get : ( took out all the info on the ports, so the post was not huge)
[root@nagiosxi ~]# snmpwalk -v2c -c public 10.22.13.5 system
SNMPv2-MIB::sysDescr.0 = STRING: Powerconnect 6248, 3.2.0.7, VxWorks 6.5
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.674.10895.3011
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (49214100) 5 days, 16:42:21.00
SNMPv2-MIB::sysContact.0 = STRING:
SNMPv2-MIB::sysName.0 = STRING:
SNMPv2-MIB::sysLocation.0 = STRING:
SNMPv2-MIB::sysServices.0 = INTEGER: 6
SNMPv2-MIB::sysORLastChange.0 = Timeticks: (600) 0:00:06.00
SNMPv2-MIB::sysORID.1 = OID: SNMPv2-MIB::snmpMIB
SNMPv2-MIB::sysORID.2 = OID: RMON-MIB::rmonMibModule
SNMPv2-MIB::sysORDescr.1 = STRING: The MIB module for SNMPv2 entities
SNMPv2-MIB::sysORDescr.2 = STRING: Remote Network Monitoring Management Information Base
SNMPv2-MIB::sysORDescr.3 = STRING: Broadcom Reference
SNMPv2-MIB::sysORDescr.4 = STRING: This MIB module defines objects to help support coexistence between SNMPv1, SNMPv2, and SNMPv3.
SNMPv2-MIB::sysORDescr.5 = STRING: The SNMP Management Architecture MIB
SNMPv2-MIB::sysORDescr.6 = STRING: The MIB for Message Processing and Dispatching
SNMPv2-MIB::sysORDescr.7 = STRING: The Notification MIB Module
SNMPv2-MIB::sysORDescr.8 = STRING: The Target MIB Module
SNMPv2-MIB::sysORDescr.9 = STRING: The management information definitions for the SNMP User-based Security Model.
SNMPv2-MIB::sysORDescr.10 = STRING: The management information definitions for the View-based Access Co
------------------------------------------------------------------------------------------------------------------------------------------------------
When running the setup wizard, the other 3 single switches, after I would hit next would come back and show me all the ports that were connected then I could finish the wizard....
This switch once I put in the IP and set the community name I get the message "No ports were detected on the switch" , even though I proved the nagios server could get SNMP data from the switch. It seems to be something with the switches being in a stacked configuration...
Thanks for any info on this...
Mike