diff options
| author | LiudmylaNad <l.nadolina@vyos.io> | 2025-12-23 14:37:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-23 13:37:59 +0000 |
| commit | 8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7 (patch) | |
| tree | ecf442ae6b09a7cea903eeb7e4a01a1aa728b774 /docs/_include/interface-mirror.txt | |
| parent | 3481dc487abe29d5f09e72f6bbdaaf1e3321056f (diff) | |
| download | vyos-documentation-8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7.tar.gz vyos-documentation-8c0190a6cc9b7ae2b0d2f26205ab3601b35fe0b7.zip | |
DOC: Proofreading bonding.rst (#1721)
Diffstat (limited to 'docs/_include/interface-mirror.txt')
| -rw-r--r-- | docs/_include/interface-mirror.txt | 41 |
1 files changed, 23 insertions, 18 deletions
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 }} <interface> mirror ingress <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 }}` + **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 }} <interface> mirror egress <monitor-interface> - 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 |
