From the NSX ESG (Server Side):
NSX-edge-8-0> show service l2vpn conversion-table
vid1 vid2 Tag Type action
=================================
Egress VLAN Entries
vid1 vid2 Tag Type action
=================================
1201 5000 VLAN TO_VXLAN
VXLAN Table Entries
vid1 vid2 Tag Type action
=================================
5000 1201 VXLAN TO_VLAN
From Standalone ESG (Client Side):
nsx-l2vpn-edge> show service l2vpn
L2 VPN is running.
----------------------------------------
L2 VPN type : Client
Tunnel status : up
Total bytes sent : 2651460638
Total bytes received : 33559947
Tx Packet drop : 5327
Rx Packet drop : 0
Encryption Cipher : AES128-GCM-SHA256
============================
nsx-l2vpn-edge> show service l2vpn conversion-table
------------------------> Verify if it has right VLAN and Tunnel IDnsx-l2vpn-edge> show service l2vpn conversion-table
nsx-l2vpn-edge> en --> enter password --> config t
nsx-l2vpn-edge> show service l2vpn conversion-table
vid1 vid2 Tag Type action
=================================
Egress VLAN Entries
vid1 vid2 Tag Type action
=================================
VXLAN Table Entries
vid1 vid2 Tag Type action
=================================
nsx-l2vpn-edge>
=================================
nsx-l2vpn-edge(config)# show sub-interface
Name Index TunnelId NetworkId
---------- ----- -------- ---------
vNic_210 210 200 200
------------------------> Verify if the Network ID (VLAN) and Tunnel ID is correct------------- total 1 -------------
If above command is not correct perform the following:
nsx-l2vpn-edge(config)# no sub-interface pairs 200:200
------------------------> This will remove the existing config nsx-l2vpn-edge(config)# show sub-interface
Name Index TunnelId NetworkId
---------- ----- -------- ---------
------------- total 0 ------------
nsx-l2vpn-edge(config)# sub-interface pairs 200:1201
nsx-l2vpn-edge(config)# show sub-interface
Name Index TunnelId NetworkId
---------- ----- -------- ---------
vNic_1211 1211 1201 200
------------- total 1 -------------
nsx-l2vpn-edge(config)#
nsx-l2vpn-edge(config)# l2vpn
nsx-l2vpn-edge(config-l2vpn)# commit
nsx-l2vpn-edge(config-l2vpn)# show service l2vpn conversion-table
vid1 vid2 Tag Type action
=================================
200 1201 VLAN TO_VLAN
Egress VLAN Entries
vid1 vid2 Tag Type action
=================================
1201 200 VLAN TO_VLAN
VXLAN Table Entries
vid1 vid2 Tag Type action
=================================
nsx-l2vpn-edge(config-l2vpn)#