diff --git a/confluent_server/confluent/snmputil.py b/confluent_server/confluent/snmputil.py index e6dac474..05090947 100644 --- a/confluent_server/confluent/snmputil.py +++ b/confluent_server/confluent/snmputil.py @@ -78,7 +78,7 @@ class Session(object): # automatic behavior (e.g. DES is weak, so it's likely to be # overriden, but some devices only support DES) tp = _get_transport(self.server) - ctx = snmp.ContextData(contextName=self.context) + ctx = snmp.ContextData(self.context) resolvemib = False if '::' in oid: resolvemib = True