I have a question about snmp settings in Windows Server 2022.

영민 김 0 Reputation points
2023-02-23T09:03:10.0866667+00:00

The server monitoring system is monitoring the server where Windows Server 2022 is installed.

After setting snmp to monitor the server network traffic, the server monitoring system calls snmp.

IF-MIB::ifInOctets.6 = Counter32: 323027411 is called like this

Our server network card is a 1G card, so the call must be 64bit.

Is there a way to set snmp call value to 64bit in windows server?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Limitless Technology 44,666 Reputation points
    2023-02-23T16:32:14.1966667+00:00

    Hello there,

    This article describes how to configure the Simple Network Management Protocol (SNMP) Service in Windows Server 2003. This article describes how to configure SNMP agent properties, SNMP traps, and SNMP security. https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-snmp-service

    The SNMP Service, when configured for an agent, generates trap messages that are sent to a trap destination, if any specific events occur. For example, you can configure the SNMP service to send a trap when it receives a request for information that does not contain the correct community name and does not match an accepted host name for the service.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Lex Li (Microsoft) 6,017 Reputation points Microsoft Employee
    2024-12-03T20:51:34.4566667+00:00

    IETF defined 64 bit counters for the scenario you described,

    https://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/26007-faq-snmpcounter.html

    So ifHCInOctets should be queried instead of ifInOctets.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.