cancel
Showing results for 
Search instead for 
Did you mean: 

reading VRF IP-Interfaces via SNMP

reading VRF IP-Interfaces via SNMP

PeterK
Contributor III
I'm looking for a SNMP-OID to read IP-Interface Information from a VRF.

IP-Interfaces from GRT is not a Problem, but I need Information from multiple additional VRFs.

currently I've VSP4900 runnig VOSS 8.5

I checked a lot "rapid city" related MIBs, but didn't find a subtree.

Does anyone have a solution?
5 REPLIES 5

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

--

Curiouser and curiouser.
GTM-P2G8KFN