<?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 Problem with RADIUS and VRF in Cisco 6500 in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/problem-with-radius-and-vrf-in-cisco-6500/m-p/1939077#M192465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of IOS are you running on your 6500?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius RADLegacy&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt; server host 10.10.4.18&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt; server host 10.10.5.15&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt; ip vrf forwarding LEGACY&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group RADLegacy local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group RADLegacy local&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Apr 2012 16:43:31 GMT</pubDate>
    <dc:creator>Javier Henderson</dc:creator>
    <dc:date>2012-04-15T16:43:31Z</dc:date>
    <item>
      <title>Problem with RADIUS and VRF in Cisco 6500</title>
      <link>https://community.cisco.com/t5/network-access-control/problem-with-radius-and-vrf-in-cisco-6500/m-p/1939075#M192433</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the next config of radius authentication:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius local&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;ip radius source-interface Vlan31 vrf LEGACY&lt;/P&gt;&lt;P&gt;radius-server host 10.10.4.18 auth-port 1645 acct-port 1646 key 7 XXXXXXXX&lt;/P&gt;&lt;P&gt;radius-server host 10.10.5.15 auth-port 1812 acct-port 1813 key 7 XXXXXXXX&lt;/P&gt;&lt;P&gt;radius-server vsa send accounting&lt;/P&gt;&lt;P&gt;radius-server vsa send authentication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authentication don´t work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the radius server the sniffer not detect the packets from the Cisco 6500 but the icmp packets from the 6500 arrive fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C6500# ping vrf LEGACY 10.10.4.18 SOUrce VLAN 31&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;/P&gt;&lt;P&gt;Sending 5, 100-byte ICMP Echos to 10.10.4.18, timeout is 2 seconds:&lt;/P&gt;&lt;P&gt;Packet sent with a source address of 10.10.5.254&lt;/P&gt;&lt;P&gt;!!!!!&lt;/P&gt;&lt;P&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan31&lt;/P&gt;&lt;P&gt; description XXXX&lt;/P&gt;&lt;P&gt; ip vrf forwarding LEGACY&lt;/P&gt;&lt;P&gt; ip address 10.10.5.254 255.255.254.0&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's correct my configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 01:59:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/problem-with-radius-and-vrf-in-cisco-6500/m-p/1939075#M192433</guid>
      <dc:creator>BASARTAK1</dc:creator>
      <dc:date>2019-03-11T01:59:49Z</dc:date>
    </item>
    <item>
      <title>Problem with RADIUS and VRF in Cisco 6500</title>
      <link>https://community.cisco.com/t5/network-access-control/problem-with-radius-and-vrf-in-cisco-6500/m-p/1939076#M192446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What VRF are you trying to enable this aaa ? If it not a per VRF AAA then simply define radius source as vlan31 - drop the vrf bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 19:59:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/problem-with-radius-and-vrf-in-cisco-6500/m-p/1939076#M192446</guid>
      <dc:creator>shoaibkhan</dc:creator>
      <dc:date>2012-04-12T19:59:50Z</dc:date>
    </item>
    <item>
      <title>Problem with RADIUS and VRF in Cisco 6500</title>
      <link>https://community.cisco.com/t5/network-access-control/problem-with-radius-and-vrf-in-cisco-6500/m-p/1939077#M192465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of IOS are you running on your 6500?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa group server radius RADLegacy&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt; server host 10.10.4.18&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt; server host 10.10.5.15&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt; ip vrf forwarding LEGACY&lt;/P&gt;&lt;P style="border-collapse: collapse; list-style-type: none;"&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group RADLegacy local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group RADLegacy local&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2012 16:43:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/problem-with-radius-and-vrf-in-cisco-6500/m-p/1939077#M192465</guid>
      <dc:creator>Javier Henderson</dc:creator>
      <dc:date>2012-04-15T16:43:31Z</dc:date>
    </item>
    <item>
      <title>Problem with RADIUS and VRF in Cisco 6500</title>
      <link>https://community.cisco.com/t5/network-access-control/problem-with-radius-and-vrf-in-cisco-6500/m-p/1939078#M192479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I had to include the following configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa group server radius RADIUS-GESTION&lt;/P&gt;&lt;P&gt;aaa authentication login default group RADIUS-GESTION local&lt;/P&gt;&lt;P&gt;aaa authorization exec default group RADIUS-GESTION local&lt;/P&gt;&lt;P&gt;ip vrf forwarding GESTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;radius-server host 10.10.5.15 auth-port 1812 acct-port 1813 key 7 XXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;radius-server host 10.10.4.18 auth-port 1645 acct-port 1646 key 7 XXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;radius-server vsa send accounting&lt;/P&gt;&lt;P&gt;radius-server vsa send authentication&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 07:35:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/problem-with-radius-and-vrf-in-cisco-6500/m-p/1939078#M192479</guid>
      <dc:creator>BASARTAK1</dc:creator>
      <dc:date>2012-05-02T07:35:49Z</dc:date>
    </item>
  </channel>
</rss>

