-
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 with the perimeter of the cloud representing the connection point of an Azure NIC into a Subnet within a VNet.
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'
All thick blue lines represent logical 'overlay' networks that are formed over the green 'underlay' paths.
- The lines leaving each router and meeting inside the cloud represent mGRE tunnel interfaces that dynamic tunnels are built over. 2 colours = 2 separate topologies for 'Dev and QA' and 'Prod'.
- The lines between pairs of routers represent VXLAN GPE tunnels.
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 |