Edit Port VLAN
| Item | Description |
|
| PerformTagging | Enable/disable the port on the current vlan to perform tagging on the incoming and outgoing traffic. |
| VlanNames | An array used to identify which VLANs this port is assigned to. Each VLAN ID is stored as a two octet value. The first octet in the pair holds bits 15-8 of the VLAN ID, while the second octet holds bits 7-0 of the VLAN ID. |
| DiscardTaggedFrames | A flag used to determine how to process tagged frames received on this access port. When the flag is set, these frames are discarded by the forwarding process. When the flag is reset, these frames are processed normally. This field is meaningless when the port is not an access port and should be set to false(2). |
| DiscardUntaggedFrames | A flag used to determine how to process untagged frames received on this trunk port. When the flag is set, these frames are discarded by the forwarding process. When the flag is reset, these frames are assigned to the VLAN specified by rcVlanPortDefaultVlanId. This field is meaningless when the port is not a trunk port and should be set to false(2). |
| DefaultVlanId | The VLAN ID assigned to untagged frames received on this trunk port. This field is meaningless when the port is not a trunk port. |