Enum NetworkingDevicePortInterfaceType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of port within a networking device, based on the IANA ifType.
public enum NetworkingDevicePortInterfaceType
Fields
DSL = 18
The port is a DSL port.
Ethernet = 6
The port is a standard Ethernet port.
FDDI = 15
The port is an FDDI port.
Loopback = 24
The port is a loopback port.
Other = 1
The port type is of type other.
Unknown = 0
The port type is unknown.
Virtual = 53
The port is a proprietary virtual port.