DX NetOps

 View Only
  • 1.  Spectrum trap mib importing

    Posted Feb 12, 2020 05:50 PM
    ​Hi All,
    We are importing MIBs into Spectrum utilizing the MIB tools utility and adding updated MIBS from the vendor. However when we unzipped the zip file provided by the vendor, the contents of the zip file held not only .my mib files but also a duplicate file name but with a .md5 extension. The .my files imported just fine but the .md5 do not. What are we supposed to do with these files.  Just guessing but we suspect they have something to do with v3. If so, what do we do with them and how are they handled?


    TIA


  • 2.  RE: Spectrum trap mib importing
    Best Answer

    Broadcom Employee
    Posted Feb 13, 2020 03:35 AM
    Hi Patrick,

    I believe the files with the md5 extension are just used as checksum files to make sure that the unzipped mib files are ok.  If you have a Windows server you can download a command line utility from Microsoft that will check these calculations for you.

    https://www.microsoft.com/en-us/download/details.aspx?id=11533

    In Linux there is md5sum which is built into a lot of Linux distributions.

    https://www.howtoforge.com/linux-md5sum-command/


    I hope this helps you.

    Best regards,
    Glenn


  • 3.  RE: Spectrum trap mib importing

    Posted Feb 14, 2020 05:01 PM
    Thanks Glenn