Does Net-SNMP support the TCP and UDP MIBs out-of-the-box?
http://net-snmp.sourceforge.net/docs/mibs/tcp.html
http://net-snmp.sourceforge.net/docs/mibs/udp.html
Does Net-SNMP have a built-in agent that exposes the TCP and UDP MIB information?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
NET-SNMP framework provides SNMP agent with quite broad RFC support. If you want to enable MIB module handlers for TCP-MIB and UDP-MIB just enable them while executing configuration script using following option:
However, you may check if these MIBs are enabled by default (this may depend on NET-SNMP version used) by performing simple snmpwalk command on 1.3.6.1.2.1.6 OID.
Hope that helps.