- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- EVPN ethernet tag id
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2020 02:55 AM
09-08-2020 02:55 AM
EVPN ethernet tag id
I want to know which service of EVPN does HP 5940 support? As I know there are 3 kinds of EVPN service (vlan based, vlan bundle and vlan aware), but in the HP 5940 EVPN configuration guide, I cannot see any detail of them. Otherwise on mac-ip advertisement information, I only see ethernet tag is 0.
If there are any documents about its or information, please let me know.
Thank you so much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 04:46 AM
09-09-2020 04:46 AM
Re: EVPN ethernet tag id
Hi @phuochoang !
The 5940 series supports EVPN implementation that uses MP-BGP in the control-plane and VXLAN in the data plane. Those services you refer to look to me as part of EVPN over MPLS implementation. Which is not supported by 5940.
If you believe that those service models are valid for the EVPN over VXLAN too, please, refer me to RFCs that describe the details and differences between those models and I'll try to check it in the documentation available to me.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 05:22 AM - edited 09-09-2020 05:23 AM
09-09-2020 05:22 AM - edited 09-09-2020 05:23 AM
Re: EVPN ethernet tag id
Ok, I have research a little bit, read several 3rd-party docs and seems that the difference between those models is in the way how we map VLAN/-s to a VSI.
If we stick with EVPN over VXLAN, we can say 5940 supports VLAN-based, VLAN-bundle and Port-based services:
- VLAN-based is when on AC you map single VLAN with "service-instance <instance-id> ; encapsulation s-vid <vlan_id>" command to VSI.
- VLAN-bundle is when on AC you map multiple VLANs with "service-instance <instance-id> ; encapsulation s-vid <vlan_id_list>" command to VSI. All VLANs bound to the VSI share single MAC-address table.
- Port-based is when on AC you map ALL traffic to VSI with "service-instance <instance-id> ; encapsulation default" command. An Ethernet service instance that uses the encapsulation default match criterion matches any frames if it is the only instance on the interface.
VLAN-aware service is not supported, at lease I couldn't find any mention for such mode in our docs. Those modes require VSI to keep VLAN IDs together with MAC-addresses, which means to keep separate MAC tables for each VLAN inside one VSI. And I couldn't find the way to achieve this.
Keep in mind that one VSI can be associated with only single VXLAN ID and one VXLAN ID can have only one VSI attached, so there is one-to-one relation between them. And VXLAN Tunnel can traverse multiple VXLANs.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020 04:51 AM
09-14-2020 04:51 AM
Re: EVPN ethernet tag id
Hi @phuochoang !
Was your question aswered? If it was, could you mark my answer as accepted solution?
Thanks!