diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-10-12 07:32:37 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2021-10-12 07:33:01 +0200 | 
| commit | c949341dcf8f97b021cdb16c61667cdf1ced9e10 (patch) | |
| tree | 99df16a08b950d4a454f6bdcebf8920911ba194e /docs/configuration | |
| parent | 4d95c2ad1e481446d753ebfe65a1187d4d311387 (diff) | |
| download | vyos-documentation-c949341dcf8f97b021cdb16c61667cdf1ced9e10.tar.gz vyos-documentation-c949341dcf8f97b021cdb16c61667cdf1ced9e10.zip  | |
snmp: fix example values
(cherry picked from commit 68fc37778d2c4f3e43b9da29f568b48f1fd29bcf)
Diffstat (limited to 'docs/configuration')
| -rw-r--r-- | docs/configuration/service/snmp.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/service/snmp.rst b/docs/configuration/service/snmp.rst index e962c1c5..2a55b775 100644 --- a/docs/configuration/service/snmp.rst +++ b/docs/configuration/service/snmp.rst @@ -166,9 +166,9 @@ configuration. The resulting LCI config will look like:  .. code-block:: none    vyos@vyos# show service snmp -   listen-address 172.18.254.201 { +   listen-address 192.0.2.1 {     } -   location "Wuerzburg, Dr.-Georg-Fuchs-Str. 8" +   location "VyOS Datacenter"     v3 {         engineid 000000000000000000000002         group default {  | 
