Skip to main content

pfsense

Checking pfSense with SNMP

Posted in

Command examples for monitoring a pfSense router using SNMP.

snmpwalk -v 1 <server> -c public

Interface list
snmpwalk -v 1 <server> -c public | grep ifDescr

Interface status
snmpwalk -v 1 <server> -c public | grep ifOperStatus

Syndicate content