Hello Community,
We are trying to test the routing feature in the S32G274evb with BSP30.0 version using the libfci_cli application, but we were unable to route the data using this feature.
Below are the steps we followed for the testing:
1. Created a routing table by this command
libfci_cli route-add --rt 1 --ip4 --dmac 00:01:be:be:ef:22 --interface=emac1 --smac 00:01:be:be:ef:33
2. ConnTrack:
libfci_cli cntk-add --protocol=IPv4 --src=192.168.xx.yy --dst=192.168.xx.yy --sport=8086 --dport=8086 --rt=1
3. Emac1 is set to ROUTER mode from default mode
4. Ran the server/client (socket programming) application.
We are unable to find whether the routing table is being used or not. The data is not routed from Emac1 to another Emac.
Could you please provide any suggestions..
Thanks in advance...
Best Regards,
Shyamsunder Komma