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.

Two IP address for One 6455

we knew the 6455 has a IP address,But now, we want to give two IP address to one 6455 with the help of NDK. How?

  • Hi,

    Thanks for your post.

    In general, NDK stack do not support configuring IP addreses to run 2 instances in parallel on the same subnet but it is possible to get two IP addresses on two different EMAC interfaces provided they both are in the different subnet.

    But in one case, it is possible only in listening mode, I mean, UDP receive sockets mapped to two different IP addresses but to the same UDP port on each IP address. For more details on this usecase, please refer the below E2E posts:

    http://e2e.ti.com/support/embedded/tirtos/f/355/t/108452.aspx

    Please check this too, NDK FAQ,

    http://processors.wiki.ti.com/index.php/Network_Developers_Kit_FAQ#Q:_Can_a_processor_handle_multiple_PHY_.3F

    Also, the Network Interface Management Unit (NIMU) architecture is introduced which will provide an interface between the stack and the device drivers through which the stack can talk to multiple instances of a single or various device drivers concurrently. So, I think for this particular case they would want to use 2 different interfaces, obtaining an IP address for each, then set up a VLAN on each interface.

    Thanks & regards,
    Sivaraj K

    -------------------------------------------------------------------------------------------------------
    Please click the Verify Answer button on this post if it answers your question.
    -------------------------------------------------------------------------------------------------------