Network Management Lab - skyleroriordan/my-tech-journal GitHub Wiki
For this lab I first set up web01-skyler with the IP of 10.0.5.200. I then configured SNMP services of pfsense. I had to make sure to bind the LAN interface.
I then set up nmon01-skyer with the IP of 10.0.5.11. I installed the SNMP client on nomn01-skyler.(yum install net-snmp-utils) To test SNMP I used: snmpwalk -Os SYS265 -v2c fw01-skyler system.
I then installed a SNMP server on web01-skyler. (yum install net-snmp-utils net-snmp) edited the config file to the following:
had to let port 161/udp through the firewall
installed SNMP service feature on ad01-skyler and SNMP tools remote admin feature on MGMT01-skyler and added the community string "SYS-265" and limited to quires to just those from nmon01-skyler