<?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: AAA in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118111#M368862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ARP request is a broadcast to local hosts by the router, seeking the MAC address of a host with known IP address. So, when the ARP request goes through a PtP, the action is refered as a gratuitous ARP, Yes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Dec 2008 18:45:14 GMT</pubDate>
    <dc:creator>saidfrh</dc:creator>
    <dc:date>2008-12-31T18:45:14Z</dc:date>
    <item>
      <title>AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118104#M368855</link>
      <description>&lt;P&gt;The sh run on the router displays 'no aaa new-model'. SSH has been activated with users authenticating with local data base. Why is the router showing 'no aaa new-model'? &lt;/P&gt;&lt;P&gt;How can we secure a server on the LAN using AAA? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:15:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118104#M368855</guid>
      <dc:creator>saidfrh</dc:creator>
      <dc:date>2019-03-10T23:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118105#M368856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use SSH and the local user database w/o AAA, it isn't required. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;How can we secure a server on the LAN using AAA? &lt;/B&gt;&lt;/P&gt;&lt;P&gt;Can you explain this further?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 17:52:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118105#M368856</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-12-31T17:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118106#M368857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On another note, could you explain what 'no ip source-route' refers to? Is the above to prevent routing loops, routing updates can not send back to port that update was received from?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:04:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118106#M368857</guid>
      <dc:creator>saidfrh</dc:creator>
      <dc:date>2008-12-31T18:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118107#M368858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IP source routing allows the sender of an IP packet to control the route that packet will take to reach the destination endpoint. By default, IP source routing is disabled on the routers and should only be enabled if your network needs call for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;routing updates can not send back to port that update was received from?&lt;/B&gt;&lt;/P&gt;&lt;P&gt;That's called split-horizon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:11:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118107#M368858</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-12-31T18:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118108#M368859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are some commands that you might want to enter to increase the security and usability of your devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no service pad&lt;/P&gt;&lt;P&gt;no service config&lt;/P&gt;&lt;P&gt;no service finger&lt;/P&gt;&lt;P&gt;no ip icmp redirect&lt;/P&gt;&lt;P&gt;no ip bootp server&lt;/P&gt;&lt;P&gt;no ip identd&lt;/P&gt;&lt;P&gt;no ip finger&lt;/P&gt;&lt;P&gt;no ip gratuitous-arps&lt;/P&gt;&lt;P&gt;no ip source-route&lt;/P&gt;&lt;P&gt;service sequence-numbers&lt;/P&gt;&lt;P&gt;service tcp-keepalives-in&lt;/P&gt;&lt;P&gt;service tcp-keepalives-out&lt;/P&gt;&lt;P&gt;no service udp-small-servers&lt;/P&gt;&lt;P&gt;no service tcp-small-servers&lt;/P&gt;&lt;P&gt;service timestamps debug datetime localtime show-timezone&lt;/P&gt;&lt;P&gt;service timestamps log datetime localtime show-timezone&lt;/P&gt;&lt;P&gt;service password-encryption&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:33:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118108#M368859</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-12-31T18:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118109#M368860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does ip gratuitous-arps refer to? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:37:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118109#M368860</guid>
      <dc:creator>saidfrh</dc:creator>
      <dc:date>2008-12-31T18:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118110#M368861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A Cisco router will send out a gratuitous ARP message when a client connects and negotiates an address over a PPP connection. This transmission occurs even when the client receives the address from a local address pool. By default it's off, but we like to make sure by entering the command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:40:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118110#M368861</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-12-31T18:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118111#M368862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ARP request is a broadcast to local hosts by the router, seeking the MAC address of a host with known IP address. So, when the ARP request goes through a PtP, the action is refered as a gratuitous ARP, Yes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:45:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118111#M368862</guid>
      <dc:creator>saidfrh</dc:creator>
      <dc:date>2008-12-31T18:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: AAA</title>
      <link>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118112#M368863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the router sends ARPs on behalf of the device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 18:50:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/aaa/m-p/1118112#M368863</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2008-12-31T18:50:28Z</dc:date>
    </item>
  </channel>
</rss>

