You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@84b3d97bf191:~/programs/learn-pysnmp# python3
Python 3.8.5 (default, Jul 28 2020, 12:59:40)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
import pysnmp
pysnmp.version
'4.4.12'
from pysnmp.carrier.asyncore.dgram import udp
udp.DOMAIN_NAME
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'pysnmp.carrier.asyncore.dgram.udp' has no attribute 'DOMAIN_NAME'
The text was updated successfully, but these errors were encountered:
root@84b3d97bf191:~/programs/learn-pysnmp# python3
Python 3.8.5 (default, Jul 28 2020, 12:59:40)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: