03-21-2022 06:00 AM
07-24-2024 08:59 AM
I'm late to the party but I got here as fast as I could.
I reached out to GTAC with this same question. What I've learned is that the VRF IDs can be enumerated via SNMP using the MIB rcVrfNameVrfName (1.3.6.1.4.1.2272.1.203.1.1.5.1.2). Once you discover the active VRF IDs, you can pivot to query each VRF using the context, vrf<id>.
For example, to query VRF ID 1:
snmpwalk -On -v3 -u <username> -a SHA -A <authsecret> -l authpriv -x AES -X <privsectret> -n vrf1 <switchIP> 1.3.6