<?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: Problem using oobm for aaa w/radius on 6120XG in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/problem-using-oobm-for-aaa-w-radius-on-6120xg/m-p/5582821#M30613</link>
    <description>&lt;P&gt;I should've responded back to this thread, but the fix seemed to be upgrading to the latest Firmware for these devices.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2012 17:52:05 GMT</pubDate>
    <dc:creator>Brandon Farmer</dc:creator>
    <dc:date>2012-03-13T17:52:05Z</dc:date>
    <item>
      <title>Problem using oobm for aaa w/radius on 6120XG</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/problem-using-oobm-for-aaa-w-radius-on-6120xg/m-p/5286263#M30111</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a number of 6120XG blade switches for which I'm attempting to configure aaa with radius for authentication. &amp;nbsp;I have these switches setup with no IP address other than the OOBM interface. &amp;nbsp;I've tried configuring aaa with radius according to the docs, but it seems like the messages are never making it to my Radius server (Windows 2008 NPS). &amp;nbsp;Here's the config I'm using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;radius-server host 10.7.0.70 key "secretkey" oobm﻿&lt;/P&gt;&lt;P&gt;aaa authentication ssh login radius local&lt;/P&gt;&lt;P&gt;aaa authentication ssh enable radius local﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tailed the NPS log on the Windows server and I never see the request hit the NPS server. &amp;nbsp;I see this error in the log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;07/30/11 04:39:13 00421 radius: Can't reach RADIUS server 10.7.0.70﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which the docs say is a mismatched key, but I've checked, double-checked, retyped, and checked again, and the keys match.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the full config:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RAD-BS1-A# sh run&lt;BR /&gt;Running configuration:&lt;BR /&gt;; 516733-B21 Configuration Editor; Created on release #Z.14.26&lt;BR /&gt;hostname "RAD-BS1-A"&lt;/P&gt;&lt;P&gt;qos dscp-map 111000 priority 7&lt;/P&gt;&lt;P&gt;qos dscp-map 110000 priority 6&lt;/P&gt;&lt;P&gt;qos dscp-map 101000 priority 5&lt;/P&gt;&lt;P&gt;qos dscp-map 100000 priority 4&lt;/P&gt;&lt;P&gt;qos dscp-map 011000 priority 3&lt;/P&gt;&lt;P&gt;qos dscp-map 010000 priority 2&lt;/P&gt;&lt;P&gt;qos dscp-map 001000 priority 1&lt;/P&gt;&lt;P&gt;qos dscp-map 000000 priority 0&lt;/P&gt;&lt;P&gt;interface 23&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;disable&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;lacp Active&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;interface 24&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;disable&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;lacp Active&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;interface 17&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;name "RAD-6509E-2_Te5/2"&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;ip default-gateway 10.7.3.1&lt;/P&gt;&lt;P&gt;vlan 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;name "DEFAULT_VLAN"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;untagged 17-24&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;no untagged 1-16&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;no ip address&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;exit&lt;/P&gt;&lt;P&gt;vlan 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;name "Server_VLAN"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;untagged 1-2,4-8,10-16&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;tagged 3,9,17&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;no ip address&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;ip igmp high-priority-forward&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;exit&lt;/P&gt;&lt;P&gt;vlan 50&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;name "CSM"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;tagged 3,9,17&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;no ip address&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;exit&lt;/P&gt;&lt;P&gt;logging 10.7.0.108 oobm&lt;/P&gt;&lt;P&gt;logging facility local5&lt;/P&gt;&lt;P&gt;radius-server host 10.7.0.70 key "secretkey" oobm&lt;/P&gt;&lt;P&gt;timesync sntp&lt;/P&gt;&lt;P&gt;sntp unicast&lt;/P&gt;&lt;P&gt;sntp 300&lt;/P&gt;&lt;P&gt;sntp server priority 1 10.7.0.81 3 oobm&lt;/P&gt;&lt;P&gt;snmp-server community "SecretCommunity" unrestricted&lt;/P&gt;&lt;P&gt;aaa authentication ssh login radius local&lt;/P&gt;&lt;P&gt;aaa authentication ssh enable radius local&lt;/P&gt;&lt;P&gt;spanning-tree&lt;/P&gt;&lt;P&gt;spanning-tree config-name "Cisco-HP"&lt;/P&gt;&lt;P&gt;spanning-tree config-revision 1&lt;/P&gt;&lt;P&gt;spanning-tree instance 1 vlan 1 2 30 50 66 70 75 80 100-102 999&lt;/P&gt;&lt;P&gt;spanning-tree instance 2 vlan 20 40&lt;/P&gt;&lt;P&gt;oobm&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;ip address 10.7.3.13 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;ip default-gateway 10.7.3.1&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;exit&lt;/P&gt;&lt;P&gt;primary-vlan 2&lt;/P&gt;&lt;P&gt;password manager&lt;BR /&gt;﻿&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2011 04:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/problem-using-oobm-for-aaa-w-radius-on-6120xg/m-p/5286263#M30111</guid>
      <dc:creator>Brandon Farmer</dc:creator>
      <dc:date>2011-07-30T04:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using oobm for aaa w/radius on 6120XG</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/problem-using-oobm-for-aaa-w-radius-on-6120xg/m-p/5582809#M30612</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have the same problem. I capturing traffic with sniffer and I am not seeing radius request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/problem-using-oobm-for-aaa-w-radius-on-6120xg/m-p/5582809#M30612</guid>
      <dc:creator>apezuela</dc:creator>
      <dc:date>2012-03-13T17:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using oobm for aaa w/radius on 6120XG</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/problem-using-oobm-for-aaa-w-radius-on-6120xg/m-p/5582821#M30613</link>
      <description>&lt;P&gt;I should've responded back to this thread, but the fix seemed to be upgrading to the latest Firmware for these devices.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 17:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/problem-using-oobm-for-aaa-w-radius-on-6120xg/m-p/5582821#M30613</guid>
      <dc:creator>Brandon Farmer</dc:creator>
      <dc:date>2012-03-13T17:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem using oobm for aaa w/radius on 6120XG</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/problem-using-oobm-for-aaa-w-radius-on-6120xg/m-p/5590713#M30635</link>
      <description>&lt;P&gt;&amp;nbsp;What firmware version do you have?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Image stamp: /sw/code/build/vern(Z_14_zinfip_t4b)&lt;BR /&gt;Oct 13 2011 13:12:25&lt;BR /&gt;Z.14.29&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2012 15:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/problem-using-oobm-for-aaa-w-radius-on-6120xg/m-p/5590713#M30635</guid>
      <dc:creator>apezuela</dc:creator>
      <dc:date>2012-03-20T15:13:53Z</dc:date>
    </item>
  </channel>
</rss>

