Difference between revisions of "UM:Network Topology"

From NetXMS Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
= Find where node is connected =
= Find where node is connected =


It is possible to find switch port where any given node is connected.
It is possible to find switch port where any given node is connected (sometimes called "connection point" in management console). To find out node's connection point, right-click on node object, and select '''Find switch port...''' in popup menu. Message box with search results will pop up, and if port is found, search results view will be opened (or updated if already open). Search results view looks like this:
 
[[Image:cp_search_results.png]]
 
Columns have the following meaning:
 
{| class="wikitable"
|-
| Seq. || Search result sequence number
|-
| Node || Name of end node object
|-
| Interface || Name of node's interface object
|-
| MAC || Interface's MAC address
|-
| IP || Interface's IP address
|-
| Switch || Name of switch node object
|-
| Port || Name of interface object representing switch port
|-
| Type || Connection type - direct or indirect. Direct connection type means that NetXMS server did not detect any other devices on sdame switch port, and most likely end node connected directly to the switch. Indirect means that some other devices was detected on same switch port. Virtual machines and virtual machine host will always be detected as indirect.
|}





Revision as of 07:58, 17 September 2012

NetXMS server automatically creates and maintains network model on different layers. All necessary information taken from ARP cache, routing tables, and switch forwarding database of managed nodes. Topology data provided by CDP, LLDP, and NDP (SONMP) protocols also used in building network model. Having network model instantly available allows NetXMS users to perform various network topology tasks much faster and easier.

Find where node is connected

It is possible to find switch port where any given node is connected (sometimes called "connection point" in management console). To find out node's connection point, right-click on node object, and select Find switch port... in popup menu. Message box with search results will pop up, and if port is found, search results view will be opened (or updated if already open). Search results view looks like this:

Error creating thumbnail: Unable to save thumbnail to destination

Columns have the following meaning:

Seq. Search result sequence number
Node Name of end node object
Interface Name of node's interface object
MAC Interface's MAC address
IP Interface's IP address
Switch Name of switch node object
Port Name of interface object representing switch port
Type Connection type - direct or indirect. Direct connection type means that NetXMS server did not detect any other devices on sdame switch port, and most likely end node connected directly to the switch. Indirect means that some other devices was detected on same switch port. Virtual machines and virtual machine host will always be detected as indirect.


Find MAC address

Find IP address