Main SNMP OID

Source: Internet
Author: User
Tags snmp snmp oid snmpwalk

CPU
Percentages of user CPU time (sscpuuser)
. 1.3.6.1.4.1.2021.11.9
Percentages of system CPU time (sscpusystem)
. 1.3.6.1.4.1.2021.11.10
Percentages of idle CPU time (sscpuidle)
. 1.3.6.1.4.1.2021.11.11

Load
1 minute load (laload.1)
. 1.3.6.1.4.1.2021.10.1.3.1
5 minute load (laload.2)
. 1.3.6.1.4.1.2021.10.1.3.2
15 minute load (laload.3)
. 1.3.6.1.4.1.2021.10.1.3.3

Memory
Total swap size configured for the host (memtotalswap)
. 1.3.6.1.4.1.2021.4.3
Available swap space on the host (memavailswap)
. 1.3.6.1.4.1.2021.4.4
Total real/physical memory size on the host (memtotalreal)
. 1.3.6.1.4.1.2021.4.5
Available real/physical memory space on the host (memavailreal)
. 1.3.6.1.4.1.2021.4.6
Total Ram free (memtotalfree)
. 1.3.6.1.4.1.2021.4.11.0
Total Ram shared (memshared)
. 1.3.6.1.4.1.2021.4.20.
Total Ram buffered (membuffer)
. 1.3.6.1.4.1.2021.4.14.0
Total cached memory (memcached)
. 1.3.6.1.4.1.2021.4.15.0

Disks
Disks names (ns-disk-1-name)
. 1.3.6.1.4.1.2021.9.1.2
Disks avalaible space (ns-disk-1-avail)
. 1.3.6.1.4.1.2021.9.1.7
Disks used space (ns-disk-1-used)
. 1.3.6.1.4.1.2021.9.1.8
Disks use % (ns-disk-1-pct)
. 1.3.6.1.4.1.2021.9.1.9

Note:
The snmpd. conf needs to be edited. Add the following (assuming a machine with a "/" and "/Boot" partitions ):
Disk/
Disk/boot

Interfaces
Interfaces input octets (ifinoctets)
. 1.3.6.1.2.1.2.2.1.10
Interfaces input errors (ifinerrors)
. 1.3.6.1.2.1.2.2.1.14
Interfaces output octets (ifoutoctets)
. 1.3.6.1.2.1.2.2.1.16
Interfaces output errors (ifouterrors)
. 1.3.6.1.2.1.2.2.1.20

 

Use snmpwalk command to get the value of specific item for monitoring. For example, if I want to see via SNMP free memory in bytes, I will issue the command:

Snmpwalk-V 2C-C utm1 81.180.74.70. 1.3.6.1.4.1.2021.4.6

Explanation:
-V-version of SNMP (2C)
-C-community name (utm1)
81.180.74.70-the IP of server
. 1.3.6.1.4.1.2021.4.6-this is oId

