-
Notifications
You must be signed in to change notification settings - Fork 699
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea2f47a
commit 08fdbd2
Showing
26 changed files
with
429 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,29 @@ | ||
--- | ||
sidebar_position: 17 | ||
sidebar_position: 16 | ||
--- | ||
|
||
# Discovery Protocol | ||
|
||
In **Discovery Protocol** you can capture for LLDP (Link Layer Discovery Protocol) and/or CDP (Cisco Discovery Protocol) frames to see to which switch or router your device is connected. The information such as device name, port, VLAN, etc. are displayed in a table. | ||
|
||
:::info | ||
|
||
The Link Layer Discovery Protocol (LLDP) is a vendor-neutral Layer 2 network protocol used by network devices, especially switches, to advertise their identity, capabilities, and neighbors on an IEEE 802 Local Area Network (LAN). If configured, LLDP messages are sent out periodically as frames with the destination MAC address of `01:80:c2:00:00:0e`. The default time interval is 30 seconds. | ||
|
||
The Cisco Discovery Protocol (CDP) is a proprietary Layer 2 protocol used by Cisco Systems to exchange information about network devices. If configured, CDP messages are sent out periodically as frames with the destination MAC address `01:00:0c:cc:cc`. The default time interval is 60 seconds. | ||
|
||
::: | ||
|
||
:::warning | ||
|
||
If you are using a hypervisor like Hyper-V with a virtual switch configured as "External network" which is shared with host where NETworkManager is running, you may not receive any packets. This is because the virtual switch does not forward the LLDP or CDP frames to the host. You may temporarily change the virtual switch to "Internal network" or "Private network", if you want to use the Discovery Protocol to see which switch or router your device is connected to. You can also verify this behavior by using Wireshark. | ||
|
||
::: | ||
|
||
![Discovery Protocol](./img/discovery-protocol.png) | ||
|
||
:::note | ||
|
||
Right-click on the result to copy the information. | ||
|
||
::: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
sidebar_position: 19 | ||
--- | ||
|
||
# IP Geolocation | ||
|
||
With **IP Geolocation** you can retrieve geolocation information for a fully qualified domain name (FQDN) or a public IP address. | ||
|
||
:::info | ||
|
||
IP geolocation data is provided by [ip-api.com](https://ip-api.com/) and the API endpoint `http://ip-api.com/json/<host>` is queried when the information is requested. The free API endpoint is limited to 45 requests per minute, supports only the `http` protocol and is available for non-commercial use only. | ||
|
||
::: | ||
|
||
Example inputs: | ||
|
||
- `borntoberoot.net` | ||
- `1.1.1.1` | ||
|
||
![IPGeolocation](20_IPGeolocation.png) | ||
|
||
:::note | ||
|
||
Right-click on the result to copy the information. | ||
|
||
::: | ||
|
||
## Profile | ||
|
||
### Inherit host from general | ||
|
||
Inherit the host from the general settings. | ||
|
||
**Type:** `Boolean` | ||
|
||
**Default:** `Enabled` | ||
|
||
:::note | ||
|
||
If this option is enabled, the [host](#host) is overwritten by the host from the general settings and the [host](#host) is disabled. | ||
|
||
::: | ||
|
||
### Host | ||
|
||
Host (FQDN or public IP address) to query for IP geolocation information. | ||
|
||
**Type:** `String` | ||
|
||
**Default:** `Empty` | ||
|
||
**Example:** | ||
|
||
- `borntoberoot.net` | ||
- `1.1.1.1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 15 | ||
sidebar_position: 14 | ||
--- | ||
|
||
# SNMP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,53 @@ | ||
--- | ||
sidebar_position: 16 | ||
sidebar_position: 15 | ||
--- | ||
|
||
# SNTP Lookup | ||
|
||
With **SNTP Lookup** you can query one or more SNTP servers to get the current network time. | ||
SNTP server and get the network current time. It will also show the offset to the local time. | ||
|
||
:::info | ||
|
||
SNTP (Simple Network Time Protocol) is a protocol used for synchronizing time between computer systems on a network. It is a simplified version of the Network Time Protocol (NTP) that is widely used for time synchronization. SNTP is designed to provide a basic level of accuracy and is used when precise timing is not critical. SNTP servers typically obtain their time from other NTP or SNTP servers and distribute the time to client devices on the network. SNTP operates over the User Datagram Protocol (UDP) and typically uses port 123. It is widely supported by many operating systems and network devices and is an important component of network infrastructure. | ||
|
||
::: | ||
|
||
![SNTP Lookup](./img/sntp-lookup.png) | ||
|
||
:::note | ||
|
||
Right-click on the result to copy or export the information. | ||
|
||
::: | ||
|
||
## Settings | ||
|
||
### SNTP servers | ||
|
||
List of SNTP server profiles. A profile can contain one or more SNTP servers with host/IP address and port. | ||
|
||
**Type:** `List<NETworkManager.Models.Network.ServerConnectionInfoProfile>` | ||
|
||
**Default:** | ||
|
||
| Name | Server(s) | | ||
| ----------------- | ------------------------------------------------------------------------------------------------------------- | | ||
| Cloudflare | `time.cloudflare.com:123` | | ||
| Google Public NTP | `time.google.com:123; time1.google.com:123; time2.google.com:123; time3.google.com:123; time4.google.com:123` | | ||
| Microsoft | `time.windows.com:123` | | ||
| pool.ntp.org | `0.pool.ntp.org:123; 1.pool.ntp.org:123; 2.pool.ntp.org:123; 3.pool.ntp.org:123` | | ||
|
||
:::note | ||
|
||
At least one SNTP server profile must exist. | ||
|
||
::: | ||
|
||
### Timeout (ms) | ||
|
||
Timeout in milliseconds after the SNTP request is canceled. | ||
|
||
**Type:** `Integer` [Min `100`, Max `15000`] | ||
|
||
**Default:** `4000` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.