Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 652 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 652 Bytes

Django Network Device Configuration Tool

This Django application allows users to configure routers and switches through a web interface by sending commands over Telnet. It provides forms for entering network configuration parameters, including IP addresses, VLAN IDs, and more.

Features

  • Router Configuration: Enter IP addresses, subnet masks, and VLAN IDs to configure a router.
  • Switch Configuration: Define VLAN names and IDs and assign them to switch ports.
  • User-Friendly Interface: Clean and straightforward interface for configuration tasks.

Prerequisites

  • Python 3.x
  • Django
  • Telnet access to the network devices