overlay-gateway/{gateway-name}/attach/vlan

Configures VLAN attachment for this gateway.

Usage

<overlay-gateway xmlns="urn:brocade.com:mgmt:brocade-tunnels">
	<name>og1</name>
	<attach>
		<vlan>
			<vid>1</vid>
			<mac>0011.1122.2233</mac>
		</vlan>
	</attach>
</overlay-gateway>

Parameters

vid
Specifies the range of VLAN ids to add.
mac
Specifies MAC address in HHHH.HHHH.HHHH format.