feature: Added additional information to Radwin discovery. (#5591)

This commit is contained in:
Richard Mayhew
2017-01-25 19:54:32 +02:00
committed by Neil Lathwood
parent f707da4cfb
commit 6e2513eda9

View File

@@ -0,0 +1,6 @@
<?php
$hardware = trim(snmp_get($device, '1.3.6.1.4.1.4458.1000.1.1.30.0', '-OQv', '', ''), '"');
$version = trim(snmp_get($device, '1.3.6.1.4.1.4458.1000.1.1.3.0', '-OQv', '', ''), '"');
$features = 'Ver. '.trim(snmp_get($device, '1.3.6.1.4.1.4458.1000.1.1.2.0', '-OQv', '', ''), '"');
$serial = trim(snmp_get($device, '1.3.6.1.4.1.4458.1000.1.1.29.0', '-OQv', '', ''), '"');