<?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: Having trouble configuring RADIUS on a 3750X switch. in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5142070#M590492</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1420211"&gt;@Mogwai&lt;/a&gt; you appear to be using a different command than provided previously. The command example previously provided is the newer command syntax, it could be your 3750-X is so old it does not support that command. On older IOS versions you define the RADIUS host and key in one command, the commands are not nested, this method is depreciated on newer versions.&lt;/P&gt;
&lt;P&gt;CURRENT SYNTAX&lt;/P&gt;
&lt;PRE&gt;3560(config)#&lt;STRONG&gt;radius server AAA-1&lt;/STRONG&gt;&lt;BR /&gt;3560(config-radius-server)#&lt;STRONG&gt;address ipv4 192.168.10.12 auth-port 1812 acct-port 1813&lt;/STRONG&gt;&lt;BR /&gt;3560(config-radius-server)#&lt;STRONG&gt;key Cisco1234&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;OLD SYNTAX&lt;/P&gt;
&lt;PRE&gt;3560(config)#&lt;STRONG&gt;radius-server host 192.168.10.12 key Cisco1234&lt;/STRONG&gt;&lt;BR /&gt;Warning: The CLI will be deprecated soon&lt;BR /&gt;'radius-server host 192.168.10.12 key Cisco1234'&lt;BR /&gt;Please move to 'radius server &amp;lt;name&amp;gt;' CLI.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Use which ever method your software image supports, the result is the same.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2024 12:01:23 GMT</pubDate>
    <dc:creator>Rob Ingram</dc:creator>
    <dc:date>2024-07-09T12:01:23Z</dc:date>
    <item>
      <title>Having trouble configuring RADIUS on a 3750X switch.</title>
      <link>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141534#M590462</link>
      <description>&lt;P&gt;Been at this for the better part of a morning &amp;amp; keep running into issues, I believe it's a small issue (or two), but not 100% sure.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm attempting to configure RADIUS authentication on a few new 3750X switches that I installed earlier in the year. Have plans to do the router later in the year also. We have two NPS servers as our AAA servers 10.8.60.200 &amp;amp; 201. &amp;amp; I've already setup the NPS client settings on the mirrored NPS/AAA servers for this new switch.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I currently have the switch using local creds. When I set up the switch I go through the following process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;(config)aaa new-model&lt;/P&gt;&lt;P&gt;(config)aaa group server radius TEST&lt;/P&gt;&lt;P&gt;(config-sg-radius)server RAD01 [Tests OK]&lt;/P&gt;&lt;P&gt;(config-sg-radius)server RAD02 [Tests OK]&lt;/P&gt;&lt;P&gt;This is where I think I'm having the issue, as when I "?" at this level I see the following options:&lt;/P&gt;&lt;P&gt;CEN-IDF6-3750X(config-sg-radius)#?&lt;BR /&gt;RADIUS Server-group commands:&lt;BR /&gt;accounting -- Specify a RADIUS attribute filter for accounting&lt;BR /&gt;attribute -- Customize selected radius attributes&lt;BR /&gt;authorization -- Specify a RADIUS attribute filter for authorization&lt;BR /&gt;backoff -- Retry backoff pattern (Default is retransmits with constant delay)&lt;BR /&gt;cache -- cached DB profile configuration&lt;BR /&gt;deadtime -- Specify time in minutes to ignore an unresponsive server&lt;BR /&gt;default -- Set a command to its defaults&lt;BR /&gt;exit -- Exit from RADIUS server-group confguration mode&lt;BR /&gt;ip -- Internet Protocol config commands&lt;BR /&gt;load-balance -- Server group load-balancing options.&lt;BR /&gt;no -- Negate a command or set its defaults&lt;BR /&gt;server -- Specify a RADIUS server&lt;BR /&gt;server-private -- Define a private RADIUS server (per group)&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the info I see online at this point references setting up the secret key, or "address ipv4 x.x.x.x. auth-port acct-port."&amp;nbsp; I'm not sure if I'm just doing something out of order or at the incorrect level, but I can't get the rest to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 16:17:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141534#M590462</guid>
      <dc:creator>Mogwai</dc:creator>
      <dc:date>2024-07-08T16:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble configuring RADIUS on a 3750X switch.</title>
      <link>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141593#M590469</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1420211"&gt;@Mogwai&lt;/a&gt; you don't configure the IP address or shared secret under the radius server group. You must define the AAA server object(s) separately and then reference those objects in the RADIUS server group. Example:&lt;/P&gt;
&lt;PRE&gt;radius server AAA-1&lt;BR /&gt; address ipv4 192.168.10.10 auth-port 1812 acct-port 1813&lt;BR /&gt; automate-tester username switch-probe ignore-acct-port probe-on&lt;BR /&gt; key XXXXXXXX&lt;BR /&gt;!&lt;BR /&gt;radius server AAA-2&lt;BR /&gt; address ipv4 192.168.10.11 auth-port 1812 acct-port 1813&lt;BR /&gt; automate-tester username switch-probe ignore-acct-port probe-on&lt;BR /&gt; key XXXXXXXX&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius ISE-RADIUS&lt;BR /&gt; server name AAA-1&lt;BR /&gt; server name AAA-2&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;HTH&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 17:59:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141593#M590469</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-07-08T17:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble configuring RADIUS on a 3750X switch.</title>
      <link>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141599#M590470</link>
      <description>&lt;P&gt;Dont confuse, I will explain what you see&lt;/P&gt;
