From 31e4d209787ead77a4b450e92601ce592cdead0b Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Wed, 3 Feb 2016 19:27:00 +0000 Subject: [PATCH] Report Cisco 37xx as Single Device Instead of Stacked --- Netdisco/Changes | 6 ++++++ Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Netdisco/Changes b/Netdisco/Changes index 74fb8216..f8bd02a5 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.033006 + + [ENHANCEMENTS] + + * Toubleshooting tip for Cisco 37xx single item + 2.033005 - 2016-02-02 [NEW FEATURES] diff --git a/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod b/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod index eb45864d..f298f481 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Troubleshooting.pod @@ -145,4 +145,10 @@ The LLDP configuration should look like: interface all; } +=head1 Report Cisco 37xx as Single Device Instead of Stacked + +Add this to your 37xx config: + + no snmp-server sysobjectid type stack-oid + =cut