Added "vendor_i_type()" method to HP classes as suggested by Mikat1 on SF.
Tracker artifact 2599795. Method can be used to determine more detailed type information about a port, eg 10/100 interface, 1000Base-LX, etc. Details are vendor specific.
This commit is contained in:
@@ -12,6 +12,7 @@ version 2.02 ()
|
|||||||
* Implemented os_bin() method in CiscoStats
|
* Implemented os_bin() method in CiscoStats
|
||||||
+ [2980787] Fix for C1900 bp_index not containing interfaces.
|
+ [2980787] Fix for C1900 bp_index not containing interfaces.
|
||||||
(Brian De Wolf)
|
(Brian De Wolf)
|
||||||
|
+ [2599795] Added vendor_i_type() method to HP and HP4000 clases
|
||||||
|
|
||||||
version 2.01 (06/12/09)
|
version 2.01 (06/12/09)
|
||||||
+ Added CiscoStpExtensions Class (Carlos Vicente)
|
+ Added CiscoStpExtensions Class (Carlos Vicente)
|
||||||
|
|||||||
@@ -89,6 +89,7 @@ $VERSION = '2.02-cvs';
|
|||||||
# CONFIG-MIB::hpSwitchPortTable
|
# CONFIG-MIB::hpSwitchPortTable
|
||||||
'hp_duplex' => 'hpSwitchPortEtherMode',
|
'hp_duplex' => 'hpSwitchPortEtherMode',
|
||||||
'hp_duplex_admin' => 'hpSwitchPortFastEtherMode',
|
'hp_duplex_admin' => 'hpSwitchPortFastEtherMode',
|
||||||
|
'vendor_i_type' => 'hpSwitchPortType',
|
||||||
|
|
||||||
# HP-ICF-CHASSIS
|
# HP-ICF-CHASSIS
|
||||||
'hp_s_oid' => 'hpicfSensorObjectId',
|
'hp_s_oid' => 'hpicfSensorObjectId',
|
||||||
@@ -860,6 +861,10 @@ Returns reference to map of IIDs to current link duplex.
|
|||||||
|
|
||||||
Returns reference to hash of IIDs to admin duplex setting.
|
Returns reference to hash of IIDs to admin duplex setting.
|
||||||
|
|
||||||
|
=item $hp->vendor_i_type()
|
||||||
|
|
||||||
|
Returns reference to hash of IIDs to HP specific port type (hpSwitchPortType).
|
||||||
|
|
||||||
=item $hp->i_name()
|
=item $hp->i_name()
|
||||||
|
|
||||||
Crosses i_name() with $hp->e_name() using $hp->e_port() and i_alias()
|
Crosses i_name() with $hp->e_name() using $hp->e_port() and i_alias()
|
||||||
|
|||||||
@@ -99,6 +99,7 @@ $VERSION = '2.02-cvs';
|
|||||||
# CONFIG-MIB::hpSwitchPortTable
|
# CONFIG-MIB::hpSwitchPortTable
|
||||||
'hp_duplex' => 'hpSwitchPortEtherMode',
|
'hp_duplex' => 'hpSwitchPortEtherMode',
|
||||||
'hp_duplex_admin' => 'hpSwitchPortFastEtherMode',
|
'hp_duplex_admin' => 'hpSwitchPortFastEtherMode',
|
||||||
|
'vendor_i_type' => 'hpSwitchPortType',
|
||||||
|
|
||||||
# HP-ICF-CHASSIS
|
# HP-ICF-CHASSIS
|
||||||
'hp_s_oid' => 'hpicfSensorObjectId',
|
'hp_s_oid' => 'hpicfSensorObjectId',
|
||||||
@@ -649,6 +650,10 @@ Returns reference to map of IIDs to current link duplex.
|
|||||||
|
|
||||||
Returns reference to hash of IIDs to admin duplex setting.
|
Returns reference to hash of IIDs to admin duplex setting.
|
||||||
|
|
||||||
|
=item $hp->vendor_i_type()
|
||||||
|
|
||||||
|
Returns reference to hash of IIDs to HP specific port type (hpSwitchPortType).
|
||||||
|
|
||||||
=item $hp->i_name()
|
=item $hp->i_name()
|
||||||
|
|
||||||
Crosses i_name() with $hp->e_name() using $hp->e_port() and i_alias()
|
Crosses i_name() with $hp->e_name() using $hp->e_port() and i_alias()
|
||||||
|
|||||||
Reference in New Issue
Block a user