Design Flashcards
what are attributes of vxlan multipod?
Underlay
• Nicely Structured and Tiered Topologies
• Allows Efficient Scale-Out
• More End-Points = More Leaf
• More Bandwidth, Resilience or Capacity = More Spine or Tiers
• Different Control-Plane Instances (BGP AS)
- Overlay
- End-to-End Encapsulation, Flat, No Hierarchy
- Single Control-Plane ”reach” – all in one ”kitchen sink”
what are attributes of vxlan multi-site?
Multiple Overlay Domains • Per-Site Encapsulation • Closest to the Source • Closest to the Destination • Exit/Transit via Border Gateway (BGW) • Multi-Site and/or External Connectivity • @ Leaf = Border Leaf • @ Spine = Border Spine • Super-Spine becomes Transit
what are best practices for ip-addressing when building a vxlan fabric?
Separate Interface functions through IP Addressing (Aggregates) Example: • Unicast Routing – Routing Protocol Peering (p2p*) --> 10.0.0.0/24 • Unicast Routing – Routing Identifier (RID) --> 100.0.0.0/24 • VTEP and VPC --> 200.0.0.0/24 • Multicast Rendezvous-Point (RP) --> 20.0.0.0/24
which configuration is mandatory on N56K switches to be able to configure vxlan?
switch must be configured to use store-and-forward switching instead of cut-through, needs a reload
hardware ethernet store-and-fwd-switching
what is the actual TEP on your switch, that encap/decap vxlan frames?
interface nve
what are use-cases for vxlan evpn multi-site?
scaling, compartmentalization (reduce failure domains) and DCI.
In addition you can control what (which VLAN, VRF) will be extended between sites
what are hardware and software requirements for the BGW function?
Cisco Nexus hardware
● Cisco Nexus 9300 EX platform ● Cisco Nexus 9300 FX platform ● Cisco Nexus 9300 FX2 platform ● Cisco Nexus 9300-GX platform * ● Cisco Nexus 9332C platform ● Cisco Nexus 9364C platform ● Cisco Nexus 9500 platform with X9700-EX line card ● Cisco Nexus 9500 platform with X9700-FX line card Cisco NX-OS Software
Cisco NX-OS Software Release 7.0(3)I7(1) or later
what is the main functional component of vxlan evpn multi-site?
The main functional component of the EVPN Multi-Site architecture is the border gateway, or BGW. BGWs separate the fabric-side (site-internal fabric) from the network that interconnects the sites (site-external DCI) and mask the site-internal VTEPs.
will the transport network between sites see the site-internal VTEPs to enable transportation of vxlan packets?
no, Only the underlay IP addresses of the BGWs are seen inside the transport network between the BGWs. The site-internal VTEPs are always masked behind the BGWs.
of which functions must the site-internal node (SPINE) be capable in multi-site, connecting to BGW?
● VXLAN with Protocol-Independent Multicast (PIM) Any-Source Multicast (ASM) or ingress replication (BGP EVPN Route Type 3) in the underlay
● BGP EVPN Route Type 2 and Route Type 5 for the overlay control plane
● Route reflector capable of exchanging BGP EVPN Route Type 4
● VXLAN Operations, Administration, and Maintenance (OAM)–capable devices for end-to-end OAM support
can you use PIM BiDir in vxlan evpn multi-site?
no, it must be PIM ASM or head-end replication
how will BGWs send BUM traffic between sites
head-end-replication
where can you place BGWs in the fabric?
BGW could be either a dedicated pair of leaves or directly connected to the SPINEs or the BGW function can be configured on the SPINEs direclty.
what is a design drawback of having the BGW function on the SPINEs?
If the BGW is on the spine, many functions are overloaded together: for instance, route-reflector, Rendezvous-Point (RP), east-west traffic, and external connectivity functions. In this case, you need to consider additional factors related to scale, configuration, and failure scenarios.
what are the design options for BGW in regards to redundancy?
can be either vPC pair or anycast-BGW