mib update

remove double defined FOUNDRY-SN-SWITCH-GROUP-MIB in code & docs
add BROCADE-PRODUCTS-MIB to docs as referenced in code
This commit is contained in:
nick n
2019-05-22 02:41:51 +02:00
committed by GitHub
parent 8b3a1fd357
commit e886190e8e

View File

@@ -60,7 +60,6 @@ $VERSION = '3.68';
'FOUNDRY-SN-SWITCH-GROUP-MIB' => 'snSwGroupOperMode', 'FOUNDRY-SN-SWITCH-GROUP-MIB' => 'snSwGroupOperMode',
'FOUNDRY-SN-STACKING-MIB' => 'snStackingOperUnitRole', 'FOUNDRY-SN-STACKING-MIB' => 'snStackingOperUnitRole',
'FOUNDRY-POE-MIB' => 'snAgentPoeGblPowerCapacityTotal', 'FOUNDRY-POE-MIB' => 'snAgentPoeGblPowerCapacityTotal',
'FOUNDRY-SN-SWITCH-GROUP-MIB' => 'snSwGroupOperMode',
'BROCADE-PRODUCTS-MIB' => 'brocadeProducts', 'BROCADE-PRODUCTS-MIB' => 'brocadeProducts',
); );
@@ -900,6 +899,8 @@ after determining a more specific class using the method above.
=over =over
=item F<BROCADE-PRODUCTS-MIB>
=item F<FOUNDRY-SN-ROOT-MIB> =item F<FOUNDRY-SN-ROOT-MIB>
=item F<FOUNDRY-SN-AGENT-MIB> =item F<FOUNDRY-SN-AGENT-MIB>
@@ -910,8 +911,6 @@ after determining a more specific class using the method above.
=item F<FOUNDRY-POE-MIB> =item F<FOUNDRY-POE-MIB>
=item F<FOUNDRY-SN-SWITCH-GROUP-MIB>
=item Inherited Classes' MIBs =item Inherited Classes' MIBs
See L<SNMP::Info::Layer3/"Required MIBs"> for its own MIB requirements. See L<SNMP::Info::Layer3/"Required MIBs"> for its own MIB requirements.