-
Notifications
You must be signed in to change notification settings - Fork 1
4 The environment
rbannist edited this page Nov 11, 2017
·
4 revisions
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:
- Gigabit1 = 'Management' (not shown - same path as 'Outside')
- Gigabit2 = 'Outside'
- Gigabit3 = 'DMZ'
- 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'.
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 |