InlinePortMirroringProfile1

InlinePortMirroringProfile1
InlinePortMirroringProfile1
JSON Example
{
    "destination_group": "string",
    "direction": "string",
    "encapsulation_type": "string",
    "erspan_id": 0,
    "gre_key": 0,
    "profile_type": "string",
    "snap_length": 0
}
string
destination_group
Required

Data from source group will be copied to members of destination group. Only IPSET group and group with membership criteria VM is supported. IPSET group allows only three ip's.

string
direction
Optional

Port mirroring profile direction

Possible values are : INGRESS, EGRESS, BIDIRECTIONAL,
string
encapsulation_type
Optional

User can provide Mirror Destination type e.g GRE, ERSPAN_TWO or ERSPAN_THREE.If profile type is REMOTE_L3_SPAN, encapsulation type is used else ignored.

Possible values are : GRE, ERSPAN_TWO, ERSPAN_THREE,
integer As int32 As int32
erspan_id
Optional

Used by physical switch for the mirror traffic forwarding. Must be provided and only effective when encapsulation type is ERSPAN type II or type III.

integer As int32 As int32
gre_key
Optional

User-configurable 32-bit key only for GRE

string
profile_type
Optional

Allows user to select type of port mirroring session.

Possible values are : REMOTE_L3_SPAN, LOGICAL_SPAN,
integer As int32 As int32
snap_length
Optional

If this property is set, the packet will be truncated to the provided length. If this property is unset, entire packet will be mirrored.