added cisco_comm_indexing() method for clarification/customization purposed.
This commit is contained in:
15
Info.pm
15
Info.pm
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user