This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TDA2EXEVM:同一 IP 不使用 vlanid 执行不同网络协议(TCP/UDP)的数据接收和发送操作。 [Vision SDK 3.06 ][(Linux)][内核4.4.4.84+]

Guru**** 1501540 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1015522/tda2exevm-the-same-ip-does-not-use-vlanid-to-perform-data-receiving-and-sending-operations-of-different-network-protocols-tcp-udp-vision-sdk-3-06-linux-kernel-4-4-84

器件型号:TDA2EXEVM

创建三个具有相同 IP 但不同 VLAN ID 的 VLAN 套接字、
1.指定 VLAN 2使用 UDP 广播发送和接收数据。
2.指定 VLAN 3 UDP 以指定用于发送和接收数据的 IP 地址。
3.指定 VLAN 6 TCP 以发送和接收数据。
是否支持此运行模式? 如果是、应采取哪些预防措施?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    是的、这是所有 Linux 以太网接口都支持的基本操作

    您可以使用这些命令创建 VLAN 接口

    ip link add link enp1s0 name enp1s0.8 type vlan id 8

    ifconfig enp1s0.8 up

    TCP/UDP 是应用程序级流量、您必须在应用程序中执行此隔离。

    此致
    葡萄园