Consolidate CiscoImage class into CiscoStats class
This commit is contained in:
@@ -88,6 +88,9 @@ $VERSION = '3.15';
|
|||||||
|
|
||||||
# CISCO-FLASH-MIB::ciscoFlashDeviceTable
|
# CISCO-FLASH-MIB::ciscoFlashDeviceTable
|
||||||
'cisco_flash_size' => 'ciscoFlashDeviceSize',
|
'cisco_flash_size' => 'ciscoFlashDeviceSize',
|
||||||
|
|
||||||
|
# CISCO-IMAGE-MIB
|
||||||
|
'ci_images' => 'ciscoImageString',
|
||||||
);
|
);
|
||||||
|
|
||||||
%MUNGE = ();
|
%MUNGE = ();
|
||||||
@@ -539,4 +542,16 @@ zero if the device has been removed.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
=head2 Cisco Image Table (C<ciscoImageTable>)
|
||||||
|
|
||||||
|
=over
|
||||||
|
|
||||||
|
=item $ci->ci_images()
|
||||||
|
|
||||||
|
Returns the table of image strings.
|
||||||
|
|
||||||
|
C<ciscoImageString>
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|||||||
Reference in New Issue
Block a user