forked from MJL85/natlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
64 lines (52 loc) · 2.43 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---------------------
MNet Suite
Michael Laforest
mjlaforest@gmail.com
CHANGE LOG
--------------------
v0.9 -
graph
- Fixed bug with allowed VLAN lists not showing correct ranges.
v0.8 - 9/21/2015
- Internal code changes.
- Trunks show native VLAN (if mismatched then both P and C will be displayed)
- Trunks show allowed VLANs (if mismatched then both P and C will be displayed) (standard range only)
- Added support for LLDP
- Renamed config option "collapse_stackwise" to "expand_stackwise"
- Renamed config option "collapse_vss" to "expand_vss"
v0.7 - 7/25/2015
graph
- Added config option "include_svi" to include SVI info for nodes
- Added config option "include_lo" to include loopback info for nodes
- Added config option "include_serials" to include serial numbers in diagram for nodes
- Added config option "get_stack_members" to include additional stack member info (serials, mac's etc).
This info is also included in the catalog option, with each stack member being a line item.
- Added config option "get_vss_members" to include additional VSSS member info.
- Added config option "collapse_stackwise" and "collapse_vss". When =0 clusters will be expanded.
- Removed SNMP platform detection and now use CDP. This means a low depth may not get the root platform.
v0.6 - 7/19/2015
graph
- Changed from PyDot to PyDot2
- Fixed bug with CDP neighbors that do not advertise an IP (reported by Kent Coble)
- Added config file option to change font size for node text
- Added config file option to change font size for link text
- Changed internal crawl method
- Improved platform identification
- Added IOS version identification
config
- Added command line module option to output a default config file
v0.4 - 7/10/2015
- Improved speed.
- Cleaned up code base.
- Made PyNetAddr optional (change USE_NETADDR=1 to USE_NETADDR=0 to disable)
v0.3 - 7/8/2015
- Added -C option to write a catalog of the discovery to a csv file.
- Runs for ~1/4 the time.
v0.2 - 7/7/2015
- Config: Changed "ignore" to "exclude". Now a list of CIDR's instead of specific IP addresses (requested by /u/LiftedKilt)
- Config: Added "subnets" block. List of CIDR's of allowed subnets to be crawled. (requeted by /u/1n5aN1aC)
- Fixed bug related to unnumbered layer 3 interface (reported by /u/chazmosis)
- Fixed bug related to Nexus host format (reported by /u/endemic)
- Added OID for Nexus platform (thanks to /u/endemic)
v0.1 - 7/6/2015
- Initial release