mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 15:36:25 +00:00
Merge pull request #13050 from opensourcerouting/fix/update_snmp_mibs_doc
This commit is contained in:
commit
c8cba1b88c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user