# TXT Seed File Template # Format: IP_OR_RANGE_OR_SUBNET | VENDOR | OS_TYPE | DEVICE_CATEGORY # All fields after the IP are optional. Lines starting with # are comments. # # Valid vendor values: cisco, arista, juniper, palo_alto, fortinet, hpe_aruba, other # Valid os_type values: ios, ios_xe, ios_xr, nx_os, eos, junos, pan_os, fortios, aos_cx, aruba_os, other # Valid device_category values: router, switch, firewall, load_balancer, wireless_controller, access_point, other # # Examples: 10.0.1.1|cisco|ios_xe|switch 10.0.1.2|cisco|nx_os|switch 10.0.1.3|cisco|ios|router 10.0.1.4|cisco|ios_xr|router 10.0.2.1|arista|eos|switch 10.0.2.2|arista|eos|router 10.0.3.1|juniper|junos|router 10.0.3.2|juniper|junos|firewall 10.0.4.1|palo_alto|pan_os|firewall 10.0.5.1|fortinet|fortios|firewall 10.0.6.1|hpe_aruba|aos_cx|switch 10.0.6.2|hpe_aruba|aruba_os|switch 10.0.7.1|cisco|ios_xe|load_balancer 10.0.7.2|cisco|ios|wireless_controller 10.0.7.3|other|other|access_point # Subnets and ranges are supported 172.16.0.0/24|cisco|nx_os|switch 10.1.0.1-10.1.0.5|juniper|junos|router # Partial fields — only vendor provided 10.0.8.1|cisco # Bare IP — no optional fields 10.0.8.2