For the purpose of writing method routines, SNMP variables are separated into families. A
family consists of all of the leaf MIB variables with the same immediate parent node, or
root (the Object Identifier without the instance information). For example, in MIB-II the
following variables form a single family since they are all children of ifEntry
(1.3.6.1.2.1.2.2.1):
ifIndex 1.3.6.1.2.1.2.2.1.1
ifDescr 1.3.6.1.2.1.2.2.1.2
...skipping entries between...
ifOutQLen 1.3.6.1.2.1.2.2.1.21
ifSpecific 1.3.6.1.2.1.2.2.1.22
Note that ifNumber (1.3.6.1.2.1.2.1) is also a member of the interfaces group, but it is
not a member of the same family since it is not a child of ifEntry.