<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic reading VRF IP-Interfaces via SNMP in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8732#M313</link>
    <description>I'm looking for a SNMP-OID to read IP-Interface Information from a VRF.&lt;BR /&gt;&lt;BR /&gt;IP-Interfaces from GRT is not a Problem, but I need Information from multiple additional VRFs.&lt;BR /&gt;&lt;BR /&gt;currently I've VSP4900 runnig VOSS 8.5&lt;BR /&gt;&lt;BR /&gt;I checked a lot "rapid city" related MIBs, but didn't find a subtree.&lt;BR /&gt;&lt;BR /&gt;Does anyone have a solution?</description>
    <pubDate>Mon, 21 Mar 2022 13:00:00 GMT</pubDate>
    <dc:creator>PeterK</dc:creator>
    <dc:date>2022-03-21T13:00:00Z</dc:date>
    <item>
      <title>reading VRF IP-Interfaces via SNMP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8732#M313</link>
      <description>I'm looking for a SNMP-OID to read IP-Interface Information from a VRF.&lt;BR /&gt;&lt;BR /&gt;IP-Interfaces from GRT is not a Problem, but I need Information from multiple additional VRFs.&lt;BR /&gt;&lt;BR /&gt;currently I've VSP4900 runnig VOSS 8.5&lt;BR /&gt;&lt;BR /&gt;I checked a lot "rapid city" related MIBs, but didn't find a subtree.&lt;BR /&gt;&lt;BR /&gt;Does anyone have a solution?</description>
      <pubDate>Mon, 21 Mar 2022 13:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8732#M313</guid>
      <dc:creator>PeterK</dc:creator>
      <dc:date>2022-03-21T13:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: reading VRF IP-Interfaces via SNMP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8733#M314</link>
      <description>Does this helps?&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; General VRF info&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;Name: rcVrfMib&lt;BR /&gt;Oid: 1.3.6.1.4.1.2272.1.203.1&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Mapping IP-VLAN and VLAN-VRF&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;Name: rcIpAdEntVlanId&lt;BR /&gt;Oid: 1.3.6.1.4.1.2272.1.8.2.1.7&lt;BR /&gt;Name: rcVlanVrfId&lt;BR /&gt;Oid: 1.3.6.1.4.1.2272.1.3.2.1.48&lt;BR /&gt;&lt;BR /&gt;Mig&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2022 17:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8733#M314</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2022-03-23T17:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: reading VRF IP-Interfaces via SNMP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8734#M315</link>
      <description>Hi Mig,&lt;BR /&gt;&lt;BR /&gt;thanks for your answer.&lt;BR /&gt;&lt;BR /&gt;rcIpAddrTable=1.3.6.1.4.1.2272.1.8.2 --&amp;gt; I see only entries from GRT (CLIP &amp;amp; VLAN-IP-Interface)&lt;BR /&gt;rcVlanEntry=1.3.6.1.4.1.2272.1.3.2.1 --&amp;gt; contains no IP Information (value DVR IP Addr is also empty, because I'm using DVR one-ip)&lt;BR /&gt;&lt;BR /&gt;rcDvrInterfacesTable=1.3.6.1.4.1.2272.1.219.4 --&amp;gt; this is a little Workaround, for Client related IP Interfaces, but that also means, that CLIPs and NON-DVR IPs in a VRF is still not visible...&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Mar 2022 11:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8734#M315</guid>
      <dc:creator>PeterK</dc:creator>
      <dc:date>2022-03-24T11:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: reading VRF IP-Interfaces via SNMP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8735#M316</link>
      <description>Hi Peter, this is a sample of how to query a diff vrf, does this help?&lt;BR /&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;snmpwalk -v 2c -c communitystring::vrfcontextnumber ipaddress oid&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 16:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8735#M316</guid>
      <dc:creator>SamPirok</dc:creator>
      <dc:date>2022-03-25T16:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: reading VRF IP-Interfaces via SNMP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8736#M317</link>
      <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;I don't know.&lt;BR /&gt;&lt;BR /&gt;I tried version 3 with -n param, but this didn't help.&lt;BR /&gt;&lt;BR /&gt;At the End I will create a flexview with this information.</description>
      <pubDate>Mon, 28 Mar 2022 14:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/8736#M317</guid>
      <dc:creator>PeterK</dc:creator>
      <dc:date>2022-03-28T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE: reading VRF IP-Interfaces via SNMP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/109924#M2571</link>
      <description>&lt;P&gt;I'm late to the party but I got here as fast as I could.&lt;/P&gt;&lt;P&gt;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 &lt;SPAN&gt;MIB rcVrfNameVrfName &lt;/SPAN&gt;(&lt;SPAN&gt;1.3.6.1.4.1.2272.1.203.1.1.5.1.2&lt;/SPAN&gt;). Once you discover the active VRF IDs, you can pivot to query each VRF using the context, vrf&amp;lt;id&amp;gt;.&lt;/P&gt;&lt;P&gt;For example, to query VRF ID 1:&lt;/P&gt;&lt;P&gt;snmpwalk -On -v3 -u &amp;lt;username&amp;gt; -a SHA -A &amp;lt;authsecret&amp;gt; -l authpriv -x AES -X &amp;lt;privsectret&amp;gt; -n vrf1 &amp;lt;switchIP&amp;gt; 1.3.6&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:59:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/reading-vrf-ip-interfaces-via-snmp/m-p/109924#M2571</guid>
      <dc:creator>bu_jeff_wilson</dc:creator>
      <dc:date>2024-07-24T15:59:57Z</dc:date>
    </item>
  </channel>
</rss>

