SNMP Explained | Installation and configuration | RHEL 8 | Tech Arkit

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025
  • SNMP is widely used in network management for network monitoring. SNMP exposes management data in the form of variables on the managed systems organized in a management information base (MIB) which describe the system status and configuration. These variables can then be remotely queried (and, in some circumstances, manipulated) by managing applications.
    Ansible Automation Playlist:
    • Ansible Automation Tut...
    RHCSA - Red Hat Certified System Administrator PlayList:
    • RHCSA 8 Exam | Red Hat...
    Follow Us on Social Media
    Github: github.com/tec...
    Facebook: / linuxarkit
    Twitter: / aravikumar48
    Instagram: / arkit.co.in
    Website: arkit.co.in
    Reddit: / techtutorial
    Post your topic, we will make videos for you
    forms.gle/M4ys...
    Ansible Course
    Automation with Ansible Course
    • Ansible Automation Cou...
    Ansible Lab Setup
    • Ansible Tutorial Class...
    Ansible Inventory configuration
    • Ansible Tutorial Class...
    Ansible Ad-Hoc Commands with examples
    • Ansible Tutorial Class...
    Writing your first Ansible playbook guide
    • Ansible Tutorial Class...
    How to variables in Ansible playbook
    • Ansible Tutorial Class...
    Conditionals and Loops of Ansible playbooks
    • Ansible Tutorial Class...
    Ansible playbook challenge
    • Ansible Tutorial | Ans...
    Deploy LAMP Stack Using Ansible Playbook
    • Ansible Tutorial Class...
    Tags Ansible
    • Ansible Tutorial Class...
    Ansible Roles
    • Ansible Tutorial Class...
    Ansible Vault
    • Ansible Tutorial Class...

Комментарии • 34

  • @thedarkparadox
    @thedarkparadox 2 года назад +1

    Who knew that clearing out all the fluff in the pre-made snmpd.conf file and putting in 3 lines of code would get it done. Can always expand on it and add more down the road.
    Thanks for this, Arkit.

  • @AmitKumar-ei2se
    @AmitKumar-ei2se 2 года назад +1

    I have compile snmp in ubuntu using commands configure, make and make install but problem is everything work fine but server not running on port 161.

  • @zaffarsyed-w7o
    @zaffarsyed-w7o 11 месяцев назад +1

    super please create more videos

  • @amazingeyecatch7118
    @amazingeyecatch7118 2 года назад +1

    How recollect data.. from agent if it hangs from some time..

    • @TechArkit
      @TechArkit  Год назад +1

      Restart the snmpd service

  • @omaral-halabiah2851
    @omaral-halabiah2851 5 лет назад +1

    useful video, thanks, but which package i have to install on snmp server that is include snmpget tool

    • @TechArkit
      @TechArkit  5 лет назад +1

      net-snmp* is enough will get all the utils

  • @amazingeyecatch7118
    @amazingeyecatch7118 2 года назад +1

    How we can get this rhel interface??

  • @Alberto4178-t7f
    @Alberto4178-t7f 5 лет назад +1

    Hi Arkit , you done with ansible ?

    • @TechArkit
      @TechArkit  5 лет назад +1

      No Still few topics are pending to upload. will upload few more videos soon.

  • @akashzakde8160
    @akashzakde8160 5 лет назад +1

    Hello sir , from where u get the oid in video??

  • @rakeshmevada6623
    @rakeshmevada6623 3 года назад +1

    How to SNMP plugins tar file download and whare it is install and how it is directly install all plugins in libex directory

    • @TechArkit
      @TechArkit  3 года назад +1

      exchange.nagios.org/directory/Plugins/Network-Protocols/SNMP/Nagios-SNMP-Plugins/details Download and install.

    • @rakeshmevada6623
      @rakeshmevada6623 3 года назад +1

      @@TechArkit , thanks sir , but can you describe this process how to download and install

  • @MA-pm1di
    @MA-pm1di 3 года назад +1

    Hello Sir, I want to learn how the SNMP Set command works. How does the device understand this command?

  • @rakeshmevada6623
    @rakeshmevada6623 3 года назад +2

    How to configure SNMP in nagios Centos 8

    • @TechArkit
      @TechArkit  3 года назад +2

      Which version your looking for, if it is SNMP V2 as showed in this video.
      github.com/techarkit/nagios/blob/master/snmpd.conf

    • @rakeshmevada6623
      @rakeshmevada6623 3 года назад +1

      @@TechArkit hi I need sampale configuration file whare put /usr/local/nagios/etc/object/server.cfg, please help me to Which configuration put in this file ,give me at list one host configuration details through SNMP,same as switch, router etc

    • @TechArkit
      @TechArkit  3 года назад +2

      @@rakeshmevada6623 All Config files are here github.com/techarkit/nagios

    • @rakeshmevada6623
      @rakeshmevada6623 3 года назад

      @@TechArkit , but I need host configuration file through SNMP,I m using Nagios core 4.4.6 in centos8, so please help me to send host.sfg sample file HDD, CPU, uptime,ping oad value how to define ?

    • @rakeshmevada6623
      @rakeshmevada6623 3 года назад

      Please suggest

  • @halbastomer924
    @halbastomer924 4 года назад +1

    thanks sir, please I want video about Debian + ubuntu , how to install SNMP on server ubuntu or Debian ?????? please tell me

    • @TechArkit
      @TechArkit  4 года назад +3

      apt-get install snmp* -y
      Follow the same steps.

  • @rakeshmevada6623
    @rakeshmevada6623 2 года назад +1

    Ravi sir can you make it one video how to configure all prameter through SNMP , windows server,and network devices and how to download and install this all plagins and configur,in command.cfg and windows server.cfg file if this video you upload it is all of you more halp full , please do needful.

    • @rakeshmevada6623
      @rakeshmevada6623 2 года назад +1

      Please respond

    • @TechArkit
      @TechArkit  2 года назад +2

      Will do, i am currently working in Nagios Core Complete Course.

  • @lavanyaklavanya3520
    @lavanyaklavanya3520 2 года назад +1

    How to stop snmpd permanently

    • @TechArkit
      @TechArkit  2 года назад +2

      systemctl stop snmpd; systemctl mask snmpd;