Participate in the session polling and Q&A We have 5 questions that we would like your input

Size: px
Start display at page:

Download "Participate in the session polling and Q&A We have 5 questions that we would like your input"

Transcription

1

2 Participate in the session polling and Q&A We have 5 questions that we would like your input On your browser: On your browser: Search for BRKACI-3503

3 Extending ACI to Multiple Sites Dual Site Deployment Deep Dive Santiago Freitas Customer Solutions Architect Patrice Bellagamba Distinguished Systems Engineer BRKACI-3503

4 Multi-Fabric Design Options Single APIC Cluster / Single Domain Multiple APIC Clusters / Multiple Domains Dual-Fabric Connected with back to back vpc ACI Fabric 1 ACI Fabric 2 DB Web App Dual-Fabric with L2 Extension L2 DCI ACI Fabric 1 ACI Fabric 2 DB Web L2 DCI L2 DCI App

5 Stretched Fabric Supported Distances and Interconnection Technologies

6 Stretched ACI Fabric Single fabric stretched to two sites. Works the same way as Single fabric deployed within a single DC One APIC cluster. One management and configuration point. Anycast GW on all leaf switches. Work with one or more transit leaf per site. Any leaf can be transit leaf. Number of transit leaf and links is redundancy and bandwidth capacity decision

7 Supported Distances and Interconnection Technologies Dark Fiber Transceivers QSFP-40G-LR4 QSFP-40GE-LR4 QSFP-40GLR4L QSFP-40G-ER4 Cable Distance 10 km 10 km 2 km 30 km in 1.0(4h) or earlier 40 km in 1.1 and later (planned) For all these transceivers the cable type is SMF

8 Supported Distances and Interconnection Technologies DWDM DWDM system provides connectivity between two sites. SR with MTP-LC breakout cable between ACI node and DWDM system 1.0(3f) release or later, Max 10ms RTT between sites Under normal conditions 10 ms allows us to support two DCs up to 800 KMs apart

9 Supported Distances and Interconnection Technologies DWDM - Considerations IS-IS adj IS-IS hello interval 10 seconds, Hold Time 30 seconds Timers not configurable, Enhancement CSCut62675 requested. If DWDM goes down It must shutdown the ports facing the ACI Fabric, otherwise 30 seconds outage. If one attachment circuit goes down, remote port must be shutdown, otherwise 30 seconds outage.

10 Supported Distances and Interconnection Technologies Ethernet over MPLS (EoMPLS) Port mode EoMPLS used to stretch the ACI fabric over long distance. DC Interconnect links could be 10G (minimum) or higher with 40G facing the Leafs / Spines DWDM or Dark Fiber provides connectivity between two sites. 1.0(3f) release or later, Max 10ms RTT between sites. Under normal conditions 10 ms allows us to support two DCs up to 800 KMs apart. Other ports on the Router used for connecting to the WAN via L3Out

11 Please provide your input to the questions asked on the mobile App. What kind of links do you have between your Data Centers? What is the distance between your Data Centers?

12 Setup Deep Dive Stretched Fabric with Ethernet over MPLS (EoMPLS) Validated Design

13 Reference Topology

14 Fabric Topology from APIC EoMPLS pseudowire is transparent for ACI

15 Fabric to Fabric connection Fabric to Fabric connect is just a point to point Leaf to Spine logical link 40Gbs as seen by Fabric 10Gbps on long distance links ASR9K performs EoMPLS port Xconnect Speed Adaptation with QoS Validated platform is ASR 9K with XR 5.3.2* *CCO FCS Sept 2015, for deployment before that Eng. SMU for CSCut79961

16 EoMPLS Xconnect interface FortyGigE0/2/0/0 description To-Spine-2-Eth1/5 mtu 9216 load-interval 30 l2transport propagate remote-status! l2vpn router-id xconnect group ASR9k_Grp_1 p2p ASR9k_1_to_4 interface FortyGigE0/2/0/0 neighbor ipv pw-id 104 interface TenGigE0/2/1/0 description To-ASR9k-4 cdp mtu 9216 service-policy output QoS_Out_to_10G_DCI_Network ipv4 address load-interval 30 <== 40G Facing the fabric <== Critical command for fast failover <== 10G Towards remote site.

17 DWDM Link protection router ospf 1 log adjacency changes router-id nsf ietf area 0 interface Loopback0 passive enable! interface TenGigE0/2/1/0 bfd fast-detect network point-to-point mpls ldp sync <== BFD for fast detection of DWDM/Indirect failures. mpls ldp log hello-adjacency graceful-restart! router-id interface TenGigE0/2/1/0

18 Speed Adaptation with QoS Due to the difference of speed (40G => 10G), QoS is a must on DCI Fabric Control Traffic must be protected Demonstration of stability versus link overload. Qos-group Significance Dot1p in VXLAN 0 Level3 User Class 0 1 Level2 User Class 1 2 Level1 User Class 2 3 APIC Class 3 4 Span Class 4 5 Sup / Control Class 5 6 itraceroute Pkts 6 7 Undefined 7 User Matches traffic and assign to one of those 3 classes Fabric Classes Not Configurable

19 Speed Adaptation with QoS class-map class-map match-any SUP_Traffic match mpls experimental topmost 5 match cos 5 end-class-map! class-map match-any SPAN_Traffic match mpls experimental topmost 7 4 <== Span Class + Undefined merged match cos 4 7 end-class-map! class-map match-any User_Data_Traffic_1 match mpls experimental topmost 1 match cos 1 end-class-map! class-map match-any User_Data_Traffic_2 match mpls experimental topmost 0 match cos 0 end-class-map! class-map match-any APIC+Traceroute_Traffic match mpls experimental topmost 3 6 match cos 3 6 end-class-map! class-map match-any MPLS_CE_BGP+ASA+vASA+vF5_HA_Traffic match mpls experimental topmost 2 match cos 2 end-class-map User Class Level 1 (COS 2) used to mark BGP, ASA and F5 control plane packets. Custom QoS Policy applied to EPG.

20 Speed Adaptation with QoS policy-map policy-map QoS_Out_to_10G_DCI_Network class SUP_Traffic priority level 1 police rate percent 15 class APIC+Traceroute_Traffic priority level 2 police rate percent 15 class MPLS_CE_BGP+ASA+vASA+vF5_HA_Traffic bandwidth 500 mbps queue-limit 40 kbytes class User_Data_Traffic_1 bandwidth 3200 mbps queue-limit 40 kbytes interface TenGigE0/2/1/0 description To-ASR9k-4 cdp mtu 9216 service-policy output QoS_Out_to_10G_DCI_Network ipv4 address load-interval 30 class User_Data_Traffic_2 bandwidth 3200 mbps queue-limit 40 kbytes class SPAN_Traffic bandwidth 100 mbps queue-limit 40 kbytes class class-default

21 VMM Integration One DVS stretched across two sites vcenter manages vsphere servers for both sites

22 EPG-EPG Atomic Counters in Stretched ACI Fabric EPG to EPG atomic counter works when the EPG is not present on transit leaf. Other Atomic Counters works fine: Leaf-to-Leaf (or TEP-to-TEP) works with ALE2 based Nexus Between endpoints (EP to EP). ALE2 = N9396PX, N9396TX, N93128TX and N93128PX with 6-port GEM N9K-6PQ, N9372TX, N9372PX and N9332PQ.

23 Transit Leaf and WAN Traffic Same ISIS metric for inter-site links and local links When WAN router is connected to transit leaf from both sites, non-border leaf switches will see 2-way ECMP for external subnets Recommended design: WAN Router is not connected to transit leaf, so Local WAN router is 2 hops away and WAN router at another site is 4 hops away.

