NXP LS1021ATSN-PA Switch: problem with incoming Vlan tagged packets.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

NXP LS1021ATSN-PA Switch: problem with incoming Vlan tagged packets.

728 Views
manishkumar
Contributor I

Hi,

I set the vlan priority on the ports and it worked perfectly. Now, I want to see if the forwards the vlan tagged priority based packets and holds the priority when the priority is not set on the ingress port. For some reason I can't check that as the switch is not even responding to the VLAN tagged ICMP (custom made using scapy) messages. If I sent a normal ICMP packet then it replies back but not to the VLAN tagged ones. Could you please tell me if the switch is supposed to understand the VLAN tagged packets at the ingress port? if yes, then please tell me what I could be doing wrong.

Thanks

Manish

0 Kudos
1 Reply

458 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Manish Kumar,

Please configure vlan-lookup-table in sja1105-tool xml file, please refer to the following.

                <vlan-lookup-table>
                        <entry>
                                <index>0</index>
                                <ving_mirr>0x0</ving_mirr>
                                <vegr_mirr>0x0</vegr_mirr>
                                <vmemb_port>0x1F</vmemb_port>
                                <vlan_bc>0x1F</vlan_bc>
                                <tag_port>0x0</tag_port>
                                <vlanid>0x0</vlanid>
                        </entry>
                </vlan-lookup-table>

Please refer to the section "4.2.3 VL Lookup table" in the attached document.


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos