Difference between revisions of "FAQ:General 18"

From Net-SNMP Wiki
Jump to: navigation, search
 
(Latest FAQ revision - preparing for 5.5 release)
 
Line 1: Line 1:
= Is Net-SNMP thread safe? =
+
= What ports does SNMP use? =
  
{{subst:FAQ:General_18}}
+
{{FAQ:General_16b}}
  
 
     [[FAQ:General]]
 
     [[FAQ:General]]
 
     {{FAQ:General}}
 
     {{FAQ:General}}

Latest revision as of 09:02, 21 July 2009

What ports does SNMP use?

There are three main network ports (and one named socket), which are typically used by SNMP. These are:

    UDP port 161       - SNMP requests (GET* and SET)
    UDP port 162       - SNMP notifications  (Traps/Informs)
    TCP port 705       - AgentX
    /var/agentx/master - AgentX

However, these are simply the default "well-known" ports for these purposes, and it is perfectly possible to accept requests on other ports.

   FAQ:General
   
  1. What is it?
  2. Where can I get it?
  3. What documentation is available?
  4. Are there binaries available?
  5. What's the difference between UCD-SNMP and Net-SNMP?
  6. What operating systems does it run on?
  7. What happens if mine isn't listed?
  8. Does it run on Windows?
  9. How do I find out about new releases?
  10. How can I find out what other people are doing?
  11. How do I submit a patch or bug report?
  12. Can I reuse the code in my commercial application?
  13. What's the difference between SNMPv1, SNMPv2 and SNMPv3?
    What's the difference between SNMPv2 and SNMPv2c?
  14. Which versions of SNMP are supported in this package?
  15. Can I use SNMPv1 requests with an SNMPv2 MIB (or vice versa)?
  16. How can I monitor my system with SNMP?
  17. Where can I find more information about network management?
  18. What ports does SNMP use?
  19. Is Net-SNMP thread safe?