<?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: Enable RADIUS auth for CLI and EDM in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69402#M866</link>
    <description>&lt;P&gt;Same thing seems to be is happening when configuring the radius reachability account, have a password that contains characters:&lt;/P&gt;&lt;P&gt;@=!@[/*+_:|&amp;amp;?&lt;/P&gt;&lt;P&gt;And this this same error:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;acli.pl: Redundant argument in sprintf&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 20:59:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-01-21T20:59:32Z</dc:date>
    <item>
      <title>Enable RADIUS auth for CLI and EDM</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69398#M862</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Just in the process of configuring RADIUS on a 8404 using version 8.2.&lt;/P&gt;&lt;P&gt;First thing&amp;nbsp;I notice&amp;nbsp;is when I try and enter this command:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;radius server host 172.9.99.120 key ****** source-ip 10.0.0.210&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;acli.pl: Redundant argument in sprintf&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;My assumption here is that this might be related to the new segmented management feature, so no longer need to define source-ip and enable&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;sourceip-flag&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I see in the configuration guide there is this command:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;radius server host WORD used-by {cli|snmp|web} &lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;cli—configure the server for CLI authentication.&lt;/LI&gt;	&lt;LI&gt;eapol—configure the server for EAPoL authentication.&lt;/LI&gt;	&lt;LI&gt;snmp—configure the server for SNMP authentication.&lt;/LI&gt;	&lt;LI&gt;web—configure the server for Web authentication&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I don’t think this is what I am expecting it to be, but confused why I can only select one at a time, The default is cli.&lt;/P&gt;&lt;P&gt;If I try this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;radius server host 158.119.128.243 used-by web enable&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error: setting RadiusServHostTbl, radius server does not exist&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Although I think ‘used-by web’ isn’t related to the EDM, maybe web based authentication?&lt;/P&gt;&lt;P&gt;I have RADIUS configured just with the configuration below at the moment, and works when logging in&amp;nbsp;for CLI access:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;radius server host 158.119.128.243 key ******&lt;BR /&gt;radius server host 158.119.60.11 key ******&lt;BR /&gt;radius enable&lt;BR /&gt;radius accounting enable&lt;BR /&gt;radius accounting include-cli-commands&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Issue is, how do I configure this so that (if its possible) that RADIUS auth is used for accessing the EDM?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What about those other options, how do I use those if I can only select one at a time?&lt;/P&gt;&lt;P&gt;I know I’ve completely miss-understood here the purpose of the commands, but just trying to add some context to understand in bigger picture.&lt;/P&gt;&lt;P&gt;Maybe some examples of their use will help?&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 18:52:12 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69398#M862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-21T18:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Enable RADIUS auth for CLI and EDM</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69399#M863</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here a working config in prod (obfuscated):&lt;/P&gt;&lt;P&gt;radius server host A.B.C.D key ******&lt;BR /&gt;radius server host A.B.C.E key ******&lt;BR /&gt;radius server host A.B.C.D key ******&amp;nbsp; used-by web&lt;BR /&gt;radius server host A.B.C.E key ******&amp;nbsp; used-by web&lt;BR /&gt;radius enable&lt;BR /&gt;radius reachability username USER password PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mig&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 19:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69399#M863</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-01-21T19:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Enable RADIUS auth for CLI and EDM</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69400#M864</link>
      <description>&lt;P&gt;Hi Mig,&lt;/P&gt;&lt;P&gt;Thanks for posting back.&lt;/P&gt;&lt;P&gt;I currently have this in place:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;radius server host 10.119.128.243 key ****** &lt;BR /&gt;radius server host 10.119.60.11 key ****** &lt;BR /&gt;radius enable &lt;BR /&gt;radius accounting enable &lt;BR /&gt;radius accounting include-cli-commands&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Which works for cli login, but when I try and add either:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;radius server host 10.119.128.243 used-by web enable&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;radius server host 10.119.128.243 key ********* used-by web&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;acli.pl: Redundant argument in sprintf&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;if I try it this way around:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;radius server host 10.119.128.243 used-by web key **********&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get this error:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Error: setting RadiusServHostTbl, radius server does not exist&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Looking at the the ‘redundant argument in sprintf’ error I noticed that it didn't seem to get any arguments after the password, like&amp;nbsp;‘used-by web’, see below:&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="43d80c0348034592a7b52aedf063e2cc_990b4d8b-6663-4adf-aff6-38cece0fa057.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5650i879540A83176A769/image-size/large?v=v2&amp;amp;px=999" role="button" title="43d80c0348034592a7b52aedf063e2cc_990b4d8b-6663-4adf-aff6-38cece0fa057.png" alt="43d80c0348034592a7b52aedf063e2cc_990b4d8b-6663-4adf-aff6-38cece0fa057.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;Yet if I used a different password it does!&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="43d80c0348034592a7b52aedf063e2cc_b75b082a-ed43-4851-9677-c811c48abd6d.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/212i2266F45DEAE7D4DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="43d80c0348034592a7b52aedf063e2cc_b75b082a-ed43-4851-9677-c811c48abd6d.png" alt="43d80c0348034592a7b52aedf063e2cc_b75b082a-ed43-4851-9677-c811c48abd6d.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;I think the issue might be because I’m using characters in my password like $ # ! &amp;amp;, and something in that it doesn’t like.&lt;/P&gt;&lt;P&gt;I’ll have a play and post back&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 20:33:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69400#M864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-21T20:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Enable RADIUS auth for CLI and EDM</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69401#M865</link>
      <description>&lt;P&gt;That worked!&lt;/P&gt;&lt;P&gt;Whether that is a bug or not I’m not sure, but one of these characters&amp;nbsp;$ # ! &amp;amp; VOSS doesn’t like in the password?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 20:43:06 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69401#M865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-21T20:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Enable RADIUS auth for CLI and EDM</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69402#M866</link>
      <description>&lt;P&gt;Same thing seems to be is happening when configuring the radius reachability account, have a password that contains characters:&lt;/P&gt;&lt;P&gt;@=!@[/*+_:|&amp;amp;?&lt;/P&gt;&lt;P&gt;And this this same error:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;acli.pl: Redundant argument in sprintf&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 20:59:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69402#M866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-21T20:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Enable RADIUS auth for CLI and EDM</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69403#M867</link>
      <description>&lt;P&gt;Martin&lt;/P&gt;&lt;P&gt;If you see an error message with “acli.pl” in front of it, that is a message from my ACLI terminal, not the switch itself.&lt;/P&gt;&lt;P&gt;Yes, the &amp;amp; character gets interpreted as an iteration of values by my terminal.&lt;/P&gt;&lt;P&gt;You can put double-quotes around the sharedSecret and ACLI terminal will not then interpret “&amp;amp;” inside the quotes and the VSP seems able to correctly process a secretKey inside double-quotes also, I just tested it (but not single quotes!! VSP then uses the single quotes as part of the shared secret!!).&lt;/P&gt;&lt;P&gt;Else you just hit CTRL-T and come out of interactive mode (% prompt) then issue the command there.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Ludovico Stevens&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 21:44:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69403#M867</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2021-01-21T21:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Enable RADIUS auth for CLI and EDM</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69404#M868</link>
      <description>&lt;P&gt;Hi Ludovico,&lt;/P&gt;&lt;P&gt;Need to change the answer to this post to your answer some how!&lt;/P&gt;&lt;P&gt;Hadn’t even dawned on me it could be that, gotten used to using the ACLI as a straight forward terminal emulator - taken it for granted :).&lt;/P&gt;&lt;P&gt;Interestingly I had been using Tera-Term, and just switched to the ACLI to get better outputs when using the cfg command.&lt;/P&gt;&lt;P&gt;Great to know as will bear this in mind in the future.&lt;/P&gt;&lt;P&gt;Thanks for testing, really appreciated.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 21:51:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/enable-radius-auth-for-cli-and-edm/m-p/69404#M868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-21T21:51:14Z</dc:date>
    </item>
  </channel>
</rss>

