Skip to content
Christopher Aubut edited this page Nov 9, 2019 · 1 revision

Welcome to the snmp-fetch wiki!

API Discussion

import netframe as nf

nf.snmp.get()
nf.snmp.walk()
nf.snmp.next()

nf.distributed.snmp.get()
nf.distributed.snmp.walk()
nf.distributed.snmp.next()

import pandas as pd

df = pd.DataFrame()

df.nf.snmp.get()
df.nf.snmp.walk()
df.nf.snmp.next()

df.nf.distributed.snmp.get()
df.nf.distributed.snmp.walk()
df.nf.distributed.snmp.next()

Clone this wiki locally