--- net-snmp-5.4.1/agent/mibgroup/mibII.h (revision 16428)
+++ net-snmp-5.4.1-patch/agent/mibgroup/mibII.h (working copy)
@@ -30,3 +30,10 @@
#if defined( linux )
config_require(ip-mib ip-forward-mib tcp-mib udp-mib)
#endif
+
+/*
+ * For Solaris, enable additional tables.
+ */
+#if defined( solaris2 )
+config_require(ip-mib/ipSystemStatsTable ip-mib/ipAddressTable)
+#endif