#!/bin/bash


. /tmp/cmdline

if [ -z "${SNMPROC}" ]; then
   pw="public"
else
   pw=${SNMPROC}
fi


#snmpwalk  -m all -v 2c -c ${pw} 127.0.0.1 1.3.6.1.4.1.17524

snmptable -m all -v 2c -c ${pw} 127.0.0.1 FERRARI-ELECTRONIC-MIB::physicalInterfacesTable
snmptable -m all -v 2c -c ${pw} 127.0.0.1 FERRARI-ELECTRONIC-MIB::bChannelTable
