<?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: ip auth&amp;#8722;proxy in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ip-auth-8722-proxy/m-p/610089#M422649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1&amp;gt; This command will try first to authenticate using a local database (username john password 0 doe&lt;/P&gt;&lt;P&gt;) if it returns an error (if you dont set any username, I believe) it will try the TACACS server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt;ip auth-proxy name list_a http&lt;/P&gt;&lt;P&gt;This command creates a named authentication proxy rule, and it allows you to associate that rule with an access control list (ACL), providing control over which hosts use the authentication proxy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because an access list is not specified in the rule, all connection-initiating HTTP traffic is subjected to authentication. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip auth-proxy list_a &lt;/P&gt;&lt;P&gt;The rule is applied to an interface on a router using this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3&amp;gt;&lt;/P&gt;&lt;P&gt;ACL 116 is blocking traffic from the host 10.31.1.47 to other webservers (it only allows it to talk with the router).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After authenticating , new lines will be added to the front of the ACL and then it will be allowed to talk to the webserver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;rate this post if it does,&lt;/P&gt;&lt;P&gt;vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2006 11:48:38 GMT</pubDate>
    <dc:creator>vladrac-ccna</dc:creator>
    <dc:date>2006-10-17T11:48:38Z</dc:date>
    <item>
      <title>ip auth−proxy</title>
      <link>https://community.cisco.com/t5/network-access-control/ip-auth-8722-proxy/m-p/610088#M422647</link>
      <description>&lt;P&gt;Can somebody explain me meaning of follwoing commands in the link given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)aaa authentication login default local group RTP none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this command default is local will it prompt user to TACACS 1st.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)ip auth−proxy name list_a http and ip auth−proxy list_a&lt;/P&gt;&lt;P&gt;what is the meaning of putting these  command .&lt;/P&gt;&lt;P&gt;3) access−list 116 permit tcp host 40.31.1.47 host 40.31.1.150 eq www&lt;/P&gt;&lt;P&gt;why this access-list is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) there is no access-list from host  to webserver ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_configuration_example09186a0080094655.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps1018/products_configuration_example09186a0080094655.shtml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:47:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ip-auth-8722-proxy/m-p/610088#M422647</guid>
      <dc:creator>ajay chauhan</dc:creator>
      <dc:date>2019-03-10T21:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: ip auth−proxy</title>
      <link>https://community.cisco.com/t5/network-access-control/ip-auth-8722-proxy/m-p/610089#M422649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1&amp;gt; This command will try first to authenticate using a local database (username john password 0 doe&lt;/P&gt;&lt;P&gt;) if it returns an error (if you dont set any username, I believe) it will try the TACACS server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt;ip auth-proxy name list_a http&lt;/P&gt;&lt;P&gt;This command creates a named authentication proxy rule, and it allows you to associate that rule with an access control list (ACL), providing control over which hosts use the authentication proxy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because an access list is not specified in the rule, all connection-initiating HTTP traffic is subjected to authentication. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip auth-proxy list_a &lt;/P&gt;&lt;P&gt;The rule is applied to an interface on a router using this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3&amp;gt;&lt;/P&gt;&lt;P&gt;ACL 116 is blocking traffic from the host 10.31.1.47 to other webservers (it only allows it to talk with the router).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After authenticating , new lines will be added to the front of the ACL and then it will be allowed to talk to the webserver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;rate this post if it does,&lt;/P&gt;&lt;P&gt;vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 11:48:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ip-auth-8722-proxy/m-p/610089#M422649</guid>
      <dc:creator>vladrac-ccna</dc:creator>
      <dc:date>2006-10-17T11:48:38Z</dc:date>
    </item>
  </channel>
</rss>

