Skip to content

4 The environment

rbannist edited this page Nov 11, 2017 · 4 revisions

The environment/topology that this guide centres on


A high-level view of what this guide helps you build:


The green cloud = the Azure backbone network.

Each green line denotes a connection from a 'Gigabit' interface or a Loopback interface on each CSR 1000v:

  1. Gigabit1 = 'Management' (not shown - same path as 'Outside')
  2. Gigabit2 = 'Outside'
  3. Gigabit3 = 'DMZ'
  4. Gigabit4 = 'Inside'

The thicker blue lines leaving each router represent a mGRE tunnel interface that dynamic tunnels will be built over. 2 colours = 2 separate topologies for 'Dev and QA' and 'Prod'.



A view of a single stage's resources in a single site from an Azure perspective:


Each of the subnets has a User Defined Route (UDR) table attached. Here are the routes that will be added:

Attached Subnet Routes
Management
none
Outside
DMZ prefix via CSR 1000v Outside (Gig2) interface IP address
Inside prefix via CSR 1000v Outside (Gig2) interface IP address
DMZ
0.0.0.0/0 via CSR 1000v DMZ (Gig3) interface IP address
Outside prefix via CSR 1000v DMZ (Gig3) interface IP address
Inside prefix via CSR 1000v DMZ (Gig3) interface IP address
Inside
0.0.0.0/0 via CSR 1000v DMZ (Gig4) interface IP address
Outside prefix via CSR 1000v DMZ (Gig4) interface IP address
DMZ prefix via CSR 1000v DMZ (Gig4) interface IP address

Clone this wiki locally