From 135dd74333d2812248c407c18788fe95511cbbb5 Mon Sep 17 00:00:00 2001 From: Aldi Date: Sat, 26 Sep 2020 13:07:25 +0300 Subject: [PATCH] Move images to folder --- README.md | 18 +++++++++--------- admin-panel.png => img/admin-panel.png | Bin asset-info.png => img/asset-info.png | Bin .../imunes-experimet-network.jpg | Bin .../include-ip-ranges.png | Bin .../run-single-discovery.png | Bin scan-results.png => img/scan-results.png | Bin .../singe-discovery-ip-range.png | Bin .../singe-discovery-settings.png | Bin .../start-discovery-scan.png | Bin .../webserver-node-details.png | Bin 11 files changed, 9 insertions(+), 9 deletions(-) rename admin-panel.png => img/admin-panel.png (100%) rename asset-info.png => img/asset-info.png (100%) rename imunes-experimet-network.jpg => img/imunes-experimet-network.jpg (100%) rename include-ip-ranges.png => img/include-ip-ranges.png (100%) rename run-single-discovery.png => img/run-single-discovery.png (100%) rename scan-results.png => img/scan-results.png (100%) rename singe-discovery-ip-range.png => img/singe-discovery-ip-range.png (100%) rename singe-discovery-settings.png => img/singe-discovery-settings.png (100%) rename start-discovery-scan.png => img/start-discovery-scan.png (100%) rename webserver-node-details.png => img/webserver-node-details.png (100%) diff --git a/README.md b/README.md index 6c76f2d..94af226 100644 --- a/README.md +++ b/README.md @@ -372,22 +372,22 @@ The experiment network is comprised of two hosts ```office-pc``` & ```home-pc``` In order to obtain information regarding the experiment network via SNMP, the following steps should be followed. - Navigate to the OpenNMS dashboard, http://localhost:8980/opennms -- From the upper-right menu options, click on the ```Configure OpenNMS``` gear icon or navigate via a direct link at http://localhost:8980/opennms/admin/index.jsp ![OpenNMS Admin Panel](admin-panel.png) -- Under the menu ```Provisioning``` select ```Run Single Discovery Scan``` or direct link at http://localhost:8980/opennms/admin/discovery/edit-scan.jsp ![Run Single Discovery Scan Option](run-single-discovery.png) -- On Single Discovery Scan options, under ```Include Ranges``` click ```Add New```. ![OpenNMS Single Discovery Scan Settings](singe-discovery-settings.png) -- On the pop-up window, under ```Begin IP Address``` insert the following IP address ```10.0.0.0``` and under ```End IP Address``` insert the IP address ```10.0.0.254``` and then click ```Add```. ![Single Discovery Scan IP Range](singe-discovery-ip-range.png) -- The IP address range entered on the previous step should be now visible like the following. ![IP Ranges Included](include-ip-ranges.png) -- Click ```Start Discovery Scan``` ![Start Discovery Scan](start-discovery-scan.png) in order for the discovery scan to begin. +- From the upper-right menu options, click on the ```Configure OpenNMS``` gear icon or navigate via a direct link at http://localhost:8980/opennms/admin/index.jsp ![OpenNMS Admin Panel](./img/admin-panel.png) +- Under the menu ```Provisioning``` select ```Run Single Discovery Scan``` or direct link at http://localhost:8980/opennms/admin/discovery/edit-scan.jsp ![Run Single Discovery Scan Option](./img/run-single-discovery.png) +- On Single Discovery Scan options, under ```Include Ranges``` click ```Add New```. ![OpenNMS Single Discovery Scan Settings](./img/singe-discovery-settings.png) +- On the pop-up window, under ```Begin IP Address``` insert the following IP address ```10.0.0.0``` and under ```End IP Address``` insert the IP address ```10.0.0.254``` and then click ```Add```. ![Single Discovery Scan IP Range](./img/singe-discovery-ip-range.png) +- The IP address range entered on the previous step should be now visible like the following. ![IP Ranges Included](./img/include-ip-ranges.png) +- Click ```Start Discovery Scan``` ![Start Discovery Scan](./img/start-discovery-scan.png) in order for the discovery scan to begin. Scan results will be available after a few minutes since OpenNMS needs to search the whole address space that we provided in the IP address range. During a discovery scan, OpenNMS adds each new node under ```Info -> Nodes```. The Nodes list can also be accessed directly at http://localhost:8980/opennms/element/nodeList.htm -![Discovery Scan Results](scan-results.png) +![Discovery Scan Results](./img/scan-results.png) As we see in the previous image, OpenNMS is able to discover all the nodes of the emulated experiment IMUNES network based on the provided IP address range. In order to view detailed information regarding each node, simply click on its name. For example, let's explore the ```WEBSERVER``` node. -![Node Info](webserver-node-details.png) +![Node Info](./img/webserver-node-details.png) Notice that OpenNMS utilized the SNMP protocol in order to gather information regarding each node. Such information is avaiilable under ```SNMP Attributes```. @@ -396,4 +396,4 @@ Notice that OpenNMS utilized the SNMP protocol in order to gather information re OpenNMS allows for the organization of nodes in groups for easier management. Additionally, it offers the ability to add and update node information. This information includes attributes from the hardware used to the physical location of the asset. This data can help understand the network topologies and offers an easier asset management of an organization. -![Asset Info](asset-info.png) +![Asset Info](./img/asset-info.png) diff --git a/admin-panel.png b/img/admin-panel.png similarity index 100% rename from admin-panel.png rename to img/admin-panel.png diff --git a/asset-info.png b/img/asset-info.png similarity index 100% rename from asset-info.png rename to img/asset-info.png diff --git a/imunes-experimet-network.jpg b/img/imunes-experimet-network.jpg similarity index 100% rename from imunes-experimet-network.jpg rename to img/imunes-experimet-network.jpg diff --git a/include-ip-ranges.png b/img/include-ip-ranges.png similarity index 100% rename from include-ip-ranges.png rename to img/include-ip-ranges.png diff --git a/run-single-discovery.png b/img/run-single-discovery.png similarity index 100% rename from run-single-discovery.png rename to img/run-single-discovery.png diff --git a/scan-results.png b/img/scan-results.png similarity index 100% rename from scan-results.png rename to img/scan-results.png diff --git a/singe-discovery-ip-range.png b/img/singe-discovery-ip-range.png similarity index 100% rename from singe-discovery-ip-range.png rename to img/singe-discovery-ip-range.png diff --git a/singe-discovery-settings.png b/img/singe-discovery-settings.png similarity index 100% rename from singe-discovery-settings.png rename to img/singe-discovery-settings.png diff --git a/start-discovery-scan.png b/img/start-discovery-scan.png similarity index 100% rename from start-discovery-scan.png rename to img/start-discovery-scan.png diff --git a/webserver-node-details.png b/img/webserver-node-details.png similarity index 100% rename from webserver-node-details.png rename to img/webserver-node-details.png