gitextract_896bl64p/ ├── LICENSE ├── MindMaps/ │ ├── .gitignore │ ├── MindMap.py │ ├── MindMap_job.py │ ├── Network/ │ │ ├── Devices/ │ │ │ ├── Access_MindMap.html │ │ │ ├── Access_MindMap.md │ │ │ ├── Core_MindMap.html │ │ │ ├── Core_MindMap.md │ │ │ ├── Dist_MindMap.html │ │ │ ├── Dist_MindMap.md │ │ │ ├── dist-sw01_MindMap.html │ │ │ ├── dist-sw01_MindMap.md │ │ │ ├── dist-sw02_MindMap.html │ │ │ └── dist-sw02_MindMap.md │ │ ├── L2_MindMap.html │ │ └── L2_MindMap.md │ ├── Templates/ │ │ ├── formattedDeviceMap.j2 │ │ ├── l2_access_neighbor.j2 │ │ ├── l2_core_neighbor.j2 │ │ └── l2_dist_neighbor.j2 │ └── general_functionalities.py ├── NOTICE ├── README.md ├── testbeds/ │ ├── testbed_Always_On_Nexus.yml │ ├── testbed_CML_Sandbox_MindMap.yml │ ├── testbed_Core.yml │ └── testbed_MindMap.yml └── usecase.md