 




<?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 6506-E Switch</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/cisco-catalyst-6506-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 HRSP between Nexus 7000 and Cisco Catalyst 6500 Series Switches?</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/#comments</comments>
		<pubDate>Sun, 22 May 2011 05:15:13 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[0000.0c07.ac22]]></category>
		<category><![CDATA[Cisco Catalyst 6500 Switch]]></category>
		<category><![CDATA[Cisco Catalyst 6506-E Switch]]></category>
		<category><![CDATA[Cisco Configuration]]></category>
		<category><![CDATA[Cisco configuration tips]]></category>
		<category><![CDATA[Data Centre]]></category>
		<category><![CDATA[Default MAC]]></category>
		<category><![CDATA[Forwarding threshold]]></category>
		<category><![CDATA[Hellotime]]></category>
		<category><![CDATA[How to configure HSRP between Nexus 7000 and Cisco 6500 Switch]]></category>
		<category><![CDATA[HSRP]]></category>
		<category><![CDATA[interface vlan]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[Nexus 7000 Series Switch]]></category>
		<category><![CDATA[sho hsrp group]]></category>
		<category><![CDATA[sho standby brief]]></category>
		<category><![CDATA[standby]]></category>
		<category><![CDATA[subnet]]></category>
		<category><![CDATA[Virtual IP]]></category>
		<category><![CDATA[Virtual MAC address]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/</guid>
		<description><![CDATA[Configuring HRSP in a Cisco Nexus 7000 Series Switch is often an easy task and it takes slight different approach. Recently we had some issues in our Data Centre and then I was forced to configuring the HSRP between a Cisco Nexus 7010 Switch and Cisco Catalyst 6506 E Switch. The configuration was quite simple, [...]]]></description>
				<content:encoded><![CDATA[<p>Configuring HRSP in a Cisco Nexus 7000 Series Switch is often an easy task and it takes slight different approach. Recently we had some issues in our Data Centre and then I was forced to configuring the HSRP between a Cisco Nexus 7010 Switch and Cisco Catalyst 6506 E Switch. The configuration was quite simple, I would like to share the steps need to configure HSRP between a Cisco Nexus 7000 Series and Cisco Catalyst 6500 Series Switches.</p>
<p>In the below example I will configure HRSP for VLAN 34 with a subnet of 10.204.34.0/24</p>
<p><strong><span style="color: #0000ff">Cisco Catalyst 6500 Series Switch Configuration</span></strong></p>
<p><span style="color: #800000">Step 1 &#8211; Create VLAN 34 in Cisco Catalyst Switch and assign an IP Address</span></p>
<p>MBGF-DAC-6500-BB01(config)#interface vlan 34</p>
<p>MBGF-DAC-6500-BB01(config-if)#ip address 10.204.34.3 255.255.255.0</p>
<p><span style="color: #800000">Step 2 &#8211; Configure HSRP group id, priority and timers, my active switch will be Cisco 6500 Switch due to its priority</span></p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 ip 10.204.34.1</p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 timers 1 3</p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 priority 150</p>
<p>MBGF-DAC-6500-BB01(config-if)# standby 34 preempt</p>
<p><strong><span style="color: #000080">Cisco Nexus 7000 Series Switch Configuration</span></strong></p>
<p><span style="color: #800000">Step 1 &#8211; Create VLAN 34 in Cisco Nexus Switch and assign an IP Address</span></p>
<p>VDC-Admin-AG01-MB-1256-002(config)# interface vlan 34</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if)# ip address 10.204.34.2/24</p>
<p><span style="color: #800000">Step 2 &#8211; Configure HSRP group id, priority and timers , Nexus will be in standby mode</span></p>
<p>VDC-Admin-AG01-MB-1256-002(config-if)#hsrp 34</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if-hsrp)# priority 110</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if-hsrp)# timers 1 3</p>
<p>VDC-Admin-AG01-MB-1256-002(config-if-hsrp)# ip 10.204.34.1</p>
<p><strong>Verify the HSRP States</strong></p>
<p><span style="color: #800000">Cisco Catalyst 6500 Switch Status</span></p>
<p>MBGF-DAC-6500-BB01:1#sho standby brief</p>
<p>P indicates configured to preempt.</p>
<p>|</p>
<p>Interface   Grp Prio P State    Active          Standby         Virtual IP</p>
<p>Vl34        34  150  P Init     local           10.204.34.3         10.204.34.1</p>
<p>MBGF-DAC-6500-BB01:1#</p>
<p><span style="color: #800000">Nexus 7000 Series Switch HSRP Status</span></p>
<p>VDC-Admin-AG01-MB-1256-002# sho hsrp group 34</p>
<p>Vlan34 &#8211; Group 34 (HSRP-V1) (IPv4)</p>
<p>Local state is Standby, priority 110 (Cfged 110)</p>
<p>Forwarding threshold(for vPC), lower: 1 upper: 110</p>
<p>Hellotime 1 sec, holdtime 3 sec</p>
<p>Next hello sent in 0.179000 sec(s)</p>
<p>Virtual IP address is 10.204.34.1 (Cfged)</p>
<p>Active router is 10.204.34.2</p>
<p>Standby router is local</p>
<p>Virtual mac address is 0000.0c07.ac22 (Default MAC)</p>
<p>2 state changes, last state change 2d18h</p>
<p>IP redundancy name is hsrp-Vlan34-34 (default)</p>
<p>VDC-Admin-AG01-MB-1256-002#</p>
<p>Configuring HRSP is a quite a simple and if you are facing any problems configuring you can post your scenario in the comments area of this post.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/how-to-configure-hrsp-between-nexus-7000-and-cisco-catalyst-6500-series-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>In which slot shall we install the Supervisor Engine in Cisco 6500 Series Catalyst Switches -Series2</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/in-which-slot-shall-we-install-the-supervisor-engine-in-cisco-6500-series-catalyst-switches-series2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/in-which-slot-shall-we-install-the-supervisor-engine-in-cisco-6500-series-catalyst-switches-series2/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 05:16:17 +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 6506-E Switch]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Cisco Tips]]></category>
		<category><![CDATA[Network Troubleshooting]]></category>
		<category><![CDATA[Routing and Switching]]></category>
		<category><![CDATA[SUP720]]></category>
		<category><![CDATA[Supervisor Engine]]></category>
		<category><![CDATA[Switches]]></category>
		<category><![CDATA[Switching]]></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-series2/</guid>
		<description><![CDATA[Dear Friends in one of my previous post I did explained in which slot the Supervisor Engine SUP720  to be installed in a Cisco 6500 Series Switches. Now let’s proceed further and figure out in a Cisco Catalyst 6506-E Switch, in a Cisco Catalyst 6506-E Switch the  Supervisor Engine SUP720 is either installed in slot [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal"><font face="Calibri">Dear Friends in one of </font><a href="http://itknowledgeexchange.techtarget.com/network-technologies/in-which-slot-shall-we-install-the-supervisor-engine-in-cisco-6500-series-catalyst-switches/"><font face="Calibri">my previous post</font></a><font face="Calibri"> I did explained in which slot 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 color="#0000ff" face="Calibri">Supervisor Engine SUP720</font></span></a><span><font face="Calibri">  to be installed in a </font></span><a href="http://www.cisco.com/en/US/products/hw/switches/ps708/index.html"><span><font face="Calibri">Cisco 6500 Series Switches</font></span></a><span><font face="Calibri">. Now let’s proceed further and figure out in a </font></span><a href="http://www.cisco.com/en/US/products/ps6770/index.html"><span><font face="Calibri">Cisco Catalyst 6506-E Switch</font></span></a><span><font face="Calibri">, in a </font></span><a href="http://www.cisco.com/en/US/products/ps6770/index.html"><span><font face="Calibri">Cisco Catalyst 6506-E Switch</font></span></a><font face="Calibri"><span> the </span><span> </span></font><a href="http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps708/product_data_sheet09186a0080159856_ps2797_Products_Data_Sheet.html"><span><font color="#0000ff" face="Calibri">Supervisor Engine SUP720</font></span></a><font face="Calibri"> is either installed in slot 5 or 6.</font></p>
<p class="MsoNormal"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/11/6506.jpg" title="6506"><img src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2008/11/6506.jpg" alt="6506" /></a></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-series2/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>
