diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2018-05-09 16:41:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-09 16:41:59 +0200 |
commit | 216972dd3fdebce16d128606eefc7bde028fdb1d (patch) | |
tree | a93690811b45fd1c7efb34406282ed64e028c46b /doc/user | |
parent | Merge pull request #2182 from qlyoung/docuser (diff) | |
parent | doc, snmp: fix file formatting (diff) | |
download | frr-216972dd3fdebce16d128606eefc7bde028fdb1d.tar.xz frr-216972dd3fdebce16d128606eefc7bde028fdb1d.zip |
Merge pull request #2183 from Thomas-Gelf/fix/doc-snmp-file-formatting
doc, snmp: fix file formatting
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/snmp.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/snmp.rst b/doc/user/snmp.rst index 1a24d56cb..38918ff25 100644 --- a/doc/user/snmp.rst +++ b/doc/user/snmp.rst @@ -43,6 +43,9 @@ master SNMP agent (snmpd) and each of the FRR daemons must be configured. In In each of the FRR daemons, ``agentx`` command will enable AgentX support. :file:`/etc/snmp/snmpd.conf`: + +:: + # # example access restrictions setup # @@ -113,6 +116,9 @@ using the password "frr_ospfd". For testing it is recommending to take exactly the below snmpd.conf as wrong access restrictions can be hard to debug. :file:`/etc/snmp/snmpd.conf`: + +:: + # # example access restrictions setup # @@ -126,6 +132,9 @@ the below snmpd.conf as wrong access restrictions can be hard to debug. smuxpeer .1.3.6.1.4.1.3317.1.2.5 frr_ospfd :file:`/etc/frr/ospf`: + +:: + ! ... the rest of ospfd.conf has been omitted for clarity ... ! smux peer .1.3.6.1.4.1.3317.1.2.5 frr_ospfd |