Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> from pysnmp.hlapi import *
- >>>
- >>> SnmpEngine()
- SnmpEngine(snmpEngineID=OctetString(hexValue='80004fb80567'))
- iterator = getCmd(SnmpEngine(),
- CommunityData('public'),
- UdpTransportTarget(('192.168.149.29', 161)),
- ContextData(),
- ObjectType(ObjectIdentity("1.3.6.1.2.1.1.3")))
- https://tii.la/r2Qf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement