Need Help with custom MIB poller
I need to test the operational status of a Brocade 5000 SAN Switch. I have found the OID 1.3.6.1.2.1.75.1.2.2.1.2, this will respond with 4 possible answers:
1: online(1)
2: offline(2)
3: testing(3)
4: linkFailure(4)
What is returned to me is only the status of the first interface. I need to see the status of all 32 Fibre ports. How do you get it to returen the value for each Fibre port?