I'm trying to filter what interfaces to add by Interface type, but I see that type is an enum. I'm unable to find the documentation of the enum. Is there a way to query it or otherwise where is it documented?
Thanks!
It's the ifType enum from IANA. https://www.iana.org/assignments/ianaiftype-mib/ianaiftype-mib
Thank you!