diff options
author | Robert Göhler <github@ghlr.de> | 2021-02-11 20:38:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 20:38:34 +0100 |
commit | 262e886fde9ced4a1211bfa99e7d675f98dbf3b9 (patch) | |
tree | 9d8e205db531f2eb8183164cc66f848116a9600b /docs/configuration/service/snmp.rst | |
parent | e8c28a5bd7103aa9ebd402eaab644f99fc25f475 (diff) | |
parent | a0154149dd448be158e356fa8ae8b6595e6bd35b (diff) | |
download | vyos-documentation-262e886fde9ced4a1211bfa99e7d675f98dbf3b9.tar.gz vyos-documentation-262e886fde9ced4a1211bfa99e7d675f98dbf3b9.zip |
Merge pull request #449 from dantho281/fix/dantho-docs-cleanup
Fix/dantho docs cleanup
Diffstat (limited to 'docs/configuration/service/snmp.rst')
-rw-r--r-- | docs/configuration/service/snmp.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/service/snmp.rst b/docs/configuration/service/snmp.rst index e962c1c5..4a5a2780 100644 --- a/docs/configuration/service/snmp.rst +++ b/docs/configuration/service/snmp.rst @@ -201,7 +201,8 @@ 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 are be able to download the files using SCP, once the SSH service +has been activated like so .. code-block:: none @@ -270,4 +271,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 |