diff options
author | Thomas Gelf <thomas@gelf.net> | 2018-05-08 01:09:03 +0200 |
---|---|---|
committer | Thomas Gelf <thomas@gelf.net> | 2018-05-09 02:00:06 +0200 |
commit | b8df0600639bdc8d0794d78744d8a3c262ad1d18 (patch) | |
tree | cfb19ad6415eda0b46e7202ce4b337d23132b3d0 /doc/user | |
parent | Merge pull request #2160 from donaldsharp/prefix_sid (diff) | |
download | frr-b8df0600639bdc8d0794d78744d8a3c262ad1d18.tar.xz frr-b8df0600639bdc8d0794d78744d8a3c262ad1d18.zip |
doc, snmp: fix file formatting
Signed-off-by: Thomas Gelf <thomas@gelf.net>
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 |