From 8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7 Mon Sep 17 00:00:00 2001 From: LiudmylaNad Date: Tue, 23 Dec 2025 14:37:59 +0100 Subject: DOC: Proofreading bonding.rst (#1721) --- docs/_include/interface-mirror.txt | 41 +++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 18 deletions(-) (limited to 'docs/_include/interface-mirror.txt') diff --git a/docs/_include/interface-mirror.txt b/docs/_include/interface-mirror.txt index 26594984..06a42ca5 100644 --- a/docs/_include/interface-mirror.txt +++ b/docs/_include/interface-mirror.txt @@ -1,22 +1,26 @@ -SPAN port mirroring can copy the inbound/outbound traffic of the interface to -the specified interface, usually the interface can be connected to some special -equipment, such as a behavior control system, intrusion detection system or -traffic collector, and can copy all related traffic from this port. -The benefit of mirroring the traffic is that the application is isolated from -the source traffic and so application processing does not affect the traffic -or the system performance. - -VyOS uses the `mirror` option to configure port mirroring. The configuration -is divided into 2 different directions. Destination ports should be configured -for different traffic directions. +:abbr:`SPAN (Switched Port Analyser)` port mirroring copies inbound and +outbound traffic from one interface to another specified interface. + +The destination interface is usually connected to specialized equipment, +such as a behavior control system, an intrusion detection system, or +a traffic collector, and copies all related traffic from this port. The +benefit of mirroring traffic is that the application is isolated from the +source traffic, so application processing does not affect the traffic or +system performance. + +To configure :abbr:`SPAN (Switched Port Analyser)` port mirroring, VyOS uses +the ``mirror`` parameter. You can mirror ingress traffic (traffic entering the +router) and egress traffic (traffic leaving the router) separately. Both +directions can be mirrored to the same destination interface or split to +different ones. .. cfgcmd:: set interfaces {{ var0 }} mirror ingress - Configure port mirroring for `interface` inbound traffic and copy the - traffic to `monitor-interface` - - Example: Mirror the inbound traffic of `{{ var1 }}` port to `{{ var2 }}` + **Mirror ingress traffic from a bonding interface to the specified monitoring + interface.** + + Example: Mirror the ingress traffic from `{{ var1 }}` to `{{ var2 }}`. .. code-block:: none @@ -25,10 +29,11 @@ for different traffic directions. .. cfgcmd:: set interfaces {{ var0 }} mirror egress - Configure port mirroring for `interface` outbound traffic and copy the - traffic to `monitor-interface` + **Mirror egress traffic from a bonding interface to the specified monitoring + interface.** + - Example: Mirror the outbound traffic of `{{ var1 }}` port to `{{ var2 }}` + Example: Mirror the egress traffic from `{{ var1 }}` to `{{ var2 }}`. .. code-block:: none -- cgit v1.2.3