<?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: Setting up SNMPv3 for PRTG in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/setting-up-snmpv3-for-prtg/m-p/49649#M13194</link>
    <description>I will add that 50.204.100.145 is the public IP (PRTG server) the traps need to go to.  10.1.20.1 gets nat'd by my firewall to a public IP set directly for the switch.  ICMP and SNMP are the only allowed services and the rules are working.  I verified that by my successful config of SNMPv2.</description>
    <pubDate>Fri, 23 Oct 2015 19:03:00 GMT</pubDate>
    <dc:creator>Brian_Butts</dc:creator>
    <dc:date>2015-10-23T19:03:00Z</dc:date>
    <item>
      <title>Setting up SNMPv3 for PRTG</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/setting-up-snmpv3-for-prtg/m-p/49648#M13193</link>
      <description>I'm trying to setup SNMPv3 on an x450e-24p for remote monitoring.  I've been able to get snmpv2 working but I'd like to encrypt this traffic as it does not go though a VPN to my PRTG server.  I've tried falling the guides on the GTAC but so far I've had no luck.  Below is my config.  I've already deleted the SNMPv2 config.&lt;BR /&gt;
&lt;BR /&gt;
ExtremeXOS  Copyright (C) 1996-2015 Extreme Networks. All rights reserved.&lt;BR /&gt;
&lt;BR /&gt;
  This product is protected by one or more US patents listed at &lt;A href="http://www.extremenetworks.com/patents" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.extremenetworks.com/patents&lt;/A&gt; along with their foreign counterparts.&lt;BR /&gt;
&lt;BR /&gt;
  ==============================================================================&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  Press the &lt;TAB&gt; or '?' key at any time for completions.&lt;BR /&gt;
&lt;BR /&gt;
  Remember to save your configuration changes.&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  X450e-24p.1 # show config&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module devmgr configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  configure snmp sysLocation "Brian_Butts'_Home_Network"&lt;BR /&gt;
&lt;BR /&gt;
  configure snmp sysContact "Brian_Butts"&lt;BR /&gt;
&lt;BR /&gt;
  configure sys-recovery-level switch reset&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module vlan configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan default delete ports all&lt;BR /&gt;
&lt;BR /&gt;
  configure vr VR-Default delete ports 1-26&lt;BR /&gt;
&lt;BR /&gt;
  configure vr VR-Default add ports 1-26&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan default delete ports 1-26&lt;BR /&gt;
&lt;BR /&gt;
  create vlan "FW"&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan FW tag 20&lt;BR /&gt;
&lt;BR /&gt;
  create vlan "public"&lt;BR /&gt;
&lt;BR /&gt;
  create vlan "Server"&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan Server tag 10&lt;BR /&gt;
&lt;BR /&gt;
  create vlan "Things"&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan Things tag 30&lt;BR /&gt;
&lt;BR /&gt;
  create vlan "WifiPr"&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan WifiPr tag 40&lt;BR /&gt;
&lt;BR /&gt;
  enable sharing 21 grouping 21-23 algorithm address-based L2 lacp&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan FW add ports 17 untagged  &lt;BR /&gt;
&lt;BR /&gt;
  configure vlan public add ports 3-4 untagged  &lt;BR /&gt;
&lt;BR /&gt;
  configure vlan Server add ports 21 tagged  &lt;BR /&gt;
&lt;BR /&gt;
  configure vlan Things add ports 9-16, 18 untagged  &lt;BR /&gt;
&lt;BR /&gt;
  configure vlan WifiPr add ports 1-2, 5 untagged  &lt;BR /&gt;
&lt;BR /&gt;
  configure vlan Things ipaddress 10.1.30.1 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
  enable ipforwarding vlan Things&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan WifiPr ipaddress 10.1.40.1 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
  enable ipforwarding vlan WifiPr&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan Server ipaddress 10.1.10.1 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
  enable ipforwarding vlan Server&lt;BR /&gt;
&lt;BR /&gt;
  configure vlan FW ipaddress 10.1.20.1 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
  enable ipforwarding vlan FW&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module fdb configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module rtmgr configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  configure iproute add default 10.1.20.10&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module mcmgr configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  configure igmp snooping vlan "Things" ports 9 add static router&lt;BR /&gt;
&lt;BR /&gt;
  configure igmp snooping vlan "Things" ports 10 add static router&lt;BR /&gt;
&lt;BR /&gt;
  configure igmp snooping vlan "Things" ports 11 add static router&lt;BR /&gt;
&lt;BR /&gt;
  configure igmp snooping vlan "Things" ports 12 add static router&lt;BR /&gt;
&lt;BR /&gt;
  configure igmp snooping vlan "Things" ports 13 add static router&lt;BR /&gt;
&lt;BR /&gt;
  configure igmp snooping vlan "Things" ports 14 add static router&lt;BR /&gt;
&lt;BR /&gt;
  configure igmp snooping vlan "Things" ports 15 add static router&lt;BR /&gt;
&lt;BR /&gt;
  configure igmp snooping vlan "Things" ports 16 add static router&lt;BR /&gt;
&lt;BR /&gt;
  enable mvr vr VR-Default&lt;BR /&gt;
&lt;BR /&gt;
  configure mvr add vlan Things&lt;BR /&gt;
&lt;BR /&gt;
  configure mvr vlan Things mvr-address mvr_address_range&lt;BR /&gt;
&lt;BR /&gt;
  configure mvr vlan Things static group none&lt;BR /&gt;
&lt;BR /&gt;
  configure mvr add vlan WifiPr&lt;BR /&gt;
&lt;BR /&gt;
  configure mvr vlan WifiPr mvr-address mvr_address_range_wifipr&lt;BR /&gt;
