summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2022-02-01 22:27:12 +0700
committerGitHub <noreply@github.com>2022-02-01 22:27:12 +0700
commit5604928d1bbd88ff3ee561c5ade5128a4c31f0eb (patch)
tree1e5e5724829bfcc1bf4deedae5cc2a05ed39ed2e
parent1d23239ec3478bfac70c7f6141dfd031104376c2 (diff)
parent488672f765da3c29c73c4cdf48770e9bb1225cd7 (diff)
downloadvyos-documentation-5604928d1bbd88ff3ee561c5ade5128a4c31f0eb.tar.gz
vyos-documentation-5604928d1bbd88ff3ee561c5ade5128a4c31f0eb.zip
Merge pull request #708 from srividya0208/proof-reading1
proof-reading: snmp : correction of typo
-rw-r--r--docs/configuration/service/snmp.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/configuration/service/snmp.rst b/docs/configuration/service/snmp.rst
index 2a55b775..1977bf7f 100644
--- a/docs/configuration/service/snmp.rst
+++ b/docs/configuration/service/snmp.rst
@@ -1,3 +1,5 @@
+:lastproofread: 2022-02-01
+
.. _snmp:
####
@@ -129,7 +131,7 @@ sent in clear text between a manager and agent. Each SNMPv3 message contains
security parameters which are encoded as an octet string. The meaning of these
security parameters depends on the security model being used.
-The securityapproach in v3 targets:
+The security approach in v3 targets:
* Confidentiality – Encryption of packets to prevent snooping by an
unauthorized source.
@@ -161,7 +163,7 @@ Example
set service snmp v3 view default oid 1
After commit the plaintext passwords will be hashed and stored in your
-configuration. The resulting LCI config will look like:
+configuration. The resulting CLI config will look like:
.. code-block:: none
@@ -201,7 +203,7 @@ VyOS MIBs
All SNMP MIBs are located in each image of VyOS here: ``/usr/share/snmp/mibs/``
-you are be able to download the files with the a activate ssh service like this
+You can download the file to your local host with an active ssh service like this
.. code-block:: none
@@ -270,4 +272,4 @@ following content:
.. _SNMPv2: https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol#Version_2
.. _SNMPv3: https://en.wikipedia.org/wiki/Simple_Network_Management_Protocol#Version_3
-.. start_vyoslinter \ No newline at end of file
+.. start_vyoslinter