DX NetOps

 View Only
  • 1.  AlcatelOmniSwitch Model Information View missing data

    Posted Mar 06, 2025 11:37 AM

    Hello Everyone,

    I have been attempting to assign the approriate data to the already existing Subview for Alcatel 6865 The newst MIBS have been obtained and compiled and the attributes mapped. I can poll the attributes manualy and recive the required information. Ive been using this document as guidance 

    Customizing a Model's Information View

    I did have to jump through some hoops to get the missing performance tab to work correctly, butbut I have had no success yet in locating the file(s) required to assign the correct attributes and display it correctly within the already availble Information Tab Subview.

    Already existing model Subview for Alcatel OmniSwitch That I wish to populate with data.
    Any Guidance or even a nudge in the right direction would be greatly appreaciated.


    ------------------------------
    Thank you,
    Nathan
    ------------------------------


  • 2.  RE: AlcatelOmniSwitch Model Information View missing data
    Best Answer

    Broadcom Employee
    Posted Mar 06, 2025 11:54 AM

    Nathan,

    I found the view-alcatel-omniswitch-details-config.xml located in the $SPECROOT/tomcat/webapps/spectrum/WEB-INF/devman/config directory.

    A look at this file shows the following:

            <subview-group>
              <title>com.aprisma.spectrum.app.alctl.common.ChassisEnv</title>
              <subviews>
                   <table-subview idref="table-alcatel-omniswitch-chassis"/>
              </subviews>
            </subview-group>


            <subview-group>
              <title>com.aprisma.spectrum.app.alctl.common.HealthModule</title>
              <subviews>
                   <table-subview idref="table-alcatel-omniswitch-health-module"/>
              </subviews>
            </subview-group>

    The table-alcatel-omniswitch-chassis.xml and table-alcatel-omniswitch-health-module.xml files are also located in the $SPECROOT/tomcat/webapps/spectrum/WEB-INF/devman/config directory.

    Joe




  • 3.  RE: AlcatelOmniSwitch Model Information View missing data

    Posted Mar 06, 2025 12:03 PM

    Thank you Joe I'll Investigate that directory.




  • 4.  RE: AlcatelOmniSwitch Model Information View missing data

    Posted Mar 06, 2025 01:47 PM

    I did find all the required files there.

    Thank you!




  • 5.  RE: AlcatelOmniSwitch Model Information View missing data

    Broadcom Employee
    Posted Mar 06, 2025 01:48 PM

    Glad I was able to help.

    Joe