diff --git a/Info/CiscoStats.pm b/Info/CiscoStats.pm index 8ef17b9f..39a2ff04 100644 --- a/Info/CiscoStats.pm +++ b/Info/CiscoStats.pm @@ -88,6 +88,9 @@ $VERSION = '3.15'; # CISCO-FLASH-MIB::ciscoFlashDeviceTable 'cisco_flash_size' => 'ciscoFlashDeviceSize', + + # CISCO-IMAGE-MIB + 'ci_images' => 'ciscoImageString', ); %MUNGE = (); @@ -539,4 +542,16 @@ zero if the device has been removed. =back +=head2 Cisco Image Table (C) + +=over + +=item $ci->ci_images() + +Returns the table of image strings. + +C + +=back + =cut