Skyler
Dec 19, 2023Nimbostratus
Looking for a way to present WIDEIP-->Pool-->Pool member on GTM
Recently I've been looking to automate F5 patrols, and I'm looking for a way to present the WIDEIP on the GTM along with its corresponding Pool and corresponding Pool member.
It's like this show command:
show gtm wideip a all detail | grep -i -e "wideip\|Destination" grep -i -e Gtm::Pool::A grep -i -e "Pool\|Destination"
It can clearly show the correspondence between these elements. But I would like to implement it in a more "native" way, e.g. through OID or API.
I found a few OIDs corresponding to these elements and was able to capture the full amount of information, but couldn't match them up one by one.
Like:
.1.3.6.1.4.1.3375.2.3.12.1.2.1.1,:gtmWideipEntry
.1.3.6.1.4.1.3375.2.3.12.5.2.1.2,: gtmWideipPoolEntry
But I can't directly correspond to the information captured by these two OIDs
Can I use the API to capture and correspond directly to these elements?
Or the OID way which I'm not sure about yet!🤧
Or the OID way which I'm not sure about yet!🤧