Type fabric:Encap


Represents the interface encapsulation, which can be VNTAG or 802.1q

Constants
virtual 0 Represents a VNTAG interface. This is used for Cisco network adapters.
consolidated 1 Represents a 802.1q trunk interface. This is used for third-party adapters or Cisco adapters configured in Classical Ethernet (CE) mode.
virtual-ce 2 like virtual, but in CE mode rather than VN tag mode
DEFAULT virtual(0) Represents a VNTAG interface. This is used for Cisco network adapters.