Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.46 KB

File metadata and controls

28 lines (22 loc) · 1.46 KB

published

django-router-interface-list

Display Cisco router interface list using Django. There is also a function to switch an individual interface on or off.

Here is an example display of the interface list for a Cisco router.

If you click the switch button, the status of interface will turn on or off.

If you want to try this project, you can follow these instructions.

  1. Clone the repository git clone https://github.com/ArRosid/django-router-interface-list.git
  2. Create virtual environtment virtualenv -p python3 env
  3. Activate the virtual environtment source env/bin/activate
  4. Install the requirement package pip install -r requirements.txt
  5. Run the project
    • cd django_network
    • python manage.py migrate
    • python manage.py createsuperuser
    • python manage.py runserver
  6. Open browser and type localhost:8000/admin to add devices in the address bar
  7. Go to localhost:8000 to see the devices list