From 01cd78c75d77f5d806118bf8822d0cf39213329f Mon Sep 17 00:00:00 2001 From: Jeroen van Ingen <> Date: Mon, 3 May 2010 14:51:35 +0000 Subject: [PATCH] Added table methods to %FUNCS in CDP.pm to retrieve management addresses of connected devices. Useful for improving neighbor detection in Netdisco. --- ChangeLog | 1 + Info/CDP.pm | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 932239bd..37b7b434 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ version 2.02 () * Updated model lists in HP classes + [2980782] Added L3::CiscoFWSM for Cisco Firewall Services Modules (Brian De Wolf) + * Added specific functions for neighbor mgmt addresses to CDP class version 2.01 (06/12/09) + Added CiscoStpExtensions Class (Carlos Vicente) diff --git a/Info/CDP.pm b/Info/CDP.pm index 9396c7ed..4f4f1478 100644 --- a/Info/CDP.pm +++ b/Info/CDP.pm @@ -69,6 +69,10 @@ $VERSION = '2.01'; 'c_vlan' => 'cdpCacheNativeVLAN', 'c_duplex' => 'cdpCacheDuplex', 'c_power' => 'cdpCachePowerConsumption', + 'c_pri_mgmt_type'=> 'cdpCachePrimaryMgmtAddrType', + 'c_pri_mgmt_addr'=> 'cdpCachePrimaryMgmtAddr', + 'c_sec_mgmt_type'=> 'cdpCacheSecondaryMgmtAddrType', + 'c_sec_mgmt_addr'=> 'cdpCacheSecondaryMgmtAddr', ); %MUNGE = (