&lt;BR /&gt;
  configure mvr vlan WifiPr static group none&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module aaa configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  configure account admin encrypted "jWz.MJ$qhCnFcbimMlx99QNp.e.L." &lt;BR /&gt;
&lt;BR /&gt;
  create account admin bbutts encrypted "PCaRMJ$t2sN5JH1X63jmTtIivRX50" &lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module acl configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module bfd configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module cfgmgr configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module dosprotect configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module dot1ag configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module eaps configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module edp configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module elrp configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module ems configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module epm configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  enable cpu-monitoring interval 20 &lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module erps configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module esrp configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module ethoam configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module etmon configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module hal configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module idMgr configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  create ldap domain "Service-BNS.com" default&lt;BR /&gt;
&lt;BR /&gt;
  configure ldap domain "Service-BNS.com" base-dn none&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module ipSecurity configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module ipfix configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module lacp configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module lldp configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module mrp configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module msdp configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module netLogin configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module netTools configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  configure dns-client add name-server 8.8.8.8 vr VR-Default&lt;BR /&gt;
&lt;BR /&gt;
  configure dns-client add name-server 23.119.196.81 vr VR-Default&lt;BR /&gt;
&lt;BR /&gt;
  configure dns-client add name-server 10.1.10.5 vr VR-Default&lt;BR /&gt;
&lt;BR /&gt;
  configure bootprelay add 10.1.10.5 vr VR-Default&lt;BR /&gt;
&lt;BR /&gt;
  enable bootprelay vlan Default&lt;BR /&gt;
&lt;BR /&gt;
  enable bootprelay vlan FW&lt;BR /&gt;
&lt;BR /&gt;
  enable bootprelay vlan public&lt;BR /&gt;
&lt;BR /&gt;
  enable bootprelay vlan Server&lt;BR /&gt;
&lt;BR /&gt;
  enable bootprelay vlan Things&lt;BR /&gt;
&lt;BR /&gt;
  enable bootprelay vlan WifiPr&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module poe configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  disable inline-power ports 5&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module rip configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  enable rip&lt;BR /&gt;
&lt;BR /&gt;
  configure rip add vlan Server&lt;BR /&gt;
&lt;BR /&gt;
  configure rip add vlan Things&lt;BR /&gt;
&lt;BR /&gt;
  configure rip add vlan WifiPr&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module r.png configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module snmpMaster configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add user monitor authentication md5 auth-encrypted hex 65:8e:0d:5b:19:4c:1d:62:7b:e5:49:c0:07??8d:8f privacy aes 128 privacy-encrypted hex 53:01:82:fb:bb:49:44:e2:c5:1a:2b:d0:51:73:99:1d &lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add group admin user monitor sec-model usm &lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add access admin sec-model usm sec-level priv read-view defaultUserView notify-view defaultNotifyView &lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add community Service-BNS encrypted name Service-BNS user v1v2c_rw &lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add target-addr inform param infparam ipaddress 50.204.100.145 transport-port 162 from 10.1.20.1 tag-list defaultInform &lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add target-addr snmpv3target param snmpv3params ipaddress 50.204.100.145 transport-port 162 tag-list Service-BNS &lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add target-addr v1v2cNotifyTAddr1 param v1v2cNotifyParam1 ipaddress 50.204.100.145 transport-port 162 tag-list defaultNotify &lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add target-params infparam user monitor mp-model snmpv3 sec-model usm sec-level priv &lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add target-params v1v2cNotifyParam1 user v1v2cNotifyUser1 mp-model snmpv2c sec-model snmpv2c sec-level noauth &lt;BR /&gt;
&lt;BR /&gt;
  configure snmpv3 add notify defaultInform tag defaultInform type inform &lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module stp configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  configure mstp region 00049628240a&lt;BR /&gt;
&lt;BR /&gt;
  configure stpd s0 delete vlan default ports all&lt;BR /&gt;
&lt;BR /&gt;
  disable stpd s0 auto-bind vlan default&lt;BR /&gt;
&lt;BR /&gt;
  enable stpd s0 auto-bind vlan Default&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module telnetd configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module tftpd configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module thttpd configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  enable web http&lt;BR /&gt;
&lt;BR /&gt;
  enable web https&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module vmt configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;
  # Module vsm configuration.&lt;BR /&gt;
&lt;BR /&gt;
  #&lt;BR /&gt;
&lt;BR /&gt;&lt;/TAB&gt;</description>
      <pubDate>Fri, 23 Oct 2015 18:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/setting-up-snmpv3-for-prtg/m-p/49648#M13193</guid>
      <dc:creator>Brian_Butts</dc:creator>
      <dc:date>2015-10-23T18:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Setting up SNMPv3 for PRTG</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/setting-up-snmpv3-for-prtg/m-p/49649#M13194</link>
      <description>I will add that 50.204.100.145 is the public IP (PRTG server) the traps need to go to.  10.1.20.1 gets nat'd by my firewall to a public IP set directly for the switch.  ICMP and SNMP are the only allowed services and the rules are working.  I verified that by my successful config of SNMPv2.</description>
      <pubDate>Fri, 23 Oct 2015 19:03:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/setting-up-snmpv3-for-prtg/m-p/49649#M13194</guid>
      <dc:creator>Brian_Butts</dc:creator>
      <dc:date>2015-10-23T19:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Setting up SNMPv3 for PRTG</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/setting-up-snmpv3-for-prtg/m-p/49650#M13195</link>
      <description>Hi Brian,&lt;BR /&gt;
I'm going through some of the unanswered threads and found that we missed this one.  Do you still need assistance with this?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Dec 2015 01:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/setting-up-snmpv3-for-prtg/m-p/49650#M13195</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-12-03T01:52:00Z</dc:date>
    </item>
  </channel>
</rss>

