Hi, Thanks for your reply.
Yes, we want to advertise which RFCs we are supporting for net-snmp 5.7.3 for clients/customers. The following RFCs i want to know which are supporting in net-snmp 5.7.3 or not ? RFC 2737: Entity MIB (Version 2) RFC 2863: MIB (Interfaces Group) RFC 3246: Expedited PHB RFC 3411: Architecture for SNMP Management Frameworks RFC 3412: Message Processing and Dispatching for the Simple Network Management Protocol (SNMP) RFC 3413: SNMP Applications RFC 3414: User-based Security Model (USM) for Version 3 of the Simple Network Management Protocol (SNMPv3) RFC 3415: View-based Access Control Model RFC 3416: V2 of SNMP Protocol Operations RFC 3417: Transport Mappings for the Simple Network Management Protocol (SNMP) RFC 4502: Remote Monitoring Management Information Base Version 2 The Core, Distribution, and Access products shall support the following network monitoring features: a. Simple Network Management Protocol Version 3 (SNMPv3) IAW RFCs 3411, 3412, 3413, 3414, 3415, 3416, and 3417. b. Remote Monitoring (RMON) IAW RFC 2819. The product shall minimally support the following RFC 2819 groups: ethernet statistics, history control, ethernet history, and alarm. c. Coexistence between Version 1, Version 2, and Version 3 of the Internet-standard Network Management Framework IAW RFC 3584. d. The Advanced Encryption Standard (AES) Cipher Algorithm in the SNMP User-based Security Model IAW RFC 3826. By the way i am compiling the snmp mibs like below: ifeq ($(strip ${BR2_PACKAGE_NETSNMP_SNMPV3}),y) NETSNMP_CONFIG += --with-default-snmp-version="3" \ --with-mib-modules="snmpv3mibs mibII utilities/execute" \ --with-out-mib-modules="ucd_snmp utilities notification notification-log-mib target agent_mibs agentx disman/event-mib disman/schedule host" else NETSNMP_CONFIG += --disable-md5 \ --disable-des \ --disable-privacy \ --with-default-snmp-version="2" \ --with-mib-modules="mibII/ipv6 utilities/execute" \ --with-out-mib-modules="snmpv3mibs ucd_snmp utilities notification notification-log-mib target agent_mibs agentx disman/event-mib disman/schedule host" endif If i want to support the above mentioned RFCs MIBs, i have to compile the respective mibs for my agent? if yes, can you please tell me the procedure. Thanks, Venkateswarlu.K On Mon, Nov 26, 2018 at 10:52 PM Wes Hardaker < harda...@users.sourceforge.net> wrote: > Venkateswarlu Konamki <venkat.kona...@gmail.com> writes: > > > Can someone tell me the list of RFCs supported by net-snmp 5.7.3 > > version ? > > We don't have a definitive list written out anywhere. Generally > speaking all the base RFCs, along with all the SNMPv3 RFCs are > supported. The agent supports a large number of MIB RFCs, but it > depends on whether or not you compile in certain modules sometimes that > are by default off. > > Can you be more specific on exactly what you need to know? Why do you > need a list of RFCs instead of a list of features you need? > > [many times companies like to advertise which RFCs they support as > clients ask for it, and maybe this is one of those cases] > -- > Wes Hardaker > Please mail all replies to net-snmp-coders@lists.sourceforge.net >
_______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders