Files

5 lines
187 B
PHP
Raw Permalink Normal View History

<?php
list($hardware, $features, $version) = explode(',', $device['sysDescr']);
$serial = trim(snmp_get($device, "agentInventorySerialNumber.0", "-Ovq", "NETGEAR-SWITCHING-MIB"), '" ');