Qualify leafs from HP-SN-SWITCH-GROUP-MIB since FDP class will load FOUNDRY-SN-SWITCH-GROUP-MIB which contains the same leaf names.
This commit is contained in:
@@ -68,10 +68,12 @@ $VERSION = '1.09';
|
|||||||
%SNMP::Info::FDP::FUNCS,
|
%SNMP::Info::FDP::FUNCS,
|
||||||
# HP-SN-SWITCH-GROUP-MIB
|
# HP-SN-SWITCH-GROUP-MIB
|
||||||
# snSwPortInfoTable - Switch Port Information Group
|
# snSwPortInfoTable - Switch Port Information Group
|
||||||
'sw_index' => 'snSwPortIfIndex',
|
# Fully qualify these since FDP class will load
|
||||||
'sw_duplex' => 'snSwPortInfoChnMode',
|
# FOUNDRY-SN-SWITCH-GROUP-MIB which contains the same leaf names
|
||||||
'sw_type' => 'snSwPortInfoMediaType',
|
'sw_index' => 'HP_SN_SWITCH_GROUP_MIB__snSwPortIfIndex',
|
||||||
'sw_speed' => 'snSwPortInfoSpeed',
|
'sw_duplex' => 'HP_SN_SWITCH_GROUP_MIB__snSwPortInfoChnMode',
|
||||||
|
'sw_type' => 'HP_SN_SWITCH_GROUP_MIB__snSwPortInfoMediaType',
|
||||||
|
'sw_speed' => 'HP_SN_SWITCH_GROUP_MIB__snSwPortInfoSpeed',
|
||||||
);
|
);
|
||||||
|
|
||||||
%MUNGE = (
|
%MUNGE = (
|
||||||
|
|||||||
Reference in New Issue
Block a user