Add switch config backups
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
## Last changed: 2022-07-25 16:03:57 UTC
|
||||
## Last changed: 2022-07-26 20:48:41 UTC
|
||||
version 12.3R12.4;
|
||||
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 VL_MAV ];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
system {
|
||||
host-name sw-verwaltung;
|
||||
auto-snapshot;
|
||||
@@ -34,11 +49,14 @@ chassis {
|
||||
}
|
||||
interfaces {
|
||||
ge-0/0/0 {
|
||||
description BLL;
|
||||
unit 0 {
|
||||
family ethernet-switching {
|
||||
port-mode trunk;
|
||||
vlan {
|
||||
members VL_OFFICE;
|
||||
members [ VL_MGMT VL_VERWALTUNG ];
|
||||
}
|
||||
native-vlan-id VL_VERWALTUNG;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -198,19 +216,23 @@ interfaces {
|
||||
}
|
||||
}
|
||||
ge-0/0/18 {
|
||||
description sw-finanzen;
|
||||
unit 0 {
|
||||
family ethernet-switching {
|
||||
port-mode trunk;
|
||||
vlan {
|
||||
members VL_OFFICE;
|
||||
members [ VL_OFFICE VL_MGMT ];
|
||||
}
|
||||
native-vlan-id 206;
|
||||
}
|
||||
}
|
||||
}
|
||||
ge-0/0/19 {
|
||||
description "AP BLL";
|
||||
unit 0 {
|
||||
family ethernet-switching {
|
||||
vlan {
|
||||
members VL_OFFICE;
|
||||
members VL_WLAN;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -219,7 +241,7 @@ interfaces {
|
||||
unit 0 {
|
||||
family ethernet-switching {
|
||||
vlan {
|
||||
members VL_OFFICE;
|
||||
members VL_SIP;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -254,12 +276,11 @@ interfaces {
|
||||
}
|
||||
}
|
||||
ge-0/1/3 {
|
||||
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_VERWALTUNG VL_OFFICE ];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -354,9 +375,11 @@ ethernet-switching-options {
|
||||
no-dhcp-trusted;
|
||||
}
|
||||
interface ge-0/0/19.0 {
|
||||
allowed-mac 94:b4:0f:c2:79:f4;
|
||||
no-dhcp-trusted;
|
||||
}
|
||||
interface ge-0/0/20.0 {
|
||||
allowed-mac 00:04:13:34:84:4b;
|
||||
no-dhcp-trusted;
|
||||
}
|
||||
interface ge-0/0/21.0 {
|
||||
@@ -375,16 +398,6 @@ ethernet-switching-options {
|
||||
dhcp-trusted;
|
||||
}
|
||||
}
|
||||
voip {
|
||||
interface ge-0/0/23.0 {
|
||||
vlan VL_DECT;
|
||||
forwarding-class expedited-forwarding;
|
||||
}
|
||||
interface ge-0/0/21.0 {
|
||||
vlan VL_SIP;
|
||||
forwarding-class expedited-forwarding;
|
||||
}
|
||||
}
|
||||
storm-control {
|
||||
interface all;
|
||||
}
|
||||
@@ -414,6 +427,9 @@ vlans {
|
||||
VL_LEITSTELLE {
|
||||
vlan-id 205;
|
||||
}
|
||||
VL_MAV {
|
||||
vlan-id 214;
|
||||
}
|
||||
VL_MGMT {
|
||||
vlan-id 42;
|
||||
l3-interface vlan.42;
|
||||
@@ -450,4 +466,6 @@ poe {
|
||||
interface ge-0/0/22;
|
||||
interface ge-0/0/23;
|
||||
interface ge-0/0/21;
|
||||
interface ge-0/0/20;
|
||||
interface ge-0/0/19;
|
||||
}
|
||||
|
Reference in New Issue
Block a user