$ grep -i "Create Interface:" Twincast_IP942HF9_en_US_UTF-8.log | wc -l 768
$ grep -i "Create Interface:" Twincast_IP942HF9_en_US_UTF-8.log | grep -i bundle | awk ' {print $4 $5}
IF-Device-1/1111[Bundle-Ether1100]
IF-Device-1/2222[Bundle-Ether3318]
IF-Device-1/3333[Bundle-Ether3307]
IF-Device-1/4444[Bundle-Ether3317]
IF-Device-1/5555[Bundle-Ether3325]
pagpGroupIfIndexOID {".1.3.6.1.4.1.9.9.98.1.1.1.1.8"}
pagpGroupIfIndexOID "." phyPortIndex:integer fs lagPortIndex:integer
While creating these AggregateInterface,Smarts will be removing the interface object associated with the same index and then replace it with the AggregateInterface class.
From the debug log, there are no debug prints executed.
This means none of the rule was called that creates the AggregateInterface.
The only possibility could be that there are no data being populated in the above said oid (i.e pagpGroupIfIndexOID {".1.3.6.1.4.1.9.9.98.1.1.1.1.8"})
If there exist data, then please enable packet capture during the course of discovery to see if there are any abnormalities while probing pagpGroupIfIndex OIDs