InlinePortMirroringSession1
InlinePortMirroringSession1
JSON Example
{
"direction": "string",
"encapsulation_vlan_id": 0,
"session_type": "string",
"snap_length": 0,
"mirror_sources": [
{
"resource_type": "string"
}
],
"preserve_original_vlan": false,
"mirror_destination": {
"resource_type": "string"
}
}
string
direction
Required
Port mirroring session direction
Possible values are : INGRESS, EGRESS, BIDIRECTIONAL,
integer As int64 As int64
encapsulation_vlan_id
Optional
Only for Remote SPAN Port Mirror.
string
session_type
Optional
If this property is unset, this session will be treated as LocalPortMirrorSession.
Possible values are : LogicalPortMirrorSession, UplinkPortMirrorSession, RspanSrcMirrorSession, RspanDstMirrorSession, LocalPortMirrorSession, LogicalLocalPortMirrorSession, L3PortMirrorSession,
integer As int64 As int64
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.
boolean
preserve_original_vlan
Optional
Only for Remote SPAN Port Mirror. Whether to preserve original VLAN.