Skip to content

Display of cisco router Interface list using django, also has a function to switch of or switch on the interface.

License

Notifications You must be signed in to change notification settings

ArRosid/django-router-interface-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Display of cisco router Interface list using django, also has a function to switch of or switch on the interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published