You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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)
-[Automatic IP address assignment](https://github.com/cisco-open/network-sketcher/blob/main/User_Guide/English/7-2.%20Automatic%20IP%20address%20assignment.md)
-[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.
@@ -79,12 +53,13 @@ python network_sketcher.py
79
53
```bash
80
54
python -m pip install tkinterdnd2-universal
81
55
python -m pip install tkinterdnd2
82
-
python -m pip install "openpyxl>=3.1.3,<=3.1.5"
56
+
python -m pip install "openpyxl>=3.1.3,<=3.1.5"
83
57
python -m pip install python-pptx
84
58
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.
0 commit comments