An easy one, I understand the formula to convert an ifIndex to slot/port has different parameters for many nortel/avaya devices.
On my 8600 slot 1/1 is ifIndex 64 and slot 2/1 is ifIndex 128
On a 5530 slot 1/1 is ifInfex 1 and slot 2/1 is ifIndex 129
On a 4550 or 470 slot 1/1 is ifIndex 1 and slot 2/1 is ifIndex 65
The factor is 64 or 128, and sometimes there's an offset or not.
Is there OIDs to get those values on the device I'm working on or if I have to manually test the chassis type and adjust the formula consequently ?
Thanks