12-02-2022 06:58 PM - edited 12-03-2022 10:59 AM
Thank you all for reply!
@Sergiu.Daniluk In each of two VTEP(csr1000v), what I configured is 1. Multicast, 2. interface NVE, 3. service instance/encapsulation 4. bridge-domain to conbine NVI, interface and service-instance together. Sorry, the diagram should be like below. it has Core SW instead of VTEP3.
user-pc1 ------VTEP1 ------Core SW-----VTEP2------user-pc2
The below is relative VTEP1 config:
hostname VTEP01
ip multicast-routing distributed
bridge-domain 1
member vni 5012
member GigabitEthernet2 service-instance 1
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
ip pim sparse-mode
!
interface GigabitEthernet1
ip address 192.168.13.1 255.255.255.0
ip pim sparse-mode
negotiation auto
no mop enabled
no mop sysid
!
interface GigabitEthernet2
no ip address
ip pim sparse-mode
negotiation auto
no mop enabled
no mop sysid
service instance 1 ethernet
encapsulation untagged
!
interface nve1
no ip address
source-interface Loopback0
member vni 5012 mcast-group 239.1.1.1
no mop enabled
no mop sysid
!
router ospf 1
network 1.1.1.1 0.0.0.0 area 0
network 192.168.13.0 0.0.0.255 area 0
ip pim bidir-enable
ip pim rp-address 3.3.3.3 bidir
!
@RedNectar I am not sure the relation between VXLAN and ACI. but I think VXLAN is a important tunnel in ACI. If this is pure VXLAN structure, it should not be related with EPG and vrf, right?
I checked some documents. I feel we do not need to get involved with VXLAN too depth because ACI would take care of all complicated detail steps. Not sure if this is correct.
12-03-2022 12:21 PM
Hi @interfacedy ,
This post was originally posted on the ACI forum, so I naturally assumed you were referring to VXLAN in an ACI context and answered accordingly.
12-05-2022 02:51 AM
You really have to be more specific from the beginning of your post, as it looks like it's not even about VXLAN on Nexus switches.(remember you posted your message on ACI initially).
Anyway, I don't have experience on VXLAN on ASR routers, so I can only redirect you to the config guide:
And I will move this thread to the appropriate subtopic.
Cheers,
Sergiu
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide