summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-03-19 22:56:13 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2023-03-19 22:56:13 +0200
commit8709aab554cf619a16c37df767d9743a4b0957b4 (patch)
tree142ab8738152685638930d26960edf1a5eb513f9
parent07b427d16477a671e1a5fff483144de56ff878db (diff)
doc: Use frrouting/frr-mibs repo downloading SNMP mibs
Use repo instead of pastebin. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rw-r--r--doc/developer/topotests.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst
index ada182d847..5f90b8c5a4 100644
--- a/doc/developer/topotests.rst
+++ b/doc/developer/topotests.rst
@@ -79,9 +79,9 @@ following steps will get you there on Ubuntu 20.04.
apt install snmpd snmp
apt install snmp-mibs-downloader
download-mibs
- wget http://www.iana.org/assignments/ianaippmmetricsregistry-mib/ianaippmmetricsregistry-mib -O /usr/share/snmp/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
- wget http://pastebin.com/raw.php?i=p3QyuXzZ -O /usr/share/snmp/mibs/ietf/SNMPv2-PDU
- wget http://pastebin.com/raw.php?i=gG7j8nyk -O /usr/share/snmp/mibs/ietf/IPATM-IPMC-MIB
+ wget https://raw.githubusercontent.com/FRRouting/frr-mibs/main/iana/IANA-IPPM-METRICS-REGISTRY-MIB -O /usr/share/snmp/mibs/iana/IANA-IPPM-METRICS-REGISTRY-MIB
+ wget https://raw.githubusercontent.com/FRRouting/frr-mibs/main/ietf/SNMPv2-PDU -O /usr/share/snmp/mibs/ietf/SNMPv2-PDU
+ wget https://raw.githubusercontent.com/FRRouting/frr-mibs/main/ietf/IPATM-IPMC-MIB -O /usr/share/snmp/mibs/ietf/IPATM-IPMC-MIB
edit /etc/snmp/snmp.conf to look like this
# As the snmp packages come without MIB files due to license reasons, loading
# of MIBs is disabled by default. If you added the MIBs you can reenable