<?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; Cisco Catalyst 6503-E Switch</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/cisco-catalyst-6503-e-switch/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>How to configure an interface to default settings in a Cisco Switch or a Cisco Router?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-an-interface-to-default-settings-in-a-cisco-switch-or-a-cisco-router/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-an-interface-to-default-settings-in-a-cisco-switch-or-a-cisco-router/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 06:27:03 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco 2950]]></category>
		<category><![CDATA[Cisco 2960]]></category>
		<category><![CDATA[Cisco 3560]]></category>
		<category><![CDATA[Cisco 3745]]></category>
		<category><![CDATA[Cisco 3750-E]]></category>
		<category><![CDATA[Cisco 6500]]></category>
		<category><![CDATA[Cisco 6500 Series Catalyst Switch]]></category>
		<category><![CDATA[Cisco 6503]]></category>
		<category><![CDATA[Cisco 877W Router]]></category>
		<category><![CDATA[Cisco Catalyst 6503-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6506-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-V-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6513 Switch]]></category>
		<category><![CDATA[Cisco IOS]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[Router Troubleshooting]]></category>
		<category><![CDATA[Routers]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[Routing and Switching]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Switching]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-an-interface-to-default-settings-in-a-cisco-switch-or-a-cisco-router/</guid>
		<description><![CDATA[This is a cool command to erase just the configuration for a particular interface in a Cisco Switch or a Cisco Router. In the following example we will configure the interface fast Ethernet 0/9  to default configuration Current Configuration for fast Ethernet 0/9   ITKE-Cisco#sho running-config interface fastEthernet 0/9 Building configuration&#8230;   Current configuration : [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal"><font face="Calibri">This is a cool command to erase just the configuration for a particular interface in a Cisco Switch or a Cisco Router.</font></p>
<p class="MsoNormal"><font face="Calibri">In the following example we will configure the interface fast Ethernet 0/9 <span> </span>to default configuration </font></p>
<p><strong><span><font face="Calibri">Current Configuration for fast Ethernet 0/9 <span> </span></font></span></strong></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE-Cisco#sho running-config interface fastEthernet 0/9</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Building configuration&#8230;</font></p>
<p><font face="Calibri"> </font></p>
<p class="MsoNoSpacing"><font face="Calibri">Current configuration : 85 bytes</font></p>
<p class="MsoNoSpacing"><font face="Calibri">!</font></p>
<p class="MsoNoSpacing"><font face="Calibri">interface FastEthernet0/9</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span> </span>switchport access vlan 100</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span> </span>switchport mode access</font></p>
<p class="MsoNoSpacing"><font face="Calibri">end</font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE-Cisco</font></p>
<p><font face="Calibri"> </font></p>
<p class="MsoNoSpacing"><font face="Calibri">Now we will configure the fast Ethernet 0/9 to default configuration using the following command</font></p>
<p><strong><span><font face="Calibri">“default interface fastEthernet 0/9”</font></span></strong><font face="Calibri"> </font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE-Cisco#configure t</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Enter configuration commands, one per line.<span>  </span>End with CNTL/Z.</font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE-Cisco(config)#default interface fastEthernet 0/9</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Interface FastEthernet0/6 set to default configuration</font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE-Cisco(config)#</font></p>
<p><font face="Calibri"> </font></p>
<p class="MsoNormal"><font face="Calibri">Running configuration for fast Ethernet 0/9 after configuring to default settings</font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE-Cisco#sho running-config interface fastEthernet 0/9</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Building configuration&#8230;</font></p>
<p><font face="Calibri"> </font></p>
<p class="MsoNoSpacing"><font face="Calibri">Current configuration : 68 bytes</font></p>
<p class="MsoNoSpacing"><font face="Calibri">!</font></p>
<p class="MsoNoSpacing"><font face="Calibri">interface FastEthernet0/9</font></p>
<p class="MsoNoSpacing"><font face="Calibri"><span> </span>switchport mode dynamic desirable</font></p>
<p class="MsoNoSpacing"><font face="Calibri">end</font></p>
<p><font face="Calibri"> </font></p>
<p class="MsoNoSpacing"><font face="Calibri">ITKE-Cisco#</font></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-an-interface-to-default-settings-in-a-cisco-switch-or-a-cisco-router/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to configure SPAN(Switched Port Analyzer ) feature in a Cisco Catalyst Switch</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-spanswitched-port-analyzer-feature-in-a-cisco-catalyst-switch/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-spanswitched-port-analyzer-feature-in-a-cisco-catalyst-switch/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 07:30:23 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco 2950]]></category>
		<category><![CDATA[Cisco 2960]]></category>
		<category><![CDATA[Cisco 3560]]></category>
		<category><![CDATA[Cisco 3560-E]]></category>
		<category><![CDATA[Cisco 3745]]></category>
		<category><![CDATA[Cisco 3750-E]]></category>
		<category><![CDATA[Cisco 6500]]></category>
		<category><![CDATA[Cisco 6500 Series Catalyst Switch]]></category>
		<category><![CDATA[Cisco 6503]]></category>
		<category><![CDATA[Cisco Catalyst 6503-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6506-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-V-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6513 Switch]]></category>
		<category><![CDATA[Cisco IOS]]></category>
		<category><![CDATA[Cisco Learning]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[Network Troubleshooting]]></category>
		<category><![CDATA[Show commands]]></category>
		<category><![CDATA[Sniifer]]></category>
		<category><![CDATA[SPAN]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Switching]]></category>
		<category><![CDATA[Wireshark]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-spanswitched-port-analyzer-feature-in-a-cisco-catalyst-switch/</guid>
		<description><![CDATA[It’s quite important for Network Engineers and an essential network troubleshooting technique to utilize the ability of Cisco Catalyst Switches to mirror the traffic and send it to a sniffer for analysis. All Cisco Catalyst Switches support the Switched Port Analyzer (SPAN) feature. The SPAN copies traffic from the specified interface or VLANs and mirrors [...]]]></description>
				<content:encoded><![CDATA[<p><span><font face="Calibri">It’s quite important for Network Engineers and an essential network troubleshooting technique to utilize the ability of </font><a href="http://www.cisco.com/en/US/products/hw/switches/index.html"><font face="Calibri">Cisco Catalyst Switches</font></a><font face="Calibri"> to mirror the traffic and send it to a sniffer for analysis. All </font><a href="http://www.cisco.com/en/US/products/hw/switches/index.html"><font face="Calibri">Cisco Catalyst Switches</font></a><font face="Calibri"> support the Switched Port Analyzer (SPAN) feature. The SPAN copies traffic from the specified interface or VLANs and mirrors this traffic to a specified destination interface (SPAN interface).<span>  </span>Then you can connect the PC with a sniffing tool (</font><a href="http://www.wireshark.org/"><font face="Calibri">Wireshark)</font></a><font face="Calibri"> installed on the destination SPAN interface to capture all the mirrored traffic.</font></span><span><font face="Calibri">Let’s see how to configure the SPAN in </font><a href="http://www.cisco.com/en/US/products/hw/switches/index.html"><font face="Calibri">Cisco Catalyst Switches</font></a><font face="Calibri">.</font></span><span><font face="Calibri"> <a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/12/cisco-catalyst-switch-span-port.gif" title="SPAN"><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/12/cisco-catalyst-switch-span-port.gif" alt="SPAN" /></a></font></span><span> </span><span><font face="Calibri">To enable the switch SPAN mirroring feature configure the following on the catalyst switch:</font></span><span><font face="Calibri"> </font></span><span><strong><u><span><font face="Calibri">Configuration Example &#8211; Monitoring traffic from a specific interface</font></span></u></strong></span><span><strong><u><span></span></u></strong><span><font face="Calibri">ITKEAS01#configure t</font></span><span><font face="Calibri">ITKEAS01(config) monitor session 1 source interface gigabitEthernet 0/5 </font></span></p>
<p></span><span></span><span><font face="Calibri">ITKEAS01(config)#monitor session 1 destination interface gigabitEthernet 0/10</font></span><span><font face="Calibri"><span> </span></font></span></p>
<p><span><font face="Calibri"><span></span></font></span><span><font face="Calibri">The  above configuration will capture all traffic from interface gigabitEthernet 0/5 <span> </span>and send it to SPAN port interface gigabitEthernet 0/10</font></span><span><font face="Calibri"> </font></span><span> </span></p>
<p><span></span><span><strong><u><span><font face="Calibri">Configuration Example &#8211; Monitoring an entire VLAN traffic</font></span></u></strong><span><br />
<font face="Calibri">ITKEAS01(config)#monitor session 1 source vlan 100<br />
ITKEAS01(config) monitor session 1 destination interface gigabitEthernet 0/10</font></span></span><span> </span><span><span></span><span><font face="Calibri">The  above configuration will capture all traffic of VLAN 100 and send it to SPAN port interface gigabitEthernet 0/10</font></span></p>
<p></span><span></span><span><font face="Calibri">Use  <strong><u>show monitor session 1</u></strong> to verify your configuration.</font></span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-spanswitched-port-analyzer-feature-in-a-cisco-catalyst-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure DHCP Snooping in a Cisco Catalyst Switches.</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-dhcp-snooping-in-a-cisco-catalyst-switches/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-dhcp-snooping-in-a-cisco-catalyst-switches/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 12:56:06 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[802.1 Q]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco 2950]]></category>
		<category><![CDATA[Cisco 2960]]></category>
		<category><![CDATA[Cisco 3560]]></category>
		<category><![CDATA[Cisco 3560-E]]></category>
		<category><![CDATA[Cisco 3750-E]]></category>
		<category><![CDATA[Cisco 6500]]></category>
		<category><![CDATA[Cisco 6500 Series Catalyst Switch]]></category>
		<category><![CDATA[Cisco 6503]]></category>
		<category><![CDATA[Cisco Catalyst 6503-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6506-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-V-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6513 Switch]]></category>
		<category><![CDATA[Cisco IOS]]></category>
		<category><![CDATA[Cisco Learning]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[Configuring DHCP Snooping]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DHCP Snooping]]></category>
		<category><![CDATA[HSRP]]></category>
		<category><![CDATA[IOS commands]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Routing and Switching]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Switching]]></category>
		<category><![CDATA[Trunk Ports]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-dhcp-snooping-in-a-cisco-catalyst-switches/</guid>
		<description><![CDATA[ So here we go, with the configuration of DHCP snooping on a Cisco Switch. This feature protects the network by allowing the Cisco Switches to accept DHCP response message only from the authorized servers connected to the trusted interfaces in a Cisco Switch. All Switch to  Switch connections are configured as 802.1 1Q Trunk ports. IP [...]]]></description>
				<content:encoded><![CDATA[<p> <span><font face="Calibri">So here we go, with the configuration of DHCP snooping on a Cisco Switch. This feature protects the network by allowing the Cisco Switches to accept DHCP response message only from the authorized servers connected to the trusted interfaces in a Cisco Switch.</font></span></p>
<p><span><font face="Calibri"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/11/dhcp-snooping1.jpg" title="DHCP"><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/11/dhcp-snooping1.jpg" alt="DHCP" /></a></font></span></p>
<p><span></span><span><font face="Calibri"><span><font face="Calibri">All Switch to  Switch connections are configured as 802.1 1Q Trunk ports.</font></span></font></span></p>
<p><span><font face="Calibri"><span></span></font></span><span><font face="Calibri"><span><font face="Calibri"><span><font face="Calibri">IP Address and HSRP Details for the Core Switches</font></span><span><font face="Calibri"> </font></span></font></span></font></span><span><font face="Calibri"> </font></span><span><font face="Calibri"><span><font face="Calibri"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/11/dhcp-snooping2.jpg" title="DHCP 1"><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/11/dhcp-snooping2.jpg" alt="DHCP 1" /></a></font></span></font></span><span><font face="Calibri"><span><font face="Calibri">From the above scenario we have two Cisco 6513 Series Switches as a Core/ Distribution with three VLANS one for management of Switches VLAN 50,VLAN 100 for all the servers and VLAN 101 for clients. Two Cisco 3560 Series Switches as Server Farm Switches and a Cisco 3560 Series Switch as an Access Switch.</font></span><span><font face="Calibri">There are two DHCP servers with an IP address 10.0.1.100 and 10.0.1.101 connected with Server Farm Switches with HP NIC teaming. We configure DHCP Snooping based on above scenario.</font></span><span><font face="Calibri"> </font></span></p>
<p></font></span><span></span><span><span><font face="Calibri">The first step to configure DHCP Snooping is to turn on DHCP snooping in all Cisco Switches using the “ip dhcp snooping” command.</font></span><span><font face="Calibri"> </font></span></span></p>
<p><span><span></span></span><span><span><font face="Calibri">All Cisco Switches (config)#ip dhcp snooping</font></span><span><font face="Calibri"> </font></span><span><span></span></span></span><span> </span><span><span><font face="Calibri">Second step is to configure the trusted interfaces, from the above scenario all trunk ports are configured as trusted ports as well as the interfaces G0/7,(ITKESF01 50.0.0.6), <span> </span>G0/17,(ITKESF02 50.0.0.7), <span> </span>G0/9 ITKESF01 50.0.0.6)<span>  </span>and G0/18 ITKESF02 50.0.0.7)<span>  </span>connected to DHCP servers with IP 10.0.1.100 and 10.0.1.101.</font></span></span><span><span></span><span><font face="Calibri"> </font></span><span><span><font face="Calibri">Lets configure all trunk ports in ITKEBB01</font></span><a title="OLE_LINK4" name="OLE_LINK4"></a><a title="OLE_LINK3" name="OLE_LINK3"></a><span><span><font face="Calibri"> </font></span></span></span></p>
<p></span><span><span><span></span></span></span></p>
<p><span><span><span><font face="Calibri">ITKEBB01(config)#interface range<span>  </span>gigabitEthernet 3/21 &#8211; 23</font></span></span></span></p>
<p><span><span><span></span></span><span><span><span><font face="Calibri">ITKEBB01 (config-if)#ip dhcp snooping trust</font></span></span></span><span><span><span><font face="Calibri"> </font></span></span></span></span></p>
<p><span><span><span><span></span></span></span></span><span><span></span><span></span><span></span><span><span><font face="Calibri">Now let’s configure all trunk ports in ITKEBB02</font></span><span><font face="Calibri"> </font></span></span></span></p>
<p><span><span><span></span></span></span><span><span><font face="Calibri">ITKEBB02(config)#interface range<span>  </span>gigabitEthernet 3/21 &#8211; 23</font></span></span><span> </span><span><span></span><span><font face="Calibri">ITKEBB02 (config-if)#ip dhcp snooping trust</font></span><span><font face="Calibri"> </font></span></p>
<p></span><span></span><span><span><font face="Calibri">ITKEBB02 (config)#interface gigabitEthernet 3/16</font></span></span></p>
<p><span><span></span><span><font face="Calibri">ITKEBB02 (config-if)#ip dhcp snooping trust</font></span><span><font face="Calibri"> </font></span></span></p>
<p><span><span></span></span><span><span><font face="Calibri">Now let’s configure the trusted ports for the DHCP servers </font></span><span><font face="Calibri"> </font></span></span></p>
<p><span><span></span><span><span><font face="Calibri">ITKESF01(config)#interface gigabitEthernet 0/7</font></span></span></span></p>
<p><span><span><span></span><span><font face="Calibri">ITKESF01 (config-if)#ip dhcp snooping trust</font></span><span><font face="Calibri"> </font></span></span></span><span> </span></p>
<p><span></span><span><span></span><span><span><font face="Calibri">ITKESF01(config)#interface gigabitEthernet 0/17</font></span></span></span><span> </span><span><span><span></span><span><font face="Calibri">ITKESF01 (config-if)#ip dhcp snooping trust</font></span><span><font face="Calibri"> </font></span></span></p>
<p></span><span><span></span></span><span><span><font face="Calibri">ITKESF02(config)#interface gigabitEthernet 0/9</font></span></span></p>
<p><span><span></span><span><font face="Calibri">ITKESF02 (config-if)#ip dhcp snooping trust</font></span><span><font face="Calibri"> </font></span></span></p>
<p><span><span></span><span><span></span></span></span><span><span><font face="Calibri">ITKESF02(config)#interface gigabitEthernet 0/18</font></span></span><span> </span><span><span></span><span><font face="Calibri">ITKESF02 (config-if)#ip dhcp snooping trust</font></span><span><font face="Calibri"> </font></span></p>
<p></span><span></span><span><span><font face="Calibri">Now let’s configure the trunk ports <span> </span>Access Switch ITKEAS01</font></span><span><font face="Calibri"> </font></span></span></p>
<p><span><span></span></span><span><span><font face="Calibri">ITKEAS01(config)#interface range<span>  </span>gigabitEthernet 0/49 &#8211; 52</font></span></span></p>
<p><span><span></span><span><font face="Calibri">ITKEAS01 (config-if)#ip dhcp snooping trust</font></span><span><font face="Calibri"> </font></span><span><span></span></span></span><span> </span></p>
<p><span></span></p>
<p><span></span><span><span><font face="Calibri">Finally we are going to configure VLANS for DHCP snooping DHCP snooping will used on all the VLANs (VLAN 100 &amp; 101)except management VLAN 50 . Also we will limit the requests rate received in the Access Switch (ITKEAS01)</font></span><span><font face="Calibri"> </font></span></span><span> </span><span><span></span><span><span><font face="Calibri">ALL SWITCHES(config)# ip dhcp snooping VLAN 100,101</font></span><span><font face="Calibri"> </font></span></span></p>
<p></span><span><span></span></span><span><span><font face="Calibri">ITKEAS01(config)#interface range<span>  </span>gigabitEthernet 0/1 &#8211; 48</font></span></span></p>
<p><span><span></span></span><span><span></span><span><font face="Calibri">ITKEAS01 (config-if)#ip dhcp snooping limit rate 20</font></span></span><span> </span><span><span><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/11/dhcp-snooping3.jpg" title="DHCP2"></a></span></p>
<p></span><span></span><span><font face="Calibri">Displaying the DHCP snooping </font></span><span><font face="Calibri"> </font></span></p>
<p><span><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/11/dhcp-snooping3.jpg" title="DHCP2"><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/11/dhcp-snooping3.jpg" alt="DHCP2" /></a></span></p>
<p><span></span><span><span><font face="Calibri">For further reference please do check this </font><a target="_blank" href="http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SXF/native/configuration/guide/snoodhcp.html"><font face="Calibri">article from Cisco about DHCP snooping</font></a><font face="Calibri">.</font></span></span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-dhcp-snooping-in-a-cisco-catalyst-switches/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is Dynamic Host Configuration Protocol (DHCP) Snooping?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/what-is-dynamic-host-configuration-protocol-dhcp-snooping/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/what-is-dynamic-host-configuration-protocol-dhcp-snooping/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 07:54:05 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco 2960]]></category>
		<category><![CDATA[Cisco 3560]]></category>
		<category><![CDATA[Cisco 3745]]></category>
		<category><![CDATA[Cisco 6500]]></category>
		<category><![CDATA[Cisco 6500 Series Catalyst Switch]]></category>
		<category><![CDATA[Cisco 6503]]></category>
		<category><![CDATA[Cisco Catalyst 6503-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6506-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-V-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6513 Switch]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DHCP Snooping]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Switching]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/what-is-dynamic-host-configuration-protocol-dhcp-snooping/</guid>
		<description><![CDATA[Dynamic Host Configuration Protocol (DHCP) Snooping is a security feature which filters untrusted DHCP messages, this security feature can protects the devices on the network from associating with an unauthorized DHCP server. When the Dynamic Host Configuration Protocol (DHCP) Snooping feature is enabled on a Cisco Switch , the Cisco Switch builds a table of [...]]]></description>
				<content:encoded><![CDATA[<p><span><font face="Calibri">Dynamic Host Configuration Protocol (DHCP) Snooping is a security feature which filters untrusted DHCP messages, this security feature can protects the devices on the network from associating with an unauthorized DHCP server. When the Dynamic Host Configuration Protocol (DHCP) Snooping feature is enabled on a Cisco Switch , the Cisco Switch builds a table of MAC address, IP address lease time , binding type and interface information. In coming posts I will try to explain to how to enable and configure the Dynamic Host Configuration Protocol (DHCP) snooping security feature in a Cisco Switch.</font></span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/what-is-dynamic-host-configuration-protocol-dhcp-snooping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don’t panic whenever you see %IP-4-DUPADDR: Duplicate address error log in your Cisco 6500 Switches running HSRP</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/don%e2%80%99t-panic-whenever-you-ip-4-dupaddr-duplicate-address-error-log-in-your-cisco-6500-switches-running-hsrp/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/don%e2%80%99t-panic-whenever-you-ip-4-dupaddr-duplicate-address-error-log-in-your-cisco-6500-switches-running-hsrp/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 06:51:50 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco 6500]]></category>
		<category><![CDATA[Cisco 6500 Series Catalyst Switch]]></category>
		<category><![CDATA[Cisco 6503]]></category>
		<category><![CDATA[Cisco Catalyst 6503-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6506-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-V-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6513 Switch]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[Hot Standby Router Protocol]]></category>
		<category><![CDATA[HSRP]]></category>
		<category><![CDATA[Network Troubleshooting]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Routing and Switching]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Switching]]></category>
		<category><![CDATA[Trojan]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/don%e2%80%99t-panic-whenever-you-ip-4-dupaddr-duplicate-address-error-log-in-your-cisco-6500-switches-running-hsrp/</guid>
		<description><![CDATA[If you are running HSRP and one of your VLAN is down and the following errors are generated in your Switch don’t panic. All this happens due the Trojans in the network. MBGF-DAC-6500-BB01#sho log Nov  9 07:54:21: %IP-4-DUPADDR: Duplicate address 10.12.0.2 on Vlan106, sourced by 000f.fe0a.1fbc Nov  9 07:54:52: %IP-4-DUPADDR: Duplicate address 10.12.0.2 on Vlan106, [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNoSpacing"><font face="Calibri">If you are running HSRP and one of your VLAN is down and the following errors are generated in your Switch don’t panic. All this happens due the Trojans in the network. </font></p>
<p><span></span><span><span><font face="Calibri">MBGF-DAC-6500-BB01#sho log</font></span></p>
<p></span></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:54:21: %IP-4-DUPADDR: Duplicate address 10.12.0.2 on Vlan106, sourced by 000f.fe0a.1fbc</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:54:52: %IP-4-DUPADDR: Duplicate address 10.12.0.2 on Vlan106, sourced by 000f.fe0a.1fbc</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:55:22: %IP-4-DUPADDR: Duplicate address 10.12.0.2 on Vlan106, sourced by 000f.fe0a.1fbc</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:55:52: %IP-4-DUPADDR: Duplicate address 10.12.0.2 on Vlan106, sourced by 000f.fe0a.1fbc</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:56:11: %SEC-6-IPACCESSLOGS: list 12 permitted 10.0.0.1 256 packets</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:56:22: %IP-4-DUPADDR: Duplicate address 10.12.0.2 on Vlan106, sourced by 000f.fe0a.1fbc</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:56:52: %IP-4-DUPADDR: Duplicate address 10.12.0.1 on Vlan106, sourced by 000f.fe0a.1fbc</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:57:11: %SEC-6-IPACCESSLOGS: list 12 permitted 10.0.0.2 263 packets</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:57:11: %SEC-6-IPACCESSLOGS: list 12 permitted 10.0.0.7 200 packets</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:57:22: %IP-4-DUPADDR: Duplicate address 10.12.0.1 on Vlan106, sourced by 000f.fe0a.1fbc</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Nov<span>  </span>9 07:57:52: %IP-4-DUPADDR: Duplicate address 10.12.0.2 on Vlan106, sourced by 000f.fe0a.1fbc</font></p>
<p class="MsoNoSpacing"><font face="Calibri">MBGF-DAC-6500-BB01#</font></p>
<p class="MsoNoSpacing"><font face="Calibri">Last week at 3 A.M I received a call from our Help Desk, stating our applications are not running in one our departments. I logged remotely to our Network and try figured out what is problem. Upon carefully looking at the logs in our Cisco 6513 core Switches I figured out a duplicate IP address is created which happens to be the Standby IP address for the Core Switch for HSRP.</font></p>
<p class="MsoNoSpacing"><font face="Calibri">I figured out the PC by looking the at mac address generated in the log and closed the network connection for that particular PC and the problem was solved.</font></p>
<p class="MsoNoSpacing"><font face="Calibri">If you face similar problems its better to change the HSRP Standby IP address in Core Switches and then try figure out the infected PC. Once the PC is figured out close the network connection and make sure the Trojans are removed. Upon cleaning the infected PC you can reconfigure the HSRP Standby IP address to the previous one. </font></p>
<p><font face="Calibri"><span>Once I get the <a href="http://itknowledgeexchange.techtarget.com/network-technologies/solution-for-ip-4-dupaddr-duplicate-address-error-log-in-your-cisco-6500-switches-running-hsrp/">complete solution</a> to fix this problem I will post it.</span><span></span></font></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/don%e2%80%99t-panic-whenever-you-ip-4-dupaddr-duplicate-address-error-log-in-your-cisco-6500-switches-running-hsrp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In which slot shall we install the Supervisor Engine in Cisco 6500 Series Catalyst Switches -Series1</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/in-which-slot-shall-we-install-the-supervisor-engine-in-cisco-6500-series-catalyst-switches/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/in-which-slot-shall-we-install-the-supervisor-engine-in-cisco-6500-series-catalyst-switches/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 05:55:38 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco 6500]]></category>
		<category><![CDATA[Cisco 6500 Series Catalyst Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6503-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6506-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6509-V-E Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6513 Switch]]></category>
		<category><![CDATA[Cisco Design]]></category>
		<category><![CDATA[Cisco IOS]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[DataCenter]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Slot]]></category>
		<category><![CDATA[Switches]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/in-which-slot-shall-we-install-the-supervisor-engine-in-cisco-6500-series-catalyst-switches/</guid>
		<description><![CDATA[Dear Friends the Cisco 6500 Series Catalyst Switch comes in different models like Cisco Catalyst 6503-E Switch, Cisco Catalyst 6506-E Switch, Cisco Catalyst 6509-V-E Switch, Cisco Catalyst 6509-E Switch and Cisco Catalyst 6513 Switch. But is there any specific slot assigned in these switches to install the Supervisor Engine SUP720? Yes there are specified slots [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal"><font face="Calibri">Dear Friends the </font><a href="http://www.cisco.com/en/US/products/hw/switches/ps708/index.html"><font face="Calibri">Cisco 6500 Series Catalyst Switch</font></a><font face="Calibri"> comes in different models like </font><a href="http://www.cisco.com/en/US/products/ps6775/index.html"><font face="Calibri">Cisco Catalyst 6503-E Switch</font></a><font face="Calibri">, </font><a href="http://www.cisco.com/en/US/products/ps6770/index.html"><font color="#003399" face="Calibri">Cisco Catalyst 6506-E Switch</font></a><font face="Calibri">, </font><a href="http://www.cisco.com/en/US/products/ps9306/index.html"><font face="Calibri">Cisco Catalyst 6509-V-E Switch</font></a><font face="Calibri">, </font><a href="http://www.cisco.com/en/US/products/ps6777/index.html"><font color="#003399" face="Calibri">Cisco Catalyst 6509-E Switch</font></a><font face="Calibri"> and </font><a href="http://www.cisco.com/en/US/products/hw/switches/ps708/ps713/index.html"><font color="#003399" face="Calibri">Cisco Catalyst 6513 Switch</font></a><font face="Calibri">. But is there any specific slot assigned in these switches to install the </font><a href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/product_data_sheet09186a0080159856_ps2797_Products_Data_Sheet.html"><span><font face="Calibri">Supervisor Engine SUP720</font></span></a><font face="Calibri">? Yes there are specified slots assigned to install the </font><a href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/product_data_sheet09186a0080159856_ps2797_Products_Data_Sheet.html"><span><font face="Calibri">Supervisor Engine SUP720</font></span></a><font face="Calibri"><span> <span> </span></span>in any of the </font><a href="http://www.cisco.com/en/US/products/hw/switches/ps708/index.html"><font face="Calibri">Cisco 6500 Series Switches</font></a><font face="Calibri">.</font></p>
<p class="MsoNormal"><font face="Calibri"> <a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/10/prod_large_photo0900aecd80311bdd.jpg" title="6500 series"><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/10/prod_large_photo0900aecd80311bdd.jpg" alt="6500 series" /></a></font></p>
<p class="MsoNormal"><font face="Calibri">Picture Courtesy: Cisco Systems</font></p>
<p class="MsoNormal"><font face="Calibri">Now let’s find out these details, </font></p>
<p class="MsoNormal"><font face="Calibri">The </font><a href="http://www.cisco.com/en/US/products/ps6775/index.html"><font face="Calibri">Cisco Catalyst 6503-E Switch</font></a><font face="Calibri"> comes with three slot chassis. In the </font><a href="http://www.cisco.com/en/US/products/ps6775/index.html"><font face="Calibri">Cisco Catalyst 6503-E Switch</font></a><font face="Calibri"> the first two slots are reserved for </font><a href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/product_data_sheet09186a0080159856_ps2797_Products_Data_Sheet.html"><span><font face="Calibri">Supervisor Engine SUP720</font></span></a><font face="Calibri">, if you have one </font><a href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/product_data_sheet09186a0080159856_ps2797_Products_Data_Sheet.html"><span><font face="Calibri">Supervisor Engine SUP720</font></span></a><font face="Calibri"><span> </span>then you can install the </font><a href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/product_data_sheet09186a0080159856_ps2797_Products_Data_Sheet.html"><span><font face="Calibri">Supervisor Engine SUP720</font></span></a><font face="Calibri"><span> </span>module either in slot 1 or slot 2. </font></p>
<p class="MsoNormal"><span><font face="Calibri"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/10/6503.jpg" title="6503"><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/10/6503.jpg" alt="6503" /></a></font></span></p>
<p class="MsoNormal"><span><br />
</span></p>
<p class="MsoNormal"><font face="Calibri">I will cover these details for other models in<a href="http://itknowledgeexchange.techtarget.com/network-technologies/in-which-slot-shall-we-install-the-supervisor-engine-in-cisco-6500-series-catalyst-switches-series2://" title="next port"> my next post</a>.</font></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/in-which-slot-shall-we-install-the-supervisor-engine-in-cisco-6500-series-catalyst-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
