Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.66 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.66 KB

COMP3000 - University of Plymouth

BSc (Hons) Computer & Information Security

  • Project Owner: James White
  • Project Supervisor: Dr Lingfen Sun

Logo

NetManager: Network Configuration & Management Tool

NetManager is a network configuration & management (NCM) tool for automated configuration and monitoring of network devices. Built using the Django Web Framework, NetManager provides a clean and easy to use web interface that interacts with network devices to retrieve information and push configuration changes by utilising the Netmiko Python library.

System Functionality

  • User account functionality
  • Store and manage network devices
  • View device information & configuration
  • Configure device interfaces
  • Disable all unused interfaces
  • Create and delete access lists
  • Apply and remove access lists from interfaces
  • Send commands manually *if required
  • Configuration audit logs

Status

  • No Longer in Development

Screenshots

Home Page

Home Page

Device Manager

Device Manager

Device Configuration

Device Configuration

Interface Configuration

Interface Configuration

Device Settings

Device Settings

Reports

Reports

Help Page

Help Page