Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello!I tried to do a MPLS to EVPN integration a pair of Leafs on Nexus 9000v : router bgp 65500
neighbor 10.194.194.2 -----> TOWARDS VPNv4 MPLS NEIGHBOR
remote-as 65400
address-family vpnv4 unicast
send-community
send-communit...
Hello! I have the below YANG file and MakeFile for a simple firewall service. In it - I am trying to leafref the device's interfaces so you can see them in a drop-down list in the GUI . ===FW_SERVICE.yang=== module FW_SERVICE {namespace "http://com/e...
Hello @Network-learner ! I'll try to simplify this a bit from my understanding of how it works .The "magic" happens when you actually map a VLAN to a L2VNI or a VRF to a L3VNI - depending on your scenario. Let's take VLAN 10 for example - traffic com...
Hello Carlosperez! The following interfaces MUST have MTU 9216 : - L3 VNI Interfaces (Ex: SVI for Tenant-1) - IGP (IS-IS or OSPF) links - this includes - Leaf-Spine interfaces - Leaf-Leaf SVI interfaces for vPC Peer Peer Links in case of vP...
Hello! It can be confusing and different vendors do it in different ways . For Cisco - you need to think inside the routing protocol you are configuring - let's take your example : router eigrp 100 -> I am under EIGRP AS 100 redistribute bgp 200 -...
Hello! No - you cannot use NSX-T or the legacy NSX-V to span/stretch physically attached servers . They can only deploy overlay transport for VMs that reside inside the VMWare ESXis or HyperV nodes (yes - you can deploy NSX separately for HyperV as w...
Hello!So - usually retain route target-all is commonly used in inter-as MPLS option B solutions. And it is used so that you do NOT configure all the VRF locally on the border PEs . So - taking your case :PC1---VLAN10---LEAF-1---SPINE-1-----eBGP-----...