turned off bulkwalk
This commit is contained in:
@@ -99,9 +99,8 @@ sub os_ver {
|
||||
return undef;
|
||||
}
|
||||
|
||||
sub cisco_comm_indexing {
|
||||
1;
|
||||
}
|
||||
sub bulkwalk_no { 1; }
|
||||
sub cisco_comm_indexing { 1; }
|
||||
|
||||
sub interfaces {
|
||||
my $c1900 = shift;
|
||||
@@ -270,6 +269,10 @@ These are methods that return scalar value from SNMP
|
||||
|
||||
=over
|
||||
|
||||
=item $c1900->bulkwalk_no
|
||||
|
||||
Return C<1>. Bulkwalk is turned off for this class.
|
||||
|
||||
=item $c1900->c1900_flash_status()
|
||||
|
||||
Usually contains the version of the software loaded in flash.
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user