diff options
Diffstat (limited to 'docs/services/snmp.rst')
-rw-r--r-- | docs/services/snmp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/services/snmp.rst b/docs/services/snmp.rst index ecb95d1b..2c0d958f 100644 --- a/docs/services/snmp.rst +++ b/docs/services/snmp.rst @@ -205,7 +205,7 @@ SNMP Extensions ^^^^^^^^^^^^^^^ To extend SNMP agent functionality, custom scripts can be executed every time -the agent is being called. This can be achieved by using +the agent is being called. This can be achieved by using ``arbitrary extensioncommands``. The first step is to create a functional script of course, then upload it to your VyOS instance via the command ``scp your_script.sh vyos@your_router:/config/user-data``. |