From 4996400c3fcf417d59bacb6e519e7f9a164ae544 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 20 Oct 2023 17:32:21 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c60a0a1..a65377b 100644 --- a/README.md +++ b/README.md @@ -329,12 +329,17 @@ Wehre `--path-in-inventory` is the path to your inventory data and `--inventory- Sample output ``` -OMD[build]:~$ ~/local/bin/topology_data/create_topology_data.py -s Core01 -Start time: 2023-10-16T21:44:53.10 -Devices added: 66, source inv_CDP -time taken: 1.035935568/s -End time: 2023-10-16T21:44:54.10 +OMD[build]:~$ ~/local/bin/topology_data/create_topology_data.py -d -m CDP LLDP +Start time: 2023-10-20T19:31:34.10 +Devices added: 17, source inv_LLDP +Devices added: 80, source inv_CDP +Devices added: 29, source static +Topology matches default topology, not saved! Use "--dont-compare" to save identical topologies. +Time taken: 0.457689695/s +End time: 2023-10-20T19:31:35.10 + +OMD[build]:~$ ``` Sample network topology -- GitLab