<?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 RADIUS Attributes for Virtual Connect in BladeSystem - General</title>
    <link>https://community.hpe.com/t5/bladesystem-general/radius-attributes-for-virtual-connect/m-p/5679677#M31434</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Glen had a RADIUS question for Virtual Connect:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*******************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please advise the details for implementing RADIUS authorization with VC?&amp;nbsp; Specifically, what is the Vendor Specific Attribute number for Virtual Connect? Is there any detailed documentation for implementing RADIUS with VC (other than the VC User Guide)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Info from Pallavi:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;********************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are the steps to configure RADIUS on VC. You can refer the attachment for &amp;nbsp;some more details on the RADIUS implementation in VC.&lt;/P&gt;&lt;P&gt;Hope this is useful. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configuring RADIUS authentication on VC&lt;/P&gt;&lt;P&gt;To configure RADIUS on VC, do the following using the VCM GUI or CLI:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Configuring RADIUS using VCM GUI&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Login to the VCM GUI as Administrator.&lt;/LI&gt;&lt;LI&gt;Turn RADIUS authentication on, and then configure the RADIUS server.&lt;/LI&gt;&lt;LI&gt;Configure the RADIUS Server key.&lt;/LI&gt;&lt;LI&gt;If desired, the default UDP port number used to listen to RADIUS can be changed. The well-known port for RADIUS is 1812. Two devices exchanging RADIUS packets must use the same port numbers.&lt;/LI&gt;&lt;LI&gt;Configure the timeout period for contacting the RADIUS server.&lt;/LI&gt;&lt;LI&gt;Optionally configure the secondary server, if needed.&lt;/LI&gt;&lt;LI&gt;Apply and save the configuration.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Configuring RADIUS using VCM CLI&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Login to the VCM CLI as a non–RADIUS user with domain privilege.&lt;/LI&gt;&lt;LI&gt;Run the following command to set the TACACS configuration parameters:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;U&gt;a) Configure primary server &lt;/U&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; set radius Enabled=true ServerAddress=&amp;lt;primary server address&amp;gt; Port=1812 ServerKey=&amp;lt;shared-secret server key-as-configured-on-primary-server&amp;gt; Timeout=&amp;lt;no. of seconds&amp;gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;-&amp;gt; set radius Enabled=true ServerAddress=10.10.10.113 Port=1812 ServerKey=testing123 Timeout=4&lt;/P&gt;&lt;P&gt;&lt;U&gt;b) Configure secondary server (optional) &lt;/U&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; set radius SecondaryServerAddress=&amp;lt;secondary server address&amp;gt; SecondaryPort=1812 SecondaryServerKey=&amp;lt;shared-secret server key-as-configured-on-secondary-server&amp;gt; SecondaryTimeout=&amp;lt;no. of seconds&amp;gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;-&amp;gt; set radius SecondaryServerAddress=10.10.10.115 SecondaryPort=1812 SecondaryServerKey=testing456 Timeout=3&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; Primary and secondary servers can be configured in one command.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Verify the RADIUS configuration parameters set as shown below:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;-&amp;gt; show radius&lt;/P&gt;&lt;P&gt;Enabled&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : true&lt;/P&gt;&lt;P&gt;ServerAddress&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 10.10.10.113&lt;/P&gt;&lt;P&gt;Port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: 1812&lt;/P&gt;&lt;P&gt;Timeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4&lt;/P&gt;&lt;P&gt;SecondaryServerAddress : 10.10.10.115&lt;/P&gt;&lt;P&gt;SecondaryPort&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1812&lt;/P&gt;&lt;P&gt;SecondaryTimeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE: &lt;/STRONG&gt;Server keys will not be displayed in the CLI output given above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If you have logged in using VCM CLI, run the following command to add a RADIUS group. The group-name must match a group configured on the RADIUS server for the relevant user:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;-&amp;gt; add radius-group &amp;lt;group-name&amp;gt; privileges=...&lt;/P&gt;&lt;P&gt;Eg: -&amp;gt; add radius-group test privileges=network,storage&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Verify the RADIUS group configuration as shown below:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;-&amp;gt;show radius-group&lt;/P&gt;&lt;P&gt;==================================&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges&amp;nbsp;&amp;nbsp; Description&lt;/P&gt;&lt;P&gt;==================================&lt;/P&gt;&lt;P&gt;test&amp;nbsp;&amp;nbsp;&amp;nbsp; network&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- --&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;storage&lt;/P&gt;&lt;P&gt;----------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG align="center" src="https://community.hpe.com/t5/image/serverpage/image-id/7079iC8053740ABCEAD3A/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="webpic94.png" title="webpic94.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Comments or questions?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jun 2012 16:17:39 GMT</pubDate>
    <dc:creator>chuckk281</dc:creator>
    <dc:date>2012-06-04T16:17:39Z</dc:date>
    <item>
      <title>RADIUS Attributes for Virtual Connect</title>
      <link>https://community.hpe.com/t5/bladesystem-general/radius-attributes-for-virtual-connect/m-p/5679677#M31434</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Glen had a RADIUS question for Virtual Connect:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*******************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please advise the details for implementing RADIUS authorization with VC?&amp;nbsp; Specifically, what is the Vendor Specific Attribute number for Virtual Connect? Is there any detailed documentation for implementing RADIUS with VC (other than the VC User Guide)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Info from Pallavi:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;********************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below are the steps to configure RADIUS on VC. You can refer the attachment for &amp;nbsp;some more details on the RADIUS implementation in VC.&lt;/P&gt;&lt;P&gt;Hope this is useful. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configuring RADIUS authentication on VC&lt;/P&gt;&lt;P&gt;To configure RADIUS on VC, do the following using the VCM GUI or CLI:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Configuring RADIUS using VCM GUI&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Login to the VCM GUI as Administrator.&lt;/LI&gt;&lt;LI&gt;Turn RADIUS authentication on, and then configure the RADIUS server.&lt;/LI&gt;&lt;LI&gt;Configure the RADIUS Server key.&lt;/LI&gt;&lt;LI&gt;If desired, the default UDP port number used to listen to RADIUS can be changed. The well-known port for RADIUS is 1812. Two devices exchanging RADIUS packets must use the same port numbers.&lt;/LI&gt;&lt;LI&gt;Configure the timeout period for contacting the RADIUS server.&lt;/LI&gt;&lt;LI&gt;Optionally configure the secondary server, if needed.&lt;/LI&gt;&lt;LI&gt;Apply and save the configuration.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Configuring RADIUS using VCM CLI&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Login to the VCM CLI as a non–RADIUS user with domain privilege.&lt;/LI&gt;&lt;LI&gt;Run the following command to set the TACACS configuration parameters:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;U&gt;a) Configure primary server &lt;/U&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; set radius Enabled=true ServerAddress=&amp;lt;primary server address&amp;gt; Port=1812 ServerKey=&amp;lt;shared-secret server key-as-configured-on-primary-server&amp;gt; Timeout=&amp;lt;no. of seconds&amp;gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;-&amp;gt; set radius Enabled=true ServerAddress=10.10.10.113 Port=1812 ServerKey=testing123 Timeout=4&lt;/P&gt;&lt;P&gt;&lt;U&gt;b) Configure secondary server (optional) &lt;/U&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; set radius SecondaryServerAddress=&amp;lt;secondary server address&amp;gt; SecondaryPort=1812 SecondaryServerKey=&amp;lt;shared-secret server key-as-configured-on-secondary-server&amp;gt; SecondaryTimeout=&amp;lt;no. of seconds&amp;gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;-&amp;gt; set radius SecondaryServerAddress=10.10.10.115 SecondaryPort=1812 SecondaryServerKey=testing456 Timeout=3&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt; Primary and secondary servers can be configured in one command.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Verify the RADIUS configuration parameters set as shown below:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;-&amp;gt; show radius&lt;/P&gt;&lt;P&gt;Enabled&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : true&lt;/P&gt;&lt;P&gt;ServerAddress&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 10.10.10.113&lt;/P&gt;&lt;P&gt;Port&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;: 1812&lt;/P&gt;&lt;P&gt;Timeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4&lt;/P&gt;&lt;P&gt;SecondaryServerAddress : 10.10.10.115&lt;/P&gt;&lt;P&gt;SecondaryPort&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 1812&lt;/P&gt;&lt;P&gt;SecondaryTimeout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE: &lt;/STRONG&gt;Server keys will not be displayed in the CLI output given above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If you have logged in using VCM CLI, run the following command to add a RADIUS group. The group-name must match a group configured on the RADIUS server for the relevant user:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;-&amp;gt; add radius-group &amp;lt;group-name&amp;gt; privileges=...&lt;/P&gt;&lt;P&gt;Eg: -&amp;gt; add radius-group test privileges=network,storage&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Verify the RADIUS group configuration as shown below:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;-&amp;gt;show radius-group&lt;/P&gt;&lt;P&gt;==================================&lt;/P&gt;&lt;P&gt;Name&amp;nbsp;&amp;nbsp;&amp;nbsp; Privileges&amp;nbsp;&amp;nbsp; Description&lt;/P&gt;&lt;P&gt;==================================&lt;/P&gt;&lt;P&gt;test&amp;nbsp;&amp;nbsp;&amp;nbsp; network&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- --&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;storage&lt;/P&gt;&lt;P&gt;----------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;IMG align="center" src="https://community.hpe.com/t5/image/serverpage/image-id/7079iC8053740ABCEAD3A/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="webpic94.png" title="webpic94.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;***************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Comments or questions?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 16:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/bladesystem-general/radius-attributes-for-virtual-connect/m-p/5679677#M31434</guid>
      <dc:creator>chuckk281</dc:creator>
      <dc:date>2012-06-04T16:17:39Z</dc:date>
    </item>
  </channel>
</rss>

