Monitor physical interfaces of FTG cluster with SNMP
Hello,
I'm trying to detect when physical interfaces get down on a cluster (Active / Passive) with snmp get.
I can see physical interfaces descr at oid iso.3.6.1.2.1.31.1.1.1 and iso.3.6.1.2.1.47.1.1.1.1.7 but I can't find the ifOperStatus.
It doesn't seems to be a IF-MIB.
I think iso.3.6.1.2.1.47.1.1.1.1. refers to the active FTG. So I could use IF-MIB oid to get the interface status of the active member.
How to get the status of Passive member physical interfaces?
Thanks