24 Connecting a Router to a regular EPG port WAN edge router and firewall peering through the fabric Connecting an external routing device to a regular EPG port on the fabric requires CDP / LLDP to be disabled on the external device or the fabric port. ACI Fabric BD Blue EPG A Disable CDP/LLDP on Fabric Port WAN Edge Router CDP: Disabled LLDP: Disabled OSPF / BGP Peering Firewall We are treating the WAN router and the firewall as regular end points, inside a regular EPG no L3 Outsides / External EPG. You MUST disable CDP / LLDP for the EP info to be learnt.

25 RealWeb EPG /24 S-N Traffic Flow N-S is symmetric Odd Tenants = DC 1 primary Even Tenant = DC 2 Primary WAN EPG Layer 2

26 Logical Topology Deep Dive ASA failover link and state link through the Fabric EPG setup under Common Tenant - Static Binding to Physical Ports BD setup in Layer 2. Leaf 3, DC1 Leaf 5, DC 2

27 Logical Topology Deep Dive WAN-CE to ASA, BGP peering through the Fabric WAN EPG with L2 BD with static binding towards ASA and WAN CE ASA/T4/act(config)#route-map set-localpref-200-inprefixes permit 10 ASA/T4/act(config-route-map)# set local-preference 200 ASA/T4/act(config-if)# interface TenGigabitEthernet0/ ASA/T4/act(config-if)# nameif outside ASA/T4/act(config-if)# ip address standby ASA/T4/act(config)# router bgp ASA/T4/act(config-router)# address-family ipv4 unicast ASA/T4/act(config-router-af)# neighbor remote-as ASA/T4/act(config-router-af)# neighbor remote-as ASA/T4/act(config-router-af)# neighbor remote-as ASA/T4/act(config-router-af)# neighbor remote-as ASA/T4/act(config-router-af)# redistribute static ASA/T4/act(config-router-af)# neighbor route-map set-localpref-200-inprefixes in ASA/T4/act(config-router-af)# neighbor route-map set-localpref-200-inprefixes in ASA/T4/act(config)# route inside BGP towards CEs Even numbered tenants use the primary path into/out of the fabric via DC2 and odd tenants use the primary path into/out of the fabric via the left side DC1 Static Towards WEB subnet, NH Fabric

28 Logical Topology Deep Dive External L3 out towards ASA External L3 Out Configuration Steps on ACI Create Logical Node Profile with border leafs Leaf-3 and Leaf-5, where ASA is connected Static Default route from each Border Leaf node with Next Hop pointing to ASA Inside Interface IP

29 Logical Topology Deep Dive External L3 out towards ASA External L3 Out Configuration Steps on ACI On the Logical Interface Profile create Secondary IP Address (Floating IP) under each logical transit interface created between Border Leaf and External Physical ASA. This secondary address is a floating IP owned by the border leafs. This helps for seamless convergence during border leaf failures. Remark: DC1-ASA/T4/act(config)# route inside

30 Logical Topology Deep Dive Load Balancer to Real Servers RealWebEPG Default Gateway located in the Fabric Deployed as a Regular End Point, not part of Service Graph.

31 Logical Topology Deep Dive MP-BGP Route Reflector Placement Spine 1 == DC 1 Spine 3 == DC 2 The fabric uses MP-BGP to distribute external routes within ACI fabric. Current SW Release supports a max of two MP-BGP route reflectors. In a stretched fabric implementation, place one route reflector at each site to provide redundancy.

32 Test Results Stretched Fabric with Ethernet over MPLS (EoMPLS) Validated Design

33 Scale Tested Those number don t replace Cisco verified scale numbers - 20 Tenants, each tenant with 1 Private Network (VRF) - 20 Application Profiles (APs) per tenant each with - 3 EPGs per AP - 1 BD : Subnet per EPG Total: 20 tenants, 20 private networks (VRFs), 1200 bridge domains, 1200 subnets and 1200 EPGs End Points: 9600 endpoints distributed on multiple EPGs, across all Leaf switches Verified Scalability Limits for Release 1.0(4h) available at

34 Traffic Flow Unicast, Test Traffic E-W Flows IP endpoints per EPG 2. WebEPG AppEPG and AppEPG DbEPG 3. Stateless traffic 4. Flows spread across LEAF switches as shown above 5. Data rate (10 Gbps in DC1, 10 Gbps in DC2 and 10 Gbps across DCs)

35 Traffic Flow Multicast, Test Traffic Multicast Flows 1. Per Tenant (T3 and T4), 500 Groups and 500 Flows 2. Traffic Rate: Sent at 500 Mbps 3. Stateless Traffic 4. Intra-EPG traffic

36 VMotion VMs on same DCs VMs on different DCs

37 Firewall and Load Balancer failover Improving ASA failover time - ASA 9.3(x) introduced BGP support for nonstop forwarding. - ASA s and DC1/DC2 CE routers were enabled for BGP Graceful restart. - Reduced ASA failover unit poll timers from 15 seconds timeout to 5 seconds - failover polltime unit 1 holdtime 5 - Active ASA Powered down seconds failover time - ASA Recovery (failback): 2-3 seconds. - Virtual F5 failure - Failure: 8 seconds - Failback: no losses

38 Intra-DC Link Failure Convergence on failover (worst case): 1040 ms Multicast 208 ms Unicast Convergence on recovery (worst case): 253 ms Multicast no losses Unicast Leaf-1# show ip interface e1/49 IP Interface Status for VRF "overlay-1" eth1/49, Interface status: protocol-down/link-down/admin-up, iod: 180, Leaf-1#

39 SPINE switch failure Spine 1 Failed/Restored Spine-1# show interface ethernet1/1 include rate 30 seconds input rate bits/sec, packets/sec <<< Note rate 30 seconds output rate bits/sec, packets/sec <<< Note rate input rate bps, pps; output rate bps, pps Spine-1# Spine-1# show interface ethernet1/2 include rate 30 seconds input rate bits/sec, packets/sec <<< Note rate 30 seconds output rate bits/sec, packets/sec <<< Note rate input rate bps, pps; output rate bps, pps Spine-1# Spine-1# show interface ethernet1/3 include rate 30 seconds input rate bits/sec, packets/sec <<< Note rate 30 seconds output rate bits/sec, packets/sec <<< Note rate input rate bps, pps; output rate bps, pps Spine-1# show interface ethernet1/4 include rate 30 seconds input rate bits/sec, packets/sec <<< Note rate 30 seconds output rate bits/sec, packets/sec <<< Note rate input rate bps, pps; output rate bps, pps Spine-1# Convergence on failover (worst case): 1040 ms Multicast 650 ms Multicast with 11.1 image 571 ms Unicast Convergence on recovery (worst case): ms Multicast with 11.0 image 505 ms Multicast with 11.1 image no losses Unicast

40 LEAF switch failure Leaf 1 to be failed Leaf-1# show lldp nei Capability codes: (R) Router, (B) Bridge, (T) Telephone, (C) DOCSIS Cable Device (W) WLAN Access Point, (P) Repeater, (S) Station, (O) Other Device ID Local Intf Hold-time Capability Port ID N3K-A Eth1/ BR Eth1/1 <<< Eth1/16 Spine-1 Eth1/ BR Eth1/1 Spine-2 Eth1/ BR Eth1/1 Total entries displayed: 3 Convergence on failover (worst case): 664 ms Multicast 286 ms Unicast Convergence on recovery (worst case): 725 ms Multicast 33 ms Unicast Leaf-1# show interface eth1/16 include rate 30 seconds input rate bits/sec, packets/sec <<< 30 seconds output rate bits/sec, packets/sec <<< input rate bps, pps; output rate bps, pps Leaf-1#

41 ASR 9K failure / recovery Identified ASR9K-2 in DC2 as the target device Powered Off From APICs, DCI link missing (as expected)

