Related Products: 64ARM1, 68ARM1, 68ARM2, 68INT6, 75ARM1, 75G5, 75INT2, 79G5, NIU1A, NIU3A
How do I enable an additional Ethernet port on VxWorks?
Use the following commands to enable an additional port:
ipAttach (4, "dtsec")
ifconfig("dtsec4 10.0.8.213 netmask 255.0.0.0 up")
