Forum Discussion
Michael_Baker
Neophyte
2 years agoDepending on the vendor?
Cisco Nexus use a propertysource on the devices and walk 1.3.6.1.4.1.9.9.468.1.1.1 to get a list of VRF’s
Then a datasource to walk 1.3.6.1.2.1.15.3.1.7
The special part os the community what we done is used the VRF name as part of the context so our community would then be
$VRFNAME-CM
Also a contextname as a property
This would then grab the BGP peers from within the VRF
igeorgiev
Neophyte
10 months agoHi Michael,
For the setup that you are describing, did you have multiple VRFs or just one? I have a Nexus switch with two VRFs and have been banging my head against the wall for a while, trying to monitor both VRFs at the same time. I can monitor one of them with no problem but not both.
If you have multiple VRFs, do you mind sharing more details?