overlay-gateway/{gateway-name}/monitor
Configures SPAN for the tunnels of this gateway.
Usage
<overlay-gateway xmlns="urn:brocade.com:mgmt:brocade-tunnels">
<name>name1</name>
<monitor>
<session>1</session>
<direction>both</direction>
<remote-endpoint>any</remote-endpoint>
<vlan-add-remove>add</vlan-add-remove>
<vlan-range>5,14-17</vlan-range>
</monitor>
</overlay-gateway>
Parameters
- session
- Specifies session number.
- direction
- Specifies flow direction. Flow direction can be set to the followin.g
- both
- Both transmitted and received packets.
- rx
- Received packets.
- tx
- Transmitted packets.
- remote-endpoint
- Specifies tunnel destination end point address. The destination end point address can be set to.
- <A.B.C.D>
- Specifies IP address of specific tunnel end point.
- any
- Specifies all tunnel end points.
- vlan-add-remove
- Adds or removes target VLAN IDs.
- vlan-range
- Specifies range of VLAN IDs to add or remove.