From 2c48d5402c53017b98ff5bf5c53c0d37cd98f0e2 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 12 Dec 2016 23:01:49 +0100 Subject: [PATCH] vlan docs --- salt-pillar/lxc-containers/server1.sls | 3 ++- salt-pillar/vlans/init.sls | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/salt-pillar/lxc-containers/server1.sls b/salt-pillar/lxc-containers/server1.sls index 90ec731..0ec2915 100644 --- a/salt-pillar/lxc-containers/server1.sls +++ b/salt-pillar/lxc-containers/server1.sls @@ -37,7 +37,8 @@ containers: type: veth up1: type: phys - # Change (eg. auto-generation) requires reboot of the cable modem + # Change (eg. auto-generation) requires reboot of the cable + # modem that is bridge mode hwaddr: 00:23:74:D7:2D:7C upstream2: diff --git a/salt-pillar/vlans/init.sls b/salt-pillar/vlans/init.sls index dfcf7ce..51aa364 100644 --- a/salt-pillar/vlans/init.sls +++ b/salt-pillar/vlans/init.sls @@ -1,8 +1,15 @@ vlans: + # switches and CPE only have IP addresses configured in the management vlan mgmt: 1 + # routers, OSPF area 0 core: 2 + # servers... serv: 3 + # ZW public pub: 4 + # C3D2 home network + c3d2: 5 + # Modems up1: 10 up2: 11 up3: 12 @@ -11,6 +18,7 @@ vlans: up6: 15 up7: 16 up8: 17 + # Neighbor subnets priv1: 40 priv2: 41 priv3: 42 @@ -27,6 +35,7 @@ vlans: priv14: 53 priv15: 54 priv16: 55 + # Isolated neighbors directly connection with their modems iso1: 101 iso2: 102 iso3: 103