Created
February 19, 2018 19:37
-
-
Save apognu/b32a97c3d4ee861a6a8604f8e9941975 to your computer and use it in GitHub Desktop.
UniCLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ unicli devices list | |
ID MODEL NAME IP UPTIME VERSION | |
5a7e13c2e4b0516f7913b1a2 U7MSH B-EB 10.97.92.30 9d 22h 1m ⬆ 3.7.28.5442 | |
5a7e13bbe4b0516f7913aefb U7MSH B-CA 10.211.231.175 9d 22h 1m ⬆ 3.7.28.5442 | |
5a7e13c3e4b0516f7913b1c8 U7MSH B-EE 10.247.77.121 9d 22h 1m ⬆ 3.7.28.5442 | |
5a7e13bfe4b0516f7913b046 U7MSH B-DB 10.204.18.253 9d 22h ⬆ 3.7.28.5442 | |
$ unicli devices ports list 5a7e13a7e4b054e15410fd1f | |
ID NAME ENABLED LINK STP SPEED DUPLEX RX_BYTES TX_BYTES | |
1 Port 1 ✓ UP forwarding 1000 FDX 55.76 GB 55.49 GB | |
2 Port 2 ✓ DOWN disabled 0 HDX 0 B 0 B | |
3 Port 3 ✓ DOWN disabled 0 HDX 0 B 0 B | |
4 Port 4 ✓ UP forwarding 1000 FDX 2.07 MB 14.68 MB | |
5 Port 5 ✓ DOWN disabled 0 HDX 0 B 0 B | |
6 Port 6 ✓ DOWN disabled 0 HDX 0 B 0 B | |
7 Port 7 ✓ DOWN disabled 0 HDX 0 B 0 B | |
8 Port 8 ✓ DOWN disabled 0 HDX 0 B 0 B | |
9 Port 9 ✓ DOWN disabled 0 HDX 0 B 0 B | |
10 Port 10 ✓ DOWN disabled 0 HDX 0 B 0 B | |
11 Port 11 ✓ DOWN disabled 0 HDX 0 B 0 B | |
12 Port 12 ✓ DOWN disabled 0 HDX 0 B 0 B | |
13 Port 13 ✓ DOWN disabled 0 HDX 0 B 0 B | |
14 Port 14 ✓ DOWN disabled 0 HDX 0 B 0 B | |
15 Port 15 ✓ DOWN disabled 0 HDX 0 B 0 B | |
16 Port 16 ✓ DOWN disabled 0 HDX 0 B 0 B | |
17 Port 17 ✓ DOWN disabled 0 HDX 0 B 0 B | |
18 Port 18 ✓ DOWN disabled 0 HDX 0 B 0 B | |
19 Port 19 ✓ DOWN disabled 0 HDX 0 B 0 B | |
20 Port 20 ✓ DOWN disabled 0 HDX 0 B 0 B | |
21 Port 21 ✓ DOWN disabled 0 HDX 0 B 0 B | |
22 Port 22 ✓ DOWN disabled 0 HDX 0 B 0 B | |
23 Port 23 ✓ DOWN disabled 0 HDX 0 B 0 B | |
24 Port 24 ✓ UP forwarding 10 FDX 0 B 292.47 KB | |
25 SFP 1 ✓ DOWN disabled 0 HDX 0 B 0 B | |
26 SFP 2 ✓ DOWN disabled 0 HDX 0 B 0 B | |
$ unicli networks list | |
ID NAME ENABLED PURPOSE SUBNET DOMAIN VLAN | |
5a7e1391e4b0516f7913ab20 LAN ✗ corporate 192.168.1.1/24 localdomain | |
5a7e1397e4b0516f7913abfb LAN-MGMT ✓ corporate 10.0.10.1/24 10 | |
5a7e1397e4b0516f7913abfd LAN-Corp ✓ corporate 10.0.20.1/24 20 | |
5a7e1397e4b0516f7913abff LAN-Guests ✓ guest 10.0.30.1/24 30 | |
$ unicli networks wlan list | |
ID NAME ENABLED SECURITY ENCRYPTION VLAN | |
5a7e1398e4b054e15410fcc3 corp ✓ wpaeap wpa2/ccmp 20 | |
5a7e1398e4b054e15410fcc4 guest ✓ open wpa2/ccmp 30 | |
5a7e1398e4b054e15410fcc5 admin ✓ wpapsk wpa2/ccmp 10 | |
$ unicli clients list | |
MAC MAKE HOSTNAME LAST_SEEN WIRED GUEST | |
84:11:9e:1a:92:27 SamsungE beam-4ef81998 9 days ago ✗ ✗ | |
84:11:9e:18:74:8f SamsungE fork-d01e587c 9 days ago ✗ ✗ | |
b8:2a:72:be:c8:d5 Dell death-c4c57c87 9 hours ago ✗ ✗ | |
a4:8c:db:e6:19:d1 Lenovo watch-57174648 10 hours ago ✗ ✗ | |
00:01:24:04:00:e5 Acer goat-88928756 10 hours ago ✗ ✗ | |
c0:9f:42:a0:03:ab Apple able-98fdb019 9 days ago ✗ ✗ | |
a4:8c:db:84:8a:c5 Lenovo grandfather-caa3fa06 9 days ago ✗ ✗ | |
40:88:05:2e:7c:dd Motorola van-6e8f00b7 9 days ago ✗ ✗ | |
00:01:24:36:b2:c6 Acer stew-98f12686 1 hour ago ✗ ✗ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment