turned off bulkwalk

This commit is contained in:
Max Baker
2005-02-16 23:24:46 +00:00
parent 6bd545d307
commit 1e198a8d8e
2 changed files with 14 additions and 6 deletions

View File

@@ -90,9 +90,9 @@ sub vendor {
return 'cisco';
}
sub cisco_comm_indexing {
1;
}
# There are some buggy 6509's out there.
sub bulkwalk_no { 1; }
sub cisco_comm_indexing { 1; }
1;
__END__
@@ -174,6 +174,11 @@ These are methods that return scalar value from SNMP
=over
=item $c6500->bulkwalk_no
Return C<1>. There are some buggy 6509's out there, so bulkwalk
is turned off for this class.
=item $c6500->vendor()
Returns 'cisco'