42 ASR 9K failure / recovery Identified ASR9K-2 in DC2 as the target device DC1 ASR 1 RP/0/RSP0/CPU0:DC1-ASR9K-1#sh log (snip) LC/0/2/CPU0:Apr 14 10:17: : vic_0[365]: %L2-ETHERNET-3-TX_DISABLE : Interface FortyGigE0/2/0/0, link no longer forced down due to remote signalling LC/0/2/CPU0:Apr 14 10:23: : bfd_agent[125]: %L2-BFD-6-SESSION_STATE_DOWN : BFD session to neighbor on interface TenGigE0/2/1/0 has gone down. Reason: Echo function failed Powered Off Spine-2# show interface eth1/5 Ethernet1/5 is down (link-failure) <<< I/F is brought down admin state is up, Dedicated Interface Hardware: Ethernet, address: (bia f40f.1bc1.e7b2) MTU 9150 bytes, BW Kbit, DLY 1 usec reliability 255/255, txload 1/255, rxload 1/255 Convergence on failover (worst case): 720 ms Multicast 475 ms Unicast Convergence on recovery (worst case): 725 ms Multicast 176 ms Unicast

43 ASR 9K 10GE (DCI) link failure 10G Link to FAIL is between ASR9k-2 in DC1 to ASR9k-1 in DC2 RP/0/RSP0/CPU0:DC1-ASR9K-2#show int tengige 0/2/1/0 Fri Apr 10 11:35: UTC TenGigE0/2/1/0 is down, line protocol is down Interface state transitions: 6 l2transport propagate remote-status will bring down the remote AC if the local AC goes down. Also when the DCI link goes down will bring down attachment circuits. This command will improve ACI Fabric (IS-IS) convergence during ASR9K PE DCI link and local link failures, otherwise 30 seconds outage. Convergence on failover (worst case): 375 ms Multicast 314 ms Unicast Convergence on recovery (worst case): 195 ms Multicast No Loss Unicast

44 Fabric 40GE-to-ASR9K link failure 40G Link to FAIL is between ASR9K-1 in DC1 to Spine-2 in DC1 Failed the DC1 ASR9K-1 40G link by physically removing the fiber from the Spine-2 Eth1/5. RP/0/RSP0/CPU0:DC1-ASR9K-1#show int fortygige 0/2/0/0 Fri Apr 10 16:45: UTC FortyGigE0/2/0/0 is down, line protocol is down <<< Convergence on failover (worst case): 720 ms Multicast 270 ms Unicast l2transport propagate remote-status command on DC1 ASR9K-1 local AC will automatically bring down the DC2 ASR9K-2 40G link to Leaf-5. RP/0/RSP0/CPU0:DC2-ASR9K-1#LC/0/2/CPU0:Apr 10 16:44: : vic_0[365]: %L2- ETHERNET-3-TX_DISABLE : Interface FortyGigE0/2/0/0, link forced down due to remote signaling Convergence on recovery (worst case): 89 ms Multicast No Loss Unicast

45 Dual Link Failure - "Split Brain" scenario 40G Links to FAIL are between ASR9K-1 to Spine-2 in DC1 and ASR9K-2 to Leaf-4 in DC1 APIC s in DC1 takes around seconds to realize loss of reachability to all APIC/fabric nodes in DC2. DC1 APIC controllers can execute policy read and write operations. DC2 APIC controller can only perform read only operations. DC2 fabric nodes were able to learn endpoints in data plane. No disruption. - DC2 APIC Controller doesn t show the learnt endpoint. vcenter located in DC1 lost management connections with ESXi hosts in DC2.This places the ESXi hosts into Not Responding State and the VM s into Disconnected state. - Actual N-S Stateful traffic to DC2 tenants 2 and 4 was working fine. No Intra-DC Packet Loss(North-South and East-West) observed during 2 x 40G DCI link failure. Configurations (e.g. New Tenant) performed on DC1 APIC controllers.

46 Dual Link Failure - "Split Brain" scenario Recovery Once DCI links comes up it takes 30 to 35 seconds for the APIC s in DC1 to see the APIC3 and fabric nodes in DC2 site. Includes time taken for Leaf 4 / Spine 3 and Spine 2 / Leaf 5 to establish LLDP adjacency with the peers. The APIC cluster synchronized configuration changes made in DC 1 APICs. APIC controllers in DC1 and DC2 synced up and APIC controller in DC2 started showing the learnt endpoint. External Physical ASA HA Keepalives and LAN Failover state were recovered. Virtual F5 s HA keep lives were recovered The IBGP sessions between MPLS CE routers and ASA s going over DCI PW links were recovered. vcenter Server recovered the management connections with ESXi hosts in DC2.This NO Intra-DC Packet Loss(North-South/East-West) observed during 2 x 40G DCI link recovery.

47 Quality of Service (QoS) High Priority Traffic protected by QoS settings on ASR 9K and Fabric Overload the fabric with user traffic, i.e. COS 0 or COS 1, by sending more than DCI links can handle. QoS on ASR 9K engaged to protect SUP_Traffic (COS 5), APIC+Traceroute_Traffic (COS 3 and 6), MPLS_CE_BGP+vServiceNodes_HA_Traffic (COS 2) and limit SPAN_Traffic (COS 4 and 7). With congestion on the 10G DCI links APIC Controller in DC1 was able to push policy changes to DC2 APIC and fabric nodes. Traceroute between DC1 and DC2 sites completed successfully. SPAN(ERSPAN) running from DC1 Leaf to DC2 Leaf sent successful. MPLS CE to Active ASA IBGP sessions remained up and stable. External ASA HA remained in sync. Internal vf5 HA remained in sync.

48 Data Center Failure Site failure on the site with two APICs When site 1 goes down, user can access and monitor the ACI fabric via the controller in site 2 but user can t make configuration changes.

49 Data Center Failure Restoring ability to make configuration changes Connect a standby APIC appliance (4 th APIC) in Site 2 after the APIC cluster is formed and operational Standby appliance remains shutdown until needed. When site 1 is down, user de-commission APIC node 1 and 2 and commission new APIC node 2. The "standby" APIC appliance joins APIC cluster Site 2 now has majority of APIC (2 out of 3). User can start to make changes.

