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

@@ -99,9 +99,8 @@ sub os_ver {
return undef; return undef;
} }
sub cisco_comm_indexing { sub bulkwalk_no { 1; }
1; sub cisco_comm_indexing { 1; }
}
sub interfaces { sub interfaces {
my $c1900 = shift; my $c1900 = shift;
@@ -270,6 +269,10 @@ These are methods that return scalar value from SNMP
=over =over
=item $c1900->bulkwalk_no
Return C<1>. Bulkwalk is turned off for this class.
=item $c1900->c1900_flash_status() =item $c1900->c1900_flash_status()
Usually contains the version of the software loaded in flash. Usually contains the version of the software loaded in flash.

View File

@@ -90,9 +90,9 @@ sub vendor {
return 'cisco'; return 'cisco';
} }
sub cisco_comm_indexing { # There are some buggy 6509's out there.
1; sub bulkwalk_no { 1; }
} sub cisco_comm_indexing { 1; }
1; 1;
__END__ __END__
@@ -174,6 +174,11 @@ These are methods that return scalar value from SNMP
=over =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() =item $c6500->vendor()
Returns 'cisco' Returns 'cisco'