Hi, If I have two tables, one of them references the other. For example, a table that represents DHCP settings including configurations like DHCP pool name, DHCP Server IP address and a DHCP client IP Range pool which has client start IP addresses, end IP addresses...How do I define those two tables, DHCP settings table and DHCP client IP range table in a MIB file and the code.
In the MIB file, my assumption is to have a foreign key (DHCP setting ID) in the referencing table (DHCP client IP range table) that refers to the primary key (Setting ID) in the referenced table (DHCP settings table). Or is it possible to use the newly user-defined object type (a DHCP client IP range table) to define a new instance in the DHCP setting table as a column? I appreciate any advices or examples in the code implementation too. Many thanks /Pan ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
