<?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 Per vrf tacacs+ question in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/per-vrf-tacacs-question/m-p/1642889#M300335</link>
    <description>&lt;P&gt;Hi all!&lt;BR /&gt;For management purposes I use aaa on tacacs server x.x.x.x &lt;BR /&gt;Now I want to make users in specific vrf to use their own aaa server y.y.y.y. for management,&lt;BR /&gt;and leave the possibility for users in the global routing table to use their own.&lt;BR /&gt;Is this possible and will it work in the following configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ group test_tacacs local&lt;BR /&gt;aaa authorization exec default group tacacs+ group test_tacacs local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface Loopback0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip address l0.l0.l0.l0 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Loopback1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip vrf forwarding test_vrf&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip address l1.l1.l1.l1 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ test_tacacs&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server-private y.y.y.y single-connection key *** &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip vrf forwarding test_vrf&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip tacacs source-interface Loopback1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip tacacs source-interface Loopback0&lt;BR /&gt;tacacs-server host x.x.x.x single-connection key ***&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 00:57:40 GMT</pubDate>
    <dc:creator>rmedvedev</dc:creator>
    <dc:date>2019-03-11T00:57:40Z</dc:date>
    <item>
      <title>Per vrf tacacs+ question</title>
      <link>https://community.cisco.com/t5/network-access-control/per-vrf-tacacs-question/m-p/1642889#M300335</link>
      <description>&lt;P&gt;Hi all!&lt;BR /&gt;For management purposes I use aaa on tacacs server x.x.x.x &lt;BR /&gt;Now I want to make users in specific vrf to use their own aaa server y.y.y.y. for management,&lt;BR /&gt;and leave the possibility for users in the global routing table to use their own.&lt;BR /&gt;Is this possible and will it work in the following configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ group test_tacacs local&lt;BR /&gt;aaa authorization exec default group tacacs+ group test_tacacs local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface Loopback0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip address l0.l0.l0.l0 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Loopback1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip vrf forwarding test_vrf&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip address l1.l1.l1.l1 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa group server tacacs+ test_tacacs&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server-private y.y.y.y single-connection key *** &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip vrf forwarding test_vrf&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip tacacs source-interface Loopback1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip tacacs source-interface Loopback0&lt;BR /&gt;tacacs-server host x.x.x.x single-connection key ***&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 00:57:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/per-vrf-tacacs-question/m-p/1642889#M300335</guid>
      <dc:creator>rmedvedev</dc:creator>
      <dc:date>2019-03-11T00:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Per vrf tacacs+ question</title>
      <link>https://community.cisco.com/t5/network-access-control/per-vrf-tacacs-question/m-p/1642890#M300389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configuration seems good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link gives per-vrf configuration:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/ios/12_3t/12_3t7/feature/guide/gt_pvt.html"&gt;http://www.cisco.com/en/US/docs/ios/12_3t/12_3t7/feature/guide/gt_pvt.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Anisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: please mark this thread as answered if you feel your query is resolved. Do rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 07:13:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/per-vrf-tacacs-question/m-p/1642890#M300389</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-04-01T07:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Per vrf tacacs+ question</title>
      <link>https://community.cisco.com/t5/network-access-control/per-vrf-tacacs-question/m-p/1642891#M300469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems it does not work this way. Regardless of the VRF from which a request comes in the algorithm anyway tries all the methods sequentially.&lt;/P&gt;&lt;P&gt;And I see no way how to separate login aaa depending on the vrf-source. If it was something like &lt;EM&gt;&lt;STRONG&gt;aaa authentication &lt;VRF_NAME&gt; login ...,&lt;/VRF_NAME&gt;&lt;/STRONG&gt;&lt;/EM&gt; then I think the issue would be resolved.&lt;/P&gt;&lt;ADDRESS&gt;&lt;SPAN title="Нажмите, чтобы увидеть альтернативный перевод"&gt;&lt;SPAN title="Нажмите, чтобы увидеть альтернативный перевод"&gt;&lt;SPAN class="hps" title="Нажмите, чтобы увидеть альтернативный перевод"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/ADDRESS&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 14:00:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/per-vrf-tacacs-question/m-p/1642891#M300469</guid>
      <dc:creator>rmedvedev</dc:creator>
      <dc:date>2011-04-05T14:00:43Z</dc:date>
    </item>
  </channel>
</rss>

