<?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 RE: how to configure snmp host when the snmp server is in one VRF? in Data Center (SLX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20109#M35</link>
    <description>Trying a better formatting&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;vrf mgmt-vrf&lt;BR /&gt; rd 1:1&lt;BR /&gt; address-family ipv4&lt;BR /&gt; ip route 0.0.0.0/0 10.1.1.1&lt;BR /&gt; exit-address-family&lt;BR /&gt;&lt;BR /&gt;management-vrf mgmt-vrf&lt;BR /&gt;&lt;BR /&gt;interface management 1&lt;BR /&gt; vrf for mgmt-vrf&lt;BR /&gt; ip address 10.1.1.2/24&lt;BR /&gt; enable&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Many thanks,&lt;BR /&gt;
Sargis</description>
    <pubDate>Mon, 17 Dec 2018 18:55:00 GMT</pubDate>
    <dc:creator>Sargis_Minasyan</dc:creator>
    <dc:date>2018-12-17T18:55:00Z</dc:date>
    <item>
      <title>how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20105#M31</link>
      <description>how to configure snmp host when the snmp server address is in one VRF? Is it support? Thank you.</description>
      <pubDate>Mon, 17 Dec 2018 17:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20105#M31</guid>
      <dc:creator>println</dc:creator>
      <dc:date>2018-12-17T17:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20106#M32</link>
      <description>Does the below config work for you:&lt;BR /&gt;
&lt;BR /&gt;
rb3(config)# rb 3 &lt;BR /&gt;
rb3(config-rbridge-id-3)# vrf TEST &lt;BR /&gt;
rb3(config-vrf-TEST)# exit &lt;BR /&gt;
rb3(config-rbridge-id-3)# exit &lt;BR /&gt;
rb3(config)# snmp-server host 10.1.1.1 public use-vrf TEST ?&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
 severity-level   Severity level associated with traps&lt;BR /&gt;
 source-interface  Interface IP address to be used as a source address for Traps&lt;BR /&gt;
 udp-port      Port number used to send traps.&lt;BR /&gt;
 version      Version used to send traps.&lt;BR /&gt;
         &lt;BR /&gt;
rb3(config)# snmp-server host 10.1.1.1 public use-vrf TEST &lt;BR /&gt;
rb3(config-host-10.1.1.1/public)# &lt;BR /&gt;
&lt;BR /&gt;
The example is for NOS, for SLX-OS VRF will be created globally rather than at RB level. Also "v3host" is used instead of "host", if the server is using SNMP v3 for authorization/encryption. &lt;BR /&gt;
&lt;BR /&gt;
Many thanks,&lt;BR /&gt;
Sargis</description>
      <pubDate>Mon, 17 Dec 2018 18:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20106#M32</guid>
      <dc:creator>Sargis_Minasyan</dc:creator>
      <dc:date>2018-12-17T18:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20107#M33</link>
      <description>Hi Sargis,&lt;BR /&gt;
Sorry I forgot to mention I'm using MLX,Looks like the Netlron OS is different from NOS.  But didn't find the command for MLX.&lt;BR /&gt;
&lt;BR /&gt;
MLX(config)#snmp-server host 1.1.1.1 ?&lt;BR /&gt;
 version  SNMP version or security model&lt;BR /&gt;
 &lt;BR /&gt;
MLX(config)#snmp-server host 1.1.1.1 v&lt;BR /&gt;
 version  SNMP version or security model&lt;BR /&gt;
MLX(config)#snmp-server host 1.1.1.1 version ?&lt;BR /&gt;
 v1  SNMP version or security model 1&lt;BR /&gt;
 v2c  SNMP version or security model 2&lt;BR /&gt;
 v3  SNMP version or security model 3&lt;BR /&gt;
MLX(config)#snmp-server host 1.1.1.1 version v3 ?&lt;BR /&gt;
 auth   SNMP v3 security level 2 or authentication&lt;BR /&gt;
 noauth  SNMP v3 security level 1 or none&lt;BR /&gt;
 priv   SNMP v3 security level 3 or authentication &amp;amp; privacy&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
MLX(config)#vrf ?&lt;BR /&gt;
 ASCII string  Name of VRF (up to 255 characters)&lt;BR /&gt;
MLX(config)#vrf test&lt;BR /&gt;
MLX(config-vrf-test)#?&lt;BR /&gt;
 address-family        Enter Address Family command mode&lt;BR /&gt;
 clear             Clear table/statistics/keys&lt;BR /&gt;
 cls              Clear screen&lt;BR /&gt;
 end              End Configuration level and go to Privileged&lt;BR /&gt;
                level&lt;BR /&gt;
 exit             Exit current level&lt;BR /&gt;
 exit-address-family      Exit Address Family command mode&lt;BR /&gt;
 exit-vrf           Exit IP VRF mode&lt;BR /&gt;
 ip              VRF specific IP commands&lt;BR /&gt;
 no              Undo/disable commands&lt;BR /&gt;
 quit             Exit to User level&lt;BR /&gt;
 rd              Configure Route Distinguisher&lt;BR /&gt;
 route-target         Configure Target VPN Extended Communities&lt;BR /&gt;
 show             Display system information&lt;BR /&gt;
 write             Write running configuration to flash or terminal&lt;BR /&gt;
 &lt;BR /&gt;
MLX(config-vrf-test)#</description>
      <pubDate>Mon, 17 Dec 2018 18:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20107#M33</guid>
      <dc:creator>println</dc:creator>
      <dc:date>2018-12-17T18:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20108#M34</link>
      <description>I don't think that's supported, but you could configure a specific VRF as management VRF, which will possibly switch SNMP to that VRF (together with some other mgmt services). A sample config for that would be:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;vrf mgmt-vrf&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; rd 1:1&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; address-family ipv4&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; ip route 0.0.0.0/0 10.1.1.1 &lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; exit-address-family&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;management-vrf mgmt-vrf&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;interface management 1&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; vrf for mgmt-vrf&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; ip address 10.1.1.2/24&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt; enable&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Many thanks,&lt;BR /&gt;
Sargis</description>
      <pubDate>Mon, 17 Dec 2018 18:53:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20108#M34</guid>
      <dc:creator>Sargis_Minasyan</dc:creator>
      <dc:date>2018-12-17T18:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20109#M35</link>
      <description>Trying a better formatting&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;vrf mgmt-vrf&lt;BR /&gt; rd 1:1&lt;BR /&gt; address-family ipv4&lt;BR /&gt; ip route 0.0.0.0/0 10.1.1.1&lt;BR /&gt; exit-address-family&lt;BR /&gt;&lt;BR /&gt;management-vrf mgmt-vrf&lt;BR /&gt;&lt;BR /&gt;interface management 1&lt;BR /&gt; vrf for mgmt-vrf&lt;BR /&gt; ip address 10.1.1.2/24&lt;BR /&gt; enable&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Many thanks,&lt;BR /&gt;
Sargis</description>
      <pubDate>Mon, 17 Dec 2018 18:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20109#M35</guid>
      <dc:creator>Sargis_Minasyan</dc:creator>
      <dc:date>2018-12-17T18:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20110#M36</link>
      <description>I believe what you are looking for is Context Mapping:&lt;BR /&gt;
&lt;BR /&gt;
For V3, you simply map a Context to a VRF:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;device (Config)# snmp-server context context-name vrf vrf-name&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
For V1/V2c, in addition to the Context to VRF association, you create a community map in order to map the Context to a Community name:&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;device (Config)# snmp-server mib community-map community-name context context-name&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Now whenever you create a host using the set context or community name, traps will be sent on that VRF.&lt;BR /&gt;
&lt;BR /&gt;
A full explanation can be found in the &lt;A href="https://documentation.extremenetworks.com/netiron/SW/60x/53-1004196-02_MgmtNetIron_6.0.00_CG_Apr2016.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;NI 6.0 Management Guide&lt;/A&gt; (starting on page 214)</description>
      <pubDate>Mon, 17 Dec 2018 22:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20110#M36</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2018-12-17T22:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20111#M37</link>
      <description>Hi Michael,&lt;BR /&gt;
How can the vrf aware the NMS is in global routing table? I never use the snmp context, could you pls explain a little bit more on how it works? Thanks.</description>
      <pubDate>Tue, 18 Dec 2018 10:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20111#M37</guid>
      <dc:creator>println</dc:creator>
      <dc:date>2018-12-18T10:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20112#M38</link>
      <description>Thank you Sargis!</description>
      <pubDate>Tue, 18 Dec 2018 16:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20112#M38</guid>
      <dc:creator>println</dc:creator>
      <dc:date>2018-12-18T16:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20113#M39</link>
      <description>I think I better understand your issue now.  &lt;BR /&gt;
&lt;BR /&gt;
My previous post mainly pertains to incoming SNMP managment traffic, which is allowed on any VRF.  However outbound management traffic is only sent out via the Default VRF or the configured Mangement VRF as Sargis detailed.&lt;BR /&gt;
&lt;BR /&gt;
Your SNMP management device will need to either be on the default VRF or on the configured Management VRF.</description>
      <pubDate>Tue, 18 Dec 2018 22:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20113#M39</guid>
      <dc:creator>Michael_Morey</dc:creator>
      <dc:date>2018-12-18T22:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: how to configure snmp host when the snmp server is in one VRF?</title>
      <link>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20114#M40</link>
      <description>I‘m understand that now. Thanks a lot Michael!’</description>
      <pubDate>Thu, 20 Dec 2018 13:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-slx/how-to-configure-snmp-host-when-the-snmp-server-is-in-one-vrf/m-p/20114#M40</guid>
      <dc:creator>println</dc:creator>
      <dc:date>2018-12-20T13:56:00Z</dc:date>
    </item>
  </channel>
</rss>

