Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The network interface can be configured as a VLAN using the following string format: "[parent_interface].[vlan_id]". Once the VLAN interface(s) are configured, they must be enabled on the parent network interface (e.g. "eth0") using the SetVlanIds() method. VLAN interfaces use DHCP by default. They are supported on Series 3 players 4 (XTx44, XDx34) and Series 3 (XTx43, XDx33, HDx23, LS423, HO523) players only.

Code Block
titleExample
 n6 = CreateObject("roNetworkConfiguration", "eth0.6")

...