added cisco_comm_indexing() method for clarification/customization purposed.

This commit is contained in:
Max Baker
2004-03-02 05:46:14 +00:00
parent 094c2d548d
commit d78e5d6656
7 changed files with 43 additions and 2 deletions

15
Info.pm
View File

@@ -771,7 +771,6 @@ Usually this method is called internally from new(AutoSpecify => 1)
See device_type() entry for how a subclass is chosen.
=back
=cut
sub specify {
@@ -805,6 +804,20 @@ sub specify {
return $sub_obj;
}
=item $info->cisco_comm_indexing()
Returns 0. Is an overridable method used for vlan indexing for
snmp calls on certain Cisco devices.
See L<ftp://ftp.cisco.com/pub/mibs/supportlists/wsc5000/wsc5000-communityIndexing.html>
=cut
sub cisco_comm_indexing{
0;
}
=back
=head2 Globals (Scalar Methods)
These are methods to return scalar data from RFC1213.