<?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: managing routers after a firewall using aaa in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/managing-routers-after-a-firewall-using-aaa/m-p/528918#M432467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AK, Will try and get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2006 10:10:41 GMT</pubDate>
    <dc:creator>isomemberr</dc:creator>
    <dc:date>2006-08-01T10:10:41Z</dc:date>
    <item>
      <title>managing routers after a firewall using aaa</title>
      <link>https://community.cisco.com/t5/network-access-control/managing-routers-after-a-firewall-using-aaa/m-p/528916#M432464</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please i would like to manage my internet routers using tacacs. However, this has not been possible cos a firewall blocks the traffic. Can anybody advice me on how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iso&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 21:41:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/managing-routers-after-a-firewall-using-aaa/m-p/528916#M432464</guid>
      <dc:creator>isomemberr</dc:creator>
      <dc:date>2019-03-10T21:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: managing routers after a firewall using aaa</title>
      <link>https://community.cisco.com/t5/network-access-control/managing-routers-after-a-firewall-using-aaa/m-p/528917#M432466</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;First, you need to allow router and ACS to reach each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configure your internet router with appropriate aaa configuration as desired. Refer below as an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Router FastEthernet: xx.xx.xx.5/24 &lt;/P&gt;&lt;P&gt;Firewall Outside IP: xx.xx.xx.6/24&lt;/P&gt;&lt;P&gt;Firewall Inside IP: 172.16.1.1/24&lt;/P&gt;&lt;P&gt;Internal ACS: 172.16.1.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Router:&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;aaa authentication login TELNET group tacacs+ local&lt;/P&gt;&lt;P&gt;aaa authentication login CONSOLE local&lt;/P&gt;&lt;P&gt;aaa authentication enable default enable&lt;/P&gt;&lt;P&gt;aaa authorization exec default group tacacs+ local &lt;/P&gt;&lt;P&gt;aaa authorization network default group tacacs+ if-authenticated local &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;aaa accounting network default start-stop group tacacs+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tacacs-server host xx.xx.xx.10 timeout 10 key secretkey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firewall:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Map internal ACS to a public IP, or use port re-directio if you don't have enough public (outside) IP to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) xx.xx.xx.10 172.16.1.50 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For security reason, you can limit session to tacacs+ from the router by adding any number like "10 5" after the netmask, e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) xx.xx.xx.10 172.16.1.50 netmask 255.255.255.255 10 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10 = half open session (embryonic level)&lt;/P&gt;&lt;P&gt;5 = max connection to ACS (thru tacacs+ port)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create ACL on outside interface to allow Router's fastethernet interface IP to reach internal ACS via xx.xx.xx.10 IP via tacacs+ port. Bind the ACL to outside interface.&lt;/P&gt;&lt;P&gt;Also, for testing purposes, enable PING/ICMP from router to the ACS. This can be disable later on as desired.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside permit tcp host xx.xx.xx.5 host xx.xx.xx.10 eq tacacs&lt;/P&gt;&lt;P&gt;access-list outside permit icmp host xx.xx.xx.5 host xx.xx.xx.10 any any&lt;/P&gt;&lt;P&gt;access-group outside in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Add the Router's FastEthernet IP as AAA client to ACS. Refer to the following config guide:&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/ps5338/products_user_guide_chapter09186a0080233613.html#wp142571" target="_blank"&gt;http://www.cisco.com/en/US/products/sw/secursw/ps5338/products_user_guide_chapter09186a0080233613.html#wp142571&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you select tacacs+ as the authentication protocol, use the same key as configured in router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 13:44:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/managing-routers-after-a-firewall-using-aaa/m-p/528917#M432466</guid>
      <dc:creator>a.kiprawih</dc:creator>
      <dc:date>2006-07-31T13:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: managing routers after a firewall using aaa</title>
      <link>https://community.cisco.com/t5/network-access-control/managing-routers-after-a-firewall-using-aaa/m-p/528918#M432467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AK, Will try and get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 10:10:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/managing-routers-after-a-firewall-using-aaa/m-p/528918#M432467</guid>
      <dc:creator>isomemberr</dc:creator>
      <dc:date>2006-08-01T10:10:41Z</dc:date>
    </item>
  </channel>
</rss>

