@@ -223,15 +223,15 @@ This means, separated by | (pipe) and optional suffixes with blanks.
223
223
224
224
Use the ``` --output-format=json ``` flag, to get JSON output instead.
225
225
226
- ``` ntgrrc poe settings --address gs305ep ```
226
+ ``` ntgrrc poe settings --address gs316ep ```
227
227
228
228
``` markdown
229
- | Port ID | Port Power | Mode | Priority | Limit Type | Limit (W) | Type |
230
- |---------|------------|---------|----------|------------ |-----------|----------|
231
- | 1 | disabled | 802.3at | low | user | 30.0 | IEEE 802 |
232
- | 2 | enabled | 802.3at | low | user | 30.0 | IEEE 802 |
233
- | 3 | enabled | 802.3at | low | user | 30.0 | IEEE 802 |
234
- | 4 | enabled | 802.3at | low | user | 30.0 | IEEE 802 |
229
+ | Port ID | Port Name | Port Power | Mode | Priority | Limit Type | Limit (W) | Type | Longer Detection Time |
230
+ |---------|------------------ |------------ |------------- |----------|------------ |-----------|----------------------|------------- ----------|
231
+ | 1 | AGER 31 SUR Tech | enabled | Legacy | High | User | 30.0 | IEEE802 | Disable |
232
+ | 2 | foobar | enabled | 802.3at | Low | User | 30.0 | IEEE802 | Disable |
233
+ | 3 | zzz | enabled | 802.3at | Low | User | 30.0 | 4pt 802.3af + Legacy | Disable |
234
+ | 4 | uuu | enabled | 802.3at | Low | User | 30.0 | IEEE802 | Disable |
235
235
```
236
236
237
237
#### Status
@@ -244,12 +244,12 @@ Use the ```--output-format=json``` flag, to get JSON output instead.
244
244
``` ntgrrc poe status --address gs305ep ```
245
245
246
246
``` markdown
247
- | Port ID | Status | PortPwr class | Voltage (V) | Current (mA) | PortPwr (W) | Temp. (°C) | Error status |
248
- |---------|------------------|---------------|-------------|--------------|-------------|------------|--------------|
249
- | 1 | Delivering Power | 0 | 53 | 82 | 4.40 | 30 | No Error |
250
- | 2 | Searching | | 0 | 0 | 0.00 | 30 | No Error |
251
- | 3 | Searching | | 0 | 0 | 0.00 | 30 | No Error |
252
- | 4 | Searching | | 0 | 0 | 0.00 | 30 | No Error |
247
+ | Port ID | Port Name | Status | PortPwr class | Voltage (V) | Current (mA) | PortPwr (W) | Temp. (°C) | Error status |
248
+ |---------|-----------|----------- -------|---------------|-------------|--------------|-------------|------------|--------------|
249
+ | 1 | Camera | Delivering Power | 0 | 53 | 82 | 4.40 | 30 | No Error |
250
+ | 2 | | Searching | | 0 | 0 | 0.00 | 30 | No Error |
251
+ | 3 | | Searching | | 0 | 0 | 0.00 | 30 | No Error |
252
+ | 4 | | Searching | | 0 | 0 | 0.00 | 30 | No Error |
253
253
```
254
254
255
255
### set Power Over Ethernet (POE)
@@ -265,10 +265,11 @@ Use the ```--output-format=json``` flag, to get JSON output instead.
265
265
``` ntgrrc poe set -p 3 -p 4 --power enable --address gs305ep ```
266
266
267
267
``` markdown
268
- | Port ID | Port Power | Mode | Priority | Limit Type | Limit (W) | Type |
269
- |---------|------------|---------|----------|------------|-----------|----------|
270
- | 3 | enabled | 802.3at | low | user | 30.0 | IEEE 802 |
271
- | 4 | enabled | 802.3at | low | user | 30.0 | IEEE 802 |
268
+ | Port ID | Port Name | Port Power | Mode | Priority | Limit Type | Limit (W) | Type | Longer Detection Time |
269
+ |---------|-----------|------------|-------------|----------|------------|-----------|---------|-----------------------|
270
+ | 3 | | enabled | Legacy | High | User | 30.0 | IEEE802 | Disable |
271
+ | 4 | | enabled | 802.3at | Low | User | 30.0 | IEEE802 | Disable |
272
+
272
273
```
273
274
274
275
#### Port Power Mode
@@ -280,10 +281,10 @@ Use the ```--output-format=json``` flag, to get JSON output instead.
280
281
``` ntgrrc poe set -p 3 -p 5 --mode legacy --address gs305ep ```
281
282
282
283
``` markdown
283
- | Port ID | Port Power | Mode | Priority | Limit Type | Limit (W) | Type |
284
- |---------|------------ |--------|----------|------------|-----------|----------|
285
- | 3 | enabled | legacy | low | user | 30.0 | IEEE 802 |
286
- | 5 | disabled | legacy | low | user | 30.0 | IEEE 802 |
284
+ | Port ID | Port Name | Port Power | Mode | Priority | Limit Type | Limit (W) | Type | Longer Detection Time |
285
+ |---------|-----------|------------ |------------- |----------|------------|-----------|---------|------------- ----------|
286
+ | 3 | | enabled | Legacy | High | User | 30.0 | IEEE802 | Disable |
287
+ | 4 | | enabled | Legacy | Low | User | 30.0 | IEEE802 | Disable |
287
288
```
288
289
289
290
#### Port Priority
@@ -295,10 +296,10 @@ Use the ```--output-format=json``` flag, to get JSON output instead.
295
296
``` ntgrrc poe set -p 3 -p 5 --priority critical --address gs305ep ```
296
297
297
298
``` markdown
298
- | Port ID | Port Power | Mode | Priority | Limit Type | Limit (W) | Type |
299
- |---------|------------ |--------|----------|------------|-----------|----------|
300
- | 3 | enabled | legacy | critical | user | 30.0 | IEEE 802 |
301
- | 5 | disabled | legacy | critical | user | 30.0 | IEEE 802 |
299
+ | Port ID | Port Name | Port Power | Mode | Priority | Limit Type | Limit (W) | Type | Longer Detection Time |
300
+ |---------|-----------|------------ |------------- |----------|------------|-----------|---------|------------- ----------|
301
+ | 3 | | enabled | Legacy | critical | User | 30.0 | IEEE802 | Disable |
302
+ | 5 | | enabled | Legacy | critical | User | 30.0 | IEEE802 | Disable |
302
303
```
303
304
304
305
#### Power Limit
@@ -310,10 +311,10 @@ Use the ```--output-format=json``` flag, to get JSON output instead.
310
311
``` ntgrrc poe set -p 3 -p 5 --pwr-limit 5 --address gs305ep ```
311
312
312
313
``` markdown
313
- | Port ID | Port Power | Mode | Priority | Limit Type | Limit (W) | Type |
314
- |---------|------------ |--------|----------|------------|-----------|----------|
315
- | 3 | enabled | legacy | critical | user | 5.0 | IEEE 802 |
316
- | 5 | disabled | legacy | critical | user | 5.0 | IEEE 802 |
314
+ | Port ID | Port Name | Port Power | Mode | Priority | Limit Type | Limit (W) | Type | Longer Detection Time |
315
+ |---------|-----------|------------ |------------- |----------|------------|-----------|---------|------------- ----------|
316
+ | 3 | | enabled | Legacy | critical | User | 5.0 | IEEE802 | Disable |
317
+ | 5 | | enabled | Legacy | critical | User | 5.0 | IEEE802 | Disable |
317
318
```
318
319
319
320
#### Power Limit Type
@@ -325,10 +326,10 @@ Use the ```--output-format=json``` flag, to get JSON output instead.
325
326
``` ntgrrc poe set -p 3 -p 5 --limit-type class --address gs305ep ```
326
327
327
328
``` markdown
328
- | Port ID | Port Power | Mode | Priority | Limit Type | Limit (W) | Type |
329
- |---------|------------ |--------|----------|------------|-----------|----------|
330
- | 3 | enabled | legacy | critical | class | 16.2 | IEEE 802 |
331
- | 5 | disabled | legacy | critical | class | 30.0 | IEEE 802 |
329
+ | Port ID | Port Name | Port Power | Mode | Priority | Limit Type | Limit (W) | Type | Longer Detection Time |
330
+ |---------|-----------|------------ |------------- |----------|------------|-----------|---------|------------- ----------|
331
+ | 3 | | enabled | Legacy | critical | class | 30.0 | IEEE802 | Disable |
332
+ | 5 | | enabled | Legacy | critical | class | 30.0 | IEEE802 | Disable |
332
333
```
333
334
334
335
#### Detection type
@@ -340,10 +341,10 @@ Use the ```--output-format=json``` flag, to get JSON output instead.
340
341
``` ntgrrc poe set -p 3 -p 5 --detect-type "4pt 802.3af + Legacy" -a gs305ep ```
341
342
342
343
``` markdown
343
- | Port ID | Port Power | Mode | Priority | Limit Type | Limit (W) | Type |
344
- |---------|------------ |--------|----------|------------|-----------|----------------------|
345
- | 3 | enabled | legacy | critical | user | 30.0 | 4pt 802.3af + Legacy |
346
- | 5 | disabled | legacy | critical | user | 30.0 | 4pt 802.3af + Legacy |
344
+ | Port ID | Port Name | Port Power | Mode | Priority | Limit Type | Limit (W) | Type | Longer Detection Time |
345
+ |---------|-----------|------------ |------------- |----------|------------|-----------|----------------------|- ----------------------|
346
+ | 3 | | enabled | Legacy | critical | User | 30.0 | 4pt 802.3af + Legacy | Disable |
347
+ | 5 | | enabled | Legacy | critical | User | 30.0 | 4pt 802.3af + Legacy | Disable |
347
348
```
348
349
349
350
#### cycle Power Over Ethernet (POE)
@@ -357,8 +358,8 @@ Alternativly, you can achieve the same request with this
357
358
``` ntgrrc poe cycle --address gs305ep --port=3,5 ```
358
359
359
360
``` markdown
360
- | Port ID | Port Power | Mode | Priority | Limit Type | Limit ( W) | Type |
361
- |---------|------------|---------|----------|------------|-----------| ----------|
362
- | 3 | enabled | 802.3at | low | user | 30.0 | IEEE 802 |
363
- | 5 | enabled | 802.3at | low | user | 30. 0 | IEEE 802 |
361
+ | Port ID | Port Name | Status | PortPwr class | Voltage (V) | Current (mA) | PortPwr ( W) | Temp. (°C) | Error status |
362
+ |---------|------------------ |------------------ |--------------- |------------- |--------------|-------------|------------|---- ----------|
363
+ | 3 | Camera | Delivering Power | | 54 | 24 | 1.30 | 30 | No Error |
364
+ | 5 | Sensor | Searching | | 0 | 0 | 0.00 | 30 | Power Denied |
364
365
```
0 commit comments