Created
November 10, 2016 10:01
-
-
Save jhotta/91fa3db985894b209a2440cb72d235d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -o mib-jnx-if-extensions.txt http://www.juniper.net/techpubs/en_US/junos12.3/topics/reference/mibs/mib-jnx-if-extensions.txt | |
/opt/datadog-agent/bin/build-pysnmp-mib -o mib-jnx-if-extensions.py mib-jnx-if-extensions.txt | |
sudo su | |
mkdir /opt/mibs | |
cp -p mib-jnx-if-extensions.py /opt/mibs/JUNIPER-IF-MIB.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment