|
17 | 17 | https://github.com/cisco-open/network-sketcher/assets/13013736/b76ec8fa-44ad-4d02-a7c2-579f67ad24a9
|
18 | 18 |
|
19 | 19 | # New Features
|
20 |
| -- Ver 2.4.2 |
21 |
| - - [Added 4 CLI show commands](https://github.com/cisco-open/network-sketcher/releases/tag/Ver2.4.2) |
22 |
| -- Ver 2.4.1 |
23 |
| - - [Optimized placement of segments in the Layer 3 overall configuration chart](https://github.com/cisco-open/network-sketcher/releases/tag/Ver2.4.1) |
24 |
| -- Ver 2.4.0 |
25 |
| - - [Attributes can be added to device files to reflect colors on diagrams ](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/4-8.%20Attribute_settings.md) |
26 |
| -- Ver 2.3.4 |
27 |
| - - [Summary Diagram is automatically added in L1 All Areas](https://github.com/cisco-open/network-sketcher/releases/tag/Ver2.3.4) |
28 |
| -- Ver 2.3.3 |
29 |
| - - [Two patterns are created: area-oriented and connection-oriented](https://github.com/cisco-open/network-sketcher/releases/tag/Ver2.3.3) |
30 |
| -- Ver 2.3.2 |
31 |
| - - ["VPNs on L3” has been added to the VPN configuration diagram to reflect VPN segments in the Layer 3 logical configuration diagram.](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/6-2.%20VPN%20setting.md) |
32 |
| -- Ver 2.3.1 |
33 |
| - - [Added the ability to output information in the master file via CLI](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/8-1.%20show%20commands.md) |
34 |
| -- Ver 2.3.0 |
35 |
| - - [Added the ability to create an overall L3 diagram (All Areas)](https://github.com/cisco-open/network-sketcher/releases/tag/Ver2.3.0) |
36 |
| -- Ver 2.2.2 |
37 |
| - - [Automated device placement adjustment in L1 diagram](https://github.com/user-attachments/assets/8014132b-4e38-422a-9ab0-3ee397e27b1e) |
38 |
| -- Ver 2.2.1 |
39 |
| - - [IP address table](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/7-3.%20Export%20IP%20address%20table.md) :[(Sample output file) ](https://github.com/user-attachments/files/15784654/IP_TABLE.Sample.figure5.xlsx) |
40 |
| -- Ver 2.2.0 |
41 |
| - - [Automatic IP address assignment](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/7-2.%20Automatic%20IP%20address%20assignment.md) |
42 |
| -- Ver 2.1.0 |
43 |
| - - [VPN Diagram](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/6-1.%20Generation%20of%20VPN%20Diagram%20.md) |
44 |
| - - [VPN Configuration](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/6-2.%20VPN%20setting.md) |
45 |
| - - [Cross-platform support (Windows, Linux, Mac OS)](https://github.com/user-attachments/assets/04ab332d-c876-44ff-83ef-b98d64d24b1f) |
46 |
| - - [Drawing beyond maximum PowerPoint size](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/A-1.%20Procedure%20for%20pasting%20PPT%20figures%20that%20exceed%20the%20maximum%20paper%20size%20into%20Excel.md) |
47 |
| - - [Import of yaml file from CML(Cisco Modeling Labs) diagrams](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/7-1.%20Convert%20CML%20configuration%20file%20(yaml)%20to%20Network%20Sketcher%20master%20file.md) |
| 20 | +- Ver 2.5.0 |
| 21 | + - [Communication flow management functionality has been added.](https://github.com/cisco-open/network-sketcher/releases/tag/Ver2.5.0) |
48 | 22 |
|
49 | 23 | # Limitations
|
50 | 24 | - IPv4 only. IPv6 is not supported.
|
@@ -85,6 +59,7 @@ python -m pip install ipaddress
|
85 | 59 | python -m pip install numpy
|
86 | 60 | python -m pip install pyyaml
|
87 | 61 | python -m pip install ciscoconfparse
|
| 62 | +python -m pip install networkx |
88 | 63 | ```
|
89 | 64 |
|
90 | 65 | * Mac OS requires the following additional installation.
|
@@ -140,9 +115,7 @@ pyinstaller.exe [file path]/network_sketcher.py --onefile --collect-data tkinter
|
140 | 115 |
|
141 | 116 | # Author
|
142 | 117 |
|
143 |
| -* Yusuke Ogawa |
144 |
| -* CCIE# 17583 |
145 |
| -* Security Architect @ Cisco |
| 118 | +* Yusuke Ogawa - Security Architect, Cisco | CCIE#17583 |
146 | 119 |
|
147 | 120 | # License
|
148 | 121 | SPDX-License-Identifier: Apache-2.0
|
|
0 commit comments