As I see in your debug, this interfaces ignored by "empty ifType" rule.
Device really not report ifType for this interfaces.. It's definitely a firmware issue.
I.e. correct interface:
ifDescr.37 = ethernet1/1/2:1
|
|
ifType.37 = ethernetCsmacd
|
|
ifOperStatus.37 = down
|
ifAlias.37 =
|
ifName.37 = ethernet1/1/2:1
|
Broken interface (ie Et1/1/33):
ifDescr.996 = ethernet1/1/33:1
|
ifOperStatus.996 = up
|
ifAlias.996 = TR Srv trunk p17; 10G
|
ifName.996 = ethernet1/1/33:1
|
Please write to vendor support issue about missing snmp fields port some interfaces.
Not sure if I can do something in that case..
Added os exclude for check empty ifType.
Fixed in r11861.