Turn on bulkwalk - this is a big source of inefficiency for

a class that handles some of the bigger hardware.  If you need
bulkwalk off, turn it off when creating the class (e.g., with
bulkwalk_no in netdisco)
This commit is contained in:
Bill Fenner
2007-10-09 17:57:23 +00:00
parent b435382a5e
commit 696efaad82
2 changed files with 2 additions and 7 deletions

View File

@@ -107,8 +107,6 @@ sub vendor {
return 'cisco';
}
# There are some buggy 6509's out there.
sub bulkwalk_no { 1; }
sub cisco_comm_indexing { 1; }
# Newer versions use the ETHERLIKE-MIB to report operational duplex.
@@ -290,11 +288,6 @@ 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'