You can specify which interface types to display when the Show Connectivity
Information tool is run on a device in Network Hop View or Network Views. You can also change what information is
displayed for interfaces.
If you want to change the interface types that are displayed, you must know the IDs for the
interface types. You can determine the interface type IDs by running the following SQL query on the
NCIM topology database.
SELECT * FROM ncim.enumerations where enumGroup = 'ifType';
About this task
The Show Connectivity Information tool displays a table of devices
and interfaces that are connected to a selected device.
- Optional:
Configure which interface types are displayed.
By default, all interface types on the selected device are included.
-
Open the $NMGUI_HOME/profile/etc/tnm/
topoviz.properties
configuration file.
-
Include interface types by typing a line similar to the following example anywhere in the
topoviz.properties file.
topoviz.connectivity.includes=2,36
In this example, the Show Connectivity Information tool displays
interface types 2 and 36 only.
-
Exclude interface types by typing a line similar to the following example anywhere in the
topoviz.properties file.
topoviz.connectivity.excludes=1
In this example, the Show Connectivity Information tool displays all
interface types except for interface type 1.
-
Specify interface types to display in the Show Connectivity Information
tool by either including interface types or excluding interface types.
Note: You must not use both includes and excludes parameters in the
topoviz.properties file. Doing so might produce unexpected results in the
Show Connectivity Information tool.
-
Save and close the topoviz.properties file.
- Optional:
Configure which columns are displayed.
By default, these columns are displayed: ifDescr
, ifType
,
and ifTypeString
.
-
Back up and edit the $NMGUI_HOME/profile/etc/tnm/ncimMetaData.xml file.
-
Locate the following section.
<columnView tableMode="showconnecttable">
<columnName tableAlias="n" column="ifDescr"/>
<columnName tableAlias="n" column="ifType"/>
<columnName tableAlias="n" column="ifTypeString"/>
</columnView>
-
Add or remove the columns that you want to display.
You can use any columns from the networkInterface
entity attribute
table.
-
Save and close the $NMGUI_HOME/profile/etc/tnm/
file.