- This topic has 1 reply, 2 voices, and was last updated 2 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Clarification on Multiple L2PTP Tunnels over a Single Physical Link
Dear FABRIC Team,
I have a question regarding Layer 2 Point-to-Point (L2PTP) links with guaranteed bandwidth between sites.
Is it possible to reserve multiple L2PTP tunnels over the same physical link? For example, if a node has a SmartNIC with two physical ports, can one of those ports be used to create multiple (e.g., four) distinct tunnels to different destination addresses? Or is each SmartNIC port limited to a single L2PTP tunnel?
Any clarification or guidance on this would be greatly appreciated.
Best regards,
Fatih Berkay Sarpkaya
Hi Fatih,
You should be able to create multiple tunnels on the same NIC by using VLAN-tagged sub-interfaces. Each sub-interface can be assigned to a different L2PTP tunnel, allowing multiple distinct connections over the same physical port.
Please check out the example notebook fabric_examples/fablib_api/sub_interfaces/sub_interfaces.ipynb for details on how to configure sub-interfaces.
Best regards,
Komal