Hey guys!
I am working at this nationwide company with over 70+ stores and I have been task to standardise the entire network infrastructure of the company (which is currently not existent), as we have a lot of upcoming openings and the longer we are without a standard addressing scheme, the worst will be for us.
I have created a preliminary IP Addressing scheme to be followed, but I wanted to ask for advice from those who have been in the field longer than I have to see if I’m missing something or if I am in the correct track
Please be kind, this is my first time doing a massive project like this, Any advice is welcomed!
Note: My IP Addressing Scheme counts for future expansion to other continents, even though, right now they are only in one.
IP ADDRESSING SCHEME:
SCHEMA: Private IP Addressing: 10.X.Y.Z
X= Continent/Country(State)
Y= Store ID
Z= Static Or Random Assigned
Asia / Oceania | 10.0.0.0/12 | Total Usable: 1,048,574 |
---|---|---|
Australia | 10.0.0.0/16 | Total Usable: 65,534 |
Australia Queensland | Total Usable: 65,534 | |
Australia NSW | 10.2.0.0/16 | Total Usable: 65,534 |
Australia Victoria | 10.3.0.0/16 | Total Usable: 65,534 |
Australia Northern Territory | 10.4.0.0/16 | Total Usable: 65,534 |
Australia WA | 10.5.0.0/16 | Total Usable: 65,534 |
Australia Tasmania | 10.6.0.0/16 | Total Usable: 65,534 |
End Range for Countries at Asia / Oceania | 10.15.255.255/12 |
Branch Network Schema (All Stores would have same VLAN numbers - Different Subnets)
Branch-A with STORE-ID: 123 located at Victoria
STORE SUBNET: 10.6.0.0/24 | VLAN | TOTAL USABLE | NETWORK NAME |
---|---|---|---|
10.6.123.0/25 | (VLAN=1231) Reference: STORE_ID+1 | 126 | NETWORK 1 |
10.6.123.128/27 | (VLAN=1230) Reference: STORE_ID+0 | 30 | NETWORK 2 |
10.6.123.160/27 | (VLAN=1233) Reference: STORE_ID+3 | 30 | NETWORK 3 |
10.6.123.192/28 | (VLAN=1235) Reference: STORE_ID+5 | 14 | NETWORK 4 |
10.6.123.208/29 | (VLAN=1237) Reference: STORE_ID+7 | 6 | NETWORK 5 |
10.6.123.216/30 | (VLAN=1239) Reference: STORE_ID+9 | 2 | NETWORK 6 |
* Some Networks will have both reserved static IP Addressing + DHCP enabled.
My Plan is to create a standard for all new stores as well as old stores. Also I would like to connect all branch offices back to HQ using S2S VPN. There are multiple ways to connect them such as (Hub and Spoke) topology. Communication would only be one way only: (HQ -----> Branch), meaning there is no need for Metro-E or any sort of L2 Network. I would like all branches to have L3 routing back to HQ.
Should I use VLANS on my S2S VPN? Should I reserve a new NETWORK(s) for the S2S VPN connection?
I am open for feedback as well as VPN suggestions for my specific scenario
When comes to HQ, I am not sure if I should have, for example, 172.16.x.y. as their IP Addressing Scheme. I have not looked into it as of now.
Thanks guys!