Method SetPvid
- Namespace
- Skyline.DataMiner.Utils.Interfaces.Network
- Assembly
- Skyline.DataMiner.Utils.Interfaces.dll
SetPvid(int)
Set the PVID to the interface. All incoming untagged traffic will be tagged with this VLAN.
IInterfaceSettings SetPvid(int pvid)
Parameters
pvid
intThe PVID to set.
Returns
- IInterfaceSettings
The settings object in order to concatenate multiple settings.
Exceptions
- NotSupportedException
SetPvid(int) will be thrown if this setting is not supported.