summaryrefslogtreecommitdiff
path: root/docs/_include
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_include')
-rw-r--r--docs/_include/interface-mirror.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/_include/interface-mirror.txt b/docs/_include/interface-mirror.txt
index 178f2060..c2305c15 100644
--- a/docs/_include/interface-mirror.txt
+++ b/docs/_include/interface-mirror.txt
@@ -13,23 +13,23 @@ for different traffic directions.
.. cfgcmd:: set interfaces {{ var0 }} <interface> mirror
ingress <monitor-interface>
- Configure port mirroring for ``<interface>`` inbound traffic and copy the
- traffic to ``<monitor-interface>``
+ Configure port mirroring for ``<interface>`` inbound traffic and copy the
+ traffic to ``<monitor-interface>``
- Example: Mirror the inbound traffic of ``{{ var1 }}`` port to ``{{ var2 }}``
+ Example: Mirror the inbound traffic of ``{{ var1 }}`` port to ``{{ var2 }}``
- .. code-block:: none
+ .. code-block:: none
- set interfaces {{ var0 }} {{ var1 }} mirror ingress {{ var2 }}
+ set interfaces {{ var0 }} {{ var1 }} mirror ingress {{ var2 }}
.. cfgcmd:: set interfaces {{ var0 }} <interface> mirror egress
<monitor-interface>
- Configure port mirroring for ``<interface>`` outbound traffic and copy the
- traffic to ``<monitor-interface>``
+ Configure port mirroring for ``<interface>`` outbound traffic and copy the
+ traffic to ``<monitor-interface>``
- Example: Mirror the outbound traffic of ``{{ var1 }}`` port to ``{{ var2 }}``
+ Example: Mirror the outbound traffic of ``{{ var1 }}`` port to ``{{ var2 }}``
- .. code-block:: none
+ .. code-block:: none
- set interfaces {{ var0 }} {{ var1 }} mirror egress {{ var2 }}
+ set interfaces {{ var0 }} {{ var1 }} mirror egress {{ var2 }}