IPC.AddRoute[x].VlanTag

Specifies a VLAN tag to be added to all packets sent to the IPv4 subnet specified by the address and mask in IPC.AddRoute[x].DestinationAddress and IPC.AddRoute[x].Mask.

Syntax

IPC.AddRoute[x].VlanTag = tag

x = index of the route entry

Access

Read/Write

Type

Integer

Default

0

Allowed values

0 - 4094

Example

IPC.AddRoute[1].VlanTag = 5

Details

A VLAN tag is not valid with route definitions (GatewayAddress must not be set.)

For more information, refer to Configuring IPv4 Ethernet connections.

See also

IPC.AddRoute[x].Interface, IPC.AddRoute[x].Mask