 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Network technologies and trends &#187; ACL</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/acl/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-technologies</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 18:52:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Resequence the access-list!</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/resequence-the-access-list/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/resequence-the-access-list/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 06:45:02 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[ACL]]></category>
		<category><![CDATA[Cisco Access list]]></category>
		<category><![CDATA[Cisco IOS]]></category>
		<category><![CDATA[Cisco IOS device]]></category>
		<category><![CDATA[Cisco Router]]></category>
		<category><![CDATA[Cisco Switches]]></category>
		<category><![CDATA[Cisco tip]]></category>
		<category><![CDATA[extended ip access-list]]></category>
		<category><![CDATA[ip access-list resequence]]></category>
		<category><![CDATA[Network technologies & trends]]></category>
		<category><![CDATA[Network Technologies and tips.]]></category>
		<category><![CDATA[Resequence the access-list]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/resequence-the-access-list/</guid>
		<description><![CDATA[When it comes to modifying Access lists in Cisco IOS devices most of us remove the ACL&#8217;s from the Cisco Router and then edit the entries in a note, and then paste back the modified ACL to the respective router via CLI. There is a way to reduce the overhead involved in modifying ACL by [...]]]></description>
				<content:encoded><![CDATA[<p>When it comes to modifying Access lists in Cisco IOS devices most of us remove the ACL&#8217;s from the Cisco Router and then edit the entries in a note, and then paste back the modified ACL to the respective router via CLI.</p>
<p>There is a way to reduce the overhead involved in modifying ACL by using the Cisco IOS feature of resequencing.</p>
<p>In the following example in a Cisco router there is an access-list name ITKE</p>
<p><span style="color: #800000">ASW2-02#sho access-lists ITKE</span></p>
<p><span style="color: #800000">Extended IP access list ITKE</span></p>
<p><span style="color: #800000">1 permit ip host 192.168.1.1 host 10.1.0.1</span></p>
<p><span style="color: #800000">2 permit ip host 192.168.1.2 host 10.1.0.2</span></p>
<p><span style="color: #800000">ASW2-02#</span></p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/resequence.png"><img class="alignnone size-medium wp-image-1092" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/resequence.png" alt="" width="402" height="192" /></a></p>
<p>From the example if we need to add one more deny statement for the host 192.168.1, it&#8217;s not possible to add a statement without deleting the current access list and create a new one. But the power of resequence allows you to assign a new set of sequence numbers to current access list as demonstrated below using the IOS command <span style="color: #800000">&#8220;ip access-list resequence&#8221;</span></p>
<p><span style="color: #800000">ASW2-02#configure t</span></p>
<p><span style="color: #800000">ASW2-02(config)#ip access-list resequence ITKE ?</span></p>
<p><span style="color: #800000">&lt;1-2147483647&gt;  Starting Sequence Number</span></p>
<p><span style="color: #800000">ASW2-02(config)#ip access-list resequence ITKE 10 10</span></p>
<p>This starts the first entry with a sequence number of 10 and increments all new lines by 10. The result is as shown below</p>
<p><span style="color: #800000">ASW2-02#sho ip access-lists ITKE</span></p>
<p><span style="color: #800000">Extended IP access list ITKE</span></p>
<p><span style="color: #800000">10 permit ip host 192.168.1.1 host 10.1.0.1</span></p>
<p><span style="color: #800000">20 permit ip host 192.168.1.2 host 10.1.0.2</span></p>
<p><span style="color: #800000">ASW2-02#</span></p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/resequence1.png"><img class="alignnone size-medium wp-image-1093" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/resequence1.png" alt="" width="526" height="417" /></a></p>
<p>By resequencing the ACL now it&#8217;s easy to inserts a new ACL with a sequence number of 15 which would fall between the existing entries in the ITKE access list.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/resequence-the-access-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten top popular and paying Cisco Certifications-part2</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/ten-top-popular-and-paying-cisco-certifications-part2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/ten-top-popular-and-paying-cisco-certifications-part2/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 05:27:24 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[(CCIE R&S)]]></category>
		<category><![CDATA[AAA]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[advanced protocol handling]]></category>
		<category><![CDATA[ASA products]]></category>
		<category><![CDATA[CCDA]]></category>
		<category><![CDATA[CCDP]]></category>
		<category><![CDATA[CCNA Security]]></category>
		<category><![CDATA[CCNA Voice]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[CCNP Security]]></category>
		<category><![CDATA[CCNP voice]]></category>
		<category><![CDATA[Cisco ASA Specialist]]></category>
		<category><![CDATA[Cisco Catalyst Switches]]></category>
		<category><![CDATA[Cisco Certified Design Associate]]></category>
		<category><![CDATA[Cisco Certified Design Professional]]></category>
		<category><![CDATA[Cisco Certified Internetwork Expert Routing & Switching]]></category>
		<category><![CDATA[Cisco Certified Network Professional]]></category>
		<category><![CDATA[Cisco IP Telephony Design Specialist]]></category>
		<category><![CDATA[Cisco network design concepts]]></category>
		<category><![CDATA[Cisco Network Security Engineer]]></category>
		<category><![CDATA[Cisco Routers]]></category>
		<category><![CDATA[Cisco Unified Communications Manager]]></category>
		<category><![CDATA[Cisco Unified Presence applications]]></category>
		<category><![CDATA[Cisco Unity Connection]]></category>
		<category><![CDATA[converged network infrastructure]]></category>
		<category><![CDATA[Data Center]]></category>
		<category><![CDATA[Designing and Networking]]></category>
		<category><![CDATA[failover]]></category>
		<category><![CDATA[gatekeepers]]></category>
		<category><![CDATA[gateways]]></category>
		<category><![CDATA[Global Knowledge]]></category>
		<category><![CDATA[IP multicast]]></category>
		<category><![CDATA[IP Phones]]></category>
		<category><![CDATA[IP telephony]]></category>
		<category><![CDATA[IT salary survey]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[network management]]></category>
		<category><![CDATA[Networking devices]]></category>
		<category><![CDATA[popular Cisco Certifications]]></category>
		<category><![CDATA[QOS]]></category>
		<category><![CDATA[remote access VPN]]></category>
		<category><![CDATA[routed]]></category>
		<category><![CDATA[secure socket layer VPN]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security in Routers]]></category>
		<category><![CDATA[Site-to-site vpns]]></category>
		<category><![CDATA[switched network infrastructure]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[TechRepublic]]></category>
		<category><![CDATA[voice applications]]></category>
		<category><![CDATA[WAN]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/ten-top-popular-and-paying-cisco-certifications-part2/</guid>
		<description><![CDATA[In my previous post we came to know five of the top ten Cisco Certifications which are not only popular but also they yield high remuneration. In this post we will discover the other five Cisco Certifications. 6. CCNP Security ($97,539) CCNP Security certification program is aligned specifically to the job role of the Cisco [...]]]></description>
				<content:encoded><![CDATA[<p>In <a href="http://itknowledgeexchange.techtarget.com/network-technologies/ten-top-popular-and-paying-cisco-certifications/">my previous post</a> we came to know five of the top ten Cisco Certifications which are not only popular but also they yield high remuneration. In this post we will discover the other five Cisco Certifications.</p>
<p><strong>6. </strong><strong>CCNP Security (</strong><strong>$97,539)</strong></p>
<p>CCNP Security certification program is aligned specifically to the job role of the Cisco Network Security Engineer responsible for Security in Routers, Switches, Networking devices and appliances, as well as choosing, deploying, supporting and troubleshooting Firewalls, VPNS, and IDS/IPS solutions for their networking environments</p>
<p><strong>7.</strong><strong>CCNP: Cisco Certified Network Professional ($97,296)</strong></p>
<p>There are two tracks available at the Associate and Professional levels &#8211; Designing and Networking. The Cisco Certified Network Professional (CCNP) demonstrates that you have the ability to plan, implement, verify and troubleshoot local and wide-area enterprise networks. A CCNP certified individual is expected to work collaboratively with other Cisco specialists on advanced security, voice, wireless and video solutions.</p>
<p><strong>8</strong>.<strong>CCNA: Voice ($92,837)</strong></p>
<p>There are two tracks at the Associate and Professional levels &#8211; Designing and Networking. The Cisco Certified Network Associate Voice (CCNA Voice) demonstrates that an individual possess the required associate-level knowledge and skills to administer a voice network and validates skills in VoIP technologies such as IP PBX, IP telephony, handset, call control, and voicemail solutions.</p>
<p><strong>9. </strong><strong>Cisco ASA Specialist ($86,812)</strong></p>
<p>The ASA Specialist certification identifies individuals who possess in-depth expertise with implementing security technologies using the Adaptive Security Appliance (ASA) technologies, especially firewall and VPN functionality. Other topics include ACL, AAA, advanced protocol handling, remote access VPN, secure socket layer VPN, site-to-site VPNs, failover, and security appliance management. Cisco ASA Specialists possess the ability to describe, configure, verify and manage the ASA products and the Adaptive Security Device Manager (ASDM).</p>
<p><strong>10. </strong><strong>CCNA Security (</strong><strong>$83,101)</strong></p>
<p><strong></strong></p>
<p>Cisco Certified Network Associate Security (CCNA® Security) validates associate-level knowledge and skills required to secure Cisco networks. With a CCNA Security certification, a network professional demonstrates the skills required to develop a security infrastructure, recognize threats and vulnerabilities to networks, and mitigate security threats. The CCNA Security curriculum emphasizes core security technologies, the installation, troubleshooting and monitoring of network devices to maintain integrity, confidentiality and availability of data and devices, and competency in the technologies that Cisco uses in its security structure.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/ten-top-popular-and-paying-cisco-certifications-part2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Ternary Content Addressable Memory (TCAM)</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/understanding-ternary-content-addressable-memory-tcam/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/understanding-ternary-content-addressable-memory-tcam/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 05:29:39 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Access Control Entries]]></category>
		<category><![CDATA[ACE]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Cisco Catalyst 4500]]></category>
		<category><![CDATA[Cisco Catalyst 6500]]></category>
		<category><![CDATA[Cisco Catalyst Multilayer Switches]]></category>
		<category><![CDATA[Cisco Catalyst Switches]]></category>
		<category><![CDATA[Cisco Switches]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Feature Manager (FD)]]></category>
		<category><![CDATA[fixed TCAM memory]]></category>
		<category><![CDATA[hardware processing]]></category>
		<category><![CDATA[multicast routes]]></category>
		<category><![CDATA[Multilayer Switches]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Network Technologies and Trends]]></category>
		<category><![CDATA[partition of TCAM table]]></category>
		<category><![CDATA[QOS]]></category>
		<category><![CDATA[SDM]]></category>
		<category><![CDATA[Switching Database Manager]]></category>
		<category><![CDATA[TCAM]]></category>
		<category><![CDATA[TCAM table]]></category>
		<category><![CDATA[Ternary Content Addressable Memory (TCAM)]]></category>
		<category><![CDATA[Understanding Ternary Content Addressable Memory (TCAM)]]></category>
		<category><![CDATA[unicast routes]]></category>
		<category><![CDATA[VLANS]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/understanding-ternary-content-addressable-memory-tcam/</guid>
		<description><![CDATA[  We all know in Cisco Catalyst Multilayer Switches the matching process of the Access Control list is done at hardware level. In order to do this processing the Ternary Content Addressable Memory (TCAM) comes into picture. Basically the Ternary Content Addressable Memory (TCAM) is used by Cisco Catalyst switches to store information necessary for [...]]]></description>
				<content:encoded><![CDATA[<p> </p>
<p>We all know in Cisco Catalyst Multilayer Switches the matching process of the Access Control list is done at hardware level. In order to do this processing the Ternary Content Addressable Memory (TCAM) comes into picture. Basically the Ternary Content Addressable Memory (TCAM) is used by Cisco Catalyst switches to store information necessary for hardware processing. TCAM allows a packet to be evaluated against the entire access list in a single lookup table. Most Cisco Catalyst Switches comes with multiple TCAMs. Its utilization depends on the features supported by the platform, but the TCAM is generally partitioned into sections designated for unicast routes, multicast routes, VLANs, and entries for routed, VLAN, and QoS ACLs.</p>
<p>The Cisco IOS Software constitutes of two components what are part of the TCAM operation, namely Feature Manager (FD) and Switching Database Manager (SDM, when I saw SDM the first thing came to my mind was Security Device Manager Application.)</p>
<p>The Feature Manager merges or compiles the Access Control Entries (ACE) in the TCAM table of a Cisco Catalyst Switch, whereas the Switching Database Manager (SDM) comes handy in creating a partition of TCAM table on some of Cisco Catalyst Switches into areas of different functions. The Switching Database Manager (SDM) software can configure or tunes the TCAM partition if needed. The Cisco Catalyst 4500 and Cisco Catalyst 6500 Series Switches cannot be repartitioned as it comes with the fixed TCAM memory.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/understanding-ternary-content-addressable-memory-tcam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
