You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/auto-discovery/nmap-autodiscovery.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ import useBaseUrl from '@docusaurus/useBaseUrl'
10
10
11
11
Nmap (network mapper) is a tool primarily used for security scanning. However, it can be used to “guess” which services are running on which ports. Device42 uses Nmap to discover which services are running on which ports and automatically combines this data with the [NetFlow](auto-discovery/netflow-collector.mdx) data to automatically create a map of services and application dependencies.
12
12
13
-
## Add a Nmap Autodiscovery Job
13
+
## Add an Nmap Autodiscovery Job
14
14
15
15
Navigate to the **Discovery > Nmap** list page and click **Create** to add a new Nmap autodiscovery job.
16
16
17
17
Enter the following required fields for the Nmap job:
18
18
19
-
-**Name:**Unique name for the job
20
-
-**Remote Collector:** The Device42 ID for the remote collector to use for the job.
19
+
-**Name:**A unique name for the job.
20
+
-**Remote Collector:** The name of the Remote Collector to use. A Local Collector cannot be used.
21
21
-**Target Host(s) and Network(s):** A comma-separated list of IP addresses, IP ranges, CIDR block(s), or hostname(s) to use for Nmap discovery.
22
22
23
23
<ThemedImage
@@ -77,11 +77,11 @@ The **Run Now** button is also available on the list page (**Discovery > Nmap**)
77
77
78
78
In Device42, NetFlow and Nmap can be used by themselves, together, or in combination with point-in-time discovery. Using NetFlow and Nmap data together but without point-in-time discovery results in a good services dependency mapping capability. However, just using these two sources of data is still limited in the following ways:
79
79
80
-
1. A map of service inter-dependencies and interrelationships can be created. However, many services often combine applications and associated information to form the entire application. For example, there might be multiple Oracle services plus configuration files that together form the Oracle application. Installed apps on a web server and instances and named pipes on a database cannot be discovered by the NetFlow/Nmap combination.
81
-
2. The services that Nmap finds are guesses and the guessed version number is probably wrong as often as it is right.
82
-
3. Some enterprises have such restrictive firewall rules that Nmap will discover few if any services.
80
+
1. A map of service inter-dependencies and interrelationships can be created. However, many services often combine applications and associated information to form the entire application. For example, there might be multiple Oracle services plus configuration files that together form the Oracle application. Installed apps on a web server, and instances and named pipes on a database, cannot be discovered by the NetFlow/Nmap combination.
81
+
2. The services that Nmap finds are guesses, and the guessed version number is probably wrong as often as it is right.
82
+
3. Some enterprises have such restrictive firewall rules that Nmap will discover few, if any, services.
83
83
4. NetFlow can’t “see” application interactions inside a physical, virtual, or cloud server. NetFlow can only see interactions that go through the router. So, many dependencies will be missed.
84
-
5. While NetFlow works well for physical routers and switches, it's not great for the virtual routers and switches found in hyper-visors because many hyper-visors do not support NetFlow.
84
+
5. While NetFlow works well for physical routers and switches, it's not great for the virtual routers and switches found in hypervisors because many hypervisors do not support NetFlow.
85
85
6. On routers and switches, NetFlow must be set up for every segment. If some segments are not set up, the application interactions will not be found.
86
86
87
87
To overcome these limitations, it is better to use NetFlow and Nmap in conjunction with point-in-time discovery.
Copy file name to clipboardExpand all lines: docs/infrastructure-management/devices/hardware-models-templates.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Open a new hardware model form by clicking **Create** at the top right of the li
28
28
29
29
In the **Name** field, enter the model name. The manufacturer name will be automatically added to the model name whenever this hardware model is displayed. For example, if you have specified the manufacturer as Dell, you can enter "PE2950" for a Dell PE2950 and the model will be displayed as "Dell PE2950".
30
30
31
-
In the **Physical Subtype** field, indicate whether the model is for a physical device (rackable), blade device, or other device (for example, laptops or workstations). Depending on the type you choose, the size or blade size will be populated in the form.
31
+
In the **Physical Subtype** field, indicate whether the model is for a physical device (rackable), blade device, or other device (for example, laptops or workstations). Depending on the type you choose, different fields will become available.
32
32
33
33
**Size** is the size of the physical device or regular type in Us. You can enter "1/2" or "0.5".
0 commit comments