diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-24 19:31:38 -0500 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-10-24 19:31:38 -0500 |
commit | f1c5551b21559acc0459a817da6d268bbe4deefa (patch) | |
tree | e367961d0b2530540df1237ef33eef7f005e337e /docs/services | |
parent | 3bc16364053fe1656be00e75990046f6108382a2 (diff) | |
download | vyos-documentation-f1c5551b21559acc0459a817da6d268bbe4deefa.tar.gz vyos-documentation-f1c5551b21559acc0459a817da6d268bbe4deefa.zip |
SNMP: use 80 character line break
Diffstat (limited to 'docs/services')
-rw-r--r-- | docs/services/snmp.rst | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/services/snmp.rst b/docs/services/snmp.rst index 54e23c6b..e8b938f9 100644 --- a/docs/services/snmp.rst +++ b/docs/services/snmp.rst @@ -33,10 +33,8 @@ agent which reports information via SNMP to the manager. An SNMP-managed network consists of three key components: * Managed devices - -* Agent – software which runs on managed devices - -* Network management station (NMS) – software which runs on the manager +* Agent - software which runs on managed devices +* Network management station (NMS) - software which runs on the manager A managed device is a network node that implements an SNMP interface that allows unidirectional (read-only) or bidirectional (read and write) access to @@ -179,10 +177,12 @@ After commit the resulting configuration will look like: 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 `arbitrary extension commands`_. -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``. -Once the script is uploaded, it needs to be configured via the command below. +To extend SNMP agent functionality, custom scripts can be executed every time +the agent is being called. This can be achieved by using ``arbitrary extension +commands``_. 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``. Once the script is uploaded, it needs to +be configured via the command below. .. code-block:: sh @@ -191,7 +191,8 @@ Once the script is uploaded, it needs to be configured via the command below. commit -The OID ``.1.3.6.1.4.1.8072.1.3.2.3.1.1.4.116.101.115.116``, once called, will contain the output of the extension. +The OID ``.1.3.6.1.4.1.8072.1.3.2.3.1.1.4.116.101.115.116``, once called, will +contain the output of the extension. .. code-block:: sh |