Comments
-
It appears current python will throw a new error, because the self-signed cert doesn't have subject-alternate names: /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for ae-lsw-01.aenetad.net has no `subjectAltName`, falling back to check for a `commonName`…
-
There appears to be a plethora of information from the CISCO-IETF-ISIS-MIB, showing neighbor-relationships. [mcdonalddj@ldap mibs]$ snmpwalk -v3 -l authpriv -a sha -x aes -A '<mumble>' -X '<mumble>' -u public ae-gw4.austin-energy.net -m CISCO-IETF-ISIS-MIB ciiCircTable CISCO-IETF-ISIS-MIB::ciiCircIfIndex.115 111…
-
Thank you. That's gotten me further. Now I need to clean up unused credentials somehow.
-
Orion 2017.3.5 SP5, NPM12.2. Python 2.7.13 orionsdk-python 0.6 (grabbed it from github yesterday)
-
I seem to have a bit of trouble using it in Python. I'm stuck on passing the boolean values: credentialdetails = { 'name': row['host'], 'username': row['user'], 'context': None, 'authenticationMethod': TranslateAuth[row['auth']], 'authenticationPassword': row['rstring'], 'authenticationKeyIsPassword': 'True',…
-
To use SNMP on the SyncServer 6xx, you have to have the security protocols license. The values available are not terribly useful: S650::ntpSysLeap.0 = INTEGER: noWarning(0) S650::ntpSysStratum.0 = INTEGER: 1 S650::ntpSysPrecision.0 = INTEGER: -19 S650::ntpSysRootDelay.0 = STRING: "0.000 ms" S650::ntpSysRootDispersion.0 =…