<?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: 2 virtual templates on the same router in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150657#M438598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will give this a try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Dec 2002 10:59:02 GMT</pubDate>
    <dc:creator>karl.jones</dc:creator>
    <dc:date>2002-12-10T10:59:02Z</dc:date>
    <item>
      <title>2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150653#M438594</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have a NAS which will be using dialler profiles along with a virtual template. What I would ideally like is 2 virtual templates on the same router .... one for spoke routers dialling in for which no per user dialler is available and a seperate one for , perhaps virtual-template 2 for ISDN TA users dialling in. I have seen somewhere that it may be possibe through the cisco secure acs point diallin users through to a specific virtual template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 14:04:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150653#M438594</guid>
      <dc:creator>karl.jones</dc:creator>
      <dc:date>2019-03-10T14:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: 2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150654#M438595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to use 2 separate methods for dialin clients on virtual templates,  you can create 2 separate lists for network authorization like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authorization network SPOKE if-authenticated radius&lt;/P&gt;&lt;P&gt;aaa authorization network TA radius if-authenticated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Virtual-Template1&lt;/P&gt;&lt;P&gt; ppp authorization SPOKE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Virtual-Template2&lt;/P&gt;&lt;P&gt; ppp authorization TA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If needed, you could do the same for authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are probably some examples of this if you searched on virtual-template on CCO.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2002 16:24:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150654#M438595</guid>
      <dc:creator>4brown</dc:creator>
      <dc:date>2002-12-04T16:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: 2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150655#M438596</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;Thanks for reply .... sorry I am quite new to this ... and will check out examples of this on the web. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a couple of Q's .... how does the router know whether the call is coming in from a TA or a spoke router, do I need to specify anything on the ACS and also, silly Q but what is the if-authenticated for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for again for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Dec 2002 19:17:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150655#M438596</guid>
      <dc:creator>karl.jones</dc:creator>
      <dc:date>2002-12-07T19:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: 2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150656#M438597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is done through using two separate lists for authentication/authorization like  in the example I mentioned earlier. If using v.120 you would  use this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vty-async virtual-template 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your question related to how it determines a call type and where to terminate it, this is all part of the ISDN Q931 bearer cap information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"if-authenticated" verifies you are succefully authenticated before performing authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2002 17:35:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150656#M438597</guid>
      <dc:creator>4brown</dc:creator>
      <dc:date>2002-12-09T17:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: 2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150657#M438598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will give this a try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2002 10:59:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150657#M438598</guid>
      <dc:creator>karl.jones</dc:creator>
      <dc:date>2002-12-10T10:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: 2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150658#M438599</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;I hope you can help .... I tried your example, spoke were to dial into virtual-template 1 and TA's into virtual-template 2. But what happened is that the TA's alway dialled into template 1. I changed the virtual-profile virtual-template 2 command aswell  but no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated as I really could do with spoke routers and TA users coming in on seperate templates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2002 20:17:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150658#M438599</guid>
      <dc:creator>karl.jones</dc:creator>
      <dc:date>2002-12-16T20:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: 2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150659#M438600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using V.120?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2002 20:30:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150659#M438600</guid>
      <dc:creator>4brown</dc:creator>
      <dc:date>2002-12-16T20:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: 2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150660#M438601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication ppp AUTHEN  if-needed radius&lt;/P&gt;&lt;P&gt;aaa authorization network ISDN radius if-authenticated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vty-async&lt;/P&gt;&lt;P&gt;vty-async ppp authentication chap pap AUTHEN&lt;/P&gt;&lt;P&gt;vty-async virtual-template 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Virtual-Template2&lt;/P&gt;&lt;P&gt; ppp authentication chap pap callin AUTHEN&lt;/P&gt;&lt;P&gt; ppp authorization ISDN&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2002 21:55:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150660#M438601</guid>
      <dc:creator>4brown</dc:creator>
      <dc:date>2002-12-16T21:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: 2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150661#M438602</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;No v120 just sync ppp on the TA's, authenticating to the Radius server, and spokes will be using a local usernames and passwords on the NAS (shared password).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your last post still the way to go&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2002 23:36:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150661#M438602</guid>
      <dc:creator>karl.jones</dc:creator>
      <dc:date>2002-12-16T23:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: 2 virtual templates on the same router</title>
      <link>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150662#M438603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just disregard the vty async commands, the list method should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2002 00:12:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/2-virtual-templates-on-the-same-router/m-p/150662#M438603</guid>
      <dc:creator>4brown</dc:creator>
      <dc:date>2002-12-17T00:12:15Z</dc:date>
    </item>
  </channel>
</rss>

