{% extends "base.html" %} {% load static %} {% block extra_css %} {% endblock extra_css%} {% block content %}
Devices Per Page:    
Each device must have a unique name
  
{% csrf_token %}
 SSH    Telnet  
Create a new device-type on the Filters link if it is not in the dropdown menu

Create a new location on the Filters link if it is not in the dropdown menu

Create a new vendor on the Filters link if it is not in the dropdown menu

Add Ports:
  Ex: 2/5-10 This creates five ports: 2/5, 2/6, 2/7, 2/8/ 2/9, 2/10
  Ex: 1/1-10, 2/1 Separate ranges and individual ports with commas
  Ex: Ethernet1/1/1-5 You could include interface prefixes
  Ex: 1.1.1-5 Dots or forward slashes are accepted


Status Name
Model Serial #
IP Address IP Port Login Password ConnectProtocol Ports Notes

{% endblock content %} {% block extra_js %} {% endblock extra_js%}