<?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 Access List in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-list/m-p/2268427#M920777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The log entry says the source of traffic was 10.0.0.1. Is that on the router itself with 10.0.0.2 being another interface on the router? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, that won't work because access-lists don't apply to traffic generated from the router to itself. You need to introduce&amp;nbsp; traffic to an interface to make an inbound access-list see it and act accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, vty lines require you used numbered access-lists (&lt;A href="http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfip.html#wp1001490"&gt;12.2 reference&lt;/A&gt; and &lt;A href="http://www.cisco.com/en/US/docs/ios-xml/ios/sec_data_acl/configuration/15-mt/sec-access-list-ov.html#GUID-848C5A84-ECAB-4355-8B2F-EAEE2D11454A"&gt;15.0 reference&lt;/A&gt;). It can be extended but must be numbered not named.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 May 2013 22:19:50 GMT</pubDate>
    <dc:creator>Marvin Rhoads</dc:creator>
    <dc:date>2013-05-20T22:19:50Z</dc:date>
    <item>
      <title>Access List</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/2268424#M920773</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain to me why the below access-list does not work? I've been staring at this a while but can't figure it out, I can't telnet in even though I have allowed the tcp traffic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended IP access list NO_TELNET&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 10 permit tcp host 10.0.0.2 host 10.0.0.1 eq telnet log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 20 deny ip any any log&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 12:53:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/2268424#M920773</guid>
      <dc:creator>alliasneo1</dc:creator>
      <dc:date>2020-02-21T12:53:35Z</dc:date>
    </item>
    <item>
      <title>Access List</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/2268425#M920774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are those two hosts and where have you applied the access-list? Without that information, one needs to make (very possibly incorrect) assumptions about your setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about it isn't working for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 03:12:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/2268425#M920774</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2013-05-20T03:12:09Z</dc:date>
    </item>
    <item>
      <title>Access List</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/2268426#M920776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sorry yes I was a bit vague there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to block a particular host from Telnetting to a router and allow another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to do this with a standard access-list but now I'm trying with an extended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've applied this to the VTY lines of the router using access-class but even though I allowed the particular host through it still gets blocked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended NO_TELNET&lt;/P&gt;&lt;P&gt; permit tcp host 10.0.0.2 host 10.0.0.1 eq telnet log&lt;/P&gt;&lt;P&gt; deny&amp;nbsp;&amp;nbsp; ip any any log&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;line vty 0 4&lt;/P&gt;&lt;P&gt; access-class NO_TELNET in&lt;/P&gt;&lt;P&gt; password telnet&lt;/P&gt;&lt;P&gt; login&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; %SEC-6-IPACCESSLOGP: list NO_TELNET denied tcp 10.0.0.1(55916) -&amp;gt; 0.0.0.0(23), 1 packet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R1#sh ip access-list&lt;/P&gt;&lt;P&gt;Extended IP access list NO_TELNET&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 permit tcp host 10.0.0.2 host 10.0.0.1 eq telnet log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 deny ip any any log (&lt;STRONG&gt;2 matches&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 21:56:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/2268426#M920776</guid>
      <dc:creator>alliasneo1</dc:creator>
      <dc:date>2013-05-20T21:56:53Z</dc:date>
    </item>
    <item>
      <title>Access List</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/2268427#M920777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The log entry says the source of traffic was 10.0.0.1. Is that on the router itself with 10.0.0.2 being another interface on the router? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, that won't work because access-lists don't apply to traffic generated from the router to itself. You need to introduce&amp;nbsp; traffic to an interface to make an inbound access-list see it and act accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, vty lines require you used numbered access-lists (&lt;A href="http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfip.html#wp1001490"&gt;12.2 reference&lt;/A&gt; and &lt;A href="http://www.cisco.com/en/US/docs/ios-xml/ios/sec_data_acl/configuration/15-mt/sec-access-list-ov.html#GUID-848C5A84-ECAB-4355-8B2F-EAEE2D11454A"&gt;15.0 reference&lt;/A&gt;). It can be extended but must be numbered not named.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 22:19:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/2268427#M920777</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2013-05-20T22:19:50Z</dc:date>
    </item>
    <item>
      <title>Access List</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/2268428#M920778</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;I just tried a numbered list but I still can't get in. This is the set up I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://supportforums.cisco.com/sites/default/files/legacy/6/6/5/139566-temp.jpg" class="jive-image" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 19:51:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/2268428#M920778</guid>
      <dc:creator>alliasneo1</dc:creator>
      <dc:date>2013-05-21T19:51:10Z</dc:date>
    </item>
    <item>
      <title>Access List</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/2268429#M920779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, the configuration you show looks straightforward and should work from what I've seen posted so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind of obscure but are there any VRFs on the target router?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other suggestion would be to make the access list a simple "permit tcp host 10.0.0.2 host 10.0.0.1" and then restrict the access to telnet via "transport input telnet" in the line vty section. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 23:22:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/2268429#M920779</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2013-05-21T23:22:22Z</dc:date>
    </item>
    <item>
      <title>Access List</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/2268430#M920780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The posible reasons could be as follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) in line VTY the telnet is not allowed.&lt;/P&gt;&lt;P&gt;2) Access-List is not applied on the interface&lt;/P&gt;&lt;P&gt;3) The only left reason could be that you might have given another IP address to the Router2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest I can't find any other reason for telnet to not happen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 04:16:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/2268430#M920780</guid>
      <dc:creator>harvisin</dc:creator>
      <dc:date>2013-05-29T04:16:47Z</dc:date>
    </item>
    <item>
      <title>Access List</title>
      <link>https://community.cisco.com/t5/network-security/access-list/m-p/2268431#M920781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and one more thing could you please send me the configuratio of R1 and R2 , so that I could check it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 04:20:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-list/m-p/2268431#M920781</guid>
      <dc:creator>harvisin</dc:creator>
      <dc:date>2013-05-29T04:20:00Z</dc:date>
    </item>
  </channel>
</rss>

