diff options
author | rebortg <github@ghlr.de> | 2023-01-30 15:50:32 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2023-01-30 15:50:32 +0100 |
commit | 7274c1d33d44f83756452773573acc44d5a7a45a (patch) | |
tree | 700eee7028a7609c93ec0743e4bb665c006246a0 /docs/configuration | |
parent | f05f59fb7dd02d6106eeead39c7d9897d3279fae (diff) | |
download | vyos-documentation-7274c1d33d44f83756452773573acc44d5a7a45a.tar.gz vyos-documentation-7274c1d33d44f83756452773573acc44d5a7a45a.zip |
snmp: sync branches
Diffstat (limited to 'docs/configuration')
-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 1977bf7f..7f50a6a0 100644 --- a/docs/configuration/service/snmp.rst +++ b/docs/configuration/service/snmp.rst @@ -131,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 security approach in v3 targets: +The security approach in SNMPv3 targets: * Confidentiality – Encryption of packets to prevent snooping by an unauthorized source. @@ -203,7 +203,8 @@ VyOS MIBs All SNMP MIBs are located in each image of VyOS here: ``/usr/share/snmp/mibs/`` -You can download the file to your local host with an active 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 |