<?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 Excluding Terminal Server lines from AAA Authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/excluding-terminal-server-lines-from-aaa-authentication/m-p/1353799#M1633</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Hope you can help, I'm trying to find a solution to exclude the following line port from using AAA (ACS TACACS+) authentication on a Terminal Server card on a Cisco 2600 Router.&amp;nbsp; Does anyone know how to do this, or point me in the right direction to resolve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've included output below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;BR /&gt;aaa authorization exec default group tacacs+ local&lt;BR /&gt;aaa accounting exec default start-stop group tacacs+&lt;BR /&gt;aaa accounting network default start-stop group tacacs+&lt;BR /&gt;aaa accounting connection default start-stop group tacacs&lt;BR /&gt;aaa accounting system default start-stop group tacacs+&lt;BR /&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 41&lt;BR /&gt; session-timeout 20&lt;BR /&gt; location XXXXXX-Decoder -- BT XXXXXX&lt;BR /&gt; no motd-banner&lt;BR /&gt; no exec-banner&lt;BR /&gt; absolute-timeout 240&lt;BR /&gt; modem InOut&lt;BR /&gt; no exec&lt;BR /&gt; transport input all&lt;BR /&gt; stopbits 1&lt;BR /&gt; speed 38400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a matter of disabling the command on the line or by using a defined group?&lt;/P&gt;&lt;P&gt;Many thanks for your help,&lt;/P&gt;&lt;P&gt;Jim.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 18:24:21 GMT</pubDate>
    <dc:creator>CSCO10150256</dc:creator>
    <dc:date>2020-02-21T18:24:21Z</dc:date>
    <item>
      <title>Excluding Terminal Server lines from AAA Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/excluding-terminal-server-lines-from-aaa-authentication/m-p/1353799#M1633</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Hope you can help, I'm trying to find a solution to exclude the following line port from using AAA (ACS TACACS+) authentication on a Terminal Server card on a Cisco 2600 Router.&amp;nbsp; Does anyone know how to do this, or point me in the right direction to resolve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've included output below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group tacacs+ local&lt;BR /&gt;aaa authorization exec default group tacacs+ local&lt;BR /&gt;aaa accounting exec default start-stop group tacacs+&lt;BR /&gt;aaa accounting network default start-stop group tacacs+&lt;BR /&gt;aaa accounting connection default start-stop group tacacs&lt;BR /&gt;aaa accounting system default start-stop group tacacs+&lt;BR /&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line 41&lt;BR /&gt; session-timeout 20&lt;BR /&gt; location XXXXXX-Decoder -- BT XXXXXX&lt;BR /&gt; no motd-banner&lt;BR /&gt; no exec-banner&lt;BR /&gt; absolute-timeout 240&lt;BR /&gt; modem InOut&lt;BR /&gt; no exec&lt;BR /&gt; transport input all&lt;BR /&gt; stopbits 1&lt;BR /&gt; speed 38400&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a matter of disabling the command on the line or by using a defined group?&lt;/P&gt;&lt;P&gt;Many thanks for your help,&lt;/P&gt;&lt;P&gt;Jim.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:24:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/excluding-terminal-server-lines-from-aaa-authentication/m-p/1353799#M1633</guid>
      <dc:creator>CSCO10150256</dc:creator>
      <dc:date>2020-02-21T18:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Terminal Server lines from AAA Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/excluding-terminal-server-lines-from-aaa-authentication/m-p/1353800#M1652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might need to create another group for aux authentication, and refer it on your AAA configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line aux 0&lt;/P&gt;&lt;P&gt;login authentication aux_auth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authenticaiton login aux_auth line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also configure a local username/pw and map it to the AUX group here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;console and telnet would still use the default group configured, or you can specify specific groups like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line con 0&lt;/P&gt;&lt;P&gt;login authentication console&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;line vty0 4&lt;/P&gt;&lt;P&gt;login authentication vty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and specify aaa authentication parameters individually...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.. all the best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 18:58:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/excluding-terminal-server-lines-from-aaa-authentication/m-p/1353800#M1652</guid>
      <dc:creator>sachinraja</dc:creator>
      <dc:date>2010-02-09T18:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding Terminal Server lines from AAA Authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/excluding-terminal-server-lines-from-aaa-authentication/m-p/1353801#M1672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raj, very helpfully.&lt;/P&gt;&lt;P&gt;Jim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 02:18:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/excluding-terminal-server-lines-from-aaa-authentication/m-p/1353801#M1672</guid>
      <dc:creator>CSCO10150256</dc:creator>
      <dc:date>2010-03-18T02:18:33Z</dc:date>
    </item>
  </channel>
</rss>

