<?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: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997322#M404385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tarik Admani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what i did.&lt;/P&gt;&lt;P&gt;-----using one template for all----&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;set system login class super-user-local idle-timeout 15&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;set system login class lsuper-user-local permissions all&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;set system login user remote full-name “Remote Users”&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;set system login user remote class super-user-local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ACS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shell profile for enginineering&lt;/P&gt;&lt;P&gt;junos-admin&lt;/P&gt;&lt;P&gt;attribute=local-user-name&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;value=remote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shell profile for ops&lt;/P&gt;&lt;P&gt;junos-ops&lt;/P&gt;&lt;P&gt;attribute=local-user-name&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;value=remote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attribute=deny-commands&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;value=configure&amp;nbsp; , list down alos other commands such as set. on a separate attribute. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attribute=deny-commands&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;value=set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attribute=allow-commands&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;valute=ping,&amp;nbsp; etc.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on my Access policy i have different auhtorization for each group of users which matches on my AD groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Tarik!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 15:13:04 GMT</pubDate>
    <dc:creator>Marlon Malinao</dc:creator>
    <dc:date>2012-09-04T15:13:04Z</dc:date>
    <item>
      <title>Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with 2 class user type.</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997312#M404367</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ACS 5.2 and JUNOS 10.6.x&amp;nbsp; I setup 2&amp;nbsp; classes eng-class and ops-class&amp;nbsp; with read/write and read-only permission&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my configuration on JUNOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set system login class eng-class idle-timeout 15&lt;/P&gt;&lt;P&gt;set system login class eng-class permissions all&lt;/P&gt;&lt;P&gt;set system login user engineer full-name “Regional-Engineering”&lt;/P&gt;&lt;P&gt;set system login user engineer uid 2001&lt;/P&gt;&lt;P&gt;set system login user engineer class eng-class&lt;/P&gt;&lt;P&gt;set system login user engineer authentication plain-text-password xxxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set system login class ops-class idle-timeout 15&lt;/P&gt;&lt;P&gt;set system login class ops-class permissions [ view view-configuration ]&lt;/P&gt;&lt;P&gt;set system login user operator full-name “Regional-Operations”&lt;/P&gt;&lt;P&gt;set system login user operator uid 2002&lt;/P&gt;&lt;P&gt;set system login user operator class ops-class&lt;/P&gt;&lt;P&gt;set system login user operator authentication plain-text-password xxxxxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set system authentication-order tacplus password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set system tacplus-options no-cmd-attribute-value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set system tacplus-server xxxx.xxx.xxx.xxx secret xxxxxxxx&lt;/P&gt;&lt;P&gt;set system tacplus-server xxx.xxx.xxx.xxx timeout 5&lt;/P&gt;&lt;P&gt;set system tacplus-server xxx.xxx.xxx.xxx source-address xxx.xxx.xxx. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set system accounting events login&lt;/P&gt;&lt;P&gt;set system accounting events change-log&lt;/P&gt;&lt;P&gt;set system accounting events interactive-commands&lt;/P&gt;&lt;P&gt;set system accounting destination tacplus server xxx.xxx.xxx.xxx secret xxxxxxx&lt;/P&gt;&lt;P&gt;set system accounting destination tacplus server xxxx.xxx.xxx.xxx timeout 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACS&amp;nbsp;&amp;nbsp; 5.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shell profile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;junos-eng&lt;/P&gt;&lt;P&gt;attribute=local-user-name&lt;/P&gt;&lt;P&gt;value=engineer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;junos-ops&lt;/P&gt;&lt;P&gt;attribute=local-user-name&lt;/P&gt;&lt;P&gt;value=operator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 separate Authorization policies for engineer and operator group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result,&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; engineering group is working fine. &lt;/P&gt;&lt;P&gt;2.&amp;nbsp; the operator group its not working im unable to login to device under this group "authentication failed" but on the ACS logs its successfully authenticated. &lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Web authentication is not also working for bot group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;Marlon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Mar 2019 02:23:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997312#M404367</guid>
      <dc:creator>Marlon Malinao</dc:creator>
      <dc:date>2019-03-11T02:23:37Z</dc:date>
    </item>
    <item>
      <title>Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with 2 c</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997313#M404369</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;Hope anyone can help me about this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 03:05:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997313#M404369</guid>
      <dc:creator>Marlon Malinao</dc:creator>
      <dc:date>2012-08-13T03:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997314#M404371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 15:46:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997314#M404371</guid>
      <dc:creator>Marlon Malinao</dc:creator>
      <dc:date>2012-08-29T15:46:55Z</dc:date>
    </item>
    <item>
      <title>Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with 2 c</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997315#M404372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marlon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On your shell profile can you delete all the attributes and try to re-enter them in, I have seen in the past that if there is a leading &lt;TAB&gt; it will still be sent in the tacacs resposne but will not be present if you revisit the shell profile. Give that a shot and let me know if that helps.&lt;/TAB&gt;&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;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 06:17:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997315#M404372</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-30T06:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997316#M404374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Tarik Admani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the advice, i have tried this as well and it still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Marlon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 01:47:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997316#M404374</guid>
      <dc:creator>Marlon Malinao</dc:creator>
      <dc:date>2012-08-31T01:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997317#M404376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marlon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to find some information on configuring tacacs for junos 10.6 but didnt find anything. Do you have a link to the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you create a local role engineer, and operator locally?&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;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 02:53:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997317#M404376</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-08-31T02:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997318#M404378</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;Yes it is local account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 05:58:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997318#M404378</guid>
      <dc:creator>Marlon Malinao</dc:creator>
      <dc:date>2012-09-01T05:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997319#M404380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marlon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try sending back the class attribute itself instead of sending back the role attribute. I tried to look around for any tacacs examples from Juniper side and I do not see anything that appears with an attribute named "value" I do see a few references for the class attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here looks to be a set of attributes you can use in the junos 10.0 guide for remote authentication:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.juniper.net/techpubs/en_US/junos10.0/information-products/topic-collections/config-guide-system-basics/authentication-user-remote-template-account-configuring.html"&gt;http://www.juniper.net/techpubs/en_US/junos10.0/information-products/topic-collections/config-guide-system-basics/authentication-user-remote-template-account-configuring.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you make the changes and see if this works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;junos-eng&lt;/P&gt;&lt;P&gt;attribute=local-user-name&lt;/P&gt;&lt;P&gt;class=eng-class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;junos-ops&lt;/P&gt;&lt;P&gt;attribute=local-user-name&lt;/P&gt;&lt;P&gt;class=ops-class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALSO...can you see if you can map them straight into the permissions on the ACS side:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.juniper.net/techpubs/en_US/junos10.0/information-products/topic-collections/config-guide-system-basics/access-privileges-levels-overview.html#id-permbit"&gt;http://www.juniper.net/techpubs/en_US/junos10.0/information-products/topic-collections/config-guide-system-basics/access-privileges-levels-overview.html#id-permbit&lt;/A&gt;&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;Thanks,&lt;/P&gt;&lt;P&gt;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 06:18:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997319#M404380</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-09-01T06:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997320#M404382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to try the " remote template" and do the restriction in the acs. Do you know how will i able to do it for allow commands and deny commands? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 02:50:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997320#M404382</guid>
      <dc:creator>Marlon Malinao</dc:creator>
      <dc:date>2012-09-03T02:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997321#M404383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on reading the article it looks like you will have to set the permissions as the attribute and the list of commands as the value...Try the following "permissions=access" and see if the following holds true...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P align="left" id="jd0e10073"&gt;access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A name="jd0e10076"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P align="left" id="jd0e10077"&gt;Can view the access configuration in configuration mode using&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the show configuration operational mode command. &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;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 07:26:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997321#M404383</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-09-03T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997322#M404385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tarik Admani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what i did.&lt;/P&gt;&lt;P&gt;-----using one template for all----&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;set system login class super-user-local idle-timeout 15&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;set system login class lsuper-user-local permissions all&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;set system login user remote full-name “Remote Users”&lt;/P&gt;&lt;P style="margin-left: 0in;"&gt;set system login user remote class super-user-local&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ACS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shell profile for enginineering&lt;/P&gt;&lt;P&gt;junos-admin&lt;/P&gt;&lt;P&gt;attribute=local-user-name&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;value=remote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shell profile for ops&lt;/P&gt;&lt;P&gt;junos-ops&lt;/P&gt;&lt;P&gt;attribute=local-user-name&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;value=remote&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attribute=deny-commands&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;value=configure&amp;nbsp; , list down alos other commands such as set. on a separate attribute. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attribute=deny-commands&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;value=set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attribute=allow-commands&lt;/P&gt;&lt;P&gt;mandatory&lt;/P&gt;&lt;P&gt;valute=ping,&amp;nbsp; etc.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on my Access policy i have different auhtorization for each group of users which matches on my AD groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Tarik!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:13:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997322#M404385</guid>
      <dc:creator>Marlon Malinao</dc:creator>
      <dc:date>2012-09-04T15:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997323#M404387</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;One thing though is that my web gui login the tacacs doesnt work. only local accounts able to login on my web gui.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any advice.&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;marlon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 01:25:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997323#M404387</guid>
      <dc:creator>Marlon Malinao</dc:creator>
      <dc:date>2012-09-05T01:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997324#M404389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you see the authentication being sent to acs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPad App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 04:07:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997324#M404389</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-09-05T04:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997325#M404391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually that is a good question, no i dont see anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;marlon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 12:38:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997325#M404391</guid>
      <dc:creator>Marlon Malinao</dc:creator>
      <dc:date>2012-09-05T12:38:19Z</dc:date>
    </item>
    <item>
      <title>Setting up ACS 5.2 TACACS Authentication with JUNOS fwl with 2 c</title>
      <link>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997326#M404393</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;Will this document provide any assistance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://www.juniper.net/techpubs/en_US/junos11.2/information-products/topic-collections/security/software-all/initial-config/index.html?topic-55468.html"&gt;https://www.juniper.net/techpubs/en_US/junos11.2/information-products/topic-collections/security/software-all/initial-config/index.html?topic-55468.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tarik Admani &lt;BR /&gt;*Please rate helpful posts*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 15:25:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/setting-up-acs-5-2-tacacs-authentication-with-junos-fwl-with-2/m-p/1997326#M404393</guid>
      <dc:creator>Tarik Admani</dc:creator>
      <dc:date>2012-09-05T15:25:30Z</dc:date>
    </item>
  </channel>
</rss>

