interface/{interface-type}/{interface-name}/switchport/mode/private-vlan

Sets the private VLAN (PVLAN) mode of the Layer 2 interface.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/2</name>
		<switchport>
			<mode>
				<pvlan>trunk</pvlan>
			</mode>
		</switchport>
	</ethernet>
</interface>

Parameters

name
Specifies the interface name
pvlan
Sets the private VLAN mode
host
Sets the port mode to host (community or isolated) mode. It accepts the untagged or priority tagged packet, and the outgoing packet is untagged
promiscuous
Sets the port mode to promiscuous mode
trunk
Sets the port mode to PVLAN trunk port. This port can carry multiple VLANs. The outgoing packets carry all VLANs, except for native VLANs
trunk host
Sets the port mode to host (community or isolated) mode. The trunk operand means the outgoing packet will be tagged "accept"
trunk promiscuous
Sets the trunk to promiscuous mode