&lt;P&gt;IP under&amp;nbsp;&lt;SPAN&gt;Server group is used mainly for config source of radius not use for server IP&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Key under server group is override what ypu config under server.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;What&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Is config server with IP and key and&amp;nbsp; optional port&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then use this server under server group.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I. E.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;radius server radius-1&lt;BR /&gt; address ipv4 x.x.x.x&lt;BR /&gt; key XXXXXXXX&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;aaa group server radius Radius-group&lt;BR /&gt; server name radius-1 &lt;/PRE&gt;
&lt;P&gt;MHM&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 18:09:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141599#M590470</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-07-08T18:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble configuring RADIUS on a 3750X switch.</title>
      <link>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141654#M590471</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;Gotcha, so I think I see what you're saying, but when I tried this I ran into another hiccup, but I think I see the way around it...&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;PRE&gt;radius server AAA-1&lt;BR /&gt; address ipv4 192.168.10.10 auth-port 1812 acct-port 1813&lt;BR /&gt; automate-tester username switch-probe ignore-acct-port probe-on&lt;BR /&gt; key XXXXXXXX&lt;/PRE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Just to make sure this is under the 'conf t' level?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 19:01:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141654#M590471</guid>
      <dc:creator>Mogwai</dc:creator>
      <dc:date>2024-07-08T19:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble configuring RADIUS on a 3750X switch.</title>
      <link>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141655#M590472</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1420211"&gt;@Mogwai&lt;/a&gt; correct, you must configure those commands under "conf t"&lt;/P&gt;
&lt;P&gt;FYI, the automate-tester commands are optional to confirm the RADIUS server is alive and not mandatory.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 19:05:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5141655#M590472</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-07-08T19:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble configuring RADIUS on a 3750X switch.</title>
      <link>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5142064#M590491</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/97036"&gt;@Rob Ingram&lt;/a&gt;&amp;nbsp;So, another question if you don't mind. As when I go under 'conf t' to setup the radius servers, I run the 1st command 'radius-server host RAD01', it translates &amp;amp; sees the server fine, but then the switch level doesn't change? It still stays at the config level?&amp;nbsp; From my understanding shouldn't I now be moved to different level in order to configure the IP/ports/key for the server?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I just run 'address ipv4 10.8.60.216 auth-port 1645 acct-port 1646' it takes the command, how can I confirm that it applied those to the correct RAD server?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 11:50:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5142064#M590491</guid>
      <dc:creator>Mogwai</dc:creator>
      <dc:date>2024-07-09T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble configuring RADIUS on a 3750X switch.</title>
      <link>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5142070#M590492</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1420211"&gt;@Mogwai&lt;/a&gt; you appear to be using a different command than provided previously. The command example previously provided is the newer command syntax, it could be your 3750-X is so old it does not support that command. On older IOS versions you define the RADIUS host and key in one command, the commands are not nested, this method is depreciated on newer versions.&lt;/P&gt;
&lt;P&gt;CURRENT SYNTAX&lt;/P&gt;
&lt;PRE&gt;3560(config)#&lt;STRONG&gt;radius server AAA-1&lt;/STRONG&gt;&lt;BR /&gt;3560(config-radius-server)#&lt;STRONG&gt;address ipv4 192.168.10.12 auth-port 1812 acct-port 1813&lt;/STRONG&gt;&lt;BR /&gt;3560(config-radius-server)#&lt;STRONG&gt;key Cisco1234&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;OLD SYNTAX&lt;/P&gt;
&lt;PRE&gt;3560(config)#&lt;STRONG&gt;radius-server host 192.168.10.12 key Cisco1234&lt;/STRONG&gt;&lt;BR /&gt;Warning: The CLI will be deprecated soon&lt;BR /&gt;'radius-server host 192.168.10.12 key Cisco1234'&lt;BR /&gt;Please move to 'radius server &amp;lt;name&amp;gt;' CLI.&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Use which ever method your software image supports, the result is the same.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 12:01:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5142070#M590492</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-07-09T12:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble configuring RADIUS on a 3750X switch.</title>
      <link>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5142106#M590493</link>
      <description>&lt;P&gt;Awesome &amp;amp; thanks for the clarification, I'll take a look at upgrading them &amp;amp; then another crack at the radius!&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 12:29:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/having-trouble-configuring-radius-on-a-3750x-switch/m-p/5142106#M590493</guid>
      <dc:creator>Mogwai</dc:creator>
      <dc:date>2024-07-09T12:29:39Z</dc:date>
    </item>
  </channel>
</rss>

