Add Qtech model and template; clean up Mikrotik model

- Introduced a new `Qtech` model with a corresponding TTP template for parsing QTECH devices.
- Removed commented-out methods in the `Mikrotik` model to improve code clarity and maintainability.
This commit is contained in:
IluaAir
2026-02-25 17:00:36 +03:00
parent 8a126d8806
commit 77f539254c
3 changed files with 31 additions and 10 deletions

View File

@@ -0,0 +1,24 @@
<doc>
</doc>
<vars>
default_system = {
"model": "",
"serial_number": ""
}
</vars>
<group name="system">
! {{ model }} Series Software, Version {{ bootrom_ver }} Build {{ version }}, {{ ignore }}
! Serial num:{{ serial_number }}, {{ ignore }}
</group>
<group name="interfaces">
interface {{ interface }}
description {{ description | ORPHRASE }}
ip address {{ ip_address }} {{ netmask }}
</group>
<group name="vlans">
vlan {{ vlan_id }}
name {{ name }}
</group>