kentik / snmp-profiles

SNMP Profiles for ktranslate
Apache License 2.0
25 stars 67 forks source link

[Missing SNMP Polling Profile] Netgate - pfSense Firewall #176

Closed ASchneider-GitHub closed 2 years ago

ASchneider-GitHub commented 2 years ago

Device Vendor: Netgate

Device Model: pfSense Firewall

System Object Identifier (SysOID): .1.3.6.1.4.1.12325.1.1.2.1.1

List of critical metrics that you expect in the profile (does not need to be all-inclusive, just a general idea of your expectations):

Basically the entire profile is missing, as this is the only YAML file dedicated to pfSense: https://github.com/kentik/snmp-profiles/blob/main/profiles/kentik_snmp/pf_sense/pf_sense.yml

Please provide a public gist with a sanitized (sensitive information removed) SNMP walk of the device. Providing MIB files is not a substitute for an SNMP walk and failure to provide one here will result in delays for closing this issue. The output of these commands shows the "true story" of what a device will respond to in SNMP and is used to ensure that our profiles are efficient and accurate for your devices.

Gist Link: https://raw.githubusercontent.com/ASchneider-GitHub/snmpwalk-pfSense/main/snmpwalk-pfSense.out (Page was timing out attempting to create the Gist, as the file is 92.7 MB)


Example SNMP walk commands:

# v2c example
snmpwalk -v 2c -On -c $COMMUNITY_STRING $IP_ADDRESS . >> snmp_walk.out

# v3 example
snmpwalk -v3 -l authPriv -u $USERNAME -a MD5|SHA -A $AUTH_PASS -x DES|AES -X $PRIV_PASS -ObentU -Cc $IP_ADDRESS . >> snmp_walk.out
thezackm commented 2 years ago

resolved with #177