<?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: configuring ISR 4331 with RADIUS authentication using management i in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/configuring-isr-4331-with-radius-authentication-using-management/m-p/4758771#M579330</link>
    <description>&lt;P&gt;This is an old topic... but...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;aaa authentication login default group radius local&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;should be...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;aaa authentication login default group our_name local&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Jan 2023 15:13:59 GMT</pubDate>
    <dc:creator>Gregory Kahl</dc:creator>
    <dc:date>2023-01-20T15:13:59Z</dc:date>
    <item>
      <title>configuring ISR 4331 with RADIUS authentication using management interface</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-isr-4331-with-radius-authentication-using-management/m-p/3891529#M24741</link>
      <description>&lt;P&gt;I have a ISR 4331 router, I configured have configured it so I can sign on using a RADIUS server. I have also made sure the ip ftp source-interface gigabitethernet 0" is the correct interface. Also, i have added the following configuration "&lt;/P&gt;&lt;P&gt;aaa group server radius name &amp;nbsp; &amp;nbsp;ip vrf forwarding Mgmt-intf"&lt;/P&gt;&lt;P&gt;Lgos: Request timed out!&lt;BR /&gt;.Jul 16 03:51:21.863: %RADIUS-4-RADIUS_DEAD: RADIUS server xxx.xxx.xxx.xxx 8:1812,1813 is not responding.&lt;BR /&gt;.Jul 16 03:51:21.863: %RADIUS-4-RADIUS_ALIVE: RADIUS server xxx.xxx.xxx.xxx:1812,1813 is being marked alive. I cannot ping the radius server unless I use&amp;nbsp;ping vrf Mgmt-intf xxx.xxx.xxx.xxx.&amp;nbsp; I know the RADIUS server config is good since all of our switches are working correctly. Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 02:48:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-isr-4331-with-radius-authentication-using-management/m-p/3891529#M24741</guid>
      <dc:creator>efarkhondeh</dc:creator>
      <dc:date>2019-07-17T02:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ISR 4331 with RADIUS authentication using management interface</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-isr-4331-with-radius-authentication-using-management/m-p/3891557#M24745</link>
      <description>Not sure why you are using ip ftp source command for radius.&lt;BR /&gt;&lt;BR /&gt;This should work (if you can ping using the vrf interface and you don't&lt;BR /&gt;have an rule to block radius ports)&lt;BR /&gt;&lt;BR /&gt;ip radius source-interface Vlan11 vrf test-vrf&lt;BR /&gt;!&lt;BR /&gt;aaa group server radius test-radius&lt;BR /&gt; server name test-srv&lt;BR /&gt; ip vrf forwarding test-vrf&lt;BR /&gt;!&lt;BR /&gt;radius server test-srv&lt;BR /&gt; address ipv4 10.10.10.7 auth-port 1812 acct-port 1813&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jul 2019 03:52:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-isr-4331-with-radius-authentication-using-management/m-p/3891557#M24745</guid>
      <dc:creator>Mohammed al Baqari</dc:creator>
      <dc:date>2019-07-17T03:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ISR 4331 with RADIUS authentication using management interface</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-isr-4331-with-radius-authentication-using-management/m-p/3892848#M24747</link>
      <description>&lt;P&gt;This is my config which is similar to yours but it is not working:&lt;/P&gt;&lt;P&gt;aaa group server radius our_name&lt;BR /&gt;server xxx.xxx.xxx.xxx&lt;BR /&gt;ip vrf forwarding Mgmt-intf&lt;/P&gt;&lt;P&gt;sh r&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius local&lt;BR /&gt;aaa authentication login console-auth local&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0&lt;BR /&gt;vrf forwarding Mgmt-intf&lt;BR /&gt;ip address xxx.xxx.xxx.xxx 255.255.255.0&lt;BR /&gt;negotiation auto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip radius source-interface GigabitEthernet0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;radius server Our_server&lt;BR /&gt;address ipv4 xxx.xxx.xxx.xxx auth-port 1812 acct-port 1813&lt;BR /&gt;key our_key&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 14:43:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-isr-4331-with-radius-authentication-using-management/m-p/3892848#M24747</guid>
      <dc:creator>efarkhondeh</dc:creator>
      <dc:date>2019-07-18T14:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: configuring ISR 4331 with RADIUS authentication using management i</title>
      <link>https://community.cisco.com/t5/network-access-control/configuring-isr-4331-with-radius-authentication-using-management/m-p/4758771#M579330</link>
      <description>&lt;P&gt;This is an old topic... but...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;aaa authentication login default group radius local&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;should be...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;aaa authentication login default group our_name local&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2023 15:13:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/configuring-isr-4331-with-radius-authentication-using-management/m-p/4758771#M579330</guid>
      <dc:creator>Gregory Kahl</dc:creator>
      <dc:date>2023-01-20T15:13:59Z</dc:date>
    </item>
  </channel>
</rss>

