vMX

 View Only
last person joined: 11 days ago 

Ask questions and share experiences about vMX.
  • 1.  No VLAN traffic between vMX and network

    Posted 03-18-2018 16:02

    Hi,

     

    I'm having an issue with an interface that has VLAN tagging enabled. The traffic is being generated within the vcp because I can see it with "monitor traffic ge-0/0/1 no-resolve extensive". But I'm not seeing it on the bridged interface of the host.

     

    All other interfaces seem to be working fine but not the tagged traffic.

     

    interfaces {
        ge-0/0/1 {
            vlan-tagging;
            unit 0 {
                vlan-id 181;
                family inet {
                    address 1.1.1.1/29 (anonymized)
                    }
                }
            }
        }

     

    Anyone got a clue?

     

    Regards,

    Dennis



  • 2.  RE: No VLAN traffic between vMX and network
    Best Answer

    Posted 03-18-2018 21:57

    can you try setting flexible-vlan-tagging and encapsulation flexible-ethernet-services on the physical interfaces. This works for similar setups I have in production.



  • 3.  RE: No VLAN traffic between vMX and network

    Posted 03-19-2018 16:14

    Thanks!!! The flexible-vlan-tagging and encapsulation flexible-ethernet-services fixed it for me!!

     

    Cheers,

    Dennis



  • 4.  RE: No VLAN traffic between vMX and network

     
    Posted 03-20-2018 21:13

    Hi Folks,

    My 2 cents on this, assuming it is a ESXi installation… To trobleshoot  the same from ESXi box perspective...

     

    To get the vSwitch port number, run this command:

     

    [root@localhost:~] net-stats -l

    PortNum          Type SubType SwitchName       MACAddress         ClientName

    <snipped>

    50331660            5       7 vSwitch1         00:0c:29:e8:03:c0  vMX1-vCP_16.1R2.11

    67108866            4       0 vSwitch2         44:a8:42:25:15:5e  vmnic2

    67108874            5       7 vSwitch2         00:0c:29:f5:e7:ec  vMX1-vFPC_16.1R2.11

    83886082            4       0 vSwitch3         44:a8:42:25:15:5f  vmnic3

    83886090            5       7 vSwitch3         00:0c:29:f5:e7:f6  vMX1-vFPC_16.1R2.11

    [root@localhost:~]

     

    Identify and make a note these parameters:

    PortNum

    ClientName

     

    List the ports for one of the VMs by specifying its World ID. The command returns port information, as in the following example.

    Get the world ID with “esxcli vm process list”

     

    [root@localhost:~] esxcli network vm port list -w 962400

    <snipped>

       Port ID: 67108874

       vSwitch: vSwitch2

       Portgroup: p2p1

       DVPort ID:

       MAC Address: 00:0c:29:f5:e7:ec

       Uplink Port ID: 0

       Active Filters:

     

    Retrieve the switch statistics for a port of the switch

    [root@localhost:~] esxcli network port stats get -p 67108874

    Packet statistics for port 67108874

       Packets received: 619

       Packets sent: 3171

       Bytes received: 63024

       Bytes sent: 213668

       Broadcast packets received: 0

       Broadcast packets sent: 2555

       Unicast packets received: 619

       Unicast packets sent: 616

     

    List the ports for one of the VMs by specifying its World ID. The command returns port information, as in the following example.

    Get the world ID with “esxcli vm process list”

     

    [root@localhost:~] esxcli network vm port list -w 962400

    <snipped>

       Port ID: 67108874

       vSwitch: vSwitch2

       Portgroup: p2p1

       DVPort ID:

       MAC Address: 00:0c:29:f5:e7:ec

       Uplink Port ID: 0

       Active Filters:

     

    Retrieve the switch statistics for a port of the switch

    [root@localhost:~] esxcli network port stats get -p 67108874

    Packet statistics for port 67108874

       Packets received: 619

       Packets sent: 3171

       Bytes received: 63024

       Bytes sent: 213668

       Broadcast packets received: 0

       Broadcast packets sent: 2555

       Unicast packets received: 619

       Unicast packets sent: 616

     

    [root@localhost:~] pktcap-uw --uplink vmnic2

    Local CID 2

    Listen on port 18852

    Accept...Vsock connection from port 1029 cid 2

    11:16:46.820441[1] Captured at EtherswitchDispath point, TSO not enabled, Checksum not offloaded and not verified, length 98.

            Segment[0] ---- 98 bytes:

            0x0000:  000c 29f5 e7ec 84b5 9cbe ca19 0800 4500

            0x0010:  0054 25d2 0000 4001 7866 3737 3701 3737

            0x0020:  3702 0000 3169 c6f3 0006 5860 fc1f 0001

            0x0030:  c818 0809 0a0b 0c0d 0e0f 1011 1213 1415

            0x0040:  1617 1819 1a1b 1c1d 1e1f 2021 2223 2425

            0x0050:  2627 2829 2a2b 2c2d 2e2f 3031 3233 3435

            0x0060:  3637

     

    Capture Packets of  both Switch port and physical adapter at same time:

     

    1.To get the vSwitch port number, run this command: net-stats –l

     

    2.Identify and make a note these parameters:

     

    Port ID returned by the esxtop command —  --switchport 67108874

    vmnic2 physical port that you want to trace —  --uplink vmnic2 -

    location of the output pcap file —  /tmp/vmnic2.pcap

     

    1. Run the pktcap-uw command to capture packets at both points simultaneously:

    pktcap-uw --switchport 67108874 -o /tmp/67108874.pcap & pktcap-uw --uplink vmnic2 -o /tmp/vmnic2.pcap &

               



  • 5.  RE: No VLAN traffic between vMX and network

    Posted 03-19-2018 08:52

    Hello,


    @dhadderinghapx3 wrote:

    Hi,

     

    I'm having an issue with an interface that has VLAN tagging enabled. The traffic is being generated within the vcp because I can see it with "monitor traffic ge-0/0/1 no-resolve extensive". But I'm not seeing it on the bridged interface of the host.

     


    I wonder how do You actually do that? There are well-known problems with Wireshark and VLAN-tagged interfaces on Windows & Linux

    https://wiki.wireshark.org/CaptureSetup/VLAN#VLAN_capture_setup

    If Your host is actually a VM in VMWare or KVM, and You configured this host's interface to be tagged, then You might need to tweak VMWare bridge not to strip VLAN tag (don't have the link handy). For KVM, You'd need to disable VLAN offload on the  NIC

    https://stackoverflow.com/questions/41252909/what-exactly-do-the-rx-vlan-offload-and-tx-vlan-offload-ethtool-options-do

    HTH

    Thx
    Alex