Create a MibTable object from another table. All columnar objects and their instances are cloned.
Create a empty MibTable object with object identifier oid. The given oid refers to the object identifier of the corresponding SNMP table entry´s managed object (.1). The created table object supports arbitrary index length within the table, so an index first sub-identifier must contain the length of the index.
Create a empty MibTable object with object identifier oid and a fixed index length of ilen. The given oid refers to the object identifier of the corresponding SNMP table´s entry managed object (.1). The created table object supports only index lengths of ilen and the values of columnar object instances participating in the index are not set automatically.
Create a empty MibTable object with object identifier oid and a fixed index length of ilen. The given oid refers to the object identifier of the corresponding SNMP table´s entry managed object (.1). The created table object supports only index lengths of ilen and the values of columnar object instances participating in the index are set automatically if auto is true.