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
Copy file name to clipboardExpand all lines: README.md
+53-46Lines changed: 53 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
1
# Software Manager - NetBox plugin
2
2
3
3
[NetBox](https://github.com/netbox-community/netbox) plugin to manage software for your Cisco devices in following aspects:
4
-
- software repository (download does not work after Gunicorn was changed to nginx-unit, trying to manage with it)
4
+
5
+
- software repository
5
6
- assign target (golden) image on created Device Types
6
-
- get software version compliance report for every device in Excel format
7
7
- scheduled upload golden image on devices
8
8
- scheduled reload devices with golden image
9
9
10
10
## Important notes
11
11
12
-
1.Compatible with NetBox 2.9 and higher versions only.
12
+
1.Developed on NetBox 3.4.3 and compatible (probably) with other versions, but not tested.
13
13
2. Plugin works with standalone IOS/IOS-XE boxes only. No Stacks/VSS/StackWiseVirtual at present.
14
14
3. Plugin operates with software version only, and does not consider feature set (lanlite vs lanbase, K9 vs NPE).
15
15
4. Test in your local sandbox, do not jump to production network.
16
16
5. Use this plugin on production network at one's own risk with take responsibility for any potential outages due to reload of devices.
17
+
6. Don't hesitate to contact me for any bugs/feature requests.
17
18
18
19
## Software Repository
19
20
@@ -23,17 +24,21 @@
23
24
24
25
### Add/Edit software page
25
26
26
-
<imgsrc="static/add_software.png"width="50%">
27
+
<imgsrc="static/software_add.png"width="50%">
27
28
28
29
Select *.bin file, specify expected MD5 (from cisco site) and verbose version. Plugin calculates MD5 when file uploading and result should matches with entered MD5, otherwise MD5 will be redded.
29
30
31
+
### Software image details
32
+
33
+
<imgsrc="static/software_details.png"width="50%">
34
+
30
35
## Golden Images
31
36
32
37
### Main page
33
38
34
39
<imgsrc="static/golden_images.png"width="75%">
35
40
36
-
Assigned Image/Version for all created DeviceTypes with upgrade progress for particular DeviceType. "Export" button provides detailed Excel report.
41
+
Assigned Image/Version for all created DeviceTypes with upgrade progress for particular DeviceType.
37
42
38
43
## Upgrade Devices
39
44
@@ -50,8 +55,10 @@ provides information about Target/Current versions (green = match, yellow = upgr
0 commit comments