How to setup SNMP server based on Cisco settings?
-
Hi All,
I have been given some SNMP settings to put into our router from our ISP so they can monitor our connection for issues, the settings they have ent are for cisco though…
snmp-server community ispframe RO 56
snmp-server enable traps tty
access-list 56 permit 123.45.67.8
access-list 56 permit 172.29.0.1
access-list 56 permit 172.29.0.2
access-list 56 permit 172.29.0.3Any idea how I can get these into pfSense settings? I would assume the permit would be through the firewall...maybe...but not sure about the trap server.
Thanks in advance!
Dean -
That traps line can be ignored. Without more config (e.g. where to send the traps) it wouldn't have any effect anyhow.
The community name (ispframe) would go in the SNMP settings
The access list would be firewall rules.