Merge pull request #3 from sttarsky/dev

Dev v0.1.2
This commit is contained in:
sttarsky
2026-07-15 15:58:14 +03:00
committed by GitHub
6 changed files with 6 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ default_system = {
interface {{ interface }}
description {{ description | ORPHRASE }}
ip address {{ ip_address }} {{ mask | to_cidr }}
shutdown {{ shutdown | set(True) }}
</group>
<group name="vlans">

View File

@@ -29,6 +29,7 @@ default_system = {
<group name="interfaces">
interface {{ interface | ORPHRASE }}
shutdown {{ shutdown | set(True) }}
description {{ description | ORPHRASE }}
ip address {{ ip_address }} {{ mask | to_cidr }}
</group>

View File

@@ -152,6 +152,7 @@ interface HundredGigE1/0/3
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 221 1112 to 1116 1512
shutdown
storm-constrain broadcast pps 1100 1000
storm-constrain multicast pps 1100 1000
storm-constrain control shutdown

View File

@@ -63,7 +63,7 @@
},
{
"interface": "HundredGigE1/0/3",
"shutdown": false,
"shutdown": true,
"ip_address": null,
"mask": null,
"description": "HW_TEST_1"

View File

@@ -7,7 +7,7 @@
"interfaces": [
{
"interface": "GigaEthernet1/0/9",
"shutdown": false,
"shutdown": true,
"ip_address": null,
"mask": null,
"description": "FREE"

View File

@@ -7,7 +7,7 @@
"interfaces": [
{
"interface": "GigaEthernet1/0/9",
"shutdown": false,
"shutdown": true,
"ip_address": null,
"mask": null,
"description": "FREE"