Network Management
Connections between switches are missing L2 information
This article includes instructions on how to correct situations where the connections between switches are missing L2 information.
First published date
Last published date
Overview
Product section
Resolution
Option 1
- Open Orion Web Console
- Navigate to following location:
- http(s)://{OrionServer}/Orion/Admin/AdvancedConfiguration/global.aspx
- Search for the following configuration:
CalculationConfiguration
- Edit the value and locate the following setting:
<ProviderConfig Key="ComplementaryLinksSelectorL2" Value="false"/>
Change this value to this:<ProviderConfig Key="ComplementaryLinksSelectorL2" Value="true"/>
- Locate the following setting:
<string>RemoveLinksToBridge</string> <string>LinksToVirtualNode</string>
Change this value to this:<!--<string>RemoveLinksToBridge</string>--> <!--<string>LinksToVirtualNode</string>-->
- Click OK
- Click Save
Option 2 - for older environments
- Back up and then open the
Solarwinds.NTM.Client.exe.configfile in the NTM installation directory (default location,Program Files\SolarWinds\Network Topology Mapper). -
Set the value of
ShowRecalculationOptiontoTrue. - Back up and then open the
Calculation.cfgfile in a text editor (default locationC:\ProgramData\Solarwinds\Network Topology Mapper\Configs\). - Comment out
<string>RemoveLinksToBridge</string>to look like/* Disclaimer: Scripts are not supported under any SolarWinds support program or service. Scripts are provided AS IS without warranty of any kind. SolarWinds further disclaims all warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose. The risk arising out of the use or performance of the scripts and documentation stays with you. In no event shall SolarWinds or anyone else involved in the creation, production, or delivery of the scripts be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the scripts or documentation. */ <!-- <string>RemoveLinksToBridge</string> --> <!-- <string>LinksToVirtualNode</string> -->
- In section DataProviderConfig change value of provider config with key ComplementaryLinksSelectorL2 on true.
/* Disclaimer: Scripts are not supported under any SolarWinds support program or service. Scripts are provided AS IS without warranty of any kind. SolarWinds further disclaims all warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose. The risk arising out of the use or performance of the scripts and documentation stays with you. In no event shall SolarWinds or anyone else involved in the creation, production, or delivery of the scripts be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the scripts or documentation. */ <ProviderConfig Key="ComplementaryLinksSelectorL2" Value="true"/>
- Save the file.
- Open your map in NTM.
- Right click the map and select Map > Recalculate.