DX NetOps

  • 1.  Can one customize the interface names ?

    Posted Jul 27, 2018 09:37 AM

    For the first time we have modelised a Juniper router in Spectrum.

    We see that the interface names are completely different from what we were used to with Brocade routers for example.

    Example:

    vendorinterface name 
    =model name
    indextypedescription
    Brocadedevice_ethernet4/1193ethernet100GigabitEthernet4/1
    Juniperdevice_587587ethernetet-0/0/10

    Is there a way to have some naming schema more consistent between them ?

    Thanks,

    Veronique



  • 2.  Re: Can one customize the interface names ?

    Posted Jul 27, 2018 03:09 PM

    Hello Veronica,

     

    I believe your question is regarding CA Spectrum.

     

    I am transferring it to the correct space.

     

    Thanks

    Heloisa



  • 3.  Re: Can one customize the interface names ?

    Posted Jul 27, 2018 03:21 PM

    Hi Veronique,

     

    It is likely those are the actual interface names in the Juniper configuration.

    We do SNMP calls to gather this information.

     

    Do you have a copy of the configuration?

    Might be worth reaching out to the owner of the device at your company to confirm.

     

    Thanks
    Matt



  • 4.  Re: Can one customize the interface names ?

    Posted Jul 30, 2018 04:04 AM

    Thanks. From which MIB OID does Spectrum take the interface name ?



  • 5.  Re: Can one customize the interface names ?

    Posted Jul 30, 2018 03:54 AM

    Hi VLefebure , all,

     

    you might want to check the device level attributes

    IfModelNameOption0x12a1e
    IfModelNameOptionSecondary0x12d7b

    that can bne used to control Spectrum's behaviour when naming interface models. Two small hints:

    - use the Policy Manager to set the attribute value(s) on all relevant devices

    - do a OneClick right mouse click Reconfiguration -> Rename Interface Models after changing the settings

     

    hope this helps,

    Raphael



  • 6.  Re: Can one customize the interface names ?

    Posted Jul 30, 2018 04:11 AM
    IfModelNameOption

    0x11348

     

    IfModelNameOptionSecondary 0x0

     

    And 0x11348 is an interface attribute:

    ifIndex1.3.6.1.2.1.2.2.1.10x11348Integer

    So that explains "our" problem !

    For Brocade we have

    IfModelNameOption0x11f6f

    which is the ifName indeed.

    is this defined in the Model Type ?

    Thanks



  • 7.  Re: Can one customize the interface names ?
    Best Answer

    Posted Jul 30, 2018 04:37 AM

    Hi VLefebure, all,

     

    ignoring some potential magic inference handlers for now, the model type is the only place, where such information is stored.

    This leaves you with 2 options to proceed: Model Type Editor or Policy Manager

    While both may have their advantages and disadvantages, the Model Type Editor approach is difficult to use in case you have multiple GnSNMPDev for different types/different model naming reuqirements.

     

    regards,

    Raphael



  • 8.  Re: Can one customize the interface names ?

    Posted Jul 30, 2018 04:48 AM

    What do you mean by "some potential magic inference handlers" ?



  • 9.  Re: Can one customize the interface names ?

    Posted Jul 30, 2018 05:23 AM

    Hi VLefebure,

     

    the model type catalog is what we know and are able to inspect/change. The note about potentially existing IHs just meant, there is closed application code running inside Spectrum we don't know and can't check. So theoretically, some special logic within Spectrum might change settings like the ones mentioned above for specific model types or on special occasions.

    Please consider this note non-relevant for now and focus on MTE and/or Policy Manager.

     

    regards,
    Raphael