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
View code on GitHub
  • Owner

  • Contributors

    +2Github contributors
  • Categories

  • Programming Languages

    Python
  • License

    MIT License

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.