Hi ,
I downloaded the latest mib file CISCO-FC-FE-MIB.my downloaded from the cisco site (LAST-UPDATED "202401170000Z")
When loading it for use with snmptranslate, it produces 2 errors that seem to show a problem with this version of the file,
that I need to modify to allow proper integration.
A) Undefined OBJECT-GROUP (TransceiverPowerControl)
Here I think that TransceiverPowerControl should probably be fcIfTransceiverPowerControl
B) Bad identifier (}
Here it seems that last line of the the block incorrectly has a comma character, (See sample below)
It could of course be a configuration problem on my side, but I would like to rule out a problem with the file.
Does anyone know if someone else has reported issues with this file?
####### Sample of CISCO-FC-FE-MIB.my where there should not be a "," after fcIfSysTransceiverPowerControl ##########
fcIfGroupRev6 OBJECT-GROUP
OBJECTS {
fcIfTransceiverPower,
fcIfTransceiverPowerControl,
fcIfSysTransceiverPowerControlCapability,
fcIfSysTransceiverPowerControl,
}
STATUS current
DESCRIPTION
"A collection objects giving port transceiver power information."
::= { cffFcFeMIBGroups 43 }