-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VXlan Encap/Decap #57
Comments
Hi,
Thanks for your interest. I checked with my solutions architect and he said this is a configuration question. He inferred from the question that you probably want your setup to have two uni-directional flow-groups rather than one bi-directional flow-group. Independent control and extrapolation will be much easier.
You may want to consult with your Ixia SE or contact Ixia technical support for more advice on best practice for configuring IxNetwork VXLAN. Once they have helped you define the best approach to create the simulation you desire, we can advise on the automation to achive that configuration.
Thanks,
Wes
Wesley Hand
m: 818-312-6752
From: memoradi <notifications@github.com>
Sent: Wednesday, April 24, 2019 10:25 PM
To: OpenIxia/IxNetwork <IxNetwork@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: [OpenIxia/IxNetwork] VXlan Encap/Decap (#57)
[EXTERNAL]
Hello,
My two IXIA ports are connected to an Arista EOS device. I'd like to measure the performance of VXLAN decapsulation by generating VXLAN traffic from one of the IXIA ports, have Arista decapsulate the VXLAN header, and then forward IPV4 traffic to the other IXIA port.
(1) Do you have any example for this scenario where decapsulation happens in one direction? I looked at the vxlanNgpf.py but, unlike my case, that consists of two homogenous device groups and bidirectional traffic tests.
(2) If not, can you please comment on if I need to load both my source and destination device groups with the entire VXLAN stack? or only the source DG?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOpenIxia%2FIxNetwork%2Fissues%2F57&data=02%7C01%7C%7C127bd30251ed4af7fc8308d6c9252d88%7C63545f2732324d74a44dcdd457063402%7C1%7C0%7C636917558851632661&sdata=Yg19JHDfAToP6Cgvrp5oH4O6TxQk7gse5EcNUhH%2BOVs%3D&reserved=0>, or mute the thread<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAGJXMDCLBPSHNLRJTLCE45TPSEI6VANCNFSM4HIJHIYA&data=02%7C01%7C%7C127bd30251ed4af7fc8308d6c9252d88%7C63545f2732324d74a44dcdd457063402%7C1%7C0%7C636917558851642666&sdata=w8s%2BQ0SICMLjP3IujLxuNR%2FurgxF9QGGOql0hd2%2Bktk%3D&reserved=0>.
|
@hubertgee Thanks a lot for your timely help & support! Highly appreciate it! The links are very useful. |
Hi Mehrdad,
Glad to hear you figured it out. Here is some additional advice from our PM, in case you wish to consider their approach.
Yes. This is a configuration question. To answer your question, Yes, it is doable and it is very common test scenario.
I guess the sample is for B2B and hence both side has VXLAN like below.
[cid:image001.jpg@01D4FC0C.F3BC7B90]
When test it with DUT, DUT will be the VTEP on right side to do decap/encap. Ixia will emulate host only like below.
[cid:image002.jpg@01D4FC0C.F3BC7B90]
Thanks,
Wes
Wesley Hand
m: 818-312-6752
From: Mehrdad Moradi <notifications@github.com>
Sent: Friday, April 26, 2019 1:19 AM
To: OpenIxia/IxNetwork <IxNetwork@noreply.github.com>
Cc: Wesley Hand <wesley.hand@keysight.com>; Comment <comment@noreply.github.com>
Subject: Re: [OpenIxia/IxNetwork] VXlan Encap/Decap (#57)
[EXTERNAL]
@hubertgee<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fhubertgee&data=02%7C01%7C%7C57f85c6807e94994db5e08d6ca069fc0%7C63545f2732324d74a44dcdd457063402%7C1%7C0%7C636918527135927831&sdata=pggaMCruBMpyOXMDU6nWTFkjBYeGWnPoeqSL8BGMcYU%3D&reserved=0> Thanks a lot for your timely help & support! Highly appreciate it! The links are very useful.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FOpenIxia%2FIxNetwork%2Fissues%2F57%23issuecomment-486929084&data=02%7C01%7C%7C57f85c6807e94994db5e08d6ca069fc0%7C63545f2732324d74a44dcdd457063402%7C1%7C0%7C636918527135937836&sdata=Ydyi3xACYER%2F%2B6NquNesn%2B8JYYtM34yMGu8IZFO8oM4%3D&reserved=0>, or mute the thread<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAGJXMDCCXB574WW6GZ3CVADPSKGCNANCNFSM4HIJHIYA&data=02%7C01%7C%7C57f85c6807e94994db5e08d6ca069fc0%7C63545f2732324d74a44dcdd457063402%7C1%7C0%7C636918527135937836&sdata=VzGrd3%2FV0uZRu9Ww9Ff%2FEBfaksSCQnF0rH3JydPcurA%3D&reserved=0>.
|
Wes, thanks for the suggestion. Ideally, I would like to use the next gen framework but did not know how to do it, would you mind attaching the above figures again? It does not show up on my browser. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
My two IXIA ports are connected to an Arista EOS device. I'd like to measure the performance of VXLAN decapsulation by generating VXLAN traffic from one of the IXIA ports, have Arista decapsulate the VXLAN header, and then forward IPV4 traffic to the other IXIA port.
(1) Do you have any example for this scenario where decapsulation happens in one direction? I looked at the vxlanNgpf.py but, unlike my case, that consists of two homogenous device groups and bidirectional traffic tests.
(2) If not, can you please comment on if I need to load both my source and destination device groups with the entire VXLAN stack? or only the source DG?
Do I need to remove the VTEP stack on the right-hand side to get the above scenario working?
Thanks!
The text was updated successfully, but these errors were encountered: