{% extends "base.html" %} {% block title %}{{ form_title }} - Network Asset Management{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Basic Information

Unique device identifier. Will be normalized for database storage.
Assign device to a specific site/location
IPv4 address for device management
Functional role (e.g., Core, Distribution, Access)

Hardware Information

Device manufacturer
Device model number or series
Operating system version
Device type for automation (determines driver selection)
Processor identifier (if available)
Cancel 
{% if device %}

Danger Zone

Delete Device

Permanently remove this device and all associated data (captures, fingerprints, etc.)

Confirm Deletion

Delete device "{{ device.name }}"?

This will permanently delete:
  • Device record: {{ device.name }}
  • All serial numbers
  • Stack member information
  • Hardware components
  • Current and archived captures
  • Fingerprint history

This action cannot be undone!

{% endif %} {% endblock %}