A late reply to this thread but I'm facing the same issue. To set something with SNMP, I need to put in an OctetString with BITS Syntax. This are the possibilities:
BITS {interface1(0),
interface2(1),
interface3(2),
interface4(3),
interface5(4),
interface6(5),
interface7(6),
interface8(7)
}
And combinations are possible. I don't know how to set only interface5 or interface2, interface3 and interface5 together or how to set all of them together.
Can someone help me, please?
Thank you