WEIGEL FORUM
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    CentOS 8 SNMP

    Linux
    1
    1
    14
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DerMeldosD
      DerMeldos
      last edited by DerMeldos

      install the package:

      dnf install net-snmp
      

      set the service to automatic start on boot:

      systemctl enable snmpd
      

      start the service:

      systemctl start snmpd
      

      SNMP Utils für tests mit snmpwalk:

      dnf install net-snmp-utils
      

      Disable Firewalld
      click here

      Change Community String:

      nano /etc/snmp/snmpd.conf
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors