VXLAN Breakout
concat all L2 Switches with VXLAN tunnel
---------------
| VXLAN(source) | ---------
------------- ---| 192.168.2.100 |---|L2 Switch|--- user
--------- | | | --------------- ---------
|L2 Switch|---P0| Array NTB |P1---|
--------- | VXLAN(dest) | |
| | 192.168.2.1 | | --------------- ---------
| :4789 | ---| VXLAN(source) |---|L2 Switch|--- user
user ------------- | | 192.168.2.101 | ---------
| ---------------
|
---... more Config XML
<configSet reboot="no">
<args>
<vxlanCorrelation>True</vxlanCorrelation>
<vxlanCorrelationPort>P1</vxlanCorrelationPort>
</args>
<filters>
<in-tunnels>
<VXLAN>True</VXLAN>
</in-tunnels>
</filters>
</configSet>ARRAY NTB XML
Last updated