overlay-gateway/{gateway-name}/enable

Enables per VLAN statistics.

Usage

<overlay-gateway xmlns="urn:brocade.com:mgmt:brocade-tunnels">
	<name>og1</name>
	<enable>
		<statistics>
			<stats-direction>both</stats-direction>
			<vlan-action>add</vlan-action>
			<vlan-list>1</vlan-list>
		</statistics>
	</enable>
</overlay-gateway>

Parameters

stats-direction
Specifies the flow direction. The flow direction can be set to any one of the following.
both
Both transmitted and received packets.
rx
Received pacvkets.
tx
Transmitted packets.
vlan-action
Specifies the actrion. Two actions are allowed.
add
Specifes the VLANs to add.
remove
Specifies the VLANs to remove.
vlan-list
Specifies the range of VLAN IDs.