50 Data Center Failure Test Results 1. Simulated DC failure by failing all devices in DC1 Powered Off 2. Promote DC2 standby APIC to active (to become APIC#2) 3. Check traffic flow is still possible WAN to DC2 and within DC2. 4. Make a configuration change added a new Tenant. 5. Recover DC1. 1. Follow the procedure below to clean APICs and Switches. 2. Confirmed that Configuration changes are synced to DC 1 APIC/Switches 6. Check traffic can now flow via DC1 and within DC 1 7. Put previously promoted standby APIC in DC2 back into standby mode Stretched Fabric APIC Cluster Recovery Procedures

51 Summary - Single ACI fabric stretched to two sites - One APIC cluster. One management and configuration point. Anycast GW on all leaf switches. Works the same way as Single fabric deployed within a single DC. - Cisco Validated Design. Extensively tested and passed validation criteria. - 10ms RTT between the sites Under normal conditions 10 ms allows two DCs up to 800 KMs/500 Miles apart. - Interconnection could be dark fiber, DWDM or EoMPLS pseudowire If EoMPLS then DC Interconnect links could be 10G (minimum) or higher with 40G facing the Leaf/Spine QoS required, you need to protect critical control-plane traffic. - APIC Release 1.0(3f) or later. DEMO available Stretched Fabric Link failures vmotion over Stretched Fabric with EoMPLS -

52 ACI Multi-Site Multiple APIC Clusters / Multiple Domains

53 Disclaimer The solutions presented from this slide onwards are still under testing / validations. Target: Q4CY2015. Please contact the presenters if you need to perform a Proof of Concept earlier.

54 Dual-Fabric Design Scenarios Two independent ACI fabrics. Two management and configuration domains. Design Goals: Active/Active workload. Extend L2 and subnet across sites. Anycast GW on both fabrics Interconnect Technologies: Dark Fiber or DWDM (back to back vpc) VXLAN/OTV/VPLS/PBB for L2 extension over IP

55 Dual-Fabric with Common Anycast GW IP Multiple Anycast GW IP assigned on ACI for same subnet Unique Primary IP and common secondary IP for same subnet between Fabrics Different GW MAC per Site. Unique SVI MAC and common virtual MAC (roadmap Q4CY2015) On the Bridge Domain, ARP and L2 Unknown Unicast Flood must be enabled. VMAC: MAC-common VMAC: MAC-common VMAC: MAC-common VMAC: MAC-common

56 Extending the EPG outside the fabric Contract Relationship with EPG static binding Use static binding to extend EPG between the sites. VLAN ID to EPG mapping matches between fabrics. Fabric treats the remote end points as if they are locally attached. Simple and consistent contract on two fabrics.

57 Dual-Fabric with Active/Active GW VMM Consideration: Option 1-VMM Integration without Live Migration (vsphere 5.x) ACI Fabric 1 ACI Fabric 2 APIC APIC VLAN 100 ESX ESX VLAN 100 VMM Domain: DC1 EPG WEB /24 DVS1 vcenter Server VLAN 300 One L2 Domain One subnet One vcenter (actually one DVS) can only be provisioned by one APIC cluster One DVS for ESXi host attached to each ACI fabric. VMM integration. DVS2 VLAN 200 ESX ESX vcenter Server VLAN 200 VMM Domain: DC2 EPG WEB /24 L2 extended across two fabrics. No live VM migration across DVS prior to vsphere 6.0.

58 Dual-Fabric with Active/Active GW VMM Consideration: Option 2-VMM Integration with Live Migration (vsphere 6) ACI Fabric 1 ACI Fabric 2 APIC APIC VLAN 100 ESX ESX VLAN 100 VMM Domain: DC1 EPG WEB /24 DVS1 One vcenter/dvs for each fabric. vcenter Server VLAN 300 One L2 Domain One subnet Live migration with vsphere 6 VMM integration with vsphere 6 support on ACI is planned. DVS2 Allow live migration between sites, enabled by Cross-vCenter vmotion. VLAN 200 ESX ESX vcenter Server VLAN 200 VMM Domain: DC2 EPG WEB /24

59 Please provide your input to the questions asked on the mobile App. What Virtualization Platform you expect to be using in the next 12 months? Which of the Dual-Site deployment models you plan to adopt in the next 12 months? If you requirement is for Dual-Fabric with L2 DCI extension, how many EPGs/VLANs do you need to extend between the sites.

60 ACI Dual Fabric with vsphere 6.0 for Cross vcenter vmotion vsphere / vcenter 6.0 DVS-DC1 vsphere / vcenter 6.0 DVS-DC2 APIC APIC Server ESX-DC1 DVS-DC1 Server L3 DCI Nexus 9300 NX-OS Mode EPG static binding VLAN to EPG static VXLAN binding mapping ESX-DC2 DVS-DC2 Tech Preview VXLAN EPG static overlay with binding BGP-EVPN

61 VXLAN Overlay BGP EVPN Peering For Layer 2 DCI Extension Anycast VTEP Virtual Tunnel End Point VTEP, anycast IP facing vpc edge VXLAN Src/Dest Next-Hop in BGP EVPN Address-Family Nexus 9300 VXLAN encap MP-BGP EVPN

62 Cross Fabric L3 Extension Not all EPGs have to be extended Some subnets are local to a fabric. L3 Peering between the Fabrics is required. ACI support ibgp or OSPF with 11.0 release ebgp on 11.1

63 EPG to EPG Policy Synchronization across sites Policy ACI Toolkit Policy ACI Fabric 1 ACI Fabric 2 EPG APP, Static binding to DCI ports using VLAN Y EPG APP, Static binding to DCI ports using VLAN Y EPG WEB, Static binding to DCI ports using VLAN X vcenter 6.0 EPG WEB, Static binding to DCI ports using VLAN X vcenter 6.0 EP1 APP Contract EP11 APP Contract As the EPGs are extended via the static binding, Fabric 1 sees EP12 as a local EP of WEB EPG and EP11 as a local EP of APP EPG. Site 2 sees EP2 and EP1 as local EPs as well. EP2 WEB Contracts / Policy View WEB EP12 Policy Enforcement Example: When EP1 communicates with EP12 the local contracts ensure policy is enforced (orange arrow).

64 Participate in the My Favorite Speaker Contest Promote Your Favorite Speaker and You Could Be a Winner Promote your favorite speaker through Twitter and you could win $200 of Cisco Press products (@CiscoPress) Send a tweet and include Your favorite speaker s Two hashtags: #CLUS #MyFavoriteSpeaker You can submit an entry for more than one of your favorite speakers Don t forget to View the official rules at

65 Complete Your Online Session Evaluation Give us your feedback to be entered into a Daily Survey Drawing. A daily winner will receive a $750 Amazon gift card. Complete your session surveys though the Cisco Live mobile app or your computer on Cisco Live Connect. Don t forget: Cisco Live sessions will be available for viewing on-demand after the event at CiscoLive.com/Online

66 Continue Your Education Demos in the Cisco campus Walk-in Self-Paced Labs Table Topics Meet the Engineer 1:1 meetings Related sessions

67 Thank you

Cisco ACI Multi-Pod/Multi-Site Deployment Options Max Ardica Principal Engineer BRKACI-2003

Cisco ACI Multi-Pod/Multi-Site Deployment Options Max Ardica Principal Engineer BRKACI-2003 Cisco ACI Multi-Pod/Multi-Site Deployment Options Max Ardica Principal Engineer BRKACI-2003 Agenda ACI Introduction and Multi-Fabric Use Cases ACI Multi-Fabric Design Options ACI Stretched Fabric Overview

More information

Extending ACI to Multiple Sites: Dual Site Deployment Deep Dive

Extending ACI to Multiple Sites: Dual Site Deployment Deep Dive Extending ACI to Multiple Sites: Dual Site Deployment Deep Dive Patrice Bellagamba (pbellaga@cisco.com), Distinguished Systems Engineer BRKACI-3503 Agenda Multi-Data Center Design Options Stretched Fabric

More information

ACI Multi-Site Architecture and Deployment. Max Ardica Principal Engineer - INSBU

ACI Multi-Site Architecture and Deployment. Max Ardica Principal Engineer - INSBU ACI Multi-Site Architecture and Deployment Max Ardica Principal Engineer - INSBU Agenda ACI Network and Policy Domain Evolution ACI Multi-Site Deep Dive Overview and Use Cases Introducing ACI Multi-Site

More information

Configuring VXLAN EVPN Multi-Site

Configuring VXLAN EVPN Multi-Site This chapter contains the following sections: About VXLAN EVPN Multi-Site, on page 1 Licensing Requirements for VXLAN EVPN Multi-Site, on page 2 Guidelines and Limitations for VXLAN EVPN Multi-Site, on

More information

Introduction to External Connectivity

Introduction to External Connectivity Before you begin Ensure you know about Programmable Fabric. Conceptual information is covered in the Introduction to Cisco Programmable Fabric and Introducing Cisco Programmable Fabric (VXLAN/EVPN) chapters.

More information

Cisco ACI Multi-Pod and Service Node Integration

Cisco ACI Multi-Pod and Service Node Integration White Paper Cisco ACI Multi-Pod and Service Node Integration 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 68 Contents Introduction... 3 Prerequisites...

More information

Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases

Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases Nexus 7000 F3 or Mx/F2e VDC Migration Use Cases Anees Mohamed Network Consulting Engineer Session Goal M1 VDC M1/M2 VDC M2/F3 VDC M1/F1 VDC M1/M2/F2e VDC F2/F2e/F3 VDC F2 VDC F3 VDC You are here This Session

More information

Real World ACI Deployment and Migration Kannan Ponnuswamy, Solutions Architect BRKACI-2601

Real World ACI Deployment and Migration Kannan Ponnuswamy, Solutions Architect BRKACI-2601 Real World ACI Deployment and Migration Kannan Ponnuswamy, Solutions Architect BRKACI-2601 Icons and Terms APIC Application Policy Infrastructure Controller (APIC) Cisco Nexus 9500 Cisco Nexus 9300 Nexus

More information

Hierarchical Fabric Designs The Journey to Multisite. Lukas Krattiger Principal Engineer September 2017

Hierarchical Fabric Designs The Journey to Multisite. Lukas Krattiger Principal Engineer September 2017 Hierarchical Fabric Designs The Journey to Multisite Lukas Krattiger Principal Engineer September 2017 A Single Fabric, a Single Data Center External Layer-3 Network Pod 1 Leaf/ Topologies (aka Folded

More information

Cisco ACI Multi-Pod Design and Deployment

Cisco ACI Multi-Pod Design and Deployment Cisco ACI Multi-Pod Design and Deployment John Weston Technical Marketing Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session in the

More information

Page 2

Page 2 Page 2 Mgmt-B, vmotion-a vmotion-b VMM-Pool-B_ Connection-B -Set-A Uplink-Set-A Uplink-Set-B ACI-DC Standard Aggregation L3 Switch Configuration for existing Layer 2 : Nexus 6K-01 switch is

More information

MP-BGP VxLAN, ACI & Demo. Brian Kvisgaard System Engineer, CCIE SP #41039 November 2017

MP-BGP VxLAN, ACI & Demo. Brian Kvisgaard System Engineer, CCIE SP #41039 November 2017 MP-BGP VxLAN, ACI & Demo Brian Kvisgaard System Engineer, CCIE SP #41039 November 2017 Datacenter solutions Programmable Fabric Classic Ethernet VxLAN-BGP EVPN standard-based Cisco DCNM Automation Modern

More information

Verified Scalability Guide for Cisco APIC, Release 3.0(1k) and Cisco Nexus 9000 Series ACI-Mode Switches, Release 13.0(1k)

Verified Scalability Guide for Cisco APIC, Release 3.0(1k) and Cisco Nexus 9000 Series ACI-Mode Switches, Release 13.0(1k) Verified Scalability Guide for Cisco APIC, Release 3.0(1k) and Cisco Nexus 9000 Series ACI-Mode Switches, Release 13.0(1k) Overview 2 General Scalability Limits 2 Fabric Topology, SPAN, Tenants, Contexts

More information

Introduction to Cisco Virtual Topology System DP Ayyadevara, Product Manager, Cloud Virtualization Cisco PSOSDN-1050

Introduction to Cisco Virtual Topology System DP Ayyadevara, Product Manager, Cloud Virtualization Cisco PSOSDN-1050 Introduction to Cisco Virtual Topology System DP Ayyadevara, Product Manager, Cloud Virtualization Group @ Cisco PSOSDN-1050 Agenda Cisco Data Center SDN Strategy Programmable Fabric with VTS VTS Architecture

More information

Multi-Site Use Cases. Cisco ACI Multi-Site Service Integration. Supported Use Cases. East-West Intra-VRF/Non-Shared Service

Multi-Site Use Cases. Cisco ACI Multi-Site Service Integration. Supported Use Cases. East-West Intra-VRF/Non-Shared Service Cisco ACI Multi-Site Service Integration, on page 1 Cisco ACI Multi-Site Back-to-Back Spine Connectivity Across Sites Without IPN, on page 8 Bridge Domain with Layer 2 Broadcast Extension, on page 9 Bridge

More information

Verified Scalability Guide for Cisco APIC, Release 3.0(1k) and Cisco Nexus 9000 Series ACI-Mode Switches, Release 13.0(1k)

Verified Scalability Guide for Cisco APIC, Release 3.0(1k) and Cisco Nexus 9000 Series ACI-Mode Switches, Release 13.0(1k) Verified Scalability Guide for Cisco APIC, Release 3.0(1k) and Cisco Nexus 9000 Series ACI-Mode Switches, Release 13.0(1k) Overview 2 General Scalability Limits 2 Fabric Topology, SPAN, Tenants, Contexts

More information

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV.

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV. 2 CHAPTER Cisco's Disaster Recovery as a Service (DRaaS) architecture supports virtual data centers that consist of a collection of geographically-dispersed data center locations. Since data centers are

More information

Migration from Classic DC Network to Application Centric Infrastructure

Migration from Classic DC Network to Application Centric Infrastructure Migration from Classic DC Network to Application Centric Infrastructure Kannan Ponnuswamy, Solution Architect, Cisco Advanced Services Acronyms IOS vpc VDC AAA VRF STP ISE FTP ToR UCS FEX OTV QoS BGP PIM

More information

Provisioning Overlay Networks

Provisioning Overlay Networks This chapter has the following sections: Using Cisco Virtual Topology System, page 1 Creating Overlays, page 2 Creating Network using VMware, page 4 Creating Subnetwork using VMware, page 4 Creating Routers

More information

VXLAN Multipod Design for Intra-Data Center and Geographically Dispersed Data Center Sites

VXLAN Multipod Design for Intra-Data Center and Geographically Dispersed Data Center Sites White Paper VXLAN Multipod Design for Intra-Data Center and Geographically Dispersed Data Center Sites May 17, 2016 Authors Max Ardica, Principal Engineer INSBU Patrice Bellagamba, Distinguish System Engineer

More information

ACI Transit Routing, Route Peering, and EIGRP Support

ACI Transit Routing, Route Peering, and EIGRP Support ACI Transit Routing, Route Peering, and EIGRP Support ACI Transit Routing This chapter contains the following sections: ACI Transit Routing, on page 1 Transit Routing Use Cases, on page 1 ACI Fabric Route

More information

Configuring VXLAN EVPN Multi-Site

Configuring VXLAN EVPN Multi-Site This chapter contains the following sections: About VXLAN EVPN Multi-Site, page 1 Guidelines and Limitations for VXLAN EVPN Multi-Site, page 2 Enabling VXLAN EVPN Multi-Site, page 2 Configuring VNI Dual

More information

DMVPN for R&S CCIE Candidates Johnny Bass CCIE #6458

DMVPN for R&S CCIE Candidates Johnny Bass CCIE #6458 DMVPN for R&S CCIE Candidates Johnny Bass CCIE #6458 BRKCCIE-3003 @CCIE6458 2015 Cisco and/or its affiliates. All rights reserved. Cisco Public About the Presenter Johnny Bass Networking industry since

More information

MPLS VPN--Inter-AS Option AB

MPLS VPN--Inter-AS Option AB The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service provider

More information

Service Graph Design with Cisco Application Centric Infrastructure

Service Graph Design with Cisco Application Centric Infrastructure White Paper Service Graph Design with Cisco Application Centric Infrastructure 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 101 Contents Introduction...

More information

New and Changed Information

New and Changed Information This chapter contains the following sections:, page 1 The following table provides an overview of the significant changes to this guide for this current release. The table does not provide an exhaustive

More information

Optimizing Layer 2 DCI with OTV between Multiple VXLAN EVPN Fabrics (Multifabric)

Optimizing Layer 2 DCI with OTV between Multiple VXLAN EVPN Fabrics (Multifabric) White Paper Optimizing Layer 2 DCI with OTV between Multiple VXLAN EVPN Fabrics (Multifabric) What You Will Learn This document describes how to achieve a VXLAN EVPN multifabric design by integrating Virtual

More information

Configuring VXLAN EVPN Multi-Site

Configuring VXLAN EVPN Multi-Site This chapter contains the following sections: About VXLAN EVPN Multi-Site, page 1 Licensing Requirements for VXLAN EVPN Multi-Site, page 2 Guidelines and Limitations for VXLAN EVPN Multi-Site, page 2 Enabling

More information

Cisco HyperFlex Systems

Cisco HyperFlex Systems White Paper Cisco HyperFlex Systems Install and Manage Cisco HyperFlex Systems in a Cisco ACI Environment Original Update: January 2017 Updated: March 2018 Note: This document contains material and data

More information

MPLS VPN Inter-AS Option AB

MPLS VPN Inter-AS Option AB First Published: December 17, 2007 Last Updated: September 21, 2011 The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol

More information

Layer 4 to Layer 7 Design

Layer 4 to Layer 7 Design Service Graphs and Layer 4 to Layer 7 Services Integration, page 1 Firewall Service Graphs, page 5 Service Node Failover, page 10 Service Graphs with Multiple Consumers and Providers, page 12 Reusing a

More information

Introduction to Segment Routing Santiago Álvarez, Distinguished Technical Marketing Engineer BRKRST-2124

Introduction to Segment Routing Santiago Álvarez, Distinguished Technical Marketing Engineer BRKRST-2124 Introduction to Segment Routing Santiago Álvarez, Distinguished Technical Marketing Engineer BRKRST-2124 Agenda Technology Overview Use Cases A Closer Look to Control and Data Plane Traffic Protection

More information

Data Center Configuration. 1. Configuring VXLAN

Data Center Configuration. 1. Configuring VXLAN Data Center Configuration 1. 1 1.1 Overview Virtual Extensible Local Area Network (VXLAN) is a virtual Ethernet based on the physical IP (overlay) network. It is a technology that encapsulates layer 2

More information

Ethernet VPN (EVPN) and Provider Backbone Bridging-EVPN: Next Generation Solutions for MPLS-based Ethernet Services. Introduction and Application Note

Ethernet VPN (EVPN) and Provider Backbone Bridging-EVPN: Next Generation Solutions for MPLS-based Ethernet Services. Introduction and Application Note White Paper Ethernet VPN (EVPN) and Provider Backbone Bridging-EVPN: Next Generation Solutions for MPLS-based Ethernet Services Introduction and Application Note Last Updated: 5/2014 Ethernet VPN (EVPN)

More information

Configuring APIC Accounts

Configuring APIC Accounts This chapter contains the following sections: Adding an APIC Account, page 1 Viewing APIC Reports, page 3 Assigning an APIC account to a Pod, page 15 Handling APIC Failover, page 15 Adding an APIC Account

More information

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN

Implementing VXLAN. Prerequisites for implementing VXLANs. Information about Implementing VXLAN This module provides conceptual information for VXLAN in general and configuration information for layer 2 VXLAN on Cisco ASR 9000 Series Router. For configuration information of layer 3 VXLAN, see Implementing

More information

IP Fabric Reference Architecture

IP Fabric Reference Architecture IP Fabric Reference Architecture Technical Deep Dive jammon@brocade.com Feng Shui of Data Center Design 1. Follow KISS Principle Keep It Simple 2. Minimal features 3. Minimal configuration 4. Configuration

More information

Nexus 9000/3000 Graceful Insertion and Removal (GIR)

Nexus 9000/3000 Graceful Insertion and Removal (GIR) White Paper Nexus 9000/3000 Graceful Insertion and Removal (GIR) White Paper September 2016 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 21

More information

Verified Scalability Limits

Verified Scalability Limits This chapter describes the Cisco NX-OS configuration limits for the Cisco Nexus 9000 Series switches. Introduction, page 1, page 1 Deployment Case Studies, page 6 Introduction The values provided in this

More information

ACI Fabric Endpoint Learning

ACI Fabric Endpoint Learning White Paper ACI Fabric Endpoint Learning 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 45 Contents Introduction... 3 Goals of this document...

More information

Real World ACI Deployment and Migration

Real World ACI Deployment and Migration Real World ACI Deployment and Migration #clmel Kannan Ponnuswamy Solution Architect Cisco Advanced Services Icons and Terms APIC Application Policy Infrastructure Controller (APIC) Cisco Nexus 9500 Cisco

More information

Contents. EVPN overview 1

Contents. EVPN overview 1 Contents EVPN overview 1 EVPN network model 1 MP-BGP extension for EVPN 2 Configuration automation 3 Assignment of traffic to VXLANs 3 Traffic from the local site to a remote site 3 Traffic from a remote

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

5 days lecture course and hands-on lab $3,295 USD 33 Digital Version

5 days lecture course and hands-on lab $3,295 USD 33 Digital Version Course: Duration: Fees: Cisco Learning Credits: Kit: DCAC9K v1.1 Cisco Data Center Application Centric Infrastructure 5 days lecture course and hands-on lab $3,295 USD 33 Digital Version Course Details

More information

Border Provisioning Use Case in VXLAN BGP EVPN Fabrics - Multi-Site

Border Provisioning Use Case in VXLAN BGP EVPN Fabrics - Multi-Site Border Provisioning Use Case in VXLAN BGP EVPN Fabrics - Multi-Site This chapter explains LAN Fabric border provisioning using EVPN Multi-Site feature. Overview, page 1 Prerequisites, page 1 Limitations,

More information

Cisco UCS Director Tech Module Cisco Application Centric Infrastructure (ACI)

Cisco UCS Director Tech Module Cisco Application Centric Infrastructure (ACI) Cisco UCS Director Tech Module Cisco Application Centric Infrastructure (ACI) Version: 1.0 September 2016 1 Agenda Overview & Architecture Hardware & Software Compatibility Licensing Orchestration Capabilities

More information

Intuit Application Centric ACI Deployment Case Study

Intuit Application Centric ACI Deployment Case Study Intuit Application Centric ACI Deployment Case Study Joon Cho, Principal Network Engineer, Intuit Lawrence Zhu, Solutions Architect, Cisco Agenda Introduction Architecture / Principle Design Rollout Key

More information

VXLAN Design with Cisco Nexus 9300 Platform Switches

VXLAN Design with Cisco Nexus 9300 Platform Switches Guide VXLAN Design with Cisco Nexus 9300 Platform Switches Guide October 2014 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 39 Contents What

More information

White Paper ACI Multi-Pod White Paper 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.

White Paper ACI Multi-Pod White Paper 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. White Paper ACI Multi-Pod White Paper 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 43 Contents Introduction... 3 Overview of ACI Multi-Pod...

More information

Modeling an Application with Cisco ACI Multi-Site Policy Manager

Modeling an Application with Cisco ACI Multi-Site Policy Manager Modeling an Application with Cisco ACI Multi-Site Policy Manager Introduction Cisco Application Centric Infrastructure (Cisco ACI ) Multi-Site is the policy manager component used to define intersite policies

More information

Layer 2 Implementation

Layer 2 Implementation CHAPTER 3 In the Virtualized Multiservice Data Center (VMDC) 2.3 solution, the goal is to minimize the use of Spanning Tree Protocol (STP) convergence and loop detection by the use of Virtual Port Channel

More information

Exam Questions

Exam Questions Exam Questions 642-997 DCUFI Implementing Cisco Data Center Unified Fabric (DCUFI) v5.0 https://www.2passeasy.com/dumps/642-997/ 1.Which SCSI terminology is used to describe source and destination nodes?

More information

Ethernet VPN (EVPN) in Data Center

Ethernet VPN (EVPN) in Data Center Ethernet VPN (EVPN) in Data Center Description and Design considerations Vasilis Stavropoulos Sparkle GR EVPN in Data Center The necessity for EVPN (what it is, which problems it solves) EVPN with MPLS

More information

VXLAN EVPN Fabric and automation using Ansible

VXLAN EVPN Fabric and automation using Ansible VXLAN EVPN Fabric and automation using Ansible Faisal Chaudhry, Principal Architect Umair Arshad, Sr Network Consulting Engineer Lei Tian, Solution Architecture Cisco Spark How Questions? Use Cisco Spark

More information

Verified Scalability Limits

Verified Scalability Limits This chapter describes the Cisco NX-OS configuration limits for the Cisco Nexus 9000 Series switches. Introduction, page 1, page 1 Deployment Case Studies, page Introduction The values provided in this

More information

Configuring MPLS and EoMPLS

Configuring MPLS and EoMPLS 37 CHAPTER This chapter describes how to configure multiprotocol label switching (MPLS) and Ethernet over MPLS (EoMPLS) on the Catalyst 3750 Metro switch. MPLS is a packet-switching technology that integrates

More information

Cisco ACI Multi-Site Fundamentals Guide

Cisco ACI Multi-Site Fundamentals Guide First Published: 2017-08-10 Last Modified: 2017-10-09 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Dell EMC. VxBlock Systems for VMware NSX 6.2 Architecture Overview

Dell EMC. VxBlock Systems for VMware NSX 6.2 Architecture Overview Dell EMC VxBlock Systems for VMware NSX 6.2 Architecture Overview Document revision 1.6 December 2018 Revision history Date Document revision Description of changes December 2018 1.6 Remove note about

More information

DMVPN for R&S CCIE Candidates

DMVPN for R&S CCIE Candidates DMVPN for R&S CCIE Candidates Johnny Bass CCIE #6458 BRKCCIE-3003 @CCIE6458 2014 Cisco and/or its affiliates. All rights reserved. Cisco Public About the Presenter Johnny Bass Networking industry since

More information

Use Case: Three-Tier Application with Transit Topology

Use Case: Three-Tier Application with Transit Topology Use Case: Three-Tier Application with Transit Topology About Deploying a Three-Tier Application with Transit Topology, on page 1 Deploying a Three-Tier Application, on page 3 Transit Routing with OSPF

More information

Provisioning Overlay Networks

Provisioning Overlay Networks This chapter has the following sections: Using Cisco Virtual Topology System, page 1 Creating Overlays, page 2 Creating Network using VMware, page 3 Creating Subnetwork using VMware, page 4 Creating Routers

More information

Cisco ACI Multi-Site Architecture

Cisco ACI Multi-Site Architecture White Paper Cisco ACI Multi-Site Architecture 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 53 Contents Introduction... 3 Cisco ACI Multi-Site

More information

Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery

Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery Configuring Virtual Private LAN Service (VPLS) and VPLS BGP-Based Autodiscovery Finding Feature Information, page 1 Configuring VPLS, page 1 Configuring VPLS BGP-based Autodiscovery, page 17 Finding Feature

More information

GRE Tunnel with VRF Configuration Example

GRE Tunnel with VRF Configuration Example GRE Tunnel with VRF Configuration Example Document ID: 46252 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Caveats

More information

Deploy Application Load Balancers with Source Network Address Translation in Cisco DFA

Deploy Application Load Balancers with Source Network Address Translation in Cisco DFA White Paper Deploy Application Load Balancers with Source Network Address Translation in Cisco DFA Last Updated: 1/27/2016 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco

More information

Cisco CCIE Data Center Written Exam v2.0. Version Demo

Cisco CCIE Data Center Written Exam v2.0. Version Demo Cisco 400-151 CCIE Data Center Written Exam v2.0 Version Demo QUESTION 1 Which IETF standard is the most efficient messaging protocol used in an lot network? A. SNMP B. HTTP C. CoAP D. MQTI Correct Answer:

More information

Configuring Policy-Based Redirect

Configuring Policy-Based Redirect About Policy-Based Redirect, page 1 About Symmetric Policy-Based Redirect, page 8 Policy Based Redirect and Hashing Algorithms, page 8 Using the GUI, page 9 Using the NX-OS-Style CLI, page 10 Verifying

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme NET1416BE NSX Logical Routing Yves Hertoghs Pooja Patel #VMworld #NET1416BE Disclaimer This presentation may contain product features that are currently under development. This overview of new technology

More information

Configuring Policy-Based Redirect

Configuring Policy-Based Redirect About Policy-Based Redirect, page 1 About Symmetric Policy-Based Redirect, page 8 Using the GUI, page 8 Using the NX-OS-Style CLI, page 10 Verifying a Policy-Based Redirect Configuration Using the NX-OS-Style

More information

InterAS Option B. Information About InterAS. InterAS and ASBR

InterAS Option B. Information About InterAS. InterAS and ASBR This chapter explains the different InterAS option B configuration options. The available options are InterAS option B, InterAS option B (with RFC 3107), and InterAS option B lite. The InterAS option B

More information

WAN Edge MPLSoL2 Service

WAN Edge MPLSoL2 Service 4 CHAPTER While Layer 3 VPN services are becoming increasing popular as a primary connection for the WAN, there are a much larger percentage of customers still using Layer 2 services such Frame-Relay (FR).

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

Cisco Evolved Programmable Network Implementation Guide for Large Network with End-to-End Segment Routing, Release 5.0

Cisco Evolved Programmable Network Implementation Guide for Large Network with End-to-End Segment Routing, Release 5.0 Cisco Evolved Programmable Network Implementation Guide for Large Network with End-to-End Segment Routing, Release 5.0 First Published: 2017-06-22 Americas Headquarters Cisco Systems, Inc. 170 West Tasman

More information

ACI Terminology. This chapter contains the following sections: ACI Terminology, on page 1. Cisco ACI Term. (Approximation)

ACI Terminology. This chapter contains the following sections: ACI Terminology, on page 1. Cisco ACI Term. (Approximation) This chapter contains the following sections:, on page 1 Alias API Inspector App Center Alias A changeable name for a given object. While the name of an object, once created, cannot be changed, the Alias

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme NET1350BUR Deploying NSX on a Cisco Infrastructure Jacob Rapp jrapp@vmware.com Paul A. Mancuso pmancuso@vmware.com #VMworld #NET1350BUR Disclaimer This presentation may contain product features that are

More information

Configuring Policy-Based Redirect

Configuring Policy-Based Redirect About Policy-Based Redirect, on page 1 About Multi-Node Policy-Based Redirect, on page 3 About Symmetric Policy-Based Redirect, on page 3 Policy Based Redirect and Hashing Algorithms, on page 4 Policy-Based

More information

Configuring Fabric and Interfaces

Configuring Fabric and Interfaces Fabric and Interface Configuration, on page 1 Graceful Insertion and Removal (GIR) Mode, on page 2 Configuring Physical Ports in Leaf Nodes and FEX Devices Using the NX-OS CLI, on page 3 Configuring Port

More information

Data Center InterConnect (DCI) Technologies. Session ID 20PT

Data Center InterConnect (DCI) Technologies. Session ID 20PT Data Center InterConnect (DCI) Technologies Session ID 20PT Session Objectives The main goals of this session are: Highlighting the main business requirements driving Data Center Interconnect (DCI) deployments

More information

VXLAN Overview: Cisco Nexus 9000 Series Switches

VXLAN Overview: Cisco Nexus 9000 Series Switches White Paper VXLAN Overview: Cisco Nexus 9000 Series Switches What You Will Learn Traditional network segmentation has been provided by VLANs that are standardized under the IEEE 802.1Q group. VLANs provide

More information

Virtual Machine Manager Domains

Virtual Machine Manager Domains This chapter contains the following sections: Cisco ACI VM Networking Support for Virtual Machine Managers, page 1 VMM Domain Policy Model, page 3 Virtual Machine Manager Domain Main Components, page 3,

More information

Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002

Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002 Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002 Agenda Joint Cisco and Microsoft Integration Efforts Introduction to CCA-MCP What is a Pattern?

More information

Feature Information for BGP Control Plane, page 1 BGP Control Plane Setup, page 1. Feature Information for BGP Control Plane

Feature Information for BGP Control Plane, page 1 BGP Control Plane Setup, page 1. Feature Information for BGP Control Plane Feature Information for, page 1 Setup, page 1 Feature Information for Table 1: Feature Information for Feature Releases Feature Information PoAP diagnostics 7.2(0)N1(1) Included a new section on POAP Diagnostics.

More information

Vendor: HP. Exam Code: HP0-Y36. Exam Name: Deploying HP Enterprise Networks. Version: Demo

Vendor: HP. Exam Code: HP0-Y36. Exam Name: Deploying HP Enterprise Networks. Version: Demo Vendor: HP Exam Code: HP0-Y36 Exam Name: Deploying HP Enterprise Networks Version: Demo QUESTION NO: 1 A provider of MPLS services configures MPLS Layer-3 VPN services for two customers. Each customer

More information

Cisco ACI Virtual Machine Networking

Cisco ACI Virtual Machine Networking This chapter contains the following sections: Cisco ACI VM Networking Supports Multiple Vendors' Virtual Machine Managers, page 1 Virtual Machine Manager Domain Main Components, page 2 Virtual Machine

More information

Routing Design. Transit Routing. About Transit Routing

Routing Design. Transit Routing. About Transit Routing Transit Routing, page 1 L3Out Ingress Policy Enforcement, page 16 L3Out MTU Considerations, page 20 Shared L3Outs, page 22 L3Out Router IDs, page 27 Multiple External Connectivity, page 30 Transit Routing

More information

Configuring VM-FEX. Information About VM-FEX. VM-FEX Overview. VM-FEX Components. This chapter contains the following sections:

Configuring VM-FEX. Information About VM-FEX. VM-FEX Overview. VM-FEX Components. This chapter contains the following sections: This chapter contains the following sections: Information About VM-FEX, page 1 Licensing Requirements for VM-FEX, page 3 Default Settings for VM-FEX, page 3, page 4 Verifying the VM-FEX Configuration,

More information

VXLAN EVPN Multi-Site Design and Deployment

VXLAN EVPN Multi-Site Design and Deployment White Paper VXLAN EVPN Multi-Site Design and Deployment 2018 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 55 Contents What you will learn... 4

More information

Cisco Application Centric Infrastructure Release 2.3 Design Guide

Cisco Application Centric Infrastructure Release 2.3 Design Guide White Paper Cisco Application Centric Infrastructure Release 2.3 Design Guide 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 158 Contents Introduction...

More information

Cisco ACI Virtual Machine Networking

Cisco ACI Virtual Machine Networking This chapter contains the following sections: Cisco ACI VM Networking Supports Multiple Vendors' Virtual Machine Managers, page 1 Virtual Machine Manager Domain Main Components, page 2 Virtual Machine

More information

ACI 3.0 update. Brian Kvisgaard, System Engineer - Datacenter Switching

ACI 3.0 update. Brian Kvisgaard, System Engineer - Datacenter Switching ACI 3.0 update Brian Kvisgaard, System Engineer - Datacenter Switching bkvisgaa@cisco.com ACI Anywhere - Vision Any Workload, Any Location, Any Cloud ACI Anywhere Remote PoD Multi-Pod / Multi-Site Hybrid

More information

Resilient WAN and Security for Distributed Networks with Cisco Meraki MX

Resilient WAN and Security for Distributed Networks with Cisco Meraki MX Resilient WAN and Security for Distributed Networks with Cisco Meraki MX Daghan Altas, Director of Product Management BRKSEC-2900 Agenda Problem Cisco CNG Live network creation demo (45m) Product Brief

More information

Cisco VTS. Enabling the Software Defined Data Center. Jim Triestman CSE Datacenter USSP Cisco Virtual Topology System

Cisco VTS. Enabling the Software Defined Data Center. Jim Triestman CSE Datacenter USSP Cisco Virtual Topology System Cisco Virtual Topology System Cisco VTS Enabling the Software Defined Data Center Jim Triestman CSE Datacenter USSP jtriestm@cisco.com VXLAN Fabric: Choice of Automation and Programmability Application

More information

Multi-site Datacenter Network Infrastructures

Multi-site Datacenter Network Infrastructures Multi-site Datacenter Network Infrastructures Petr Grygárek rek 2009 Petr Grygarek, Advanced Computer Networks Technologies 1 Why Multisite Datacenters? Resiliency against large-scale site failures (geodiversity)

More information

MC-LAG to VPLS Technology and Solution Overview

MC-LAG to VPLS Technology and Solution Overview CHAPTER 3 MC-LAG to VPLS Technology and Solution Overview Virtual Private LAN Service (VPLS) is an architecture that provides multipoint Ethernet LAN services, often referred to as Transparent LAN Services

More information

IOS-XR EVPN Distributed Anycast IRB Gateway, L2/L3VPN Service with MPLS Data Plane

IOS-XR EVPN Distributed Anycast IRB Gateway, L2/L3VPN Service with MPLS Data Plane IOS-XR EVPN Distributed Anycast IRB Gateway, L2/L3VPN Service with MPLS Data Plane Table of Content: 1. Overview... 2 2. Transport... 3 3. Services EVPN IRB L2/l3VPN Multipoint... 4 3.1. VRF/IRB Configuration...

More information

MPLS design. Massimiliano Sbaraglia

MPLS design. Massimiliano Sbaraglia MPLS design Massimiliano Sbaraglia - MPLS layer 2 VPN diagram flowchart - MPLS layer 2 VPN pseudowire VPWS diagram - MPLS layer 2 VPN VPLS diagram - MPLS layer 2 EVPN diagram - MPLS layer 3 VPN diagram

More information

Solution Guide. Infrastructure as a Service: EVPN and VXLAN. Modified: Copyright 2016, Juniper Networks, Inc.

Solution Guide. Infrastructure as a Service: EVPN and VXLAN. Modified: Copyright 2016, Juniper Networks, Inc. Solution Guide Infrastructure as a Service: EVPN and VXLAN Modified: 2016-10-16 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved.

More information

C. The ESP that is installed in the Cisco ASR 1006 Router does not support SSO.

C. The ESP that is installed in the Cisco ASR 1006 Router does not support SSO. Volume: 197 Questions Question No : 1 SSO was configured on a Cisco ASR 1006 Router by using two RPs. When the main RP failed, a service disruption occurred. What are two reasons that the SSO did not work?

More information

LTRDCT-2781 Building and operating VXLAN BGP EVPN Fabrics with Data Center Network Manager

LTRDCT-2781 Building and operating VXLAN BGP EVPN Fabrics with Data Center Network Manager LTRDCT-2781 Building and operating VXLAN BGP EVPN Fabrics with Data Center Network Manager Henrique Molina, Technical Marketing Engineer Matthias Wessendorf, Technical Marketing Engineer Cisco Spark How

More information

HP Routing Switch Series

HP Routing Switch Series HP 12500 Routing Switch Series EVI Configuration Guide Part number: 5998-3419 Software version: 12500-CMW710-R7128 Document version: 6W710-20121130 Legal and notice information Copyright 2012 Hewlett-Packard

More information