Difference between revisions of "UM:Network Topology"

From NetXMS Wiki
Jump to navigation Jump to search
m (Text replacement - "^" to "{{deprecated}}")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Network Topology}}
{{deprecated}}Information moved to documentation:
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 [http://en.wikipedia.org/wiki/Cisco_Discovery_Protocol CDP], [http://en.wikipedia.org/wiki/Link_Layer_Discovery_Protocol LLDP], and [http://en.wikipedia.org/wiki/SONMP 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 =
https://www.netxms.org/documentation/adminguide/topology.html
 
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.
|}
 
 
= Find MAC address =
 
 
= Find IP address =

Latest revision as of 18:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Information moved to documentation:

https://www.netxms.org/documentation/adminguide/topology.html