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:
@@ -81,6 +81,8 @@ version 1.05
|
|||||||
devices using CiscoStack.
|
devices using CiscoStack.
|
||||||
* All i_type() methods now use standard IANAifType values.
|
* All i_type() methods now use standard IANAifType values.
|
||||||
* Report bridge groups (VLANs) in L2::C1900.
|
* Report bridge groups (VLANs) in L2::C1900.
|
||||||
|
* Turn on bulkwalk for C6500. Users with buggy OS versions can turn
|
||||||
|
it off when creating the object.
|
||||||
|
|
||||||
version 1.04 (07/08/06)
|
version 1.04 (07/08/06)
|
||||||
+ Added C1130 and C1240 to L2::Aironet (Ralf Gross)
|
+ Added C1130 and C1240 to L2::Aironet (Ralf Gross)
|
||||||
|
|||||||
@@ -107,8 +107,6 @@ sub vendor {
|
|||||||
return 'cisco';
|
return 'cisco';
|
||||||
}
|
}
|
||||||
|
|
||||||
# There are some buggy 6509's out there.
|
|
||||||
sub bulkwalk_no { 1; }
|
|
||||||
sub cisco_comm_indexing { 1; }
|
sub cisco_comm_indexing { 1; }
|
||||||
|
|
||||||
# Newer versions use the ETHERLIKE-MIB to report operational duplex.
|
# Newer versions use the ETHERLIKE-MIB to report operational duplex.
|
||||||
@@ -290,11 +288,6 @@ 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user