Skip to content
Snippets Groups Projects
Commit 27040d4f authored by Erik Reid's avatar Erik Reid
Browse files

no need to resolve input oid's (already numeric)

parent 2cda488c
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,7 @@ def walk(agent_hostname, community, base_oid):
CommunityData(community),
UdpTransportTarget((agent_hostname, 161)),
ContextData(),
ObjectType(ObjectIdentity(base_oid)
.addAsn1MibSource('http://mibs.snmplabs.com/asn1/@mib@')),
ObjectType(ObjectIdentity(base_oid)),
lexicographicMode=False,
lookupNames=True,
lookupValues=True):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment