d0f230d
(HEAD -> main)
pass through OIDs.. by
2023-08-23 17:13:55 -0700
f4a974e
add support for Lenovo CE0128TB.. minor bug fix for a NetGear by
2023-08-04 01:24:46 -0700
fe64737
(ssh-lenovo)
checkpoint some work to make ssh work... by
2023-08-04 00:58:38 -0700
1375505
0.5.0 broke the api, 0.4.8 works fine... more investigation needed.. by
2023-07-29 21:21:16 -0700
8fb3d9e
use venv, and require >3.7... by
2022-07-09 15:42:12 -0700
55eabc2
undo as tests were not updated... by
2022-07-09 15:41:58 -0700
2a1de33
not sure if this fix should remain, think it was to fix NOTE comment by
2022-07-09 15:31:20 -0700
288e4df
add support for NetGear GS724TPv2.. This increases the timeout to 10 seconds to deal w/ slow switches, but also puts in a proper state machine for creating vlans. This deals w/ the fact that this switch can not create the vlan and activate the vlan in a single command... by
2021-02-11 17:04:04 -0800
c00eb02
add support for detecting missing vlans, and creating them if needed... by
2020-09-30 21:32:20 -0700
88b9c53
add support for setting arbitrary MIB values... by
2020-07-18 21:27:51 -0700
c1243c2
forgot this in the 2 to 3 conversion.. by
2020-07-18 21:25:45 -0700
c87cec6
add some additional data that the tests depend upon to entr.. by
2020-07-18 14:11:26 -0700
8b704d7
update to Python 3.. by
2020-07-18 12:06:54 -0700
5788b1c
confirmed this behavior on this switch as well.. by
2019-11-06 22:31:12 -0800
2db546c
ignore some files that shouldn't be added to the repo.. by
2019-11-03 17:56:54 -0800
67c1f39
make it a proper installable package... by
2019-11-03 17:53:33 -0800
26fd8aa
start of a README.md to explain how to use the project. by
2019-11-03 16:03:48 -0800
a453159
parameterize auth data better to support SNMPv3 better.. by
2019-11-03 15:36:54 -0800
6518252
add a few more comments.. by
2019-11-03 15:34:20 -0800
deaa55c
handle multiple switches in a single module properly... by
2019-09-25 15:28:05 -0700
b66c978
add some notes about other switches.. by
2019-09-23 23:10:28 -0700
916a869
add a couple examples.. by
2019-09-23 16:15:31 -0700
74cda5a
add and update docs, wrap lines at 80 cols.. by
2019-09-23 16:10:39 -0700
55d9a7c
add docs.. refactor to use a helper function instead of rolling it's own.. also make sure getegress fully works.. more tests need to be written.. by
2019-09-23 12:41:40 -0700
11d0ed3
improve formating a tad.. by
2019-09-23 10:51:36 -0700
2cda272
add test case for when the server returns tooBig.. make sure we subdivide the query into smaller chunks.. perfect example of how the pysnmp hlapi isn't that high level... by
2019-09-23 10:43:43 -0700
edeb985
add some basic tests for SNMPSwitch that don't depend upon hardware... by
2019-09-22 12:33:14 -0700
9e673d1
add more notes about what is supported.. by
2019-09-22 12:32:55 -0700
d8683f6
add ignore ports to test case... if a _getmany request is too big and we can split it, do so.. This happened w/ a switch when using SNMPv3.. need to write a test case for this... by
2019-09-21 12:47:04 -0700
c317872
add setting, return the switch when check changes so that we can apply them.. by
2019-09-20 21:27:35 -0700
436a647
add a few more test cases for cmpbits.. fix a bug from the new test cases.. by
2019-09-20 20:38:13 -0700
e42054d
allow config to ignore some ports.. trim trailing zeros when comparing so that we don't have to make the bits the same length as the switch.. by
2019-09-20 20:31:23 -0700
50f12ed
add notes about implementation that I have found. by
2019-09-20 20:14:43 -0700
15cfc9d
the import in a module gets a different class that the script does, so we need to import and use that one... by
2019-09-20 11:22:16 -0700
fea82be
refactor _get to call _getmany... by
2019-09-20 10:57:48 -0700
09e7340
make check changes work completely... by
2019-09-20 10:53:41 -0700
f547b1a
convert the data to proper egress and untagged arrays.. by
2019-09-20 01:00:44 -0700
e8947d2
add support for figuring out what pvid's need to change to.. by
2019-09-20 00:18:55 -0700
1833266
advance the check changes a bit, and add a function to fetch pvids by
2019-09-19 23:55:55 -0700
74fe8f5
add the starting work on checking for changes.. by
2019-09-19 16:16:33 -0700
d38c0f5
add function to get all ports for a switch, this will be used to compare the switch's port list against the definition to make sure that there is a complete definition... by
2019-09-19 12:09:03 -0700
7479d41
first cut at a vlan manager utility. by
2019-09-18 15:43:25 -0700