X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fspan%2Fspan_doc.md;h=9f1db0a6c90cb8d98c698e1a21767aae3eef0798;hb=refs%2Fchanges%2F40%2F14940%2F6;hp=46480b2801a1cc0c1ea3951ef21cb1fb1de82140;hpb=6a4375e02d8dd4ebcc2f79ee9f6abbafdd2f674c;p=vpp.git diff --git a/src/vnet/span/span_doc.md b/src/vnet/span/span_doc.md index 46480b2801a..9f1db0a6c90 100644 --- a/src/vnet/span/span_doc.md +++ b/src/vnet/span/span_doc.md @@ -6,11 +6,11 @@ Everything that is not directly obvious should come here. ## Switched Port Analyzer (SPAN) Port mirroring is used on a network switch to send a copy of network packets seen on one switch port to a network monitoring connection on another switch port. -Can be used by network engineers or administrators to measure performnce, analyze and debug data or diagnose errors on a network. +Can be used by network engineers or administrators to measure performance, analyze and debug data or diagnose errors on a network. ### RX traffic node -There is one static node to mirror incomming packets. -* span-input: Creates a copy of incomming buffer due to incomming buffers can be reused internally. +There is one static node to mirror incoming packets. +* span-input: Creates a copy of incoming buffer due to incoming buffers can be reused internally. Chaining: dpdk-input -> span-input -> * original buffer is sent to ethernet-input for processing @@ -26,7 +26,7 @@ SPAN supports the following CLI configuration commands: destination : monitoring interface name disable: delete mirroring -#### Enable/Disabl SPAN (API) +#### Enable/Disable SPAN (API) SPAN supports the following API configuration command: sw_interface_span_enable_disable src GigabitEthernet0/8/0 dst GigabitEthernet0/9/0 sw_interface_span_enable_disable src_sw_if_index 1 dst_sw_if_index 2