1
0

Add switch config backups

This commit is contained in:
Frank Waßmuth
2022-07-27 11:27:28 +02:00
parent 8a9a9f92e0
commit 635de06441
14 changed files with 2662 additions and 547 deletions

View File

@@ -1,5 +1,20 @@
## Last changed: 2020-01-04 09:14:54 UTC
version 15.1R7-S6.3;
## Last changed: 2022-03-02 21:05:33 UTC
version 12.3R12-S21;
groups {
backbone_vlans {
interfaces {
<*> {
unit 0 {
family ethernet-switching {
vlan {
members [ VL_SIP VL_DECT VL_HOSPITAL VL_IKT VL_IKT_TOYS VL_INFOJURTE VL_INTERNATIONAL VL_IOT VL_LEITSTELLE VL_MGMT VL_OFFICE VL_PROGRAMM VL_TECHNIK VL_VERWALTUNG VL_WLAN VL_YOLO VL_ZENTRAL ];
}
}
}
}
}
}
}
system {
host-name sw-technik-container;
auto-snapshot;
@@ -143,22 +158,20 @@ interfaces {
}
}
ge-0/1/0 {
apply-groups backbone_vlans;
description "UPLINK sw-technik-zelt";
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ VL_MGMT VL_WLAN VL_DECT VL_SIP VL_IOT VL_IKT_TOYS VL_IKT VL_TECHNIK ];
}
}
}
}
ge-0/1/1 {
apply-groups backbone_vlans;
description "UPLINK sw-zentral-1";
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ VL_MGMT VL_WLAN VL_DECT VL_SIP VL_IOT VL_IKT_TOYS VL_IKT VL_TECHNIK ];
}
}
}
}
@@ -194,6 +207,44 @@ protocols {
}
}
ethernet-switching-options {
secure-access-port {
interface ge-0/0/0.0 {
no-dhcp-trusted;
}
interface ge-0/0/1.0 {
no-dhcp-trusted;
}
interface ge-0/0/2.0 {
no-dhcp-trusted;
}
interface ge-0/0/3.0 {
no-dhcp-trusted;
}
interface ge-0/0/4.0 {
no-dhcp-trusted;
}
interface ge-0/0/5.0 {
no-dhcp-trusted;
}
interface ge-0/0/6.0 {
no-dhcp-trusted;
}
interface ge-0/0/7.0 {
no-dhcp-trusted;
}
interface ge-0/0/8.0 {
no-dhcp-trusted;
}
interface ge-0/0/9.0 {
no-dhcp-trusted;
}
interface ge-0/0/10.0 {
no-dhcp-trusted;
}
interface ge-0/0/11.0 {
no-dhcp-trusted;
}
}
storm-control {
interface all;
}