Mirror
Specify configuration for packet mirroring.
Diagram
Classes
policy_object_profile (sdwan.feature_profiles)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
mirrors | List | [mirrors] | No |
mirrors (sdwan.feature_profiles.policy_object_profile)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,128}$ | Yes | |
description | String | No | ||
remote_destination_ip | IP | Yes | ||
source_ip | IP | Yes |
Examples
Example-1: This example demonstrates how to configure a mirror policy object with remote destination IP and source IP.
sdwan:
feature_profiles:
policy_object_profile:
mirrors:
- name: mirror
remote_destination_ip: 10.0.0.1
source_ip: 192.168.1.100