summaryrefslogtreecommitdiffstats
path: root/3rdparty/openpgm-svn-r1085/pgm/net-snmp.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/openpgm-svn-r1085/pgm/net-snmp.txt')
-rw-r--r--3rdparty/openpgm-svn-r1085/pgm/net-snmp.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/3rdparty/openpgm-svn-r1085/pgm/net-snmp.txt b/3rdparty/openpgm-svn-r1085/pgm/net-snmp.txt
new file mode 100644
index 0000000..549bcc2
--- /dev/null
+++ b/3rdparty/openpgm-svn-r1085/pgm/net-snmp.txt
@@ -0,0 +1,34 @@
+net-snmp is hard coded on mib location, only the mib file names can
+be specified outside of snmptranslate.
+
+$ mkdir -p ~/.snmp/mibs
+$ cp mibs/PGM-MIB-petrova-01.txt ~/.snmp/mibs
+
+Basic test:
+
+$ snmptranslate -m ALL -IR pgmMIB
+PGM-MIB::pgmMIB
+
+Display full pretty tree:
+
+$ snmptranslate -m ALL -Tp -IR pgmMIB
++--pgmMIB(112)
+ |
+ +--pgm(1)
+ | |
+ | +--pgmNetworkElement(1)
+ | | |
+...
+
+
+Now the framework tool can be used:
+
+$ env MIBS="+ALL" mib2c pgmMIB
+
+...
+
+To run with SNMP install snmpd, enable "master agentx" and walk:
+
+$ env MIBS="+ALL" snmpwalk -v 1 -c public localhost pgmMIB
+End of MIB
+