Variable descriptor object identifier
System Group
Sysdescr 1.3.6.1.2.1.1.1
Sysobjectid 1.3.6.1.2.1.1.2
Sysuptime 1.3.6.1.2.1.1.3
Syscontact 1.3.6.1.2.1.1.4
Sysname 1.3.6.1.2.1.1.5
Syslocation 1.3.6.1.2.1.1.6
Sysservices 1.3.6.1.2.1.1.7
Interfaces Group
Ifnumber 1.3.6.1.2.1.2.1
Iftable 1.3.6.1.2.1.2.2
Ifentry 1.3.6.1.2.1.2.2.1
Ifindex 1.3.6.1.2.1.2.2.1.1
Ifdescr 1.3.6.1.2.1.2.2.1.2
Iftype 1.3.6.1.2.1.2.2.1.3
Ifmtu 1.3.6.1.2.1.2.2.1.4
Ifspeed 1.3.6.1.2.1.2.2.1.5
Ifphysaddress 1.3.6.1.2.1.2.2.1.6
Ifadminstatus 1.3.6.1.2.1.2.2.1.7
Ifoperstatus 1.3.6.1.2.1.2.2.1.8
Iflastchange 1.3.6.1.2.1.2.2.1.9
Ifinoctets 1.3.6.1.2.1.2.2.1.10
Ifinucastpkts 1.3.6.1.2.1.2.2.1.11
Ifinnucastpkts 1.3.6.1.2.1.2.2.1.12
Ifindiscards 1.3.6.1.2.1.2.2.1.13
Ifinerrors 1.3.6.1.2.1.2.2.1.14
Ifinunknownprotos 1.3.6.1.2.1.2.2.1.15
Ifoutoctets 1.3.6.1.2.1.2.2.1.16
Ifoutucastpkts 1.3.6.1.2.1.2.2.1.17
Ifoutnucastpkts 1.3.6.1.2.1.2.2.1.18
Ifoutdiscards 1.3.6.1.2.1.2.2.1.19
Ifouterrors 1.3.6.1.2.1.2.2.1.20
Ifoutqlen 1.3.6.1.2.1.2.2.1.21
Ifspecific 1.3.6.1.2.1.2.2.1.22
IP group
Ipforwarding 1.3.6.1.2.1.4.1
Ipdefaultttl 1.3.6.1.2.1.4.2
Ipinreceives 1.3.6.1.2.1.4.3
Ipinhdrerrors 1.3.6.1.2.1.4.4
Ipinaddrerrors 1.3.6.1.2.1.4.5
Ipforwdatagrams 1.3.6.1.2.1.4.6
Ipinunknownprotos 1.3.6.1.2.1.4.7
Ipindiscards 1.3.6.1.2.1.4.8
Ipindelivers 1.3.6.1.2.1.4.9
Ipoutrequests 1.3.6.1.2.1.4.10
Ipoutdiscards 1.3.6.1.2.1.4.11
Ipoutnoroutes 1.3.6.1.2.1.4.12
Ipreasmtimeout 1.3.6.1.2.1.4.13
Ipreasmreqds 1.3.6.1.2.1.4.14
Ipreasmoks 1.3.6.1.2.1.4.15
Ipreasmfails 1.3.6.1.2.1.4.16
Ipfragsoks 1.3.6.1.2.1.4.17
Ipfragsfails 1.3.6.1.2.1.4.18
Ipfragcreates 1.3.6.1.2.1.4.19
Ipaddrtable 1.3.6.1.2.1.4.20
Ipaddrentry 1.3.6.1.2.1.4.20.1
Ipadentaddr 1.3.6.1.2.1.4.20.1.1
Ipadentifindex 1.3.6.1.2.1.4.20.1.2
Ipadentnetmask 1.3.6.1.2.1.4.20.1.3
Ipadentbcastaddr 1.3.6.1.2.1.4.20.1.4
Ipadentreasmmaxsize 1.3.6.1.2.1.4.20.1.5
ICMP Group
Icmpinmsgs 1.3.6.1.2.1.5.1
Icmpinerrors 1.3.6.1.2.1.5.2
Icmpindestunreachs 1.3.6.1.2.1.5.3
Icmpintimeexcds 1.3.6.1.2.1.5.4
Icmpinparmprobs 1.3.6.1.2.1.5.5
Icmpinsrcquenchs 1.3.6.1.2.1.5.6
Icmpinredirects 1.3.6.1.2.1.5.7
Icmpinechos 1.3.6.1.2.1.5.8
Icmpinechoreps 1.3.6.1.2.1.5.9
Icmpintimestamps 1.3.6.1.2.1.5.10
Icmpintimestampreps 1.3.6.1.2.1.5.11
Icmpinaddrmasks 1.3.6.1.2.1.5.12
Icmpinaddrmaskreps 1.3.6.1.2.1.5.13
Icmpoutmsgs 1.3.6.1.2.1.5.14
Icmpouterrors 1.3.6.1.2.1.5.15
Icmpoutdestunreachs 1.3.6.1.2.1.5.16
Icmpouttimeexcds 1.3.6.1.2.1.5.17
Icmpoutparmprobs 1.3.6.1.2.1.5.18
Icmpoutsrcquenchs 1.3.6.1.2.1.5.19
Icmpoutredirects 1.3.6.1.2.1.5.20
Icmpoutechos 1.3.6.1.2.1.5.21
Icmpoutechoreps 1.3.6.1.2.1.5.22
Icmpouttimestamps 1.3.6.1.2.1.5.23
Icmpouttimestampreps 1.3.6.1.2.1.5.24
Icmpoutaddrmasks 1.3.6.1.2.1.5.25
Icmpoutaddrmaskreps 1.3.6.1.2.1.5.26
TCP group
Tcprtoalgorithm 1.3.6.1.2.1.6.1
Tcprtomin 1.3.6.1.2.1.6.2
Tcprtomax 1.3.6.1.2.1.6.3
Tcpmaxconn 1.3.6.1.2.1.6.4
Tcpactiveopens 1.3.6.1.2.1.6.5
Tcppassiveopens 1.3.6.1.2.1.6.6
Tcpattemptfails 1.3.6.1.2.1.6.7
Tcpestabresets 1.3.6.1.2.1.6.8
Tcpcurrestab 1.3.6.1.2.1.6.9
Tcpinsegs 1.3.6.1.2.1.6.10
Tcpoutsegs 1.3.6.1.2.1.6.11
Tcpretranssegs 1.3.6.1.2.1.6.12
Tcpconntable 1.3.6.1.2.1.6.13
Tcpconnentry 1.3.6.1.2.1.6.13.1
Tcpconnstate 1.3.6.1.2.1.6.13.1.1
Tcpconnlocaladdress 1.3.6.1.2.1.6.13.1.2
Tcpconnlocalport 1.3.6.1.2.1.6.13.1.3
Tcpconnremaddress 1.3.6.1.2.1.6.13.1.4
Tcpconnremport 1.3.6.1.2.1.6.13.1.5
Tcpinerrs 1.3.6.1.2.1.6.14
Tcpoutrsts 1.3.6.1.2.1.6.15
UDP Group
Udpinw.rams 1.3.6.1.2.1.7.1
Udpnoports 1.3.6.1.2.1.7.2
Udpinerrors 1.3.6.1.2.1.7.3
Udpoutdatagrams 1.3.6.1.2.1.7.4
Udptable 1.3.6.1.2.1.7.5
Udpentry 1.3.6.1.2.1.7.5.1
Udplocaladdress 1.3.6.1.2.1.7.5.1.1
Udplocalport 1.3.6.1.2.1.7.5.1.2
SNMP Group
Snmpinpkts 1.3.6.1.2.1.11.1
Snmpoutpkts 1.3.6.1.2.1.11.2
Snmpinbadversions 1.3.6.1.2.1.11.3
Snmpinbadcommunitynames 1.3.6.1.2.1.11.4
Snmpinbadcommunityuses 1.3.6.1.2.1.11.5
Snmpinasnparseerrs 1.3.6.1.2.1.11.6
Not used 1.3.6.1.2.1.11.7
Snmp1_obig 1.3.6.1.2.1.11.8
Snmpinnosuchnames 1.3.6.1.2.1.11.9
Snmpinbadvalues 1.3.6.1.2.1.11.10
Snmpinreadonlys 1.3.6.1.2.1.11.11
Snmpingenerrs 1.3.6.1.2.1.11.12
Snmp1_talreqvars 1.3.6.1.2.1.11.13
Snmpintotalsetvars 1.3.6.1.2.1.11.14
Snmpingetrequests 1.3.6.1.2.1.11.15
Snmpingetnexts 1.3.6.1.2.1.11.16
Snmpinsetrequests 1.3.6.1.2.1.11.17
Snmpingetresponses 1.3.6.1.2.1.11.18
Snmpintraps 1.3.6.1.2.1.11.19
Snmpouttoobig 1.3.6.1.2.1.11.20
Snmpoutnosuchnames 1.3.6.1.2.1.11.21
Snmpoutbadvalues 1.3.6.1.2.1.11.22
Not used 1.3.6.1.2.1.11.23
Snmpoutgenerrs 1.3.6.1.2.1.11.24
Snmpoutgetrequests 1.3.6.1.2.1.11.25
Snmpoutgetnexts 1.3.6.1.2.1.11.26
Snmpoutsetrequests 1.3.6.1.2.1.11.27
Snmpoutgetresponses 1.3.6.1.2.1.11.28
Snmpouttraps 1.3.6.1.2.1.11.29
Snmpenableauthentraps 1.3.6.1.2.1.11.30

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.